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.265 ·

Tool-search deferred-tools delta now has a fast latch path avoiding full recompute

Checking for newly available tools mid-session now uses a faster cached check first

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaTool Searchwhat it touches
KindInternal Changesin v2.1.265,
Under the hood

Checking for newly available tools mid-session now uses a faster cached check first

What

The internal logic that decides whether to compute and announce a deferred_tools_delta (a signal that new tools have become available partway through a session) now first tries a quick cached check using toolPoolRefreshes and aheadOfRequest. It only falls back to the previous, more expensive full set of eligibility checks if that quick check doesn't resolve the question.

Why

This is a performance change: it avoids redoing full eligibility computation on every check, which should make detecting newly available tools mid-session cheaper without changing what tools end up available.

See this entry in the whole of v2.1.265 →