Merged
Conversation
8972708 to
00b0cf3
Compare
00b0cf3 to
00b4101
Compare
tomhoule
commented
Feb 26, 2026
Also, persist thinking, thinking effort and fast mode in DbThread. Co-Authored-By: Mikayla Maki <[email protected]> Co-Authored-By: Danilo Leal <[email protected]> Autofix Tweak icon and colors Add action and keybinding to trigger fast mode Wire things up Pass speed to anthropic::Request Guard fast mode toggle through the shortcut as well
aba949c to
48be9f6
Compare
tomhoule
commented
Feb 26, 2026
| } | ||
|
|
||
| fn supports_fast_mode(&self) -> bool { | ||
| self.model.supports_fast_mode |
Contributor
Author
There was a problem hiding this comment.
This is for cloud. Do we also want this for opus 4.6 in BYOK?
Member
There was a problem hiding this comment.
Don't think it's necessary right now, as I think most individual user's accounts won't have fast mode available.
maxdeviant
approved these changes
Feb 26, 2026
rtfeldman
pushed a commit
that referenced
this pull request
Feb 27, 2026
This is a staff only toggle for now, since the consequences of activating it are not obvious and quite dire (tokens costs 6 times more). Also, persist thinking, thinking effort and fast mode in DbThread so the thinking mode toggle and thinking effort are persisted. Release Notes: - Agent: The thinking mode toggle and thinking effort are now persisted when selecting a thread from history.
tahayvr
pushed a commit
to tahayvr/zed
that referenced
this pull request
Mar 4, 2026
This is a staff only toggle for now, since the consequences of activating it are not obvious and quite dire (tokens costs 6 times more). Also, persist thinking, thinking effort and fast mode in DbThread so the thinking mode toggle and thinking effort are persisted. Release Notes: - Agent: The thinking mode toggle and thinking effort are now persisted when selecting a thread from history.
naaiyy
pushed a commit
to Glass-HQ/Glass
that referenced
this pull request
Mar 10, 2026
This is a staff only toggle for now, since the consequences of activating it are not obvious and quite dire (tokens costs 6 times more). Also, persist thinking, thinking effort and fast mode in DbThread so the thinking mode toggle and thinking effort are persisted. Release Notes: - Agent: The thinking mode toggle and thinking effort are now persisted when selecting a thread from history.
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.
This is a staff only toggle for now, since the consequences of activating it are not obvious and quite dire (tokens costs 6 times more).
Also, persist thinking, thinking effort and fast mode in DbThread so the thinking mode toggle and thinking effort are persisted.
Release Notes: