claude-code - 💡(How to fix) Fix Feature request: Auto-summarize remote control session names [1 comments, 2 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#47100Fetched 2026-04-13 05:41:28
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×2commented ×1cross-referenced ×1

When "Enable Remote Control for all sessions" is on, sessions appear in claude.ai/code with generic or first-message-derived names. For users managing multiple concurrent sessions, these names are not descriptive enough to identify what each session is doing at a glance.

Root Cause

With remote control enabled globally, the session list in claude.ai/code and the Claude mobile app becomes a primary way to monitor and switch between sessions. Descriptive, current names are essential for this workflow.

RAW_BUFFERClick to expand / collapse

Summary

When "Enable Remote Control for all sessions" is on, sessions appear in claude.ai/code with generic or first-message-derived names. For users managing multiple concurrent sessions, these names are not descriptive enough to identify what each session is doing at a glance.

Current behavior

Session names are derived from:

  1. An explicit --name or /rename (manual, static)
  2. The first user message (auto-generated once, never updated)
  3. A hostname-word-word fallback

After a session has been running for a while, the initial name often no longer reflects what the session is actively working on.

Proposed behavior

Periodically auto-generate a short summary title (1-5 words) from the conversation context and update the remote control session name. This could be triggered:

  • After every N turns or on detected topic shift
  • Using the same lightweight generateSessionName call that already exists for terminal tab titles

Why this matters

With remote control enabled globally, the session list in claude.ai/code and the Claude mobile app becomes a primary way to monitor and switch between sessions. Descriptive, current names are essential for this workflow.

Related issues

  • #37349 — Dynamic session labels (broader scope: in-terminal labels + color coding)
  • #45979 — --name flag being overwritten (bug)

extent analysis

TL;DR

Update the session naming mechanism to periodically auto-generate descriptive names based on conversation context.

Guidance

  • Implement a periodic update mechanism for session names using the existing generateSessionName call, triggered after every N turns or on detected topic shift.
  • Consider integrating the auto-generated session name feature with the dynamic session labels proposed in #37349 for a more comprehensive solution.
  • Review the --name flag overwrite issue (#45979) to ensure the auto-generated names do not interfere with manual naming.
  • Test the updated session naming mechanism with various conversation scenarios to ensure the generated names are descriptive and accurate.

Example

No explicit code example is provided due to the lack of specific implementation details in the issue.

Notes

The proposed solution relies on the existing generateSessionName call, which may require adjustments to accommodate the new auto-generation feature. Additionally, the issue of --name flag overwriting (#45979) should be addressed to prevent conflicts with manual naming.

Recommendation

Apply workaround: Implement the periodic auto-generation of session names using the existing generateSessionName call, as this provides a more descriptive and dynamic naming mechanism for remote control sessions.

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 Feature request: Auto-summarize remote control session names [1 comments, 2 participants]