claude-code - 💡(How to fix) Fix [FEATURE] Extend Remote Control to the VSCode extension [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#54247Fetched 2026-04-29 06:32:24
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1
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

Summary

Claude Code's Remote Control feature (v2.1.121) lets terminal CLI sessions be mirrored to claude.ai/code and the mobile app, but the VSCode extension can't participate. Please extend Remote Control to the VSCode extension so IDE sessions can be continued from a phone or browser.

Why this matters

The VSCode extension and the terminal CLI have effectively the same capabilities (file edits, MCP, skills, plugins), but they're operationally split for mobile users:

VSCode users get a richer desktop UX (inline diffs in editor tabs, file tree integration, IDE-aware context, native multi-file editing) CLI users get phone continuity via Remote Control Today, choosing one means giving up the other. Many of us would prefer to use the VSCode extension at our desks AND pick up the same session on a phone when we step away — exactly the workflow Remote Control is designed for.

Proposed Solution

A "Start Remote Control" command in the VSCode command palette (and/or /remote-control in the extension's chat input) that produces a session URL + QR code, same as the CLI. The active session appears in the Code tab on mobile and at claude.ai/code with a green online indicator. Bidirectional sync: messages typed in the IDE appear on the phone and vice versa, with tool results streaming to both. Tool execution still happens locally on the user's Mac (same security model as the CLI version).

Alternative Solutions

Running claude --remote-control "name" in a terminal — works, but means losing the VSCode UI for that project. Pasting context into a fresh claude.ai/code session — works for short tasks, but breaks down for anything stateful (loaded files, MCP, in-progress work).

Priority

High - Significant impact on productivity

Feature Category

Interactive mode (TUI)

Use Case Example

Long-running tasks — kick off a refactor or test run in VSCode, leave the office, monitor and steer it from the phone on the train. Cross-device continuity — a session with full project context (loaded files, MCP state, conversation history) carried forward without copy-pasting a "here's what we discussed" recap into a fresh CLI session. Single source of truth — one conversation history per project instead of parallel VSCode and CLI threads that drift apart. Off-hours triage — review a build failure or PR comment on the phone using the same agent that already has project context loaded, without spinning up a new terminal session at home.

Additional Context

Environment

Claude Code v2.1.121 macOS Darwin 25.3.0 VSCode extension + terminal CLI both installed

extent analysis

TL;DR

Implement a "Start Remote Control" command in the VSCode extension to enable session continuity between desktop and mobile devices.

Guidance

  • Introduce a new command in the VSCode command palette to initiate Remote Control sessions, mirroring the functionality of the terminal CLI.
  • Ensure bidirectional sync of messages and tool results between the IDE and mobile/claude.ai/code interfaces.
  • Maintain the existing security model by executing tools locally on the user's Mac.
  • Consider adding a QR code generation feature for easy session sharing and access.

Example

No specific code example can be provided without further implementation details, but the proposed solution should involve creating a new command in the VSCode extension and integrating it with the Remote Control feature.

Notes

The implementation details may vary depending on the specific requirements and constraints of the Claude Code platform and VSCode extension.

Recommendation

Apply workaround by implementing the proposed "Start Remote Control" command in the VSCode extension, as it addresses the key limitation of the current Remote Control feature and enhances user productivity.

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] Extend Remote Control to the VSCode extension [1 comments, 2 participants]