mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-01 07:04:20 +01:00
disable aggressive config validation
This commit is contained in:
@@ -60,7 +60,7 @@ export namespace Config {
|
||||
]
|
||||
|
||||
for (const dir of directories) {
|
||||
await assertValid(dir)
|
||||
await assertValid(dir).catch(() => {})
|
||||
result.command = mergeDeep(result.command ?? {}, await loadCommand(dir))
|
||||
result.agent = mergeDeep(result.agent, await loadAgent(dir))
|
||||
result.agent = mergeDeep(result.agent, await loadMode(dir))
|
||||
|
||||
Reference in New Issue
Block a user