Skip to content

Add fast mode toggle in agent panel#49714

Merged
tomhoule merged 1 commit intomainfrom
tomhoule-yvpzvyrrtopx
Feb 26, 2026
Merged

Add fast mode toggle in agent panel#49714
tomhoule merged 1 commit intomainfrom
tomhoule-yvpzvyrrtopx

Conversation

@tomhoule
Copy link
Copy Markdown
Contributor

@tomhoule tomhoule commented Feb 20, 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.

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Feb 20, 2026
@zed-community-bot zed-community-bot bot added the staff Pull requests authored by a current member of Zed staff label Feb 20, 2026
@tomhoule tomhoule force-pushed the tomhoule-yvpzvyrrtopx branch 3 times, most recently from 8972708 to 00b0cf3 Compare February 23, 2026 09:11
@tomhoule tomhoule marked this pull request as ready for review February 23, 2026 09:21
@tomhoule tomhoule requested a review from maxdeviant February 24, 2026 10:18
@tomhoule tomhoule force-pushed the tomhoule-yvpzvyrrtopx branch from 00b0cf3 to 00b4101 Compare February 26, 2026 09:41
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
@tomhoule tomhoule force-pushed the tomhoule-yvpzvyrrtopx branch from aba949c to 48be9f6 Compare February 26, 2026 15:40
}

fn supports_fast_mode(&self) -> bool {
self.model.supports_fast_mode
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for cloud. Do we also want this for opus 4.6 in BYOK?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think it's necessary right now, as I think most individual user's accounts won't have fast mode available.

@tomhoule tomhoule merged commit 6a74938 into main Feb 26, 2026
27 checks passed
@tomhoule tomhoule deleted the tomhoule-yvpzvyrrtopx branch February 26, 2026 20:19
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement staff Pull requests authored by a current member of Zed staff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants