GitHub Copilot in Visual Studio Code Upgraded with OpenAI Codex and New Agent Features
Dylan Birtolo outlines notable upgrades to GitHub Copilot in Visual Studio Code Insiders, including OpenAI Codex integration, new agent management features, and Plan Mode for improved coding workflows.
GitHub Copilot in Visual Studio Code Gets Upgraded
Author: Dylan Birtolo
Recently announced at GitHub Universe 2025, a series of enhancements are now available to developers using Visual Studio Code Insiders, focused on advancing the GitHub Copilot experience.
What’s New
- OpenAI Codex Integration:
- GitHub Copilot in VS Code Insiders now supports integration with OpenAI Codex for users with a Copilot Pro+ subscription. This enables advanced code completion and generative AI capabilities natively within the editor. Learn more.
- Agent Sessions View:
- A new unified interface allows developers to manage both local and cloud agent sessions conveniently. This centralized view simplifies tracking and switching between agent contexts.
- Context-Isolated Sub-Agents:
- Subagents make it possible to delegate specific, focused tasks—like running test-driven development (TDD) workflows or conducting code research—independent of the primary chat. This feature aims to optimize token use and streamline isolated processes.
- Plan Mode:
- Plan Mode introduces an automated, step-by-step implementation planner. By analyzing the current codebase, it generates detailed execution plans that can be refined and validated to ensure all requirements are met before any coding begins.
Getting the Update
The VS Code Insiders build can be installed alongside the stable release, giving access to the latest features without impacting regular workflows. Simply open VS Code Insiders and navigate to Help → Check for Updates to ensure you have the most recent version.
For a full rundown of changes, see the complete release notes.
Feedback from early adopters is highly valued as these features continue to evolve. Try out the updates and let the team know your experience.
This post appeared first on “The GitHub Blog”. Read the entire article here