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 ·

New warning when a transcript drain is still running at shutdown

Claude Code now warns if saving the session transcript is still running when the process shuts down

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

Claude Code now warns if saving the session transcript is still running when the process shuts down

What

A new helper logs a warning if the process is finishing up but the promise responsible for draining (writing out) the session transcript hasn't finished within a timeout. The warning explicitly notes that the result is returned without waiting for the drain to complete.

Why

This surfaces a case where the transcript might not be fully saved before the process exits, making it easier to notice and diagnose incomplete transcripts instead of it failing silently.

See this entry in the whole of v2.1.275 →