Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reusable_claude_pr_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ on:
description: "Bedrock model id / inference profile to invoke."
required: false
type: string
default: "us.anthropic.claude-opus-4-8"
default: "us.anthropic.claude-opus-5"
timeout_minutes:
description: "Job-level wall-clock cap; a stuck run is killed by the runner. Opus 4.8 with thinking needs more headroom than Sonnet did on large diffs, so this is generous."
description: "Job-level wall-clock cap; a stuck run is killed by the runner. Opus 5 with thinking needs more headroom than Sonnet did on large diffs, so this is generous."
required: false
type: number
default: 30
Expand Down
Loading