[FEATURE] Remote session sharing via QR code for Claude Code
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Feature Request: Mobile pairing via QR code to monitor and interact with Claude Code sessions remotely
Summary
Allow users to scan a QR code generated by an active Claude Code session to follow and interact with that session from any device (phone, tablet, another computer) through a browser or the Claude mobile app.
Motivation
When working on a development task with Claude Code on a desktop/laptop, it is currently impossible to monitor progress or send messages from another device. A QR code pairing flow would make it easy to:
Hand off context to a colleague without sharing screen
Monitor a long-running task from a phone while away from the desk
Interact with the session from a mobile device without needing to restart the conversation
Proposed behavior
User runs a command (e.g. /share or claude --share) in the active Claude Code session
Claude Code generates a short-lived, authenticated QR code and displays it in the terminal
User scans the QR code with any device
The paired device opens a read/write view of the session in a browser or the Claude mobile app
Both devices see the same conversation and can send messages; the session continues on the original machine
Additional context
This would be especially useful for developers who step away from their desk during long tasks, or for pair programming scenarios where a second person wants to follow along and contribute without needing full access to the developer's machine.
Proposed Solution
Increased productivity even when I'm not physically present at my work environment.
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗