Skip to content

Persist fast mode across new threads#53356

Open
nathansobo wants to merge 1 commit intomainfrom
fast-mode-setting
Open

Persist fast mode across new threads#53356
nathansobo wants to merge 1 commit intomainfrom
fast-mode-setting

Conversation

@nathansobo
Copy link
Copy Markdown
Contributor

When toggling fast mode, the setting is now written to settings.json under agent.default_model.speed, so new threads start with the same speed. This follows the same pattern as enable_thinking and effort.

The speed field uses the existing Speed enum ("fast" / "standard") rather than a boolean, to leave room for future speed tiers.

Example settings:

{
  "agent": {
    "default_model": {
      "provider": "zed.dev",
      "model": "claude-sonnet-4",
      "speed": "fast"
    }
  }
}

cc @benbrandt

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Apr 8, 2026
@zed-community-bot zed-community-bot bot added the staff Pull requests authored by a current member of Zed staff label Apr 8, 2026
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.

1 participant