GitHub Copilot Chat Extension: Now Open Source – Microsoft

“`html





<a href="https://support.microsoft.com/en-us" title="Microsoft Support" target="_blank" rel="noopener">Microsoft</a> Open Sources Copilot Chat,Integrates AI into <a href="https://www.archynetys.com/chatgpt-for-macos-gains-expanded-third-party-app-support/" title="ChatGPT for macOS Gains Expanded Third-Party App Support">VS Code</a>


Microsoft Open Sources Copilot Chat, integrates AI into VS code

Move aims to foster community contributions and transparency in AI-powered development.


By Amelia Hernandez | REDMOND – 2025/06/01 03:25:48

Microsoft has revealed plans to open source the code underpinning the GitHub Copilot Chat extension within the next few months, utilizing the MIT license. This announcement, made at the Build 2025 conference, also includes intentions to directly integrate core AI capabilities into the primary Visual Studio Code (VS Code) codebase. If fully implemented, this strategy could significantly alter the competitive dynamics among current AI-enhanced code editors that operate on a subscription basis.

The company outlined several motivations behind this decision. A key factor is the rapid advancement of large language models, which has diminished the necessity and value of exclusive prompting strategies. As an example, Anthropic routinely publishes the system prompts used for their Claude models. Maintaining secrecy around prompts has become increasingly challenging due to community-driven efforts to promote transparency. Furthermore, legal protections for AI prompts thru copyright or patents are limited and apply only under specific, stringent conditions.

According to Microsoft, this open-source transition is also a response to requests from extension developers seeking deeper integration with VS Code than is currently possible through its public APIs. The Copilot Chat extension has been utilizing VSCode’s Proposed apis, which are experimental and not available for general public use. This restriction prevented other extension developers from publishing extensions that rely on these APIs on the Visual studio Code Marketplace.

previously, companies like Cursor and Windsurf addressed this limitation by forking Visual Studio Code. Though, as these forked versions gained traction and attracted substantial venture capital, Microsoft began enforcing its extension marketplace policies, preventing these forks from accessing microsoft-licensed extensions, such as the C/C++ extension. By transitioning the Copilot Chat extension to an MIT license and incorporating its core functionalities into VS Code,Microsoft may curtail the ability of smaller development teams behind these forks to compete solely on features against the broader community of extension developers.

Microsoft also emphasized that increased transparency in data collection and enhanced community-driven security were important factors driving the decision to open-source the extension.

This initiative is designed to evolve VS Code from merely supporting AI extensions to becoming an “AI-native editor” by default.

Early reactions from developers on platforms like Reddit and Hacker News indicate widespread approval of the open-sourcing. Discussions frequently revolve around the potential for integrating local AI models, the impact on the competitive landscape of code editors, and the opportunities for community contributions to the core AI features. The move is generally perceived as a positive step towards greater transparency and enhancement within the developer tools ecosystem.

Visual Studio Code’s product manager commented on Reddit:

(vscode pm here)

We do want to open-source the Github Copilot suggestion functionality as well.The current plan is to move all that functionality to the open-source Copilot Chat extension (as step 2). Timeline – next couple of months.

[…] See the engineering plan here

Chat is compatible [with ollama]!

See https://code.visualstudio.com/docs/copilot/language-models#_bring-your-own-language-model-key

Suggestions are not yet compatible – if you want that, we have a feature request that you can upvote. I do want us to add this https://github.com/microsoft/vscode-copilot-release/issues/7690

During its Build 2025 conference, Microsoft also unveiled a series of upcoming products and enhancements to existing ones. The TypeScript team announced an experimental native port of the TypeScript compiler (tsc), which aims to deliver a tenfold improvement in build times, significantly reduce cold editor startup times, and substantially improve memory usage. Additionally, Microsoft introduced Edit, a new open-source command-line text editor slated for future distribution as part of Windows 11. Edit is designed to offer a lightweight, native, and modern command-line editing experience akin to Nano and Vim.

“This initiative positions VS Code to evolve beyond supporting AI extensions to becoming an ‘AI-native editor’ by default.”

Implications for Developers

The open-sourcing of Copilot Chat and the integration of AI functionalities directly into VS Code are poised to have several significant implications for developers:

  • Enhanced Customization: Developers will gain greater control over their coding environment by integrating local AI models and customizing AI-driven features to suit their specific needs.
  • Community-Driven Innovation: The open-source nature of the project encourages community contributions,potentially leading to rapid innovation and the development of new AI-powered tools and features.
  • Competitive Pressure: The move could intensify competition among code editors, particularly those that rely on proprietary AI features.smaller development teams may find it challenging to compete with the resources and community support behind VS Code.
  • Increased Transparency: Open-sourcing the code promotes transparency in data collection and security practices, addressing concerns about how AI tools handle user data.

Microsoft’s Broader AI Strategy

this initiative aligns with Microsoft’s broader strategy of democratizing AI and making it more accessible to developers. By open-sourcing key AI components and integrating them into widely used tools like VS Code,Microsoft aims to foster innovation and accelerate the adoption of AI across various development workflows.

Frequently Asked Questions

What is GitHub Copilot Chat?

GitHub Copilot Chat is an AI-powered extension for Visual Studio Code that provides real-time code suggestions, answers questions, and helps developers understand and write code more efficiently.

Why is Microsoft open-sourcing Copilot Chat?

Microsoft is open-sourcing Copilot Chat to foster community contributions,increase transparency,and enable deeper integration with Visual Studio Code.

How will this affect the competitive landscape of code editors?

The move could intensify competition among code editors, particularly those that rely on proprietary AI features. Smaller development teams may find it challenging to compete with the resources and community support behind VS Code.

Related Posts

Leave a Comment