claude-code - 💡(How to fix) Fix [DOCS] Remote Control docs missing mobile/web command support details [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48859Fetched 2026-04-16 06:48:59
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

Documentation Type

Missing documentation (feature not documented)

Documentation Location

https://code.claude.com/docs/en/remote-control

Section/Topic

Remote Control command support from claude.ai/code and Claude mobile app clients

Current Documentation

The Remote Control page currently says:

  • Work from both surfaces at once: the conversation stays in sync across all connected devices, so you can send messages from your terminal, browser, and phone interchangeably

and:

Unlike Claude Code on the web, which runs on cloud infrastructure, Remote Control sessions run directly on your machine and interact with your local filesystem. The web and mobile interfaces are just a window into that local session.

The cloud-session docs also include a command-availability table:

| /compact | Yes | Summarizes the conversation to free up context. Accepts optional focus instructions like /compact keep the test output | | /context | Yes | Shows what's currently in the context window | | /clear | No | Start a new session from the sidebar instead |

The commands reference lists /context, /exit, and /reload-plugins generically, but does not say that these commands work from Remote Control mobile/web clients. I could not find any current documentation for /autocompact as a Remote Control client command.

What's Wrong or Missing?

Changelog v2.1.110 says /autocompact, /context, /exit, and /reload-plugins now work from Remote Control (mobile/web) clients, but the Remote Control docs do not document that command support.

As written, the docs explain that Remote Control sessions can be used from the browser and mobile app, but they do not tell users which slash commands are available there or call out these newly supported commands. Users looking for compatibility guidance are likely to check the existing cloud-session command table, which is specific to cloud sessions rather than Remote Control.

Suggested Improvement

Add a short "Supported commands from Remote Control clients" subsection to the Remote Control page.

Include a compact table for the v2.1.110 change, for example:

CommandWorks from Remote Control mobile/web clientsNotes
/autocompactYesExplain what it does when invoked remotely
/contextYesShows current context usage from the remote client
/exitYesClarify whether it exits or archives the Remote Control session
/reload-pluginsYesClarify that it reloads plugins on the local host session

It would also help to add a brief note or cross-link from the commands reference so users know that command availability can differ between local CLI, cloud sessions, and Remote Control clients.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

PageContext
https://code.claude.com/docs/en/remote-controlPrimary page for using Claude Code from browser/mobile via Remote Control
https://code.claude.com/docs/en/claude-code-on-the-webAlready has a command-availability table for cloud sessions, which users may incorrectly treat as the remote-session reference
https://code.claude.com/docs/en/commandsReference page for /context, /exit, and /reload-plugins; currently lacks Remote Control client availability notes

Total scope: 3 pages affected

Source: Changelog v2.1.110

Changelog entry: /autocompact, /context, /exit, and /reload-plugins now work from Remote Control (mobile/web) clients

extent analysis

TL;DR

Add a "Supported commands from Remote Control clients" subsection to the Remote Control page with a table detailing command availability.

Guidance

  • Update the Remote Control documentation to include a compact table listing commands supported from Remote Control mobile/web clients, such as /autocompact, /context, /exit, and /reload-plugins.
  • Add notes to explain the behavior of each command when invoked remotely.
  • Consider adding a cross-link from the commands reference page to the Remote Control page to clarify command availability differences between local CLI, cloud sessions, and Remote Control clients.
  • Review the affected pages (Remote Control, Claude Code on the web, and commands reference) to ensure consistency and accuracy in command documentation.

Example

A possible table for the Remote Control page:

CommandWorks from Remote Control mobile/web clientsNotes
/autocompactYesAutomatically compacts the conversation to free up context
/contextYesShows current context usage from the remote client
/exitYesExits the Remote Control session
/reload-pluginsYesReloads plugins on the local host session

Notes

The suggested improvement should be implemented in the next documentation update to ensure users have accurate information about command support in Remote Control clients.

Recommendation

Apply the suggested workaround by adding the "Supported commands from Remote Control clients" subsection to the Remote Control page, as it directly addresses the missing documentation issue and improves user understanding of the feature.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [DOCS] Remote Control docs missing mobile/web command support details [1 participants]