Commit 28fc34e
authored
chore: switch Claude review to Opus 4.6, increase timeout to 30m (#740)
## Summary
- Switch model from `us.anthropic.claude-opus-4-7` to
`us.anthropic.claude-opus-4-6-v1` to avoid throttling issues
- Increase `timeout-minutes` from 15 to 30 to handle larger PRs
## Motivation
Opus 4.7 is getting throttled on Bedrock, causing reviews to timeout at
15 minutes on larger PRs (e.g. dependency update PRs with ~3000 lines
changed).1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | | - | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
0 commit comments