Bump pr-review model to Claude Opus 4.8#98
Merged
Conversation
MarcusGoldschmidt
approved these changes
Jun 15, 2026
kans
approved these changes
Jun 15, 2026
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.
Why
The pr-review action pins the reviewer model to Claude Opus 4.6. Opus 4.8 is the current Opus-tier model (stronger bug-finding, clearer explanations, better long-horizon agentic behavior), so the required PR-review gate should run on it.
What this changes
.github/actions/pr-review/action.yml:--model claude-opus-4-6→claude-opus-4-8(one line). No other behavior changes.Compatibility note
claude-code-actionforwards--modelopaquely to the bundled Claude Code CLI, which forwards the string to the API (no client-side model allowlist). The action'sclaude_argspass no thinking/sampling/prefill arguments, so none of the Opus 4.7+ request-surface breaking changes apply here — the bump is a model-string change only.One thing for the reviewer to weigh: this branch keeps the existing pinned
claude-code-action@661a6fefbd05(v1.0.130, 2026-05-21). That release predatesclaude-opus-4-8appearing in the public model catalog, so the bundled CLI may not "know" the model for any client-side defaulting. If we want belt-and-suspenders, pair this with a bump of the pinned action SHA to a current release — but that is a supply-chain change that deserves its own diff review under the secret/write-token boundary, so it's intentionally left out of this PR.Draft pending that decision.
🤖 Generated with Claude Code