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.222 Home All releases olderv2.1.221 v2.1.223newer

Remote control enable/disable runs as a tracked async task

You'll notice
Useful3 Signal0
Remote Control

Toggling remote control now carries pending permission prompts over to the new session instead of losing them.

What

Handling of the remote_control control request is now wrapped in a single async operation with its own error handling, and it hands off state to the newly created remote session instead of dropping it.

Details
  • Old session is torn down only after its callbacks are cleared.
  • Pending permission requests and pending user-dialog requests are replayed to the new remote session.
  • The initial name supplied in the request is preserved across the swap.
Evidence

getPendingUserDialogRequests()

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