claude-code - 💡(How to fix) Fix Allow an active Claude Code desktop CLI session to be attached to (or mirrored on) the Claude mobile app while the desktop machine is still running

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…
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Today there’s a hard split: • Desktop CLI sessions run locally on my machine. They have full access to my local environment, files, and tooling — but they don’t appear on mobile. • Web/mobile sessions run in cloud containers tied to a GitHub repo. They sync across devices, but they don’t have access to my local environment. This forces a choice up front: either I commit to a cloud session (and give up local context) or I commit to a desktop session (and give up mobility). I often don’t know I’ll need mobility until I’m already deep into a desktop session. Proposed behavior While the desktop CLI is running and online, expose the live session to the mobile app — read-only at minimum, ideally with the ability to send new prompts and approve tool calls from the phone. The desktop machine remains the execution host; the phone is just another view/controller. Why this is “the dream” It removes the device-choice tax. Start work at my desk, walk away, keep going on my phone, come back to my desk — one session, one context, no migration. Notes • Auth/pairing could be handled the same way the web app authenticates today. • Doesn’t require any cloud execution — desktop stays the host. • Connection drops (laptop sleeps, network blips) could gracefully pause the mobile view until the desktop reconnects.

Proposed Solution

While the desktop CLI is running and online, expose the live session to the mobile app — read-only at minimum, ideally with the ability to send new prompts and approve tool calls from the phone. The desktop machine remains the execution host; the phone is just another view/controller.

Alternative Solutions

None

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

It removes the device-choice tax. Start work at my desk, walk away, keep going on my phone, come back to my desk — one session, one context, no migration. Notes • Auth/pairing could be handled the same way the web app authenticates today. • Doesn’t require any cloud execution — desktop stays the host. • Connection drops (laptop sleeps, network blips) could gracefully pause the mobile view until the desktop reconnects.

Additional Context

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 Allow an active Claude Code desktop CLI session to be attached to (or mirrored on) the Claude mobile app while the desktop machine is still running