Skip to content
Assistants/GitHub Copilot

GitHub Copilot

GitHub / Microsoft · ide platform · paid

Enterprise-scale coding assistant across IDE, CLI, PR review, agents, and GitHub.

ideclienterpriseagentpr-review
Is this coverage useful?

Helps prioritize which assistants and sources we maintain. Anonymous · one vote per visitor.

Release signals

GitHub CopilotJul 1, 2026

Browser tools for GitHub Copilot in VS Code are generally available

Primary source ↗
GitHub CopilotJul 1, 2026

Set AI credit session limits in Copilot CLI and SDK

Primary source ↗
GitHub CopilotJul 1, 2026

Kimi K2.7 Code is generally available in GitHub Copilot

Primary source ↗
GitHub CopilotJul 1, 2026

New C++ language server config skill for Copilot CLI

Primary source ↗
GitHub CopilotJul 1, 2026

Enterprise managed-settings.json is generally available

Primary source ↗
GitHub CopilotJul 1, 2026

Enterprises can default to auto model selection

Primary source ↗
GitHub CopilotJul 1, 2026

Copilot CLI auto model selection routes based on task

Primary source ↗
GitHub Copilotv1.2.0Oct 30, 2025

Unfortunately, [it is time to say goodbye](https://github.blog/changelog/2025-09-25-upcoming-deprecation-of-gh-copilot-cli-extension/). 😢

  • Thank you all for the time and consideration you took in trying out the extension.
  • With your feedback, we were able to bring to you an even better, more powerful Copilot experience in the terminal.
  • If you haven't done so already, we encourage you to:
  • Give [Copilot CLI](https://github.com/github/copilot-cli) a try the next time you code in the terminal.
  • +2 more changes
Read the full release note

Release notes for v1.2.0

Unfortunately, it is time to say goodbye. 😢

Thank you all for the time and consideration you took in trying out the extension. With your feedback, we were able to bring to you an even better, more powerful Copilot experience in the terminal.

If you haven't done so already, we encourage you to:

  • Give Copilot CLI a try the next time you code in the terminal.
  • Experiment with the new gh agent-task command set to help you kick off or monitor agent tasks running on GitHub.

Thank you for being part of our journey! 🚀

Primary source ↗
GitHub Copilotv1.1.1Jun 17, 2025

This release contains multiple security fixes for underlying dependencies including Go `net/http` package and GitHub CLI extension library.

  • Prior to `v1.1.1`, `gh copilot` notified users about new releases:
  • ```shell
  • A new release of copilot is available: 1.1.0 → 1.1.1
  • To upgrade, run: gh extension upgrade copilot --force
  • ```
  • With `v1.1.1`, these notifications will now be handled by GitHub CLI as [`v2.66.0` release](https://github.com/cli/cli/releases/tag/v2.66.0) introduced native support for extension update notices.
  • This removes double notices that some users will notice.
Primary source ↗
GitHub Copilotv1.1.0Feb 10, 2025

Copilot free users may now use `gh copilot`. `gh copilot` uses the Copilot free chat limitations.For more information on usage limits, see the [Copilot usage limits docs](https://docs.github.com/en/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/about-github-copilot-free#what-are-the-limitations-of-copilot-free)

Primary source ↗
GitHub Copilotv1.0.6Jan 6, 2025

Resolved an [issue](https://github.com/github/gh-copilot/issues/99) where command line options from Copilot responses could be injected into some built-in shell commands, causing unexpected behavior.

Primary source ↗
GitHub Copilotv1.0.5Sep 12, 2024

Before `v1.0.5`, users who [set up optional helpers](https://github.com/github/gh-copilot?tab=readme-ov-file#set-up-optional-helpers) would experience an issue due to our metrics opt-in prompt causing their shell to hang.

  • With `v1.0.5`, `gh copilot alias` will not prompt for metrics opt-in.
  • Fixes https://github.com/github/gh-copilot/issues/40.
  • Though the GitHub CLI does not officially support Android, `gh copilot` was building and distributing 64-bit releases for ARM and AMD distributions.
  • +3 more changes
Read the full release note

Release notes for v1.0.5

Disable metrics opt-in prompt during gh copilot alias

Before v1.0.5, users who set up optional helpers would experience an issue due to our metrics opt-in prompt causing their shell to hang.

With v1.0.5, gh copilot alias will not prompt for metrics opt-in.

Fixes https://github.com/github/gh-copilot/issues/40.

Improved Android 64-bit support

Though the GitHub CLI does not officially support Android, gh copilot was building and distributing 64-bit releases for ARM and AMD distributions. In the process of improving GitHub CLI extension publishing, concerns were raised whether the android-amd64 and android-arm64 worked as expected. We have done more extensive efforts to test these builds, supporting the Termux community where we can. 🫶

See https://github.com/cli/gh-extension-precompile/issues/50 for more information.

Primary source ↗
GitHub Copilotv1.0.4Jul 9, 2024

GitHub Copilot in the CLI now supports improved client-server routing based on your GitHub Copilot plan.

  • For help troubleshooting connectivity problems, see ["Troubleshooting network errors for GitHub Copilot"](https://docs.github.com/en/copilot/troubleshooting-github-copilot/troubleshooting-network-errors-for-github-copilot).
Primary source ↗
GitHub Copilotv1.0.3May 15, 2024

This patch release focuses on quality of life fixes impacting users:

  • GitHub Copilot in the CLI now supports multi-account users using `--hostname` flag or `GH_HOST` environment variable to specify the GitHub hostname for commands that would otherwise assume the `github.com` host.
  • In order to better identify recurring exceptions since GA, exception reporting now captures the following limited dimensions only if optional usage analytics is enabled:
  • GitHub host used _(`github.com`)_
  • operating system _(`darwin`, `linux`, `windows`)_
  • +3 more changes
Read the full release note

Release notes for v1.0.3

This patch release focuses on quality of life fixes impacting users:

Multi-account support

GitHub Copilot in the CLI now supports multi-account users using --hostname flag or GH_HOST environment variable to specify the GitHub hostname for commands that would otherwise assume the github.com host.

Improved exception reporting

In order to better identify recurring exceptions since GA, exception reporting now captures the following limited dimensions only if optional usage analytics is enabled:

  • GitHub host used (github.com)
  • operating system (darwin, linux, windows)
  • CPU architecture (386, amd64, arm64, arm)
  • build SHA (65174eb5689c8c6916d66d3948bd41c2c12284f7)

The GitHub Copilot in the CLI team wants thank our community for its trust to responsibly and transparently explain where and why usage metrics are gathered! :bow:

Primary source ↗

Polled sources

[copilot-cli-releases] GitHub Copilot CLI (gh) related releases

github_releases · every 360m

https://github.com/github/gh-copilot/releases

[copilot-whats-new] Copilot What’s New

html · every 360m

https://github.com/features/copilot/whats-new

[github-blog-copilot] GitHub Changelog (Copilot label)

html · every 120m

https://github.blog/changelog/label/copilot/