@opencode-ai/sdk 0.0.0-dev-202511150546 → 0.0.0-dev-202511150655

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.
@@ -1001,6 +1001,10 @@ export type Config = {
1001
1001
  */
1002
1002
  chatMaxRetries?: number;
1003
1003
  disable_paste_summary?: boolean;
1004
+ /**
1005
+ * Enable the batch tool
1006
+ */
1007
+ batch_tool?: boolean;
1004
1008
  };
1005
1009
  };
1006
1010
  export type BadRequestError = {
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.0.0-dev-202511150546",
4
+ "version": "0.0.0-dev-202511150655",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",