@opencode-ai/sdk 0.0.0-opentui-202510311739 → 0.0.0-opentui-202510311825

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,7 +342,7 @@ export type Config = {
342
342
  output: Array<"text" | "audio" | "image" | "video" | "pdf">;
343
343
  };
344
344
  experimental?: boolean;
345
- status?: "alpha" | "beta";
345
+ status?: "alpha" | "beta" | "deprecated";
346
346
  options?: {
347
347
  [key: string]: unknown;
348
348
  };
@@ -850,7 +850,7 @@ export type Model = {
850
850
  output: Array<"text" | "audio" | "image" | "video" | "pdf">;
851
851
  };
852
852
  experimental?: boolean;
853
- status?: "alpha" | "beta";
853
+ status?: "alpha" | "beta" | "deprecated";
854
854
  options: {
855
855
  [key: string]: unknown;
856
856
  };
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-202510311739",
4
+ "version": "0.0.0-opentui-202510311825",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",