<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>MIT-License | The .NET Blog</title><link>https://thedotnetblog.com/tags/mit-license/</link><description>Articles, tutorials and insights from the .NET community.</description><generator>Hugo</generator><language>en</language><managingEditor>@thedotnetblog (The .NET Blog)</managingEditor><webMaster>@thedotnetblog</webMaster><lastBuildDate>Thu, 13 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://thedotnetblog.com/tags/mit-license/index.xml" rel="self" type="application/rss+xml"/><item><title>GitHub Copilot Chat Goes Open Source: The First Milestone in VS Code's AI Journey</title><link>https://thedotnetblog.com/news/emiliano-montesdeoca/open-source-ai-editor-first-mile-achieved/</link><pubDate>Thu, 13 Aug 2026 00:00:00 +0000</pubDate><author>Emiliano Montesdeoca</author><guid>https://thedotnetblog.com/news/emiliano-montesdeoca/open-source-ai-editor-first-mile-achieved/</guid><description>MIT-licensed Copilot Chat extension is now public on GitHub. A concrete step toward transparency, community contribution, and an open-source AI editor ecosystem.</description><content:encoded>&lt;p&gt;Original source: &lt;a href="https://code.visualstudio.com/blogs/2025/06/30/openSourceAIEditorFirstMilestone"&gt;Open Source AI Editor: First Milestone&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="github-copilot-chat-goes-open-source-the-first-milestone-in-vs-codes-ai-editor-journey"&gt;GitHub Copilot Chat Goes Open Source: The First Milestone in VS Code&amp;rsquo;s AI Editor Journey&lt;/h1&gt;
&lt;p&gt;In May, VS Code announced a plan to become an open-source AI editor. It was ambitious—open source the core chat and agent experience, refactor into VS Code core, and foster a community-driven ecosystem.&lt;/p&gt;
&lt;p&gt;A month later, they reached the first milestone: GitHub Copilot Chat is now open source under the MIT license.&lt;/p&gt;
&lt;p&gt;This isn&amp;rsquo;t vaporware. The code is live on GitHub. You can read it. Study it. Contribute to it. That matters more than you&amp;rsquo;d think.&lt;/p&gt;
&lt;h2 id="why-this-milestone-matters"&gt;Why This Milestone Matters&lt;/h2&gt;
&lt;p&gt;Open-sourcing a product&amp;rsquo;s core AI experience is rare. Most companies treat it like a nuclear secret. Not VS Code. The team understood something fundamental: in an open-source editor, closed-source AI doesn&amp;rsquo;t belong.&lt;/p&gt;
&lt;p&gt;The GitHub Copilot Chat repository includes everything: system prompts, agent mode implementation, how context is gathered, how responses are generated, what telemetry is collected. It&amp;rsquo;s complete transparency.&lt;/p&gt;
&lt;p&gt;From the team: &amp;ldquo;Everything, from our system prompts, implementation details, to the telemetry we capture, is available in all transparency.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;That sentence is worth sitting with. There&amp;rsquo;s no hidden data collection. No mysterious model behavior. You can audit it.&lt;/p&gt;
&lt;h2 id="three-categories-of-value-unlock"&gt;Three Categories of Value Unlock&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;For users&lt;/strong&gt;: Read the code and understand exactly what&amp;rsquo;s happening. Verify that data you send is handled the way the privacy policy describes. Patch security issues before they&amp;rsquo;re publicly disclosed. VS Code has a long history of community security fixes improving the product faster than closed-source models ever could.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For extension developers&lt;/strong&gt;: Study how agent mode calls tools, how chat contexts are serialized, how prompts are constructed. You&amp;rsquo;re no longer building in a black box. You can debug your own extensions against the actual Copilot Chat code. You can propose improvements via PR instead of hoping they reach the right person at GitHub.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For the AI community&lt;/strong&gt;: Researchers can study how production AI systems handle edge cases. Students can learn from industry-standard prompt engineering. Teams can fork and customize for their specific workflows. Open source accelerates learning.&lt;/p&gt;
&lt;h2 id="the-path-forward-refactor-into-core"&gt;The Path Forward: Refactor Into Core&lt;/h2&gt;
&lt;p&gt;Open sourcing Copilot Chat is step one. Step two is integrating the relevant components into VS Code core.&lt;/p&gt;
&lt;p&gt;Why does that matter? When features live in an extension, they&amp;rsquo;re maintained separately from the core editor. It&amp;rsquo;s fine for some things. For AI, which is now fundamental to the editing experience, it makes sense to bring it closer to core.&lt;/p&gt;
&lt;p&gt;That refactor will take months. VS Code&amp;rsquo;s iteration plan (public on GitHub) will show the progress. You can track the work, see where bottlenecks exist, and contribute if you have bandwidth.&lt;/p&gt;
&lt;p&gt;Meanwhile, the separate Copilot Chat extension continues to work. Existing installs won&amp;rsquo;t break. But the trajectory is clear: eventually, AI features are part of VS Code proper, not an add-on.&lt;/p&gt;
&lt;h2 id="practical-implication-contributing-to-ai-behavior"&gt;Practical Implication: Contributing to AI Behavior&lt;/h2&gt;
&lt;p&gt;Here&amp;rsquo;s something new: you can now contribute improvements to how Copilot Chat behaves.&lt;/p&gt;
&lt;p&gt;Spot a case where the system prompt doesn&amp;rsquo;t guide the model well? Fork the repo. Modify the prompt. Test it locally. Open a PR. The community can review. If it&amp;rsquo;s good, it lands.&lt;/p&gt;
&lt;p&gt;This is how you improve a product:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Identify a pain point.&lt;/li&gt;
&lt;li&gt;Implement a fix.&lt;/li&gt;
&lt;li&gt;Propose it to maintainers.&lt;/li&gt;
&lt;li&gt;Let the community validate it.&lt;/li&gt;
&lt;li&gt;Merge and ship.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Before, steps 3-5 were hidden. GitHub engineers decided. Now it&amp;rsquo;s transparent and collaborative.&lt;/p&gt;
&lt;h2 id="the-transparency-win-telemetry-and-data-handling"&gt;The Transparency Win: Telemetry and Data Handling&lt;/h2&gt;
&lt;p&gt;One of the biggest concerns developers have about AI tools is data collection. What&amp;rsquo;s being sent? Who can see it? How long is it kept?&lt;/p&gt;
&lt;p&gt;With the code open source, these questions have answers. You read the telemetry module. You see which events are collected. You see which data is sent to GitHub versus stored locally.&lt;/p&gt;
&lt;p&gt;For teams evaluating whether to deploy Copilot across the organization, this is the difference between &amp;ldquo;we have to trust them&amp;rdquo; and &amp;ldquo;we can audit the code ourselves.&amp;rdquo;&lt;/p&gt;
&lt;h2 id="the-caveat-open-source-doesnt-mean-stable-api"&gt;The Caveat: Open Source Doesn&amp;rsquo;t Mean Stable API&lt;/h2&gt;
&lt;p&gt;Important caveat: the Copilot Chat codebase is in flux. It&amp;rsquo;s being actively refactored. The structure, the API contracts, and the prompt formats might change significantly as features are integrated into VS Code core.&lt;/p&gt;
&lt;p&gt;If you fork and customize, understand that you&amp;rsquo;re taking on maintenance work. Upstream changes might require you to rethink your customizations.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s still better than the closed-source alternative—you have &lt;em&gt;options&lt;/em&gt;. But open source isn&amp;rsquo;t a guarantee of stability.&lt;/p&gt;
&lt;h2 id="the-bigger-picture-community-driven-innovation"&gt;The Bigger Picture: Community-Driven Innovation&lt;/h2&gt;
&lt;p&gt;The AI development tools market is moving fast. New models appear monthly. New prompting techniques emerge constantly. Closed-source tools struggle to keep up because they need internal review cycles, release coordination, and testing infrastructure.&lt;/p&gt;
&lt;p&gt;Open source accelerates. The community patches. The community experiments. The community contributes ideas that the core team never would have thought of.&lt;/p&gt;
&lt;p&gt;VS Code&amp;rsquo;s bet is that a healthy, transparent, community-driven AI editor beats a proprietary one. The evidence so far suggests they&amp;rsquo;re right.&lt;/p&gt;
&lt;h2 id="what-to-do-next"&gt;What To Do Next&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Visit the repository&lt;/strong&gt; at &lt;a href="https://github.com/microsoft/vscode-copilot-chat"&gt;github.com/microsoft/vscode-copilot-chat&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Study the system prompt&lt;/strong&gt; to understand how the model is guided to behave.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Read the CONTRIBUTING guide&lt;/strong&gt; if you want to contribute.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Try building an extension on top&lt;/strong&gt; now that the code is open.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Follow the iteration plan&lt;/strong&gt; as the team integrates the work into VS Code core.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This is the first milestone of a multi-year journey. The next step is inline suggestions—ghost text that appears as you type.&lt;/p&gt;
&lt;p&gt;For .NET teams, this is significant. An open-source AI editor means you can customize AI behavior for .NET-specific patterns and contribute improvements specific to your ecosystem. You&amp;rsquo;re not waiting for GitHub engineers to add support for your use case.&lt;/p&gt;
&lt;p&gt;The future of development tools is collaborative. VS Code just proved it for AI.&lt;/p&gt;
&lt;p&gt;Happy coding.&lt;/p&gt;</content:encoded></item></channel></rss>