docs(v12.2.1): Fable promo extended to July 12, correct guidance#125
Merged
Conversation
The Fable 5 promo was extended from July 7 to 2026-07-12 11:59 PM PT. v12.1.0 reverted the committed default to opus[1m] on the July-7 assumption; that revert stays (committed default is deliberately opus[1m] so fresh installs never silently spend usage credits, and the user-wins merger means the repo default never reaches existing installs). Only the guidance was wrong: docs/agent-models.md header and MANUAL.md note said 'promo ended / credit-gated as of July 7'. Corrected to 'free per-session /model fable through July 12, then credit-gated'. No config or agent-pin change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this does
Anthropic extended the Claude Fable 5 promo from July 7 to 2026-07-12 11:59 PM PT —
/model fableis still free (up to 50% of the weekly limit, shared pool) for 5 more days. Our docs, written on the July-7 assumption, wrongly claimed the promo had ended and Fable was credit-gated. A teammate reading them today would avoid a window that's actually still free. This corrects the guidance.No config or agent-pin change. The committed default stays
opus[1m]on purpose — so fresh installs never silently spend usage credits when the promo does end, and because the settings merger is user-wins (the repo default never reaches existing installs anyway). The free window is reached the real way:/model fableper session.Summary
docs/agent-models.mdheader +MANUAL.mddefault-model note: "promo ended / credit-gated as of July 7" → "free per-session/model fablethrough July 12, then credit-gated"CHANGELOG.md: new12.2.1entry documenting the extension + correctionsrc/setup.ts:VERSION12.2.0 → 12.2.1config/10-core.jsonback tofable— that would only touch fresh installs for a 5-day window at the cost of two more PRs of churn + a re-introduced "missed revert → credit spend July 13" riskSource: https://support.claude.com/en/articles/15424964-claude-fable-5-promotional-access
Test Plan
config/10-core.jsonunchanged (opus[1m])docs/orMANUAL.md