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

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/sdk",
"version": "0.9.1",
"version": "0.9.2",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit"

View File

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