bedrock: Make thinking toggle toggle thinking#50673
Merged
bennetbo merged 7 commits intozed-industries:mainfrom Mar 19, 2026
Merged
bedrock: Make thinking toggle toggle thinking#50673bennetbo merged 7 commits intozed-industries:mainfrom
bennetbo merged 7 commits intozed-industries:mainfrom
Conversation
Consolidate Claude thinking variants (e.g. ClaudeSonnet4_5Thinking) into their base models. Thinking is now controlled by the UI toggle rather than requiring separate model entries. The old '-thinking' serde aliases are preserved for backward compatibility with existing settings. Co-authored-by: Ona <no-reply@ona.com>
Remove the 6 duplicate Claude *Thinking enum variants from the Bedrock model list. Each Claude model now supports thinking via the UI toggle rather than requiring a separate model entry. - Add supports_thinking() and thinking_mode() to bedrock::Model - Add supported_effort_levels() for adaptive thinking models (4.6) - Map thinking_effort from the request to adaptive effort levels - Preserve serde aliases for backward compatibility with existing settings - Update cross-region inference profiles and tests Co-authored-by: Ona <no-reply@ona.com>
Haiku 4.5 supports extended thinking but not adaptive thinking. Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Marshall Bowers <git@maxdeviant.com>
AmaanBilwar
pushed a commit
to AmaanBilwar/zed
that referenced
this pull request
Mar 20, 2026
Release Notes: - Support for Native Thinking toggle instead of model variants --------- Co-authored-by: Ona <no-reply@ona.com> Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de> Co-authored-by: Marshall Bowers <git@maxdeviant.com>
toshmukhamedov
pushed a commit
to toshmukhamedov/zed
that referenced
this pull request
Mar 20, 2026
Release Notes: - Support for Native Thinking toggle instead of model variants --------- Co-authored-by: Ona <no-reply@ona.com> Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de> Co-authored-by: Marshall Bowers <git@maxdeviant.com>
AmaanBilwar
pushed a commit
to AmaanBilwar/zed
that referenced
this pull request
Mar 23, 2026
Release Notes: - Support for Native Thinking toggle instead of model variants --------- Co-authored-by: Ona <no-reply@ona.com> Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de> Co-authored-by: Marshall Bowers <git@maxdeviant.com>
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.
Release Notes: