@opencode-ai/sdk 0.0.0-opentui-202510310350 → 0.0.0-opentui-202510310510

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.
@@ -342,6 +342,9 @@ export type Config = {
342
342
  options?: {
343
343
  [key: string]: unknown;
344
344
  };
345
+ headers?: {
346
+ [key: string]: string;
347
+ };
345
348
  provider?: {
346
349
  npm: string;
347
350
  };
@@ -847,6 +850,9 @@ export type Model = {
847
850
  options: {
848
851
  [key: string]: unknown;
849
852
  };
853
+ headers?: {
854
+ [key: string]: string;
855
+ };
850
856
  provider?: {
851
857
  npm: string;
852
858
  };
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-opentui-202510310350",
4
+ "version": "0.0.0-opentui-202510310510",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",