Design and implement a plugin system that allows users to extend SubFrame with custom functionality.
Potential plugin types
- Custom panel views in the right sidebar
- Terminal command interceptors
- Custom AI tool integrations
- Theme plugins
- Workflow/pipeline stage plugins
Current state
A basic plugin manager exists (pluginsManager) but the API surface is minimal. This issue tracks the design of a proper extension API.
Design and implement a plugin system that allows users to extend SubFrame with custom functionality.
Potential plugin types
Current state
A basic plugin manager exists (
pluginsManager) but the API surface is minimal. This issue tracks the design of a proper extension API.