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: deferred MCP tools re-seeded from prior worker's transcript

Deferred MCP tools announced by a previous worker are re-seeded from the transcript during query preparation.

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

Deferred MCP tools announced by a previous worker are re-seeded from the transcript during query preparation.

New machinery re-seeds tool references for MCP tools that a prior worker process had already announced with defer_loading: true, by scanning transcript attachments of type deferred_tools_delta. It logs Dynamic tool loading: seeded ${n} tool reference(s) to ${k} deferred tool(s) the previous process sent and is wired into the query-preparation path, guarded by Oe.readsTranscriptRecord.

Read from
Names in the bundledefer_loading
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up defer_loading, on Batches. - `defer_loading: optional boolean or null` api/messages/batches see the edit
What has happened since
Gate removed from the code v2.1.267 removed the tengu_plucky_orchard gate from the code while it was still reading on for the account this site reads. The code path no longer asks a flag before it runs.

See this across every release →

How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up defer_loading, on Batches.

See this entry in the whole of v2.1.259 →

Feedback