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 ·

hostCarrier check special-cases webagent and claude-code-remote carriers

Carrier eligibility check now special-cases webagent and claude-code-remote carriers

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

Carrier eligibility check now special-cases webagent and claude-code-remote carriers

What

A function that checks whether a "carrier" (an internal identifier for how a session is running) is eligible now handles webagent and claude-code-remote carriers as a special case: for these two, it only returns true if the carrier matches exactly, before falling back to the general set-based check used for other carriers.

Why

This makes the eligibility check stricter and more precise for webagent and claude-code-remote sessions specifically, avoiding them being matched by the more permissive general logic.

See this entry in the whole of v2.1.273 →