Release

September 25, 20251 Minute Read

GitHub Copilot CLI is now in public preview

GitHub Copilot CLI is now in public preview

We’re bringing the power of GitHub Copilot coding agent directly to your terminal. With GitHub Copilot CLI, you can work locally and synchronously with an AI agent that understands your code and GitHub context.

What’s new:

  • Terminal-native development: Work with Copilot coding agent directly in your command line — no context switching required.
  • GitHub integration out of the box: Access your repositories, issues, and pull requests using natural language, all authenticated with your existing GitHub account.
  • Agentic capabilities: Build, edit, debug, and refactor code with an AI collaborator that can plan and execute complex tasks.
  • MCP-powered extensibility: Take advantage of the fact that the coding agent ships with GitHub’s MCP server by default and supports custom MCP servers to extend capabilities.
  • Full control: Preview every action before execution — nothing happens without your explicit approval.

Getting started is simple:

  1. Install via npm: npm install -g @github/copilot
  2. Authenticate with your GitHub account.
  3. Start building with your existing Copilot Pro, Pro+, Business, or Enterprise plan.

Whether you’re exploring a new codebase, implementing features from issues, or debugging locally, Copilot CLI brings intelligent assistance right where developers work.

Ready to get started?

Looking for more information?

Subscribe to our developer newsletter

Discover tips, technical guides, and best practices in our biweekly newsletter just for devs.

By submitting, I agree to let GitHub and its affiliates use my information for personalized communications, targeted advertising, and campaign effectiveness. See the GitHub Privacy Statement for more details.

GitHub Copilot CLI is now in public preview - GitHub Changelog