PulseAugur
实时 14:27:54

Claude Code 的工具搜索延迟了 40k 个 token,但 auto:5 模式加载了所有 token

Claude Code 的工具搜索功能默认启用,它会延迟工具定义以节省上下文窗口空间。当工具搜索处于活动状态时,Claude Code 会话的初始请求仅包含工具名称和服务器指令,而不是 88 个延迟工具的完整模式,从而使用的 token 数量大大减少。然而,‘auto:5’阈值模式意外地加载了所有延迟的工具,这表明其边界处理可能存在问题。 AI

影响 这种行为会影响开发人员与 AI 工具的交互方式,可能影响 AI 辅助编码的效率和上下文管理。

排序理由 该条目讨论了软件产品中特定功能的行为和性能,而不是新版本或行业重大转变。

在 dev.to — MCP tag 阅读 →

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

Claude Code 的工具搜索延迟了 40k 个 token,但 auto:5 模式加载了所有 token

本文如何被排名

Signal score
31 / 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
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

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

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Rulestack ·

    工具搜索在我们的首次请求中隐藏了 40,170 个令牌。auto:5 将它们全部放回

    <blockquote> <p>With MCP tool search on, which is the default, the first request of a fresh Claude Code session on our machine carried 20,819 input tokens. With <code>ENABLE_TOOL_SEARCH=false</code> the same request carried 60,989. The difference, about 40,170 tokens, is 88 tool …