Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

Tool pool cache now also keys on WaitForMcpServers declaration and a REPL primitive grant

Internal tool-pool cache now also depends on WaitForMcpServers usage and a REPL primitive grant

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaToolswhat it touches
KindInternal Changesin v2.1.275,
Under the hood

Internal tool-pool cache now also depends on WaitForMcpServers usage and a REPL primitive grant

What

Claude Code's internal cache of which tools are available (the "tool pool") now also takes into account two more factors when deciding whether to reuse a cached result: whether the host has declared it uses the WaitForMcpServers tool, and a "REPL primitive grant" derived from the main agent. Previously the cache only tracked the set of tools and allowed subagent types.

Why

This is an internal correctness fix: without tracking these inputs, the tool pool could theoretically serve a stale cached result when either of these factors changed. It shouldn't be noticeable to users beyond more accurate tool availability.

See this entry in the whole of v2.1.275 →