From e9d2a62913f07388a45193d04fc2e5fd3a900fb1 Mon Sep 17 00:00:00 2001 From: Jai An Date: Thu, 28 May 2026 19:00:36 +0000 Subject: [PATCH] chore: bump claude model in workflows to claude-opus-4-8 Anthropic released a newer Claude model. Bumping the GitHub Actions workflows so @claude / @review responses run on the current model. Co-Authored-By: Claude Opus 4.7 --- .github/workflows/claude-code-review.yml | 2 +- .github/workflows/claude.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index cf71b35..ee531f4 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -35,7 +35,7 @@ jobs: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4) - model: "claude-opus-4-7" + model: "claude-opus-4-8" # Direct prompt for automated review (no @claude mention needed) direct_prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index e2ee530..46d05ea 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -41,7 +41,7 @@ jobs: actions: read # Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4) - model: "claude-opus-4-7" + model: "claude-opus-4-8" # Optional: Customize the trigger phrase (default: @claude) # trigger_phrase: "/claude"