You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2026. It is now read-only.
The CLI has a plugin ecosystem with marketplace support — install, list, and discover plugins from curated marketplaces (copilot-plugins, awesome-copilot). PolyPilot has no UI for this despite having 30+ plugins installed.
CLI Commands
copilot plugin install <name> — install a plugin
copilot plugin list — list installed plugins
copilot plugin marketplace — browse available plugins
/plugin — interactive plugin management
SDK API
ServerRpc.Plugins.ListAsync() — list installed plugins
Proposed Implementation
Plugin browser page — grid/list of available plugins from marketplace
Installed plugins panel — show what's installed with version info
Summary
The CLI has a plugin ecosystem with marketplace support — install, list, and discover plugins from curated marketplaces (copilot-plugins, awesome-copilot). PolyPilot has no UI for this despite having 30+ plugins installed.
CLI Commands
copilot plugin install <name>— install a plugincopilot plugin list— list installed pluginscopilot plugin marketplace— browse available plugins/plugin— interactive plugin managementSDK API
ServerRpc.Plugins.ListAsync()— list installed pluginsProposed Implementation
Priority: 🟡 MEDIUM