Vibe Coding
Copilot CLI reworks its plugin, mcp and skill CLI surface with enable/disable verbs and --json output
v1.0.85 adds `enable` and `disable` subcommands to `copilot plugin`, `copilot mcp` and `copilot skill`, replacing the old `copilot plugins enable/disable --plugin|--mcp|--skill` flags, and adds `--json` to `copilot plugin list`, `copilot plugin marketplace list` and `copilot plugin marketplace browse`. It also splits out `copilot instruction list` and `copilot lsp list` from the old `--kind` filters. Any script driving Copilot CLI plugin state needs updating; the `--json` flags make scripted inventory possible for the first time.
Source
↳ Follow the thread