@opencode-ai/sdk 0.0.0-dev-202510281650 → 0.0.0-dev-202510281808

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.
@@ -481,6 +481,10 @@ export type Config = {
481
481
  };
482
482
  }>;
483
483
  };
484
+ /**
485
+ * Number of retries for chat completions on failure
486
+ */
487
+ chatMaxRetries?: number;
484
488
  disable_paste_summary?: boolean;
485
489
  };
486
490
  };
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-202510281650",
4
+ "version": "0.0.0-dev-202510281808",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",