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

New "teleport relay" path for streaming completions

A teleport relay path can route streaming requests through a remote session's ingress endpoint, with fallbacks to the normal path.

TierNothing to try yethow much it should matter to you
Useful5my rating, 1 to 5
Signal5worth watching, 1 to 5
AreaSessionswhat it touches
KindIn Developmentin v2.1.259,
Nothing to try yet Notable No documentation found

A teleport relay path can route streaming requests through a remote session's ingress endpoint, with fallbacks to the normal path.

A new "teleport relay" path can intercept outgoing streaming /v1/messages requests and, when a remote/CCR session is active, route them through a /teleport/conversations/.../completion endpoint on the session's ingress origin instead of the normal path. It tracks an arming state machine (inactive/active/reverted) and falls back to standard dispatch on model mismatches, changed tool fingerprints, non-SSE responses, HTTP errors, timeouts, or a 409 with a teleport_relay_refused discriminant, logging cli_teleport_relay_fallback and a telemetry event upgrade_teleport_cache with a reason such as context_reduced, tools_changed, relay_unreachable, relay_dispatch_timeout, relay_refused, relay_not_sse, or model_mismatch.

See this entry in the whole of v2.1.259 →

Feedback