From bd2ca426796e70b3ea4d9d9c0dfcc385d83ad6b4 Mon Sep 17 00:00:00 2001 From: Ihor Solodrai Date: Thu, 28 May 2026 14:50:39 -0700 Subject: [PATCH] ai-code-review: Use Claude Opus 4.8 Signed-off-by: Ihor Solodrai --- .github/workflows/ai-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-code-review.yml b/.github/workflows/ai-code-review.yml index 26c930a6..7166a234 100644 --- a/.github/workflows/ai-code-review.yml +++ b/.github/workflows/ai-code-review.yml @@ -144,7 +144,7 @@ jobs: claude_args: | --max-turns 100 --mcp-config ci/claude/mcp.json - --model us.anthropic.claude-opus-4-7 + --model us.anthropic.claude-opus-4-8 allowed_bots: "kernel-patches-daemon-bpf,kernel-patches-review-bot" prompt: | Current directory is the root of a Linux Kernel git repository.