Uh oh!
There was an error while loading. Please reload this page.
feat(providers): add Claude Opus 5 model - #5925
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview
Reviewed by Cursor Bugbot for commit 67946fe. Configure here. |
Uh oh!
There was an error while loading. Please reload this page.
Greptile SummaryAdds Claude Opus 5 support across the Anthropic provider.
Confidence Score: 5/5The PR appears safe to merge. No blocking failures remain in the fix for Claude Opus 5 adaptive thinking. Important Files Changed
Reviews (3): Last reviewed commit: "docs(agent): regenerate agent-stream doc..." | Re-trigger Greptile |
Uh oh!
There was an error while loading. Please reload this page.
Opus 5 supports only adaptive thinking (no extended thinking / budget_tokens), same as Opus 4.8/4.7. Add opus-5 to supportsAdaptiveThinking so thinking requests use thinking.type: adaptive instead of falling through to budget_tokens extended thinking, which Opus 4.7+ rejects with a 400.
waleedlatif1
commented
Jul 24, 2026
waleedlatif1
commented
Jul 24, 2026
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit ae1345e. Configure here.
waleedlatif1
commented
Jul 24, 2026
waleedlatif1
commented
Jul 24, 2026
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 67946fe. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Summary
claude-opus-5to the Anthropic provider inmodels.ts— Anthropic's new Opus flagship (launched July 24, 2026)recommended: trueand movedrecommendedoffclaude-opus-4-8(Opus 5 supersedes it as the Opus flagship)Type of Change
Testing
bun run lintcleanproviders/models.test.ts+providers/utils.test.tspass (179 tests) in a full envChecklist