Vibe Coding
Visual Studio 18.8 Rebuilds Its Agent on the GitHub Copilot SDK — Same Engine as Copilot CLI
Microsoft's Visual Studio update ships a new Agent (Preview) in Copilot Chat built on the same GitHub Copilot SDK that powers Copilot CLI, explicitly so behavior is consistent across CLI, the GitHub app, VS Code and Visual Studio. It ships curated .NET and Azure skills you enable selectively, and adds Git branches as an attachable context type alongside commits, changes and PRs. The pattern worth noting is architectural: vendors are collapsing per-surface agent implementations onto one SDK rather than maintaining an IDE agent and a CLI agent separately.
↳ Follow the thread