Article Details
Scrape Timestamp (UTC): 2025-07-01 19:11:56.132
Original Article Text
Click to Toggle View
Microsoft open-sources VS Code Copilot Chat extension on GitHub. Microsoft has released the source code for the GitHub Copilot Chat extension for VS Code under the MIT license. This provides the community access to the full implementation of the chat-based coding assistant, including the implementation of “agent mode,” what contextual data is sent to large language models (LLMs), and the design of system prompts. The GitHub repository hosting the code also details telemetry collection mechanisms, addressing long-standing questions about data transparency in AI-assisted coding tools. The move is considered as the first milestone in the tech giant’s plan to integrate AI features directly into the popular open-source code editor, a roadmap that was first outlined in May 2025. Visual Studio Code, launched in 2015, is one of the most widely used code editors globally and a flagship open-source project from Microsoft. It is built on the Electron framework and supports a wide range of programming languages and extensions. GitHub Copilot Chat is an AI assistant extension for VS Code, allowing developers to chat with a GPT4-based model inside the editor to get help with coding tasks. Given the meteoric rise of LLM-assisted coding and trends like “vibe coding,” the extension has reached high levels of popularity with more than 35 million installations on the VSCode Marketplace. As the VS Code team explained previously, shifts in AI tooling landscape like the rapid growth of the open-source AI ecosystem and a more level playing field for all have reduced the need for secrecy around prompt engineering and UI design. At the same time, increased targeting of development tools by malicious actors has increased the need for crowdsourcing contributions to rapidly pinpoint problems and develop effective fixes. Essentially, openness is now considered superior from a security perspective. It is important to note that the code for the original GitHub Copilot extension that powers inline code completions remains closed for now. However, Microsoft confirmed plans to transition its functionality into the open Copilot Chat extension over the coming months, consolidating all major AI features into a single open-source module. With the Copilot Chat extension now publicly available on GitHub, developers are invited to explore the code, contribute, and provide their feedback. Also available is a FAQ and complete documentation to guide developers through the architecture and development process. 8 Common Threats in 2025 While cloud attacks may be growing more sophisticated, attackers still succeed with surprisingly simple techniques. Drawing from Wiz's detections across thousands of organizations, this report reveals 8 key techniques used by cloud-fluent threat actors.
Daily Brief Summary
Microsoft has open-sourced the GitHub Copilot Chat extension for Visual Studio Code, making the source code publicly available under the MIT license.
This release provides transparency on how the AI-based coding assistant operates, including its "agent mode," data sent to large language models, and the design of system prompts.
The decision to open source marks a key step in Microsoft's strategy to incorporate artificial intelligence directly into its popular coding editor, outlined initially in May 2025.
GitHub Copilot Chat, using a GPT4-based model, assists developers by allowing them to chat with the AI model within VS Code, enhancing coding efficiency.
The repository also provides details on telemetry collection mechanisms, increasing transparency regarding data privacy and usage in AI tools.
The extension has gained significant popularity, with over 35 million installations, reflecting the growing trend of LLM-assisted coding solutions.
Despite the open-sourcing of the Copilot Chat extension, the original GitHub Copilot extension remains proprietary, with plans to merge its features into the open source module in the future.
Developers are encouraged to explore, contribute to, and provide feedback on the open-sourced project, with comprehensive documentation and FAQs provided to support them.