What's wrong with this entry?
Anonymous. No account, no email.
What
Configure Remote Control bridge servers as persistent daemon workers, making sessions accessible from claude.ai.
Details
- Configured via
daemon.jsonunder theremoteControlkey - Each server maps a local directory to a Remote Control endpoint
- Spawn mode:
same-dir(default) shares the directory,worktreegives 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.