Fix Bedrock Claude Sonnet 4.6 model ID, cc #11509#11569
Merged
hannesrudolph merged 1 commit intoRooCodeInc:mainfrom Feb 18, 2026
Merged
Fix Bedrock Claude Sonnet 4.6 model ID, cc #11509#11569hannesrudolph merged 1 commit intoRooCodeInc:mainfrom
hannesrudolph merged 1 commit intoRooCodeInc:mainfrom
Conversation
Replace the incorrect Sonnet 4.6 Bedrock ID with the AWS-supported model ID in the model registry and Bedrock capability lists. Remove references to the deprecated dated ID and update Bedrock tests to validate the corrected Sonnet 4.6 identifier.
hannesrudolph
approved these changes
Feb 18, 2026
Contributor
Reviewed all changes. No issues found -- the fix correctly replaces the incorrect Bedrock Sonnet 4.6 model ID in all locations with no stale references remaining. Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
8 tasks
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 PR fixes the Bedrock model ID for Claude Sonnet 4.6.
anthropic.claude-sonnet-4-6-20260114-v1:0anthropic.claude-sonnet-4-6Scope is intentionally minimal and focused on the incorrect Bedrock identifier.
Test Procedure
pnpm --filter roo-cline exec vitest run api/providers/__tests__/bedrock.spec.tspackages/types/src/providers/bedrock.tssrc/api/providers/__tests__/bedrock.spec.tsPre-Submission Checklist
Documentation Updates
Additional Notes
Start a new Roo Code Cloud session on this branch