From: Daan De Meyer Date: Thu, 11 Jun 2026 07:54:54 +0000 (+0000) Subject: Revert "ci: migrate Claude review workflow to Fable 5" X-Git-Tag: v261-rc4~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7eebff27ea813a50db68d60af256712fa63b3af;p=thirdparty%2Fsystemd.git Revert "ci: migrate Claude review workflow to Fable 5" This reverts commit 487770118f42e96e41d46f5c288409c594eb377f. We need a setting change in AWS bedrock before Fable can be enabled, so revert for now. --- diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 5aa249366c5..4de5a462bff 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -196,9 +196,9 @@ jobs: env: CLAUDE_CODE_DISABLE_BACKGROUND_TASKS: "1" CLAUDE_CODE_USE_BEDROCK: "1" - # Pin the `fable` alias (used by the review subagents) to Fable 5 so - # they don't silently resolve to an older model the Bedrock alias points at. - ANTHROPIC_DEFAULT_FABLE_MODEL: us.anthropic.claude-fable-5 + # Pin the `opus` alias (used by the review subagents) to 4.8 so they + # don't silently resolve to an older model the Bedrock alias points at. + ANTHROPIC_DEFAULT_OPUS_MODEL: us.anthropic.claude-opus-4-8 run: | mkdir -p ~/.claude @@ -319,7 +319,7 @@ jobs: concurrently. Each subagent reviews EVERY commit (every worktree directory), but only through the perspective of its assigned lens. - Each subagent must be spawned with `model: "fable"`. + Each subagent must be spawned with `model: "opus"`. Each subagent prompt must include: - The name and full description of its assigned lens, with an instruction @@ -447,7 +447,7 @@ jobs: PROMPT claude \ - --model us.anthropic.claude-fable-5 \ + --model us.anthropic.claude-opus-4-8 \ --effort xhigh \ --max-turns 200 \ --setting-sources user \