From b643e8108570b3a8d10dc446ca36954b90ac497a Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 11 Jun 2026 21:13:32 +0700 Subject: 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 --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.3.1