mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: Missing @opencode-ai/plugin causes crash (#3615)
This commit is contained in:
parent
b022cf0ed6
commit
4355027408
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue