@opencode-ai/ai 0.0.0-next-17343 → 0.0.0-next-17352
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.
|
@@ -777,6 +777,15 @@ export declare const protocol: Protocol<{
|
|
|
777
777
|
readonly code?: string | null | undefined;
|
|
778
778
|
readonly message?: string | undefined;
|
|
779
779
|
readonly text?: string | undefined;
|
|
780
|
+
readonly item?: {
|
|
781
|
+
readonly [x: string]: unknown;
|
|
782
|
+
readonly type: string;
|
|
783
|
+
readonly id?: string | undefined;
|
|
784
|
+
readonly name?: string | undefined;
|
|
785
|
+
readonly arguments?: string | undefined;
|
|
786
|
+
readonly encrypted_content?: string | null | undefined;
|
|
787
|
+
readonly call_id?: string | undefined;
|
|
788
|
+
} | undefined;
|
|
780
789
|
readonly delta?: string | undefined;
|
|
781
790
|
readonly response?: {
|
|
782
791
|
readonly [x: string]: unknown;
|
|
@@ -803,15 +812,6 @@ export declare const protocol: Protocol<{
|
|
|
803
812
|
readonly reason?: string | undefined;
|
|
804
813
|
} | null | undefined;
|
|
805
814
|
} | undefined;
|
|
806
|
-
readonly item?: {
|
|
807
|
-
readonly [x: string]: unknown;
|
|
808
|
-
readonly type: string;
|
|
809
|
-
readonly id?: string | undefined;
|
|
810
|
-
readonly name?: string | undefined;
|
|
811
|
-
readonly arguments?: string | undefined;
|
|
812
|
-
readonly encrypted_content?: string | null | undefined;
|
|
813
|
-
readonly call_id?: string | undefined;
|
|
814
|
-
} | undefined;
|
|
815
815
|
readonly param?: string | null | undefined;
|
|
816
816
|
readonly item_id?: string | undefined;
|
|
817
817
|
readonly summary_index?: number | undefined;
|
|
@@ -228,6 +228,15 @@ export declare const protocol: Protocol<{
|
|
|
228
228
|
readonly code?: string | null | undefined;
|
|
229
229
|
readonly message?: string | undefined;
|
|
230
230
|
readonly text?: string | undefined;
|
|
231
|
+
readonly item?: {
|
|
232
|
+
readonly [x: string]: unknown;
|
|
233
|
+
readonly type: string;
|
|
234
|
+
readonly id?: string | undefined;
|
|
235
|
+
readonly name?: string | undefined;
|
|
236
|
+
readonly arguments?: string | undefined;
|
|
237
|
+
readonly encrypted_content?: string | null | undefined;
|
|
238
|
+
readonly call_id?: string | undefined;
|
|
239
|
+
} | undefined;
|
|
231
240
|
readonly delta?: string | undefined;
|
|
232
241
|
readonly response?: {
|
|
233
242
|
readonly [x: string]: unknown;
|
|
@@ -254,15 +263,6 @@ export declare const protocol: Protocol<{
|
|
|
254
263
|
readonly reason?: string | undefined;
|
|
255
264
|
} | null | undefined;
|
|
256
265
|
} | undefined;
|
|
257
|
-
readonly item?: {
|
|
258
|
-
readonly [x: string]: unknown;
|
|
259
|
-
readonly type: string;
|
|
260
|
-
readonly id?: string | undefined;
|
|
261
|
-
readonly name?: string | undefined;
|
|
262
|
-
readonly arguments?: string | undefined;
|
|
263
|
-
readonly encrypted_content?: string | null | undefined;
|
|
264
|
-
readonly call_id?: string | undefined;
|
|
265
|
-
} | undefined;
|
|
266
266
|
readonly param?: string | null | undefined;
|
|
267
267
|
readonly item_id?: string | undefined;
|
|
268
268
|
readonly summary_index?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-17352",
|
|
4
4
|
"name": "@opencode-ai/ai",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@clack/prompts": "1.0.0-alpha.1",
|
|
32
32
|
"@effect/platform-node": "4.0.0-beta.101",
|
|
33
|
-
"@opencode-ai/http-recorder": "0.0.0-next-
|
|
33
|
+
"@opencode-ai/http-recorder": "0.0.0-next-17352",
|
|
34
34
|
"@tsconfig/bun": "1.0.9",
|
|
35
35
|
"@types/bun": "1.3.13",
|
|
36
36
|
"@typescript/native-preview": "7.0.0-dev.20251207.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@smithy/eventstream-codec": "4.2.14",
|
|
41
41
|
"@smithy/util-utf8": "4.2.2",
|
|
42
|
-
"@opencode-ai/schema": "0.0.0-next-
|
|
42
|
+
"@opencode-ai/schema": "0.0.0-next-17352",
|
|
43
43
|
"aws4fetch": "1.0.20",
|
|
44
44
|
"effect": "4.0.0-beta.101",
|
|
45
45
|
"google-auth-library": "10.5.0"
|