PulseAugur
实时 05:25:15
English(EN) The env var that silently routes Fable agents to Haiku

Claude Code 的静默模型降级解释:环境变量和可用性问题

使用 AnthropicClaude Code 的开发者可能会遇到意外的模型行为,例如代理默认使用 Haiku 而不是预期的 Fable 5。此问题源于严格的模型解析顺序,其中 CLAUDE_CODE_SUBAGENT_MODEL 环境变量优先于 YAML frontmatter 钉定。此外,Fable 5 有特定的先决条件,包括付费的 Anthropic 计划、最低的 Claude Code 版本以及与数据保留策略(非零数据保留)的兼容性,如果不满足这些条件,可能会导致静默回退。 AI

影响 阐明了使用 AnthropicClaude Code 的开发者的潜在配置陷阱,确保预期的模型性能。

排序理由 该条目详细说明了软件产品中使用特定功能的特定配置问题和先决条件,而不是新的发布或重大的行业发展。

在 dev.to — Claude Code tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Claude Code 的静默模型降级解释:环境变量和可用性问题

本文如何被排名

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该条目详细说明了软件产品中使用特定功能的特定配置问题和先决条件,而不是新的发布或重大的行业发展。
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
46 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

完整方法见我们的编辑标准

报道来源 [1]

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

    用于将 Fable 代理静默路由至 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: …