feat: change default model from sonnet-4.5 to sonnet-4.6#1266
Closed
ambient-code[bot] wants to merge 2 commits intomainfrom
Closed
feat: change default model from sonnet-4.5 to sonnet-4.6#1266ambient-code[bot] wants to merge 2 commits intomainfrom
ambient-code[bot] wants to merge 2 commits intomainfrom
Conversation
Contributor
Author
|
This PR updates the default model for new sessions from Key changes:
Frontend tests verified locally (631 passed). Backend/operator tests will be validated by CI. 🤖 Session |
Update the default model for new sessions to claude-sonnet-4-6 across the platform: models.json manifest, backend fallback, and test fixtures. Also un-gates claude-sonnet-4-6 (featureGated: false) since it is now the default model. Closes #1262 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
df6f6d6 to
5ae3cf7
Compare
Contributor
|
@ambient-code fix unit tests |
After rebase on main (which merged #1265), the test fixture had claude-sonnet-4-6 listed twice causing HaveLen(7) to fail with len 8. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Superseded by the fix/default-model-sonnet-4-6 branch. |
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.
Summary
claude-sonnet-4-5toclaude-sonnet-4-6in the models manifest (models.json)sessions.goto useclaude-sonnet-4-6claude-sonnet-4-6(featureGated: false) since it is now the platform defaultChanges
components/manifests/base/core/models.jsondefaultModelandproviderDefaults.anthropic→claude-sonnet-4-6; un-gate sonnet-4-6components/backend/handlers/sessions.goclaude-sonnet-4-6components/backend/handlers/models_test.gocomponents/frontend/.../new-session-view.test.tsxcomponents/frontend/.../runner-model-selector.test.tsxTest plan
Closes #1262
🤖 Generated with Claude Code
🤖 Ambient Session