Last month we launched a public preview with Copilot CLI that allows enterprise administrators the ability to configure and distribute plugins to GitHub Copilot CLI users across their enterprise. VS Code release version 1.122 adds support for this enterprise-managed capability. The baseline standards you set for your enterprise apply to every user’s Copilot CLI and VS Code clients.
Plugins support many extensibility types and can be automatically installed, helping improve developer onboarding and reduce setup time by broadly sharing custom agents and skills. You can also strengthen your governance strategy by defining hooks and MCP configurations that are always enabled across your enterprise.
Define plugin marketplaces in a settings.json
file located at .github-private/.github/copilot/settings.json
. Now both VS Code and Copilot CLI will automatically pull and apply these settings for users licensed through your enterprise account with Copilot Business or Copilot Enterprise. You can also specify plugins to be automatically installed whenever users authenticate from VS Code or Copilot CLI.
To learn more, see our documentation on Enterprise managed client settings docs.
Join the discussion within GitHub Community.