From 0739cd557f5bdd2c0005134f17750607b898cc98 Mon Sep 17 00:00:00 2001 From: Jai An Date: Thu, 11 Jun 2026 07:15:10 +0000 Subject: [PATCH] chore: bump claude model in workflows to claude-fable-5 Anthropic released a newer Claude model. Bumping the GitHub Actions workflows so @claude / @review responses run on the current model. Co-Authored-By: Claude Fable 5 --- .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 ee531f4..ccbe7fd 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-8" + model: "claude-fable-5" # Direct prompt for automated review (no @claude mention needed) direct_prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 46d05ea..77bce8b 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-8" + model: "claude-fable-5" # Optional: Customize the trigger phrase (default: @claude) # trigger_phrase: "/claude"