build(deps-dev): Bump @opencode-ai/sdk in the dev-dependencies group #8
ci.yml
on: push
e2e · opencode loads plugin & lists models
19s
Matrix: build
Annotations
6 errors
|
typecheck · test · build (node 22.x)
Process completed with exit code 2.
|
|
typecheck · test · build (node 22.x):
src/plugin/index.ts#L25
Type '(input: PluginInput) => Promise<{ auth: { provider: string; loader: (getAuth: () => Promise<Auth>) => Promise<{ apiKey: string; } | { apiKey?: undefined; }>; methods: { ...; }[]; }; config: (config: Config) => Promise<...>; provider: { ...; }; "chat.params": (input: { ...; }, output: { ...; }) => Promise<...>; tool:...' is not assignable to type 'Plugin'.
|
|
typecheck · test · build (node 24.x)
Process completed with exit code 2.
|
|
typecheck · test · build (node 24.x):
src/plugin/index.ts#L25
Type '(input: PluginInput) => Promise<{ auth: { provider: string; loader: (getAuth: () => Promise<Auth>) => Promise<{ apiKey: string; } | { apiKey?: undefined; }>; methods: { ...; }[]; }; config: (config: Config) => Promise<...>; provider: { ...; }; "chat.params": (input: { ...; }, output: { ...; }) => Promise<...>; tool:...' is not assignable to type 'Plugin'.
|
|
e2e · opencode loads plugin & lists models
Process completed with exit code 1.
|
|
e2e · opencode loads plugin & lists models:
src/plugin/index.ts#L25
Type '(input: PluginInput) => Promise<{ auth: { provider: string; loader: (getAuth: () => Promise<Auth>) => Promise<{ apiKey: string; } | { apiKey?: undefined; }>; methods: { ...; }[]; }; config: (config: Config) => Promise<...>; provider: { ...; }; "chat.params": (input: { ...; }, output: { ...; }) => Promise<...>; tool:...' is not assignable to type 'Plugin'.
|