GitHub Enables Remote Control for Copilot Sessions

According to GitHub's blog post, remote control for GitHub Copilot sessions is now generally available on github.com and the GitHub Mobile app. The feature also appears in VS Code and JetBrains IDE integrations, letting developers start a Copilot session in VS Code or the CLI and continue it on the web or mobile using the /remote on command, per the post. GitHub's announcement says sessions work with any repository and with directories that are not repositories. The blog describes real-time monitoring of an agent's actions, the ability to send follow-up natural-language instructions, and remote approval or denial of permission requests while a session runs.
What happened
Per a GitHub blog post published May 18, 2026, remote control for GitHub Copilot sessions is now generally available on github.com and the GitHub Mobile app. The post states that remote control is also available in VS Code and JetBrains IDE integrations. GitHub describes a workflow where developers can start a session in VS Code or the CLI, enable it with the /remote on command, and then access the same running session from web or mobile.
Technical details
Per the blog post, remote sessions stream a live view of an agent's activity, including the plans it is researching, files it reads, changes it makes, and commands it runs. The announcement says users can send additional natural-language instructions to a running session, redirect its work, expand scope, and approve or deny permission requests remotely. The capability applies to repositories and to directories without repositories, and GitHub presents it as a continuous workflow across CLI, IDE, web, and mobile surfaces.
Editorial analysis
Multi-surface control for developer agents lowers friction when a workflow spans devices, making it easier to inspect and steer long-running or background Copilot tasks from a phone or another machine. For practitioners, this amplifies the importance of session observability, permission granularity, and reproducible environment capture, since agents may make changes while the originating workstation is inactive. Enterprises and teams will likely evaluate auditing and access controls as remote control increases cross-device activity surface.
What to watch
Monitor how integrations behave under network variability and latency when sessions are accessed from mobile networks. Watch for product signals about session auditing, exportable action logs, and enterprise permission controls that address compliance and review workflows. Also watch for subsequent announcements about additional IDEs, API access for session metadata, or tooling that enables reproducible snapshots of agent state.
Scoring Rationale
This is a notable product update that improves developer workflows by enabling continuous, cross-device Copilot sessions. It matters to practitioners because it changes how agent work is observed and controlled, raising operational and security considerations.
Practice interview problems based on real data
1,500+ SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

