From e8f504edaa05e46ddb66055b4e89da6326d416d0 Mon Sep 17 00:00:00 2001 From: Pepijn Date: Wed, 8 Apr 2026 17:56:01 +0200 Subject: [PATCH] feat(ci): use claude-opus-4-6 for PR reviews Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/claude-code-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 9ef7690d2..283552369 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -43,5 +43,6 @@ jobs: Format findings as P1 (must fix) / P2 (should fix) / P3 (nice to have). Skip P3 if the PR is already high quality. + claude_args: '--model claude-opus-4-6' # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md # or https://code.claude.com/docs/en/cli-reference for available options