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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Pending Remote Control requests are now closed out as detached

You'll notice
Useful3 Signal2
Remote Control

Remote Control shutdown now closes out pending requests as detached instead of abandoning them.

What

When Remote Control shuts down, whether the host exits, the feature is turned off, or the transport tears down, every request or dialog still waiting on a remote answer is now completed with a detached outcome instead of being abandoned. Reachable by anyone using Remote Control, with no flag.

Details
  • The cleanup walks the outstanding request map, deletes each entry, calls its handler with { behavior: "detached" } and returns how many it closed.
  • detached is a new terminal outcome; it does not appear in v2.1.247 at all.
Evidence

behavior: "detached"

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.248 →