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

Teleport relay refuses to arm if the transcript already shows a whole-history end marker

A server-side session relay now refuses to start if the transcript is already marked complete

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

A server-side session relay now refuses to start if the transcript is already marked complete

What

Before a server-driven 'teleport relay' (a mechanism for continuing a session on the server) arms itself, it now checks the lines after its starting point for a marker that indicates the whole conversation history has already ended. If that marker is present, it refuses to arm and reports a new relay_already_ended error instead of proceeding as if there were more to relay.

Why

This prevents the relay from starting up on a transcript that's already finished, avoiding wasted or incorrect work on a conversation that has nothing left to continue.

See this entry in the whole of v2.1.271 →