claude-code - 💡(How to fix) Fix [BUG] Remote Control registration ignores persisted /rename title after /resume

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…

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

When resuming a previously renamed session, the local CLI correctly restores the renamed title (shown in the bottom-right corner), but the Remote Control registration on claude.ai/code and the Claude mobile app shows the auto-generated <prefix>-<random> name instead. Per the docs (https://code.claude.com/docs/en/remote-control), the session title resolution order is:

--name / --remote-control "..." argument Title set with /rename Last meaningful message in conversation history Auto-generated <prefix>-<random>

Item 2 should apply on resume, since the renamed title is persisted (CLI reads it back correctly). It appears the Remote Control registration on resume falls through to item 4 instead of consulting the persisted /rename title.

What Should Happen?

Remote Control registration on resume picks up the persisted /rename title (resolution order #2) before falling back to the auto-generated name (#4).

Error Messages/Logs

Steps to Reproduce

  • Have "Enable Remote Control for all sessions" set to true in /config.
  • Start a fresh claude session in a project directory.
  • Run /rename my-session-name.
  • Confirm the renamed title appears in the Claude Android app / claude.ai/code session list. ✅
  • Exit Claude Code.
  • Start claude again, run /resume, select the same session.
  • CLI bottom-right shows my-session-name (correct). ✅
  • Claude Android app / claude.ai/code session list shows <hostname>-<random-word> instead of my-session-name. ❌

Claude Model

None

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.1.143

Platform

Anthropic API

Operating System

Other Linux

Terminal/Shell

Other

Additional Information

No response

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 [BUG] Remote Control registration ignores persisted /rename title after /resume