This repository was archived by the owner on Aug 6, 2026. It is now read-only.
feat(models): add Claude Opus 5 to available models - #3796
Merged
Conversation
|
😎 This pull request was merged. |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
charlesvien
marked this pull request as ready for review
July 24, 2026 20:00
tatoalo
approved these changes
Jul 24, 2026
charlesvien
enabled auto-merge (squash)
July 24, 2026 20:08
charlesvien
disabled auto-merge
July 24, 2026 20:09
Contributor
|
Reviews (1): Last reviewed commit: "feat(models): add Claude Opus 5 to avail..." | Re-trigger Greptile |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Problem
Claude Opus 5 shipped (https://www.anthropic.com/news/claude-opus-5) and isn't selectable yet.
Changes
Same as the Sonnet 5 rollout (#3036): adds
claude-opus-5to the agent capability sets (1M context, effort incl. xhigh), the harness fallback gateway models, the loops fallback catalog, the mobile composer picker and the PromptInput story. Defaults are unchanged.How did you test this?
Extended the existing parameterized vitest cases (capability flags, effort resolution, recency rank, loop fallback lists) with
claude-opus-5. Affected suites pass (4934 tests) and turbo typecheck is green on the changed packages.Automatic notifications