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

New marker-based transcript relay/hand-off refusal codes and checks for cross-version updates

The mechanism that hands off a session transcript during /update now has more precise failure checks

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

The mechanism that hands off a session transcript during /update now has more precise failure checks

What

Claude Code has an internal relay mechanism, using markers embedded in a transcript, that hands off session state (including prompt cache data) during an /update. It now has specific, named refusal reasons for when this hand-off can't proceed, such as a marker not being in an inactive state, a missing marker line, an unexpected marker line format, or an anchor point not being in view. It also now checks that a "thinking strip" isn't owed, and checks that the resuming session hasn't already answered a turn of its own before arming the relay.

Why

These added checks make the hand-off between old and new versions during an update more reliable, catching mismatched or stale states before they cause problems rather than after.

See this entry in the whole of v2.1.273 →