@opencode-ai/protocol 0.0.0-next-16052 → 0.0.0-next-16067

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.
@@ -82,15 +82,15 @@ export declare const ModelGroup: HttpApiGroup.HttpApiGroup<"server.model", HttpA
82
82
  }>>, never, never>;
83
83
  readonly package: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
84
84
  }> & {
85
- empty: (providerID: import("@opencode-ai/schema/provider").ID, id: Model.ID) => {
85
+ default: (providerID: import("@opencode-ai/schema/provider").ID, id: Model.ID) => {
86
86
  id: string & import("effect/Brand").Brand<"Model.ID">;
87
87
  modelID: string & import("effect/Brand").Brand<"Model.ID">;
88
88
  providerID: string & import("effect/Brand").Brand<"ProviderV2.ID">;
89
89
  name: string & import("effect/Brand").Brand<"Model.ID">;
90
90
  capabilities: {
91
- tools: false;
92
- input: never[];
93
- output: never[];
91
+ tools: true;
92
+ input: string[];
93
+ output: string[];
94
94
  };
95
95
  variants: never[];
96
96
  time: {
@@ -184,15 +184,15 @@ export declare const ModelGroup: HttpApiGroup.HttpApiGroup<"server.model", HttpA
184
184
  }>>, never, never>;
185
185
  readonly package: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
186
186
  }> & {
187
- empty: (providerID: import("@opencode-ai/schema/provider").ID, id: Model.ID) => {
187
+ default: (providerID: import("@opencode-ai/schema/provider").ID, id: Model.ID) => {
188
188
  id: string & import("effect/Brand").Brand<"Model.ID">;
189
189
  modelID: string & import("effect/Brand").Brand<"Model.ID">;
190
190
  providerID: string & import("effect/Brand").Brand<"ProviderV2.ID">;
191
191
  name: string & import("effect/Brand").Brand<"Model.ID">;
192
192
  capabilities: {
193
- tools: false;
194
- input: never[];
195
- output: never[];
193
+ tools: true;
194
+ input: string[];
195
+ output: string[];
196
196
  };
197
197
  variants: never[];
198
198
  time: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/protocol",
4
- "version": "0.0.0-next-16052",
4
+ "version": "0.0.0-next-16067",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "typecheck": "tsgo --noEmit"
27
27
  },
28
28
  "dependencies": {
29
- "@opencode-ai/schema": "0.0.0-next-16052",
29
+ "@opencode-ai/schema": "0.0.0-next-16067",
30
30
  "effect": "4.0.0-beta.98"
31
31
  },
32
32
  "devDependencies": {