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 learns about forked/subagent loops

Teleport relay now distinguishes main-loop calls from forked/subagent calls

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

Teleport relay now distinguishes main-loop calls from forked/subagent calls

What

The "teleport relay" wrapper, which speeds up API calls by relaying them through a CCR session, now takes an explicit loop parameter marking whether the call comes from the "main" loop or a "fork" (such as a subagent). It uses different eligibility checks and different abort/telemetry handling depending on which one it is, instead of applying the same checks to both.

Why

This lets Claude Code apply relay rules that fit each kind of loop, so forked or subagent calls aren't forced through the same eligibility logic as the main conversation.

See this entry in the whole of v2.1.271 →