Copilot extension for integrating multiple Code Agent CLIs directly into VS Code Copilot Chat.
Introduction
Motivation
GitHub Copilot provides a highly structured and well-integrated development experience, offering fine-grained control for Agent Coding. However, as a product specialized for coding, its underlying models often come with restricted Context Windows.
On the other hand, pure models like Gemini and Claude (such as Sonnet 4.5 with its 1M context window) provide extensive context capabilities. Switching contexts or applications to leverage these large-context models creates unnecessary friction. This extension aims to bridge this gap, allowing developers to utilize these powerful CLIs without leaving the VS Code Copilot Agent environment.
Features
Chat Participants
@gemini: Google Gemini AI Assistant
@claude: Anthropic Claude AI Assistant
@codex: OpenAI Codex AI Assistant
Slash Commands
/doctor: Check CLI installation status
/session: Display current session ID
/handoff: Open interactive CLI terminal with current session
/passAgent: Pass Custom Agent mode instructions to CLI (Gemini only)