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

Subagent transcript lazy-hydration gained a 'create-only' write mode and richer outcome telemetry

Fetched subagent transcripts can be written create-only so a locally-written copy is not clobbered.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSubagentswhat it touches
KindInternal Changesin v2.1.257,
Under the hood

Fetched subagent transcripts can be written create-only so a locally-written copy is not clobbered.

The lazy subagent-transcript fetch path now tracks whether a subagent's transcript was already written locally (agentIdsWrittenLocally/hasWrittenAgentLocally) separately from whether it was already fetched. Writing a fetched transcript can pass createOnly to avoid clobbering a locally-written version, returning distinguishable outcomes like exists, written, or backend_no_create. The subagent_lazy_fetch telemetry event now includes a written_locally field.

See this entry in the whole of v2.1.257 →

Feedback