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.119 Home All releases olderv2.1.118 v2.1.120newer
Claude Code v2.1.119

Remote Control Server Configuration

What

Configure Remote Control bridge servers as persistent daemon workers, making sessions accessible from claude.ai.

Details
  • Configured via daemon.json under the remoteControl key
  • Each server maps a local directory to a Remote Control endpoint
  • Spawn mode: same-dir (default) shares the directory, worktree gives each session its own git worktree
  • Configurable capacity (default 32 concurrent sessions), permission mode, sandbox mode, and session timeout
  • Sessions can be created on daemon start with createSessionOnStart: true
  • Manages the Remote Control bridge headlessly with automatic OAuth token management
Evidence

Remote control server configuration (search for "remote-control server", "New Remote Control Server", "spawnMode")

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