Skip to main content

Type Alias: PluginType

PluginType = "provider" | "frontend" | "both"

Defined in: types/manifest.ts:17

What a plugin provides.

  • 'provider' - Backend AI provider logic (CLI detection, command building, status parsing)
  • 'frontend' - Frontend UI contributions (settings sections, themes, status renderers)
  • 'both' - Both provider logic and frontend UI in a single package