@opencode-ai/protocol 0.0.0-dev-17799 → 0.0.0-dev-17812

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.
@@ -15,6 +15,7 @@ export declare const ModelGroup: HttpApiGroup.HttpApiGroup<"server.model", HttpA
15
15
  readonly tools: Schema.Boolean;
16
16
  readonly input: Schema.$Array<Schema.String>;
17
17
  readonly output: Schema.$Array<Schema.String>;
18
+ readonly responsesWebsockets: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Boolean>>, Schema.optionalKey<Schema.Boolean>, never, never>;
18
19
  }>;
19
20
  readonly variants: Schema.$Array<Schema.Struct<{
20
21
  readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
@@ -121,6 +122,7 @@ export declare const ModelGroup: HttpApiGroup.HttpApiGroup<"server.model", HttpA
121
122
  readonly tools: Schema.Boolean;
122
123
  readonly input: Schema.$Array<Schema.String>;
123
124
  readonly output: Schema.$Array<Schema.String>;
125
+ readonly responsesWebsockets: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Boolean>>, Schema.optionalKey<Schema.Boolean>, never, never>;
124
126
  }>;
125
127
  readonly variants: Schema.$Array<Schema.Struct<{
126
128
  readonly settings: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Record<Schema.String, Schema.Any>>>, Schema.optionalKey<Schema.$Record<Schema.String, Schema.Any>>, never, never>;
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-dev-17799",
4
+ "version": "0.0.0-dev-17812",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "typecheck": "tsgo --noEmit"
33
33
  },
34
34
  "dependencies": {
35
- "@opencode-ai/schema": "0.0.0-dev-17799",
35
+ "@opencode-ai/schema": "0.0.0-dev-17812",
36
36
  "effect": "4.0.0-rc.110"
37
37
  },
38
38
  "devDependencies": {