Add Claude Opus 4.6 support across providers#11222
Closed
PeterDaveHello wants to merge 1 commit intoRooCodeInc:mainfrom
Closed
Add Claude Opus 4.6 support across providers#11222PeterDaveHello wants to merge 1 commit intoRooCodeInc:mainfrom
PeterDaveHello wants to merge 1 commit intoRooCodeInc:mainfrom
Conversation
Add Opus 4.6 model IDs and pricing for Anthropic, Bedrock, Vertex, OpenRouter, and Vercel AI Gateway. Wire 1M context handling in provider logic and settings UI, and update localized 1M context descriptions for supported Claude 4 models.
Contributor
Review complete. No issues found. The PR correctly adds Claude Opus 4.6 support across Anthropic, Bedrock, Vertex, OpenRouter, and Vercel AI Gateway with consistent model definitions, proper 1M context integration, and appropriate i18n updates. Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
Collaborator
|
Thanks for the quick PR on this, @PeterDaveHello! We're closing this in favour of #11224, which is being handled internally. |
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.
Description
Add support for Claude Opus 4.6 across providers and align 1M context behavior/UI copy.
Key implementation details:
roo-clinepatch release.Reviewer focus areas:
Test Procedure
Commands run:
pnpm --filter @roo-code/types testpnpm --filter @roo-code/vscode-webview test(run with elevated permissions due to sandboxEPERMontsxIPC during pretest bundle)pnpm changeset statusObserved results:
@roo-code/types: 9 files passed, 166 tests passed.@roo-code/vscode-webview: 118 files passed, 1239 tests passed, 8 skipped.roo-clineaspatch.Pre-Submission Checklist
Screenshots / Videos
N/A (no visual layout or interaction changes; only model availability and provider description text updates).
Documentation Updates
Additional Notes
20.20.0vs target20.19.2) was observed during commands but did not block test/lint success.Get in Touch
Discord: @PeterDaveHello
Important
Add support for Claude Opus 4.6 across providers and update 1M context handling and UI.
anthropic.ts,bedrock.ts, andvertex.ts.openrouter.tsandvercel-ai-gateway.ts.anthropic.ts,bedrock.ts, andvertex.ts.AnthropicHandlerandAwsBedrockHandlerto support 1M context for Claude Opus 4.6.Anthropic.tsx,Bedrock.tsx, andVertex.tsx.roo-clinepatch release.This description was created by
for 5c3c468. You can customize this summary. It will automatically update as commits are pushed.