GitHub Copilot X
Last reviewed
Apr 30, 2026
Sources
27 citations
Review status
Source-backed
Revision
v5 ยท 4,142 words
Improve this article
Add missing citations, update stale details, or suggest a clearer explanation.
Last reviewed
Apr 30, 2026
Sources
27 citations
Review status
Source-backed
Revision
v5 ยท 4,142 words
Add missing citations, update stale details, or suggest a clearer explanation.
GitHub Copilot X was the umbrella name GitHub used in 2023 to describe its vision for an artificial intelligence assistant that would extend beyond inline code completion and reach across the entire developer workflow. It was announced on March 22, 2023 by GitHub CEO Thomas Dohmke as a bundle of technical previews layered on top of GPT-4, the OpenAI model that had been unveiled by OpenAI a week earlier. The components included a chat interface for the IDE, AI-generated pull request descriptions, a documentation assistant, a command-line helper, and an experimental voice interface called Hey, GitHub.
Copilot X was never sold as a separate product. GitHub presented it as a roadmap, and over the following two years each piece either shipped as part of the main GitHub Copilot product, was retired, or was absorbed into a successor feature. By the end of 2024 the marketing label Copilot X had largely fallen out of use, replaced by terms like Copilot Chat, Copilot Workspace, Copilot Extensions, and the broader idea of an AI-native developer experience.
GitHub had launched the original GitHub Copilot as a technical preview in June 2021, and made it generally available in June 2022 at $10 per month. The first version of the product was a code completion engine inside Visual Studio Code, powered by OpenAI Codex, itself a descendant of GPT-3. By early 2023 GitHub said roughly 46% of code in files where Copilot was active was being written by the model, and developers using Copilot reported completing tasks up to 55% faster.
Two events in late 2022 and early 2023 set the stage for Copilot X. First, OpenAI released ChatGPT in November 2022, which made conversational AI a familiar pattern for millions of users. Second, OpenAI announced GPT-4 on March 14, 2023, with substantial gains in reasoning, code generation, and multi-step task handling. GitHub had access to GPT-4 before the public announcement and used the eight days between the GPT-4 unveiling and its own March 22 announcement to position Copilot as an early flagship application of the new model.
GitHub had been part of Microsoft since the 2018 acquisition for $7.5 billion, which gave the Copilot team direct access to the Azure OpenAI infrastructure that hosts GPT-4. Microsoft's separate $13 billion investment in OpenAI provided the commercial framework for the Copilot products to run on OpenAI models without paying public API rates.
Dohmke unveiled Copilot X in a blog post titled "GitHub Copilot X: The AI-powered developer experience" on March 22, 2023. The framing was that Copilot would no longer just be an autocomplete tool. It would sit across the editor, the pull request, the command line, the documentation, and even voice input. Dohmke described the goal as "redefining developer productivity" and pushed an ambition of getting from 46% of code written by Copilot to 80% or more.
The "X" in the name had two readings. It hinted at expansion into multiple new surfaces, and it signalled a step-change in the type of work the assistant could do. GitHub did not promise general availability dates for any of the previewed features. Instead the company opened separate waitlists for each component, with eligibility tied to factors like having an active Copilot subscription, being a repository owner, or being part of an enrolled organization.
The rollout strategy treated Copilot X less as a single product launch and more as a coordinated set of beta programs, each running on its own timeline. This let GitHub publicly stake out the territory, hand the work off to OpenAI's GPT-4 for the parts where Codex was not strong enough, and convert the most popular previews into shipping features over the following 18 months.
The March 2023 announcement listed five Copilot X experiences. Each was a separate technical preview at launch.
GitHub Copilot Chat is a conversational assistant that lives inside the IDE. The first preview shipped for Visual Studio Code and Visual Studio, with a sidebar where developers could ask questions about the open file or selected code. Chat could explain a function, suggest a fix for a stack trace, generate unit tests, or answer general programming questions. GitHub described it as building on the work OpenAI and Microsoft had done with ChatGPT and the new Bing chat, but tuned for the editor and aware of the surrounding code as context.
Copilot Chat was the most successful piece of the Copilot X bundle. It went into a public beta for individuals in September 2023, then reached general availability on December 29, 2023 for both Visual Studio Code and Visual Studio, included in all paid Copilot plans. JetBrains support followed in March 2024, and over the next year Chat expanded to GitHub.com, GitHub Mobile, the JetBrains IDE family, Xcode, Eclipse, and more.
Copilot for Pull Requests added AI-generated descriptions to pull requests on GitHub.com. Powered by GPT-4, it could analyze the diff and propose a draft description, fill in template tags based on the changes, and suggest sentence-level improvements. GitHub also previewed a feature that warned developers when a pull request lacked test coverage and offered to scaffold tests.
The technical preview ran through 2023 and was sunset in December 2023. The capability was rebranded as "pull request summaries" and folded into GitHub Copilot Enterprise when that tier became generally available on February 27, 2024 at $39 per user per month. Pull request summaries continue to be the canonical descendant of the Copilot for Pull Requests preview.
Copilot for Docs was a documentation question-answering tool. It indexed selected documentation sources and let users ask natural language questions, returning answers grounded in the underlying docs. The initial preview supported React, Azure documentation, and MDN Web Docs, with stated plans to expand to additional public documentation sets and to private internal documentation later.
Copilot for Docs ran on GitHub Next, the company's research arm. The technical preview ended on December 15, 2023. Some of the underlying ideas, particularly the use of retrieval over a curated knowledge corpus, resurfaced in Copilot Enterprise's knowledge bases feature, in Copilot Chat's repository indexing, and later in Copilot Spaces. The standalone Docs product was never converted into a generally available feature.
Copilot for CLI was a terminal helper that could compose shell commands, explain unfamiliar flags, build long pipelines, and decode error messages. It shipped first as an extension to the GitHub CLI (gh copilot), with gh copilot suggest and gh copilot explain as the two primary verbs. Users could invoke it with shell aliases (ghcs and ghce) for shorter typing.
The gh copilot extension reached general availability in March 2024, becoming the first Copilot X component after Chat to graduate from preview. It ran on top of OpenAI models and worked with Bash, Zsh, and PowerShell. A more agentic, fully terminal-native Copilot CLI shipped much later: GitHub announced general availability of a new GitHub Copilot CLI in February 2026, this time as a standalone agentic coding tool that could plan and execute multi-step work directly from the terminal rather than only suggest individual commands.
Copilot Voice, originally introduced as the "Hey, GitHub!" experiment in November 2022, let developers speak natural language prompts instead of typing them. The Copilot X version of voice promised tighter integration with the chat interface and access to GPT-4 for richer responses.
Voice did not survive. GitHub announced in March 2024 that the Copilot Voice technical preview would end on April 3, 2024. The team transferred the speech-to-text learnings to the VS Code Speech extension from Microsoft, which was made generally available as a separate Microsoft product. Voice as a Copilot X branded feature was discontinued.
| Original Copilot X feature | Launch (preview) | Outcome | Successor |
|---|---|---|---|
| Copilot Chat | March 22, 2023 | Generally available December 29, 2023 | Copilot Chat (still active across IDEs and GitHub.com) |
| Copilot for Pull Requests | March 22, 2023 | Sunset December 2023 | Pull request summaries in Copilot Enterprise |
| Copilot for Docs | March 22, 2023 | Sunset December 15, 2023 | Knowledge bases in Copilot Enterprise; later Copilot Spaces |
| Copilot for CLI | March 22, 2023 | gh copilot GA March 2024; new agentic Copilot CLI GA February 2026 | GitHub Copilot CLI |
| Copilot Voice (Hey, GitHub) | March 22, 2023 | Sunset April 3, 2024 | VS Code Speech extension (Microsoft) |
At launch, every Copilot X feature ran on GPT-4, which had been announced by OpenAI on March 14, 2023. GitHub argued that GPT-4 unlocked Copilot X for several reasons. The new model was substantially better at multi-turn reasoning, which mattered for chat. It handled longer context windows, which mattered for pull request analysis and documentation queries. And it produced higher-quality natural language explanations, which mattered for the voice and docs experiences.
The original inline code completion feature in GitHub Copilot continued to use Codex through 2023, since Codex was faster and cheaper for the tight latency budget of typing-time suggestions. Copilot Chat used GPT-3.5 in its earliest preview and was upgraded to GPT-4 by November 2023. Over time, Copilot completion infrastructure also moved off Codex, to a series of in-house and OpenAI-hosted models tuned for speed.
GitHub's reliance on a single model provider began to shift in late 2024, when the company introduced multi-model support. By that point, the original GPT-4 backbone of Copilot X had been replaced or supplemented across the product line.
Copilot X was the bridge between the 2021-2022 era of inline completions and the 2024-2026 era of agentic AI development. The features GitHub shipped after the original announcement followed directly from the Copilot X playbook of expanding the assistant to new surfaces.
Copilot Chat reached general availability on December 29, 2023, included in all paid Copilot plans and free for verified students, teachers, and maintainers of popular open-source projects. By that date Chat was running on GPT-4 by default in both Visual Studio Code and Visual Studio.
GitHub had previewed a separate enterprise tier in November 2023 at GitHub Universe. Copilot Enterprise reached general availability on February 27, 2024 at $39 per user per month. The tier added knowledge bases (curated repository collections that Chat could ground its answers in), pull request summaries, Bing search integration, and Copilot Chat on GitHub.com. Several of these features were direct evolutions of the original Copilot for Docs and Copilot for Pull Requests previews.
Copilot Autofix, announced in March 2024, brought Copilot into the security workflow. It combined GitHub's CodeQL static analysis engine with GPT-4o to suggest fixes for code scanning alerts directly inside pull requests. GitHub's beta data showed a median time-to-fix of about 28 minutes with Autofix versus 1.5 hours for a manual remediation, and SQL injection fixes specifically dropped from 3.7 hours to 18 minutes on average. Autofix went generally available later in 2024 for Advanced Security customers and was added to free tools for open-source maintainers in September 2024.
GitHub Copilot Workspace was announced on April 29, 2024 by Thomas Dohmke as a Copilot-native, browser-based development environment. Given a GitHub issue written in natural language, Workspace would propose a specification, generate a step-by-step implementation plan, and produce code changes across multiple files, all without leaving the browser. Dohmke described it as "a radically new way of building software with natural language" and framed it as a continuation of the Copilot X vision.
Under the hood Workspace coordinated several specialized agents: a brainstorm agent for clarifying requirements, a plan agent for sequencing the work, and an implementation agent for producing the code. It used GPT-4 by default. The technical preview expanded to more users in December 2024, then was sunset on May 30, 2025. The lessons from Workspace, particularly the issue-to-pull-request workflow and the multi-agent decomposition, were folded into the Copilot coding agent and into Copilot agent mode in VS Code.
At Microsoft Build on May 21, 2024, GitHub launched Copilot Extensions in private preview. Extensions let third-party developers plug their tools and services directly into Copilot Chat, so that a developer could ask DataStax, Docker, Sentry, Stripe, MongoDB, or any registered partner a question without leaving the editor. Initial launch partners included DataStax, Docker, LambdaTest, LaunchDarkly, McKinsey & Company, Microsoft Azure and Teams, MongoDB, Octopus Deploy, Pangea, Pinecone, Product Science, ReadMe, Sentry, and Stripe. Extensions reached public beta on September 9, 2024, and the broader extensibility model was later restructured around the Model Context Protocol (MCP).
At GitHub Universe 2024 on October 29, 2024, GitHub broke its single-model story for the first time. Copilot Chat in Visual Studio Code and on GitHub.com gained support for Anthropic's Claude 3.5 Sonnet, Google's Gemini 1.5 Pro, and OpenAI's GPT-4o, o1-preview, and o1-mini on top of the existing GPT-4 default. Claude 3.5 Sonnet went live the same day; Gemini 1.5 Pro followed in the weeks after. Developers could swap models mid-conversation in Chat. Anthropic's Claude was hosted on Amazon Bedrock and Google's Gemini was hosted on Vertex AI, with GitHub managing the routing.
Copilot Edits launched as a preview in VS Code on November 12, 2024. It combined the conversational flow of Chat with the multi-file editing model that Copilot Workspace had pioneered. Developers picked a working set of files, asked for a change in natural language, and reviewed the AI's edits inline before accepting them. Copilot Edits became generally available in VS Code in February 2025 and shipped to Visual Studio 2022 (version 17.13) on February 11, 2025.
Also at GitHub Universe 2024, the company unveiled GitHub Spark, an experimental AI-native tool for building "sparks," or full-stack mini web apps, entirely in natural language. Spark was an outgrowth of the GitHub Next research arm. It used multiple model providers (including Anthropic Claude) and let users iterate by editing prompts, accepting AI-generated code changes, and previewing the app in real time. The backend was built on a GitHub repository, GitHub Actions, and Microsoft Azure CosmosDB.
Spark was not branded as part of Copilot X, but it followed the same playbook: take a Copilot capability, push it to a new audience (in this case, non-developers and rapid prototypers), and ship it as a separate experience.
On December 18, 2024, GitHub launched a free tier of GitHub Copilot, available to any developer with a GitHub account and accessible directly inside Visual Studio Code. The free plan included 2,000 code completions and 50 Chat messages per month, with model access to Claude 3.5 Sonnet and GPT-4o. The free tier dropped the requirement for a credit card and was widely seen as a competitive response to free offerings from Codeium and Cursor.
GitHub previewed Copilot agent mode on February 6, 2025 and made it available in VS Code Stable on February 24, 2025. Agent mode let Copilot operate autonomously inside the editor: it could read files across the workspace, edit multiple files in one task, run terminal commands, run tests, observe the output, and loop until the task succeeded or it hit a stopping condition. Agent mode supported the Model Context Protocol for connecting to external tools and data sources. By the end of 2025 it was available across VS Code, JetBrains IDEs, Eclipse, and Xcode.
The Copilot coding agent, announced on May 17, 2025 and generally available in September 2025, was the asynchronous, cloud-hosted counterpart to the editor agent. Developers assigned a GitHub issue to Copilot (by tagging @copilot or using the agent UI), and Copilot would spin up an isolated cloud sandbox using GitHub Actions, write the code, push commits to a draft pull request, run tests, and self-review before requesting human review.
Copilot Spaces, introduced in May 2025 and generally available in September 2025, were persistent context containers that pulled together repositories, issues, custom instructions, and documentation files. Spaces filled the role that Copilot for Docs and Copilot Enterprise knowledge bases had been groping toward in 2023 and 2024.
| Surface | Capability today | Roots in Copilot X |
|---|---|---|
| Editor inline completions | Real-time Tab completions across many IDEs, custom in-house model | Existed pre-Copilot X |
| Editor chat | Conversational assistance, multi-model | Copilot Chat preview |
| Editor agent mode | Autonomous multi-file edits, tool use, MCP | Built on Chat plus lessons from Workspace |
| Editor multi-file edits | Working set, iterative review | Copilot Edits, descendant of Workspace |
| Pull requests | AI-generated descriptions and summaries; Copilot reviews | Copilot for Pull Requests |
| GitHub.com | Chat with repository context, knowledge bases | Copilot for Docs (concept), Copilot Enterprise |
| Command line | Suggest, explain, agentic CLI | Copilot for CLI |
| Cloud agent | Issue-to-PR via @copilot | Copilot Workspace lineage |
| Mini app builder | GitHub Spark | Adjacent, GitHub Next research |
| Voice | Discontinued; speech via VS Code Speech extension | Copilot Voice (Hey, GitHub) |
GitHub Copilot X itself was not sold at a separate price point. The previewed features were free for waitlisted users, with the expectation that they would be folded into the Copilot subscription tiers as they reached general availability. As of early 2026 the descendant features sit across the following plan structure.
| Plan | Monthly price | Code completions | Chat messages | Includes (relevant to Copilot X lineage) |
|---|---|---|---|---|
| Free | $0 | 2,000 per month | 50 per month | Chat (limited), agent mode in VS Code, GPT-4o and Claude 3.5 Sonnet |
| Pro | $10 per user | Unlimited | Unlimited | Chat, agent mode, multi-model, Copilot CLI |
| Pro+ | $39 per user | Unlimited | Unlimited | All Pro features plus expanded premium requests, GitHub Spark |
| Business | $19 per user | Unlimited | Unlimited | Chat, agent mode, IP indemnity, organization controls |
| Enterprise | $39 per user | Unlimited | Unlimited | Knowledge bases, pull request summaries, Bing search, advanced models |
The Copilot X features that survived (Chat, the descendant of Pull Requests in summaries, the descendant of Docs in knowledge bases, and the CLI) are all included in at least one of these tiers. Voice and the standalone Docs product are not.
The AI coding assistant market that Copilot X helped define grew quickly. By 2026 the field included:
| Tool | Developer | Approach | Pricing (individual) |
|---|---|---|---|
| GitHub Copilot | GitHub / Microsoft | Multi-surface, multi-model, deep GitHub integration | Free to $39 per month |
| Cursor | Anysphere | AI-native fork of VS Code, strong agent capabilities | $20 per month |
| Claude Code | Anthropic | Terminal-native autonomous coding agent | Usage-based |
| Codeium | Exafunction | Free tier with unlimited completions | Free baseline |
| Windsurf | Codeium | AI-native IDE with Cascade agent flow | $15 per month |
| Tabnine | Tabnine | Privacy-first, on-premise option | Free to $12 per month |
| Replit Agent | Replit | Browser-based, app generation focus | Subscription tiers |
| JetBrains AI Assistant | JetBrains | Native to JetBrains IDEs | $10 per month |
| Amazon Q Developer | Amazon | Deep AWS integration, code transformation | Free to $19 per month |
| Gemini Code Assist | Google Cloud integration, Gemini models | Free to $19 per user per month |
GitHub Copilot retained roughly 42% market share among paid AI coding tools as of 2025, supported by its first-mover advantage and tight integration with the GitHub ecosystem used by over 100 million developers. Cursor was the most visible direct competitor, gaining traction in 2024 and 2025 for its AI-native editor approach. Anthropic's Claude Code carved out a niche as a terminal-based autonomous coding agent.
The initial press coverage of Copilot X in March 2023 was largely positive. TechCrunch described it as moving "beyond code completion" and giving developers a chat mode and other tools. SiliconANGLE called it a major step in AI-powered development. VentureBeat and Petri framed Copilot X as the first concrete look at how GPT-4 might land inside developer tools.
Developers responded mostly to Copilot Chat, which became the most requested feature in the bundle. The waitlists for Pull Requests, Docs, and CLI were also heavily subscribed, although usage of Pull Requests and Docs in their original form turned out to be limited compared to the volume of inline completions in the main Copilot product. Copilot Voice (Hey, GitHub) drew interest more for novelty than for daily use, which contributed to its eventual sunset.
Criticism of Copilot X focused on a few recurring themes. Some developers questioned whether GPT-4 inference costs would scale with general availability. Security researchers continued to point out that Copilot's underlying model, like Codex before it, sometimes produced code with vulnerabilities or echoed patterns from training data, problems that did not go away just because the surface had changed from completions to chat. The class-action copyright lawsuit filed against GitHub, Microsoft, and OpenAI in November 2022 over Copilot's training data was still unresolved at the time of the Copilot X announcement and remained a backdrop for the entire Copilot product line through 2025.
From a product perspective, the Copilot X bundle is now widely seen as the moment GitHub committed to becoming an AI-first developer platform, rather than a code hosting service that happened to ship an AI feature. By the end of 2024, Microsoft CEO Satya Nadella said GitHub Copilot had grown into a larger business than all of GitHub had been at the time of the 2018 acquisition.