mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Implements a plugin system that acts as a distribution and installation mechanism on top of existing Roo Code extension points (slash commands, custom modes, MCP servers, and skills). New components: - Plugin manifest schema (plugin.json) with Zod validation - GitHubSource: fetch plugin manifests and files from GitHub repos - PluginInstaller: install/remove commands, modes, MCP configs, skills - PluginManager: orchestrate install/remove/list with tracking - /plugin built-in command for agent-driven plugin management - 25 new tests covering all components Addresses #11974 |
||
|---|---|---|
| .. | ||
| build | ||
| cloud | ||
| config-eslint | ||
| config-typescript | ||
| core | ||
| evals | ||
| ipc | ||
| telemetry | ||
| types | ||
| vscode-shim | ||