←back to Blog

Microsoft Open-Sources GitHub Copilot Chat Extension for VS Code—Now Free for All Developers

Microsoft Open-Sources GitHub Copilot Chat Extension for VS Code—Now Free for All Developers

Microsoft has officially open-sourced the GitHub Copilot Chat extension for Visual Studio Code (VS Code), making a previously premium AI-powered coding assistant accessible to developers at no cost. Released under the permissive MIT license, all features previously tied to a subscription are now available to everyone, marking a significant milestone in the democratization of AI-enhanced developer tools. This move enables greater customization, transparency, and innovation in coding environments.

Hosted on GitHub at microsoft/vscode-copilot-chat, the extension includes four core components: Agent Mode, Edit Mode, Code Suggestions, and Chat Integration. These components collectively create a highly interactive, context-aware coding assistant that extends beyond mere code completion.

Key Features

  • Agent Mode: Automates complex coding workflows by diagnosing compile-time errors, rerunning tests, and iterating on code changes autonomously.
  • Edit Mode: Enables natural language commands for multi-file edits without the need for boilerplate code, transforming the interaction with codebases.
  • Code Suggestions: Offers context-aware, predictive completions that adapt to the developer’s style and project structure.
  • Chat Integration: Provides an in-editor chat, allowing developers to ask code-specific questions relevant to their current workspace.

Implications for the Developer Ecosystem

The open-sourcing of Copilot Chat under the MIT license carries important implications. Developers and organizations can now self-host and customize the extension to suit unique workflows or specific environments. This initiative fosters community contributions aimed at enhancing performance, integrating new features, or collaborating with non-Microsoft LLM backends.

Additionally, this move makes advanced AI development tools more accessible, especially for developers in education or those facing funding constraints where paid subscriptions may be prohibitive.

Conclusion

By releasing the GitHub Copilot Chat extension for free under an open license, Microsoft is reshaping the landscape of AI-assisted development. The formerly gated premium features are now part of a robust, extensible platform for intelligent coding workflows available to all developers. The enhanced capabilities of Agent Mode, Edit Mode, Code Suggestions, and contextual Chat not only improve the user experience in VS Code but also foster collaboration and efficiency in coding practices.

Explore more on the GitHub Page. Follow us on Twitter, check out our YouTube channel, and join our growing community of 100k+ on ML SubReddit. Don’t forget to subscribe to our Newsletter for the latest updates.