Skip to content

Commit 18094c1

Browse files
authored
feat: upgrade PR review to Opus 4.8 and issue answers to Sonnet 4.6 (engine v1.6) (#757)
* Bump Shadow engine to v1.4 for Opus 4.8 support 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. * Bump engine to v1.6 + set Sonnet 4.6 for issue answers 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). * Drop trailing comments on reporter/issue model lines
1 parent 2cd4bd5 commit 18094c1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/issue-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
(github.event_name == 'workflow_dispatch') ||
4141
(github.actor != 'github-actions[bot]' &&
4242
(github.event.issue.pull_request == null || github.event_name == 'pull_request_target'))
43-
uses: sudsali/shadow/.github/workflows/shadow-review.yml@0ff3d759e3860fe5439682f51b6cd6352bf271c3
43+
uses: sudsali/shadow/.github/workflows/shadow-review.yml@54ec94e0ca8c90d9b58ff95a2a06b175a115784e
4444
with:
4545
pr_number: ${{ inputs.issue_number }}
4646
dry_run: ${{ inputs.dry_run && 'true' || 'false' }}
47-
shadow_ref: 0ff3d759e3860fe5439682f51b6cd6352bf271c3
47+
shadow_ref: 54ec94e0ca8c90d9b58ff95a2a06b175a115784e
4848
aws_region: us-east-1
4949
prompt_sm_prefix: deequ-bot
5050
secrets:

.shadow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ models:
1717
investigator: us.anthropic.claude-opus-4-7
1818
critic: us.anthropic.claude-opus-4-7
1919
reporter: us.anthropic.claude-haiku-4-5-20251001-v1:0
20+
issue: us.anthropic.claude-sonnet-4-6

0 commit comments

Comments
 (0)