@opencode-ai/sdk 0.4.16 → 0.4.18

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.
@@ -535,7 +535,7 @@ export type Config = {
535
535
  env?: Array<string>;
536
536
  id?: string;
537
537
  npm?: string;
538
- models: {
538
+ models?: {
539
539
  [key: string]: {
540
540
  id?: string;
541
541
  name?: string;
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.4.16",
4
+ "version": "0.4.18",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit"