Official Remote Control: Core Concepts
The official Remote Control feature has evolved rapidly through several versions of Claude Code.
Key Milestones
- v2.1.34 (2026-02-06): Added
/teleportand/remote-envfor session recovery. - v2.1.51 (2026-02-23): Introduced
claude remote-controlcommand for headless hosting. - v2.1.79 (2026-03-18): VSCode plugin added
/remote-controlbridge. - v2.1.110 (2026-04-15): Added push notification tools for active alerts.
Core Mechanisms
Remote Control is not a separate session; it's a network entry point for your local session.
| Entrance | Location | Purpose |
|---|---|---|
/remote-control |
Inside CLI | Bridges current session to web. |
claude remote-control |
Shell | Starts a headless host process. |
/teleport |
Inside CLI | "Teleports" session between devices. |
Push notification |
Agent-called | Sends push alerts to your phone. |