chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-30 04:07:26 +00:00
commit e4d3b81b0e
11 changed files with 182 additions and 104 deletions

View file

@ -18,7 +18,13 @@ import { ProviderPlugins } from "./provider"
type Plugin = {
id: PluginV2.ID
effect: PluginV2.Effect<
Catalog.Service | AccountV2.Service | AgentV2.Service | Npm.Service | EventV2.Service | PluginV2.Service | Config.Service
| Catalog.Service
| AccountV2.Service
| AgentV2.Service
| Npm.Service
| EventV2.Service
| PluginV2.Service
| Config.Service
>
}