{"id":255938,"date":"2026-03-31T09:00:18","date_gmt":"2026-03-31T16:00:18","guid":{"rendered":"https:\/\/devblogs.microsoft.com\/visualstudio\/?p=255938"},"modified":"2026-03-31T08:58:16","modified_gmt":"2026-03-31T15:58:16","slug":"visual-studio-march-update-build-your-own-custom-agents","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/visualstudio\/visual-studio-march-update-build-your-own-custom-agents\/","title":{"rendered":"Visual Studio March Update &#8211; Build Your Own Custom Agents"},"content":{"rendered":"<p>This month&#8217;s Visual Studio update gives you new ways to customize GitHub Copilot. Custom agents allow you to build specialized Copilot agents tailored to your team&#8217;s workflow, backed by the tools and knowledge sources that matter to your project. Alongside that, agent skills bring reusable instruction sets, and a new <em>find_symbol<\/em> tool gives agents language-aware navigation across your codebase.<\/p>\n<p>Beyond agents, we&#8217;re continuing to invest in the diagnostics experience with Copilot-powered profiling directly from Test Explorer and real-time perf tips during debugging. Security gets a boost too, with Copilot now helping you fix NuGet vulnerabilities right from Solution Explorer.<\/p>\n<p>Download <a href=\"https:\/\/visualstudio.microsoft.com\/downloads\/\">Visual Studio 2026 Insiders<\/a> to try these features today.<\/p>\n<div>\n<h3>Build your own custom agents<\/h3>\n<p>Want Copilot to follow your team&#8217;s coding standards, run your build pipeline, or query your internal docs? Custom agents make that possible. They&#8217;re specialized Copilot agents defined as <em>.agent.md<\/em> files in your repository, with full access to workspace awareness, code understanding, tools, your preferred model, and MCP connections to external knowledge sources.<\/p>\n<p>Drop an <em>.agent.md<\/em>\u00a0file into <em>.github\/agents\/<\/em>\u00a0in your repo, and it shows up in the agent picker ready to use.<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/visualstudio\/wp-content\/uploads\/sites\/4\/2026\/03\/vs18.4_custom-agents.webp\">