GitHub has launched a public preview of GitHub Copilot CLI, bringing AI-powered coding assistance directly to your terminal.
What Is GitHub Copilot CLI?
The new tool allows developers to work locally with an AI agent that understands your code and GitHub context. You can now build, debug, refactor, and analyze code through natural language conversations right from the command line.
Key Features
- Native GitHub integration: Direct access to repositories, issues, and pull requests
- Seamless authentication: Uses your existing GitHub account
- Claude Sonnet 4.5 by default: Option to switch between available models
- MCP server support: Includes GitHub MCP server with support for custom servers
- Synchronous local work: Real-time AI assistance in your development environment
How to Get Started
Getting started is straightforward:
- Install globally using a simple npm command
- Launch Copilot in your project folder
- Start coding with AI assistance
Availability & Pricing
GitHub Copilot CLI is available for:
- Copilot Pro
- Copilot Pro+
- Copilot Business
- Copilot Enterprise


