product updateGitHub

GitHub enables remote control of Copilot sessions across devices

TL;DR

GitHub has launched remote control capabilities for Copilot sessions, now generally available on github.com and GitHub Mobile. Developers can initiate coding sessions in VS Code or the command line and continue them on mobile devices.

2 min read
0

GitHub enables remote control of Copilot sessions across devices

GitHub has made remote control for Copilot sessions generally available across github.com and GitHub Mobile. The feature allows developers to start coding sessions in VS Code or the command line interface and continue them on mobile devices.

What's new

The remote session capability bridges local development environments with mobile access. According to GitHub, developers can now "kick off work in VS Code or the CLI, finish it from your phone."

The feature is now in general availability after what appears to be a beta or preview period, though GitHub did not disclose the length of the testing phase or user count during preview.

Platform availability

Remote Copilot sessions work across:

  • github.com web interface
  • GitHub Mobile apps (iOS and Android)
  • VS Code desktop
  • Command line interface

GitHub did not specify whether the feature requires specific versions of VS Code or the GitHub CLI, nor did it detail any prerequisites for enabling remote sessions.

Pricing

GitHub did not announce pricing changes. The feature appears to be included with existing GitHub Copilot subscriptions, which currently cost $10/month for individuals and $19/user/month for businesses.

Technical details not disclosed

GitHub's announcement lacks several technical specifics:

  • Session persistence duration
  • Data synchronization mechanism
  • Network requirements for remote access
  • Security protocols for cross-device authentication
  • Limitations on simultaneous sessions

What this means

This release addresses a specific workflow gap: developers who need to review or continue AI-assisted coding sessions away from their primary workstation. The practical impact depends heavily on undisclosed factors like session state preservation and mobile interface capabilities.

The feature suggests GitHub is positioning Copilot as a continuous development assistant rather than a desktop-only tool. However, the actual utility for complex coding tasks on mobile remains unclear without more detail on how much of the Copilot functionality translates to smaller screens.

Related Articles

product update

Google launches Antigravity 2.0 with desktop app, Go-based CLI, and SDK at $100/month

Google announced Antigravity 2.0 at I/O 2026, transforming its coding tool into a full developer platform with a revamped desktop app supporting multi-agent orchestration, a new Go-based CLI, and an SDK for custom agents. The company introduced a $100/month AI Ultra tier and confirmed Gemini CLI will shut down for consumers on June 18, 2026.

product update

llm-gemini Plugin Adds Support for Google's Gemini 3.5 Flash Model

Developer Simon Willison released version 0.32 of the llm-gemini plugin, which adds support for Google's Gemini 3.5 Flash model. The plugin enables command-line access to Google's Gemini model family through the LLM tool.

product update

AWS releases four multimodal evaluators for image-to-text AI tasks in Strands Evals SDK

AWS has added four multimodal evaluators to its Strands Evals SDK that judge image-to-text AI outputs by directly analyzing source images. The evaluators—Overall Quality, Correctness, Faithfulness, and Instruction Following—use multimodal large language models to detect visual hallucinations, factual errors, and instruction violations that text-only judges miss.

product update

AWS SageMaker AI adds bidirectional streaming for real-time speech transcription with vLLM

Amazon SageMaker AI has launched bidirectional streaming support for real-time inference, enabling WebSocket-based voice applications through vLLM integration. The feature uses HTTP/2 on port 8443 to bridge client connections with vLLM's Realtime API, allowing audio to stream in while transcription streams back simultaneously over a single persistent connection.

Comments

Loading...