feat: upgrade PR review to Opus 4.8 and issue answers to Sonnet 4.6 (engine v1.6)#757
Merged
Conversation
BEDROCK_MODEL_ID is now us.anthropic.claude-opus-4-8; v1.4 carries the sampling-param fix that 4.8 requires (4.8 hard-fails on earlier pins). Reporter stays Haiku 4.5.
Consolidates the model upgrades into one change: - Engine pin v1.4 -> v1.6 (v1.6 includes the Opus 4.8 sampling-param fix and the issue-model wiring). - .shadow.yml models.issue = Sonnet 4.6 for customer issue/followup answers, selected by an n=20 3-judge bench (14-5 over Haiku, half the hallucinations). PR reporter stays Haiku (JSON formatting only). - Opus 4.8 for PR review remains applied post-merge via the BEDROCK_MODEL_ID secret (env > yaml).
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.
Summary
Upgrades the models the bot uses, via one engine version bump:
Why
Changes
.github/workflows/issue-bot.yml— bump the shared engine pin (uses:+shadow_ref).shadow.yml—models.issue: us.anthropic.claude-sonnet-4-6Rollout
.shadow.yml.BEDROCK_MODEL_IDrepository secret tous.anthropic.claude-opus-4-8after merge.Testing
Validated against historical deequ PRs and issues in dry-run mode before this change.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.