TLDR: Microsoft has open-sourced its GitHub Copilot Chat extension for Visual Studio Code under the MIT license, marking a significant step towards greater transparency and community collaboration in AI-assisted development. This move grants developers full access to the chat-based coding assistant’s implementation, including its ‘agent mode’ and data handling mechanisms, while aiming to foster an ‘AI-native’ editor experience.
In a pivotal move for the developer community, Microsoft has officially open-sourced the GitHub Copilot Chat extension for Visual Studio Code (VS Code) under the permissive MIT license. This decision, announced around July 6, 2025, is a cornerstone of Microsoft’s strategy to cultivate a more transparent and collaborative environment for AI-powered coding tools, transforming VS Code into an ‘AI-native editor’ .
The open-sourcing initiative provides developers with unprecedented access to the full implementation of the chat-based coding assistant. This includes insights into its ‘agent mode,’ the specific contextual data transmitted to large language models (LLMs), and the design of system prompts . Furthermore, the public GitHub repository hosting the code details the telemetry collection mechanisms, directly addressing long-standing questions about data transparency in AI-assisted coding tools .
Microsoft’s rationale behind this strategic shift is multifaceted. A primary driver is the increasing demand for transparency in how AI-assisted developer tools operate, particularly concerning prompt engineering, data collection, and model interaction . The company believes that ‘AI experiences can thrive by leveraging the vibrant open-source community — just as VS Code has successfully done over the past decade,’ as stated by the VS Code team in their blog post . This openness is also viewed as superior from a security perspective, enabling crowdsourced contributions to rapidly identify and fix problems in development tools, especially given the increased targeting by malicious actors .
Another significant factor is the maturation of the AI tooling landscape. The rapid growth of the open-source AI ecosystem and a more level playing field for all have diminished the need for secrecy around prompt engineering and UI design . Microsoft aims to enable the community to refine and build upon common AI interaction UI elements by making them available in a stable, open codebase . This also simplifies the process for other extension authors to build, debug, and test their AI-related extensions .
GitHub Copilot Chat has seen meteoric popularity, boasting over 35 million installations on the VS Code Marketplace . GitHub CEO Thomas Dohmke celebrated recent VS Code updates that paved the way for these changes, noting ‘Big news for the vibecoders: There’s a new version of GitHub Copilot live in VS Code 1.101 today, with updates to bring you more MCP support, smarter chat tools, and better source control’ .
Also Read:
- Google Unveils Gemini CLI: An Open-Source AI Powerhouse for Command Line Developers
- Microsoft Restructures Workforce, Redirects Billions Towards AI Infrastructure Amidst Strategic Shift
While the Copilot Chat extension is now open source, it is crucial to note that the backend models powering Copilot and the core Copilot services, such as the inline code completions, remain closed source for now . However, Microsoft has confirmed plans to eventually merge the functionality of inline code completions into the same open-source package, consolidating all major AI features into a single open-source module . This initiative positions VS Code to evolve beyond merely supporting AI extensions to becoming an ‘AI-native editor’ by default . The plans for this open-sourcing were initially outlined at Microsoft’s Build 2025 conference in May .


