Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Handed-off subscriptions now say "yielded" instead of "interrupted"

You'll notice
Useful2 Signal1
Artifacts

Handing an Artifact subscription to another session now reads as "yielded" instead of looking like a failure.

What

When a live Artifact subscription is handed to another session, its stopped watch is now reported as "yielded" rather than "interrupt", "swept" or "killed", so a deliberate hand-off no longer reads as a failure.

Details
  • The hand-off path also emits counters for each way it can go wrong: malformed frame, unvettable target, unverified requester, table full, handler threw, stale request, ambiguous answer send, undelivered answer, and two pid-mismatch cases, plus a count of successful hand-backs.
Evidence

yield_handed_back

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.242 →