- [new] Added
fableas a supported model option for agents, alongside the existing sonnet, opus, and haiku choices. - [new] Introduced environment variables for configuring a default Fable model (
ANTHROPIC_DEFAULT_FABLE_MODELand related settings) and theCLAUDE_FABLEgroup. - [changed] Updated model references in context management guidance to include Fable 5 alongside current Opus and Sonnet variants.
- [changed] Refined several tool-use rejection and interruption messages for clarity when users decline actions.
- [changed] Adjusted focus mode instructions to emphasize that only the final message is shown to the user.
Models & prompts
The CLI now recognizes fable as a valid model identifier when defining agents. System prompts have been updated to reference Fable 5 in the list of models that trigger automatic context compaction near the 200K window, and guidance around plan mode and read-only exploration phases has been lightly reworded.
Under the hood
New feature flags track Fable 5 launch visibility, fallback credit minting and outcomes, and related refusal handling. A new API beta header (fallback-credit-2026-06-01) accompanies these changes. The internal CLAUDE_CODE_FORCE_SESSION_PERSISTENCE flag has been removed.
Upgrade notes
No manual steps required. Existing configurations continue to work; the new Fable model is available wherever model selection is supported.