-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Support changing reasoning effort #2435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@easong-openai or @edward-bayes do you want to weigh in?
@@ -13,8 +16,6 @@ pub enum ReasoningEffort { | |||
#[default] | |||
Medium, | |||
High, | |||
/// Option to disable reasoning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update config.md to reflect this change.
} => self.move_down(), | ||
KeyEvent { | ||
code: KeyCode::Esc, .. | ||
} => self.accept(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cancel?
} | ||
|
||
fn render(&self, area: Rect, buf: &mut Buffer) { | ||
let rows: Vec<GenericDisplayRow> = self |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a title.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree on adding a title, otherwise LGTM
Screen.Recording.2025-08-18.at.2.09.26.PM.mov
Building up on #2431 #2428