Update Claude review to latest models - #2440
Conversation
Use Opus 5 and Sonnet 5 so automated reviews run on the current model generation. Co-authored-by: Cursor <cursoragent@cursor.com>
|
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions workflow that runs automated Claude-based PR reviews by switching the configured gateway model identifiers to the latest Opus and Sonnet versions.
Changes:
- Update
ANTHROPIC_MODELandANTHROPIC_DEFAULT_OPUS_MODELfromClaude-Opus-4.7toClaude-Opus-5. - Update
ANTHROPIC_DEFAULT_SONNET_MODELfromClaude-Sonnet-4.6toClaude-Sonnet-5. - Keep
ANTHROPIC_DEFAULT_HAIKU_MODELatClaude-Haiku-4.5.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Test plan
git diff --check.github/scripts/tests/test_sanitize.sh(171 tests passed)Made with Cursor