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

Teleport relay fallback is now scoped per attempt, with reconciliation if the standard path served a request the relay skipped

Claude Code now notices and corrects when its network relay skipped a request the normal path ended up serving

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

Claude Code now notices and corrects when its network relay skipped a request the normal path ended up serving

What

Claude Code has an internal relay for streaming requests, used when a session is being handed off between machines (teleportation). Previously, whenever this relay failed, it just fell back to the normal request path and logged that the relay stayed 'armed' (ready to try again). Now each failure is recorded with its reason, and the fallback request goes through the normal path as before. If that normal-path request succeeds while the relay still thinks it's active, Claude Code logs a warning that the normal path served a request the relay didn't take, and disarms the relay accordingly.

Why

This keeps the relay's own idea of whether it's active in sync with what actually happened, so it doesn't keep believing it's handling requests it's actually missing.

See this entry in the whole of v2.1.268 →