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
7 changes: 5 additions & 2 deletions .github/workflows/claude-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ jobs:
env:
CLAUDE_CODE_DISABLE_BACKGROUND_TASKS: "1"
CLAUDE_CODE_USE_BEDROCK: "1"
# Pin the `opus` alias (used by the review subagents) to 4.8 so they
# don't silently resolve to an older model the Bedrock alias points at.
ANTHROPIC_DEFAULT_OPUS_MODEL: us.anthropic.claude-opus-4-8
run: |
mkdir -p ~/.claude

Expand Down Expand Up @@ -379,8 +382,8 @@ jobs:
PROMPT

claude \
--model us.anthropic.claude-opus-4-6-v1 \
--effort max \
--model us.anthropic.claude-opus-4-8 \
--effort xhigh \
--max-turns 200 \
--setting-sources user \
--output-format stream-json \
Expand Down
Loading