Skip to content

Move the Fable roles to claude-fable-5-1 (0.9.30) - #75

Merged
michael-denyer merged 1 commit into
michael-denyer:mainfrom
tlmader:fable-5-1
Sep 13, 2026
Merged

michael-denyer merged 1 commit into
michael-denyer:mainfrom
tlmader:fable-5-1

Conversation

@tlmader

@tlmader tlmader commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Anthropic ships Claude Fable 5.1 under the slug claude-fable-5-1. This PR moves the port's Fable defaults to that slug.

  • plugins/pstack/models.json names claude-fable-5-1 in the panel and in bug-fix, perf-issue, hillclimb, and strongest judgment. The available-model entry is relabeled Fable 5.1; Fable 5 leaves the list.
  • bun tools/generate.mjs restamped the ## Models sections of poteto-mode, arena, architect, and interrogate, the interrogate reviewer table, and setup-pstack's override sheet and available-model line.
  • The README panel row states the new default. CHANGES.md gains a 0.9.30 entry and VERSION moves to 0.9.30.

The upstream pin remains at e8d856f.

Closes #74

Verification

  • bun tools/generate.mjs exits 0 and leaves the tree clean.
  • 154 tests pass across the ten suites other than tests/worktree-audit.test.mjs.
  • tests/worktree-audit.test.mjs times out on all 11 tests on my machine on untouched main as well, so those failures are unrelated to this change.

🤖 Generated with Claude Code

Anthropic ships Claude Fable 5.1 as claude-fable-5-1. models.json
names it for the panel and the four Fable single-model roles, and
the generator restamps every consumer. Fable 5 leaves the
available-model list. The upstream pin does not move.

Closes michael-denyer#74

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@coldtea-pr-lens

coldtea-pr-lens Bot commented Sep 12, 2026

Copy link
Copy Markdown

◈ PR Lens

🟢 +0 new · 🟠 ~5 changed · 🔴 -0 removed · 1 flow · 10 files · commit aa03d0f


Architecture

Architecture diagram for michael-denyer/pstack-claude at aa03d0f

5 components touched across 6 lanes.

Open the interactive canvas


Data flow

Data flow diagram for michael-denyer/pstack-claude at aa03d0f

Model policy update and delegation

Open the interactive canvas


View

  • Architecture lens
  • Data flow lens
  • Expand every detail

Tip

Run npx @coldtea/pr-lens-cli analyze --base origin/main on a branch, then npx @coldtea/pr-lens-cli render .pr-lens/graph.json. Same lenses, your own model key, before the pull request exists.

🪧 More tips
  • Run npx skills add coldteadotai/pr-lens, then tell your coding agent: "Diagram the change you just made with PR Lens and attach it to the pull request."
  • Untick Architecture lens or Data flow lens under View to hide a diagram, or tick Expand every detail to open every section. The comment redraws in a few seconds.
  • Click the link under each diagram to open it on a canvas you can zoom, pan and step through.
  • The diagrams are links. Click one to open it on the canvas, then press W or click play to walk through the change.
  • Open a diagram on the canvas, then press W or click play to walk through the change one step at a time.
  • The CLI's render reads .github/pr-lens.yml and applies your renames, exclusions and lane pins at draw time.
  • Set github.comment.collapsed: true in .github/pr-lens.yml to fold the comment behind one View architecture and data flow row. Drawing still runs on every push.
  • Add .github/workflows/pr-lens.yml with coldteadotai/pr-lens/packages/action@v0 and your model provider's key as its api-key to run PR Lens from your own CI. Any /chat/completions endpoint works.
  • Push a commit and the comment redraws for the new head. A slow older run never overwrites a newer one.
  • Switch GitHub to dark mode and the diagrams follow. The moving dots are this pull request's data in motion.

Thanks for using PR Lens! It's built by Coldtea, free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

@michael-denyer

michael-denyer commented Sep 13, 2026

Copy link
Copy Markdown
Owner

Thank you for this, @tlmader. The issue and PR were exactly the right shape: the change lands in models.json, the generator restamps everything else, and the tree diffs clean against a fresh run on main. Tests and all CI checks pass. Merging now and releasing as 0.9.30. Also I had thought I had already done this so glad you picked it up.

@michael-denyer
michael-denyer merged commit 45f7683 into michael-denyer:main Sep 13, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move the Fable roles to claude-fable-5-1

2 participants