release: v0.9.2

This commit is contained in:
opencode
2025-09-16 04:29:00 +00:00
parent 14cb2d2af6
commit 8f58fef5ad
13 changed files with 23 additions and 20 deletions

View File

@@ -768,6 +768,9 @@ export type Config = {
subtask?: boolean
}
}
watcher?: {
ignore?: Array<string>
}
plugin?: Array<string>
snapshot?: boolean
/**