Flags typed before remote-control now error out instead of being silently dropped.
What's wrong with this entry?
Options placed before the verb, as in claude --verbose remote-control, used to be quietly dropped. The command now checks them against a list of options it can safely carry over and stops with an error naming the rest, so nothing you typed is silently ignored.
- Carried over:
verbose,debug,model,pluginDir,dangerouslySkipPermissions,enableAutoMode,bareand others. - If
--permission-modewas among the rejected options, the message tells you to runclaude remote-control --permission-mode <mode>instead. - The verb also exits with a specific error when the managed setting
disableRemoteControlis on, and again when the org policyallow_remote_controldenies it. - A blocking trusted-device preflight runs before the bridge starts; on failure, event logging and Datadog are flushed against a 500ms timeout before exit.
claude remote-control --permission-mode planError: Remote Control is disabled by your organization's policy (managed setting disableRemoteControl).
Strings lifted out of the shipped bundle, so the claim above can be checked against them.