@opencode-ai/sdk 0.9.0 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -679,6 +679,9 @@ export type Config = {
679
679
  subtask?: boolean;
680
680
  };
681
681
  };
682
+ watcher?: {
683
+ ignore?: Array<string>;
684
+ };
682
685
  plugin?: Array<string>;
683
686
  snapshot?: boolean;
684
687
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "0.9.0",
4
+ "version": "0.9.2",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit"