Commit 18094c1
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 lines1 parent 2cd4bd5 commit 18094c1
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
0 commit comments