mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
disable aggressive config validation
This commit is contained in:
parent
061877e275
commit
80305813f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue