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 <noreply@anthropic.com>
This commit is contained in:
hathach
2026-06-11 21:13:32 +07:00
parent 629e805e08
commit b643e81085

View File

@ -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