claude-code - 💡(How to fix) Fix [DOCS] Remote Control docs omit web UI title persistence and precedence [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#48092Fetched 2026-04-15 06:33:27
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

"Connect from another device" and the Remote Control session title selection rules

Current Documentation

The Remote Control page currently says:

The remote session title is chosen in this order:

  1. The name you passed to --name, --remote-control, or /remote-control
  2. The title you set with /rename
  3. The last meaningful message in existing conversation history
  4. An auto-generated name like myhost-graceful-unicorn, where myhost is your machine's hostname or the prefix you set with --remote-control-session-name-prefix

If you didn't set an explicit name, the title updates to reflect your prompt once you send one.

The claude.ai/code session-management page currently says:

Sessions appear in the sidebar at claude.ai/code. From there you can review changes, share with teammates, archive finished work, or delete sessions permanently.

No code.claude.com page I found explains that Remote Control session titles can be changed from the web UI, or that a title set there should be treated as a custom title rather than being replaced by later auto-generated title updates.

What's Wrong or Missing?

Changelog v2.1.108 includes this entry:

Fixed Remote Control session titles set in the web UI being overwritten by auto-generated titles after the third message

That fix confirms two user-facing behaviors that are not documented clearly today:

A. Remote Control titles can be set from the web UI

The current Remote Control docs only list explicit titles coming from CLI arguments or /rename. They do not say that a title changed in the claude.ai/code UI is also a supported custom-title path for Remote Control sessions.

B. Web-set titles should win over later auto-generated title refreshes

The docs explain auto-generated naming, but they do not explain that once a user sets a title manually in the web UI, Claude should preserve that title instead of replacing it with the auto-generated title refresh that happens after additional conversation.

Without that guidance, Remote Control users cannot tell whether a title changed in claude.ai/code is meant to be durable or just a temporary UI label.

Suggested Improvement

Update the Remote Control docs to describe web UI renaming as another explicit title source and clarify its precedence over automatic title generation.

Suggested minimum fix:

  1. In remote-control, expand the title-order section to include titles set from claude.ai/code (and the mobile app, if they behave the same way).
  2. State that manually set titles from the web UI are treated like other custom titles and should not be overwritten by later auto-generated title refreshes.
  3. In the claude.ai/code session-management docs, add rename alongside archive/delete anywhere the session title menu is described, with a short cross-reference back to Remote Control session naming behavior.

Example wording for the Remote Control page:

If you rename the session from claude.ai/code or the Claude app, that title becomes the session's custom title and future automatic title updates do not overwrite it.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

PageContext
https://code.claude.com/docs/en/remote-controlDocuments Remote Control title selection, but only lists CLI and /rename as explicit title sources
https://code.claude.com/docs/en/claude-code-on-the-webSession management for claude.ai/code mentions archive/delete but not rename in the general overview
https://code.claude.com/docs/en/routinesMentions renaming a web session from the title dropdown, which suggests the capability exists but is not tied back to Remote Control title precedence

Total scope: 3 pages affected

Source: Changelog v2.1.108

Exact changelog entry: Fixed Remote Control session titles set in the web UI being overwritten by auto-generated titles after the third message

extent analysis

TL;DR

Update the Remote Control documentation to include web UI renaming as an explicit title source and clarify its precedence over automatic title generation.

Guidance

  • Review the current documentation for Remote Control and claude.ai/code session management to identify areas where title setting and precedence are not clearly explained.
  • Update the Remote Control docs to describe web UI renaming as another explicit title source, including titles set from claude.ai/code and the mobile app.
  • Clarify that manually set titles from the web UI are treated like other custom titles and should not be overwritten by later auto-generated title refreshes.
  • Consider adding a cross-reference to Remote Control session naming behavior in the claude.ai/code session-management docs.

Example

Example wording for the Remote Control page:

If you rename the session from claude.ai/code or the Claude app, that title becomes the session's custom title and future automatic title updates do not overwrite it.

Notes

The suggested minimum fix involves updating documentation on three pages: Remote Control, claude.ai/code session management, and routines. The changelog entry in v2.1.108 confirms the importance of clarifying title precedence for Remote Control sessions.

Recommendation

Apply the suggested documentation updates to improve user understanding of Remote Control title setting and precedence, as this will help resolve the medium-impact issue of feature difficulty.

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 omit web UI title persistence and precedence [1 participants]