Skip to content

Add /plugin slash command to list installed plugins#60

Merged
PureWeen merged 4 commits intoPureWeen:mainfrom
StephaneDelcroix:feature/plugin-command
Feb 11, 2026
Merged

Add /plugin slash command to list installed plugins#60
PureWeen merged 4 commits intoPureWeen:mainfrom
StephaneDelcroix:feature/plugin-command

Conversation

@StephaneDelcroix
Copy link
Copy Markdown
Collaborator

Summary

Adds a /plugin slash command that lists installed Copilot CLI plugins from ~/.copilot/installed-plugins/.

What it shows

  • Plugin name and marketplace source
  • Type badge: 🔌 MCP, 🛠️ skills, or both
  • Details: MCP server names or skill names

Example output:

3 plugins installed:

- 🔌 workiq `copilot-plugins` — workiq
- ��️ appium-automation `maui-copilot-plugins` — appium-automation
- 🛠️ example-skills `anthropic-agent-skills` — xlsx, docx, pptx, pdf...

Also adds /plugins as an alias.

Reads ~/.copilot/installed-plugins/ and shows each plugin with its
marketplace, type (mcp/skills/both), and details (MCP server names
or skill names).
…le file

Instead of passing multiple --additional-mcp-config flags (which may
not be supported), merge mcp-servers.json entries and plugin .mcp.json
entries into one polypilot-mcp-servers.json with proper mcpServers
envelope format.
@PureWeen PureWeen merged commit 28d4a28 into PureWeen:main Feb 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants