chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-17 19:58:18 +00:00
parent 78aae7dadd
commit 4ca6961f7f

View File

@@ -71,8 +71,8 @@ export namespace PluginLoader {
kind: PluginKind,
): Promise<
| { ok: true; value: Resolved }
| { ok: false; stage: "missing"; value: Missing }
| { ok: false; stage: "install" | "entry" | "compatibility"; error: unknown }
| { ok: false; stage: "missing"; value: Missing }
| { ok: false; stage: "install" | "entry" | "compatibility"; error: unknown }
> {
// First make sure the plugin exists locally, installing npm plugins on demand.
let target = ""