PulseAugur
EN
LIVE 10:34:58

Claude Code's silent model downgrades explained: env vars and availability issues

Developers using Anthropic's Claude Code may encounter unexpected model behavior, such as agents defaulting to Haiku instead of the intended Fable 5. This issue stems from a strict model resolution order where the CLAUDE_CODE_SUBAGENT_MODEL environment variable takes precedence over YAML frontmatter pins. Additionally, Fable 5 has specific prerequisites, including a paid Anthropic plan, a minimum Claude Code version, and compatibility with data retention policies (not Zero Data Retention), which can cause silent fallbacks if not met. AI

IMPACT Clarifies potential configuration pitfalls for developers using Anthropic's Claude Code, ensuring intended model performance.

RANK_REASON The item details a specific configuration issue and prerequisites for using a particular feature within a software product, rather than a new release or significant industry development.

Read on dev.to — Claude Code tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Claude Code's silent model downgrades explained: env vars and availability issues

COVERAGE [1]

  1. dev.to — Claude Code tag TIER_1 English(EN) · Creeta ·

    The env var that silently routes Fable agents to Haiku

    <p>You pinned <code>model: fable</code> in every subagent's YAML, yet your fleet keeps answering like Haiku. The culprit is almost always one stale environment variable that sits above your pin in a strict resolution order — and it fails silently.</p> <h2> The Precedence Ladder: …