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.