summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-06-11 21:13:32 +0700
committerhathach <[email protected]>2026-06-11 21:13:32 +0700
commitb643e8108570b3a8d10dc446ca36954b90ac497a (patch)
tree809e2f0b1fe0f89151045c783509ac3b4e6ae997
parent629e805e08575398070d0a9ac2087a853c93d290 (diff)
ci(claude-review): run auto review on Opus (claude-opus-4-8)
The review action currently runs on the default Sonnet 4.6. On PR #3643 (musb EP0 race) it posted "No issues found" while an Opus pass on the same diff surfaced substantive questions (ISR-boundary RXRDY lifetime, regression scope of the DATA-state split). Pin the reviewer to claude-opus-4-8 for higher-signal reviews; subagents keep their cheaper default models. Co-Authored-By: Claude Opus 4.8 <[email protected]>
-rw-r--r--.github/workflows/claude-code-review.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml
index 94001dd8a..60cc4db4b 100644
--- a/.github/workflows/claude-code-review.yml
+++ b/.github/workflows/claude-code-review.yml
@@ -53,5 +53,5 @@ jobs:
# TEMPORARY: expose the full Claude transcript in the Actions log for
# debugging. Revert to remove once done.
show_full_output: true
- claude_args: '--max-turns 50'
+ claude_args: '--max-turns 50 --model claude-opus-4-8'
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md