You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/remote-control is not available in Claude Code on a Max account that meets all documented requirements. The Mobile app's Code section is functional but no session can be registered, because the slash command is missing entirely on the desktop side.
The string /remote-control exists in the Claude Code binary, but the command is not registered for this account at runtime — it does not appear in /help autocomplete and returns "command not found" when invoked.
Anthropic Support's Fin AI agent confirmed via email that the most likely cause is that disableRemoteControl is set at the account/org level server-side and that resolution requires Anthropic to remove the flag. Multiple requests for human escalation in the support thread have looped back to automated responses.
Filing here in the hope that maintainers with account-config access can either resolve directly or route to the right internal team.
Account / Subscription
Subscription: Max
Auth method: claude.ai OAuth (apiProvider: firstParty, no API key set)
Org ID (partial, full available on request): 3b3cd989-…
Account email and full org ID can be shared privately with maintainers — not posting full PII in a public issue
Environment
Claude Code version: 2.1.138 (latest stable)
Platform: macOS 15 (Darwin 24.5.0)
Install: native install only (npm-global previously removed)
Symptom
Mobile app → Code shows the standard empty state asking the user to run /remote-control from Claude Code to register a session
Other Max users have the feature working with the same setup, so this appears to be account- or org-specific gating
What Should Happen?
/remote-control should be available on a Max account with claude.ai OAuth, allowing a session to be registered with the mobile app.
Existing Support Conversation IDs
For maintainer reference (Trust & Safety / account-config can look these up):
215474242200631
215474242232169
215474242262431
The Fin AI agent in those threads explicitly identified disableRemoteControl as the suspected gate and acknowledged that human-engineer access is needed to remove it.
Request
If this is a remediable account-config flag, please remove it for the org above and we will verify with /remote-control and report back. Happy to provide additional diagnostic output, debug logs, or run specific commands.
Preflight Checklist
What's Wrong?
/remote-controlis not available in Claude Code on a Max account that meets all documented requirements. The Mobile app's Code section is functional but no session can be registered, because the slash command is missing entirely on the desktop side.The string
/remote-controlexists in the Claude Code binary, but the command is not registered for this account at runtime — it does not appear in/helpautocomplete and returns "command not found" when invoked.Anthropic Support's Fin AI agent confirmed via email that the most likely cause is that
disableRemoteControlis set at the account/org level server-side and that resolution requires Anthropic to remove the flag. Multiple requests for human escalation in the support thread have looped back to automated responses.Filing here in the hope that maintainers with account-config access can either resolve directly or route to the right internal team.
Account / Subscription
apiProvider: firstParty, no API key set)3b3cd989-…Environment
Symptom
/remote-controlfrom Claude Code to register a session/remote-controlin any Claude Code session returns "command not found" (not "Unknown skill" — distinct from [BUG] remote-control command not recognized - "Unknown skill: remote-control" #29796)/helpautocomplete/remote-controlexists in the Claude Code binary, but the command is not registered at runtime for this accountTroubleshooting Already Performed (over several months)
claude auth logout/claude auth logincyclesclaude updateto latest stable andclaude install latestfor the bleeding-edge channel — no changeANTHROPIC_API_KEYis not set in the environmentCLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFICandDISABLE_TELEMETRYenv vars are unset (per fix in [BUG] remote-control command not recognized - "Unknown skill: remote-control" #29796 comments)What Should Happen?
/remote-controlshould be available on a Max account with claude.ai OAuth, allowing a session to be registered with the mobile app.Existing Support Conversation IDs
For maintainer reference (Trust & Safety / account-config can look these up):
215474242200631215474242232169215474242262431The Fin AI agent in those threads explicitly identified
disableRemoteControlas the suspected gate and acknowledged that human-engineer access is needed to remove it.Request
If this is a remediable account-config flag, please remove it for the org above and we will verify with
/remote-controland report back. Happy to provide additional diagnostic output, debug logs, or run specific commands.