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

New beginTranscriptFlush step added to turn handoff processing

Turn handoff now waits for transcript flush confirmation, warning after 15 seconds if it doesn't arrive

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTurn Handlingwhat it touches
KindInternal Changesin v2.1.271,
Group of 2 Under the hood

Turn handoff now waits for transcript flush confirmation, warning after 15 seconds if it doesn't arrive

What

  • The main input/query pipeline now checks for a handed-off turn (handedOffTurn) alongside the existing orphaned-permission check when deciding whether to send an initial state message, and it now passes a new beginTranscriptFlush step into the drain logic. The user-input processor also gets a new aheadOfSessionStart flag.
  • beginTranscriptFlush itself is a new confirmation wait: it races flushing internal events against an abort signal, and if the flush hasn't been confirmed within 15 seconds, it logs a warning that the session store hasn't confirmed the carried-over lines.

Why This adds a safety check during turn handoff so Claude Code can tell when the session store is slow to confirm it has received carried-over transcript lines, surfacing a warning instead of silently proceeding as if the handoff succeeded.

See this entry in the whole of v2.1.271 →

Feedback