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

claude remote-control rejects root options instead of forwarding them

You'll notice
Useful2 Signal1
Remote Control

claude remote-control now errors clearly on root-level options instead of forwarding them.

claude remote-control
What

Running claude remote-control with root-level CLI options now fails with a clear error naming the options it refuses, rather than passing your whole argv through to the bridge and behaving unpredictably. Unknown options and extra arguments are still allowed through to the bridge itself.

Details
  • The subcommand disables its own help option and asks the loaded bridge module which root options it refuses.
  • If any refused option was supplied, it errors with a generated message and never starts the bridge.
  • Reachable on every build; no flag involved.
Evidence

rootOptionsRemoteControlRefuses

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 →