mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-26 12:14:20 +01:00
fix: Missing @opencode-ai/plugin causes crash (#3615)
This commit is contained in:
@@ -86,7 +86,7 @@ export namespace Config {
|
||||
result.agent = mergeDeep(result.agent, await loadMode(dir))
|
||||
result.plugin.push(...(await loadPlugin(dir)))
|
||||
}
|
||||
await Promise.all(promises)
|
||||
await Promise.allSettled(promises)
|
||||
|
||||
// Migrate deprecated mode field to agent field
|
||||
for (const [name, mode] of Object.entries(result.mode)) {
|
||||
|
||||
Reference in New Issue
Block a user