Skip to content

Commit 1c7aa51

Browse files
lootheroclaude
andcommitted
ci: run Claude Code workflow on Fable 5
Set the model explicitly to claude-fable-5 so @claude mentions on issues and PRs are handled by Anthropic's most capable model instead of the action's default (Opus 4.8). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 2bedb71 commit 1c7aa51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
additional_permissions: |
4141
actions: read
4242
43-
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
44-
# model: "claude-opus-4-20250514"
43+
# Use Claude Fable 5, Anthropic's most capable model, for all reviews
44+
model: "claude-fable-5"
4545

4646
# Optional: Customize the trigger phrase (default: @claude)
4747
# trigger_phrase: "/claude"

0 commit comments

Comments
 (0)