Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds user-controlled checkboxes for "Thinking" and "Search" behaviors in the message input interface, replacing automatic text pattern detection with explicit user controls.
- Replaces automatic pattern detection (
{{search}},{{think}}, etc.) with interactive checkboxes - Refactors the message box UI to include checkbox controls alongside the submit button
- Updates function signatures to pass explicit boolean parameters instead of deriving them from text content
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| compact.cirru | Main UI and styling changes - adds checkboxes, restructures message box layout, removes pattern detection logic |
| calcit.cirru | Updates function signatures and parameter passing to support explicit search/think flags instead of text-based detection |
Comments suppressed due to low confidence (1)
compact.cirru:649
- The
style-clearelement had its positioning properties removed, which may affect the layout of the clear button. The removedposition: absolute,left: 12, andbottom: 12properties suggest this element was previously positioned absolutely within its container.
"\"&" $ {} (:opacity 0.4) (:padding "\"4px 8px") (:display :inline-block) (:height "\"24px")
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.