Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.259 ·

Dynamic tool loading can seed deferred-tool references from a previous process

A new process can reconstruct which deferred tools an earlier process already surfaced, so they don't need re-announcing.

TierUnder the hoodhow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaTool Loadingwhat it touches
KindInternal Changesin v2.1.259,
Under the hood

A new process can reconstruct which deferred tools an earlier process already surfaced, so they don't need re-announcing.

When starting a new process, the harness can now reconstruct which deferred/lazy-loaded tools a previous process had already surfaced, using deferred_tools_delta attachments, and seeds references to them in the new process so those tools don't need to be re-announced. This is logged as Dynamic tool loading: seeded N tool reference(s).

See this entry in the whole of v2.1.259 →

Feedback