1.74.11
- faa10c5: Add support for Claude Fable 5 (
claude-fable-5) and its un-classified sibling Claude Mythos 5 (claude-mythos-5) as selectable models for--tool claude(Issue #1875). New aliasesfable,fable-5,claude-fable-5,mythos-5, andclaude-mythos-5resolve in the centralized model registry, support the[1m]1M-context suffix, the full effort ladder includingxhighandmax(defaulthigh), and 128K max output tokens. Both models are adaptive-thinking-only, sogetClaudeEnvremovesMAX_THINKING_TOKENSfor them (the API rejects disabled thinking), mirroring Opus 4.7/4.8. Documented default fallbacks are registered (claude-fable-5 -> opusreflecting Fable 5's safety-classifier hand-off to Opus 4.8;claude-mythos-5 -> fable). Existing defaults (opus,sonnet,haiku,opusplan) are unchanged — this adds Fable 5 as an option without altering current behavior.fableis surfaced in--modelhelp. Includestests/test-fable-5-model-support.mjs(127 tests) and a full case study underdocs/case-studies/issue-1875/.
Related Pull Request: #1876