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.223 Home All releases olderv2.1.222 v2.1.224newer

Remote-control bridge registers a persistent machine id

Under the hood
Useful2 Signal0
Remote Control

Your install now gets a stable machine ID that identifies it when connecting through the remote-control bridge.

What

Bridge environment registration now identifies the machine with a stable per-install UUID rather than only a name.

Details
  • The id is resolved by getOrCreateRemoteControlMachineId, stored in global config, generated once and re-read afterwards.
  • Sent as machine_id alongside machine_name in the POST to /v1/environments/bridge, and in the debug log line of the same payload.
  • The field is omitted if the id could not be persisted.
  • Both the accessor and the config key are new in this build.
Evidence

getOrCreateRemoteControlMachineId

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