Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>GitHub Copilot CLI AgentsNew to Visual Studio Code? Get it now.
GitHub Copilot CLI Agents

GitHub Copilot CLI Agents

Preview

sbluemin

|
761 installs
| (0) | Free
GitHub Copilot extension for integrating multiple Code Agent CLIs
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
CLI Agents Logo

GitHub Copilot CLI Agents

One chat. Every AI.

Copilot extension for integrating multiple Code Agent CLIs directly into VS Code Copilot Chat.


Introduction

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)

Commands

  • Scaffold Code Agents: Create recommended project structure

Configuration

  • Model Selection: Select the underlying model for each agent
  • Allowed Tools: Configure which tools each agent can use

📖 For detailed documentation with demos, visit the Wiki.

Quick Start

  1. Install and log in to Gemini CLI, Claude Code, or Codex CLI
  2. Open GitHub Copilot Chat in VS Code
  3. Type @gemini, @claude, or @codex followed by your query

Important Notes

  • Context from Copilot's 'Add Context' feature is not attached to CLI queries
  • Working directory is the currently open VS Code workspace
  • Write operation tools are disabled by default (use /handoff for full capabilities)

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft