@moxt-ai/mobius-protocol 0.0.24 → 0.0.25
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.
|
@@ -52,16 +52,6 @@ declare const serviceToDaemonSignatures: {
|
|
|
52
52
|
bindingId: string;
|
|
53
53
|
directoryId: string;
|
|
54
54
|
action: "create";
|
|
55
|
-
}> | Readonly<{
|
|
56
|
-
requestId: string;
|
|
57
|
-
sessionId: string;
|
|
58
|
-
kind: "native.session.request";
|
|
59
|
-
additionalDirectoryIds: readonly string[];
|
|
60
|
-
agentId: string;
|
|
61
|
-
bindingId: string;
|
|
62
|
-
directoryId: string;
|
|
63
|
-
action: "linked-history";
|
|
64
|
-
targetSessionId: string;
|
|
65
55
|
}> | Readonly<{
|
|
66
56
|
requestId: string;
|
|
67
57
|
sessionId: string;
|
|
@@ -123,17 +113,6 @@ declare const serviceToDaemonSignatures: {
|
|
|
123
113
|
action: "fork" | "import";
|
|
124
114
|
entryId: string;
|
|
125
115
|
targetSessionId: string;
|
|
126
|
-
}> | Readonly<{
|
|
127
|
-
requestId: string;
|
|
128
|
-
sessionId: string;
|
|
129
|
-
kind: "native.session.request";
|
|
130
|
-
additionalDirectoryIds: readonly string[];
|
|
131
|
-
agentId: string;
|
|
132
|
-
bindingId: string;
|
|
133
|
-
directoryId: string;
|
|
134
|
-
action: "fork-only" | "import-only";
|
|
135
|
-
entryId: string;
|
|
136
|
-
targetSessionId: string;
|
|
137
116
|
}> | Readonly<{
|
|
138
117
|
requestId: string;
|
|
139
118
|
sessionId: string;
|
|
@@ -357,79 +336,6 @@ declare const daemonToServiceSignatures: {
|
|
|
357
336
|
kind: "native.session.result";
|
|
358
337
|
action: "create";
|
|
359
338
|
nativeSessionId: string;
|
|
360
|
-
}> | Readonly<{
|
|
361
|
-
requestId: string;
|
|
362
|
-
sessionId: string;
|
|
363
|
-
kind: "native.session.result";
|
|
364
|
-
action: "linked-history";
|
|
365
|
-
targetSessionId: string;
|
|
366
|
-
history: Readonly<{
|
|
367
|
-
status: "available";
|
|
368
|
-
messages: readonly (Readonly<{
|
|
369
|
-
role: "user";
|
|
370
|
-
text: string;
|
|
371
|
-
images?: readonly Readonly<{
|
|
372
|
-
data: string;
|
|
373
|
-
mimeType: "image/gif" | "image/jpeg" | "image/png" | "image/webp";
|
|
374
|
-
name: string;
|
|
375
|
-
}>[] | undefined;
|
|
376
|
-
}> | Readonly<{
|
|
377
|
-
activities: readonly Readonly<{
|
|
378
|
-
activityId: string;
|
|
379
|
-
activityType: string;
|
|
380
|
-
content: readonly Readonly<{
|
|
381
|
-
artifactId: string;
|
|
382
|
-
data: string;
|
|
383
|
-
mimeType: string;
|
|
384
|
-
name: string;
|
|
385
|
-
newText: string;
|
|
386
|
-
oldText: string;
|
|
387
|
-
path: string;
|
|
388
|
-
terminalId: string;
|
|
389
|
-
text: string;
|
|
390
|
-
type: "diff" | "image" | "resource" | "resource_link" | "terminal" | "text" | "video";
|
|
391
|
-
uri: string;
|
|
392
|
-
}>[];
|
|
393
|
-
input: string;
|
|
394
|
-
locations: readonly string[];
|
|
395
|
-
name: string;
|
|
396
|
-
output: string;
|
|
397
|
-
sequence: number;
|
|
398
|
-
status: string;
|
|
399
|
-
title: string;
|
|
400
|
-
toolKind: string;
|
|
401
|
-
}>[];
|
|
402
|
-
content: readonly Readonly<{
|
|
403
|
-
artifactId: string;
|
|
404
|
-
data: string;
|
|
405
|
-
mimeType: string;
|
|
406
|
-
name: string;
|
|
407
|
-
newText: string;
|
|
408
|
-
oldText: string;
|
|
409
|
-
path: string;
|
|
410
|
-
terminalId: string;
|
|
411
|
-
text: string;
|
|
412
|
-
type: "diff" | "image" | "resource" | "resource_link" | "terminal" | "text" | "video";
|
|
413
|
-
uri: string;
|
|
414
|
-
}>[];
|
|
415
|
-
role: "assistant";
|
|
416
|
-
text: string;
|
|
417
|
-
images?: readonly Readonly<{
|
|
418
|
-
data: string;
|
|
419
|
-
mimeType: "image/gif" | "image/jpeg" | "image/png" | "image/webp";
|
|
420
|
-
name: string;
|
|
421
|
-
}>[] | undefined;
|
|
422
|
-
}>)[];
|
|
423
|
-
truncated: boolean;
|
|
424
|
-
coveredCommandIds: readonly string[];
|
|
425
|
-
coveredMessageIds: readonly string[];
|
|
426
|
-
}> | Readonly<{
|
|
427
|
-
status: "unavailable";
|
|
428
|
-
cause: Readonly<{
|
|
429
|
-
code: string;
|
|
430
|
-
message: string;
|
|
431
|
-
}>;
|
|
432
|
-
}>;
|
|
433
339
|
}> | Readonly<{
|
|
434
340
|
requestId: string;
|
|
435
341
|
sessionId: string;
|
|
@@ -491,12 +397,6 @@ declare const daemonToServiceSignatures: {
|
|
|
491
397
|
sequence: number;
|
|
492
398
|
state: "running";
|
|
493
399
|
}> | null;
|
|
494
|
-
}> | Readonly<{
|
|
495
|
-
requestId: string;
|
|
496
|
-
sessionId: string;
|
|
497
|
-
kind: "native.session.result";
|
|
498
|
-
action: "unlinked-history";
|
|
499
|
-
targetSessionId: string;
|
|
500
400
|
}> | Readonly<{
|
|
501
401
|
requestId: string;
|
|
502
402
|
sessionId: string;
|
|
@@ -608,73 +508,6 @@ declare const daemonToServiceSignatures: {
|
|
|
608
508
|
}>[] | undefined;
|
|
609
509
|
sessionId: string;
|
|
610
510
|
}>;
|
|
611
|
-
history: Readonly<{
|
|
612
|
-
status: "available";
|
|
613
|
-
messages: readonly (Readonly<{
|
|
614
|
-
role: "user";
|
|
615
|
-
text: string;
|
|
616
|
-
images?: readonly Readonly<{
|
|
617
|
-
data: string;
|
|
618
|
-
mimeType: "image/gif" | "image/jpeg" | "image/png" | "image/webp";
|
|
619
|
-
name: string;
|
|
620
|
-
}>[] | undefined;
|
|
621
|
-
}> | Readonly<{
|
|
622
|
-
activities: readonly Readonly<{
|
|
623
|
-
activityId: string;
|
|
624
|
-
activityType: string;
|
|
625
|
-
content: readonly Readonly<{
|
|
626
|
-
artifactId: string;
|
|
627
|
-
data: string;
|
|
628
|
-
mimeType: string;
|
|
629
|
-
name: string;
|
|
630
|
-
newText: string;
|
|
631
|
-
oldText: string;
|
|
632
|
-
path: string;
|
|
633
|
-
terminalId: string;
|
|
634
|
-
text: string;
|
|
635
|
-
type: "diff" | "image" | "resource" | "resource_link" | "terminal" | "text" | "video";
|
|
636
|
-
uri: string;
|
|
637
|
-
}>[];
|
|
638
|
-
input: string;
|
|
639
|
-
locations: readonly string[];
|
|
640
|
-
name: string;
|
|
641
|
-
output: string;
|
|
642
|
-
sequence: number;
|
|
643
|
-
status: string;
|
|
644
|
-
title: string;
|
|
645
|
-
toolKind: string;
|
|
646
|
-
}>[];
|
|
647
|
-
content: readonly Readonly<{
|
|
648
|
-
artifactId: string;
|
|
649
|
-
data: string;
|
|
650
|
-
mimeType: string;
|
|
651
|
-
name: string;
|
|
652
|
-
newText: string;
|
|
653
|
-
oldText: string;
|
|
654
|
-
path: string;
|
|
655
|
-
terminalId: string;
|
|
656
|
-
text: string;
|
|
657
|
-
type: "diff" | "image" | "resource" | "resource_link" | "terminal" | "text" | "video";
|
|
658
|
-
uri: string;
|
|
659
|
-
}>[];
|
|
660
|
-
role: "assistant";
|
|
661
|
-
text: string;
|
|
662
|
-
images?: readonly Readonly<{
|
|
663
|
-
data: string;
|
|
664
|
-
mimeType: "image/gif" | "image/jpeg" | "image/png" | "image/webp";
|
|
665
|
-
name: string;
|
|
666
|
-
}>[] | undefined;
|
|
667
|
-
}>)[];
|
|
668
|
-
truncated: boolean;
|
|
669
|
-
coveredCommandIds: readonly string[];
|
|
670
|
-
coveredMessageIds: readonly string[];
|
|
671
|
-
}> | Readonly<{
|
|
672
|
-
status: "unavailable";
|
|
673
|
-
cause: Readonly<{
|
|
674
|
-
code: string;
|
|
675
|
-
message: string;
|
|
676
|
-
}>;
|
|
677
|
-
}>;
|
|
678
511
|
title: string;
|
|
679
512
|
}> | Readonly<{
|
|
680
513
|
requestId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"daemon-transport.d.ts","sourceRoot":"","sources":["../src/daemon-transport.ts"],"names":[],"mappings":"AAsIA,UAAU,gBAAgB,CAAC,QAAQ,SAAS;IAAE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;CAAE;IACjE,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,QAAQ,CAAC;IAChD,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,MAAM,CAAC;IAC/C,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IAChC,QAAQ,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,QAAQ,CAAC;CACnD;AAgBD,QAAA,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"daemon-transport.d.ts","sourceRoot":"","sources":["../src/daemon-transport.ts"],"names":[],"mappings":"AAsIA,UAAU,gBAAgB,CAAC,QAAQ,SAAS;IAAE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;CAAE;IACjE,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,QAAQ,CAAC;IAChD,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,MAAM,CAAC;IAC/C,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IAChC,QAAQ,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,QAAQ,CAAC;CACnD;AAgBD,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4FrB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAC3C,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC,SAAS,CAAC,CACxF,CAAC;AAKF,wBAAgB,4BAA4B,CAAC,OAAO,EAAE,MAAM,GAAG,sBAAsB,CAOpF;AAED,wBAAgB,4BAA4B,CAAC,OAAO,EAAE,sBAAsB,GAAG,MAAM,CAEpF;AAED,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2FrB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAC3C,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC,SAAS,CAAC,CACxF,CAAC;AAKF,wBAAgB,4BAA4B,CAAC,OAAO,EAAE,MAAM,GAAG,sBAAsB,CAOpF;AAED,wBAAgB,4BAA4B,CAAC,OAAO,EAAE,sBAAsB,GAAG,MAAM,CAEpF"}
|
|
@@ -12,16 +12,6 @@ declare const nativeSessionRequestSchema: z.ZodDiscriminatedUnion<[z.ZodReadonly
|
|
|
12
12
|
bindingId: z.ZodString;
|
|
13
13
|
directoryId: z.ZodString;
|
|
14
14
|
action: z.ZodLiteral<"create">;
|
|
15
|
-
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
16
|
-
requestId: z.ZodString;
|
|
17
|
-
sessionId: z.ZodString;
|
|
18
|
-
kind: z.ZodLiteral<"native.session.request">;
|
|
19
|
-
additionalDirectoryIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
20
|
-
agentId: z.ZodString;
|
|
21
|
-
bindingId: z.ZodString;
|
|
22
|
-
directoryId: z.ZodString;
|
|
23
|
-
action: z.ZodLiteral<"linked-history">;
|
|
24
|
-
targetSessionId: z.ZodString;
|
|
25
15
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
26
16
|
requestId: z.ZodString;
|
|
27
17
|
sessionId: z.ZodString;
|
|
@@ -107,16 +97,6 @@ declare const nativeSessionCommandSchema: z.ZodDiscriminatedUnion<[z.ZodReadonly
|
|
|
107
97
|
bindingId: z.ZodString;
|
|
108
98
|
directoryId: z.ZodString;
|
|
109
99
|
action: z.ZodLiteral<"create">;
|
|
110
|
-
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
111
|
-
requestId: z.ZodString;
|
|
112
|
-
sessionId: z.ZodString;
|
|
113
|
-
kind: z.ZodLiteral<"native.session.request">;
|
|
114
|
-
additionalDirectoryIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
115
|
-
agentId: z.ZodString;
|
|
116
|
-
bindingId: z.ZodString;
|
|
117
|
-
directoryId: z.ZodString;
|
|
118
|
-
action: z.ZodLiteral<"linked-history">;
|
|
119
|
-
targetSessionId: z.ZodString;
|
|
120
100
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
121
101
|
requestId: z.ZodString;
|
|
122
102
|
sessionId: z.ZodString;
|
|
@@ -181,20 +161,6 @@ declare const nativeSessionCommandSchema: z.ZodDiscriminatedUnion<[z.ZodReadonly
|
|
|
181
161
|
}>;
|
|
182
162
|
entryId: z.ZodString;
|
|
183
163
|
targetSessionId: z.ZodString;
|
|
184
|
-
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
185
|
-
requestId: z.ZodString;
|
|
186
|
-
sessionId: z.ZodString;
|
|
187
|
-
kind: z.ZodLiteral<"native.session.request">;
|
|
188
|
-
additionalDirectoryIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
189
|
-
agentId: z.ZodString;
|
|
190
|
-
bindingId: z.ZodString;
|
|
191
|
-
directoryId: z.ZodString;
|
|
192
|
-
action: z.ZodEnum<{
|
|
193
|
-
"fork-only": "fork-only";
|
|
194
|
-
"import-only": "import-only";
|
|
195
|
-
}>;
|
|
196
|
-
entryId: z.ZodString;
|
|
197
|
-
targetSessionId: z.ZodString;
|
|
198
164
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
199
165
|
requestId: z.ZodString;
|
|
200
166
|
sessionId: z.ZodString;
|
|
@@ -227,105 +193,6 @@ declare const nativeSessionResultSchema: z.ZodDiscriminatedUnion<[z.ZodReadonly<
|
|
|
227
193
|
kind: z.ZodLiteral<"native.session.result">;
|
|
228
194
|
action: z.ZodLiteral<"create">;
|
|
229
195
|
nativeSessionId: z.ZodString;
|
|
230
|
-
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
231
|
-
requestId: z.ZodString;
|
|
232
|
-
sessionId: z.ZodString;
|
|
233
|
-
kind: z.ZodLiteral<"native.session.result">;
|
|
234
|
-
action: z.ZodLiteral<"linked-history">;
|
|
235
|
-
targetSessionId: z.ZodString;
|
|
236
|
-
history: z.ZodDiscriminatedUnion<[z.ZodReadonly<z.ZodObject<{
|
|
237
|
-
status: z.ZodLiteral<"available">;
|
|
238
|
-
messages: z.ZodReadonly<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodReadonly<z.ZodObject<{
|
|
239
|
-
role: z.ZodLiteral<"user">;
|
|
240
|
-
text: z.ZodString;
|
|
241
|
-
images: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
242
|
-
data: z.ZodString;
|
|
243
|
-
mimeType: z.ZodEnum<{
|
|
244
|
-
"image/gif": "image/gif";
|
|
245
|
-
"image/jpeg": "image/jpeg";
|
|
246
|
-
"image/png": "image/png";
|
|
247
|
-
"image/webp": "image/webp";
|
|
248
|
-
}>;
|
|
249
|
-
name: z.ZodString;
|
|
250
|
-
}, z.core.$strict>>>>>;
|
|
251
|
-
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
252
|
-
activities: z.ZodDefault<z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
253
|
-
activityId: z.ZodString;
|
|
254
|
-
activityType: z.ZodString;
|
|
255
|
-
content: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
256
|
-
artifactId: z.ZodDefault<z.ZodString>;
|
|
257
|
-
data: z.ZodString;
|
|
258
|
-
mimeType: z.ZodString;
|
|
259
|
-
name: z.ZodString;
|
|
260
|
-
newText: z.ZodString;
|
|
261
|
-
oldText: z.ZodString;
|
|
262
|
-
path: z.ZodString;
|
|
263
|
-
terminalId: z.ZodString;
|
|
264
|
-
text: z.ZodString;
|
|
265
|
-
type: z.ZodEnum<{
|
|
266
|
-
diff: "diff";
|
|
267
|
-
image: "image";
|
|
268
|
-
resource: "resource";
|
|
269
|
-
resource_link: "resource_link";
|
|
270
|
-
terminal: "terminal";
|
|
271
|
-
text: "text";
|
|
272
|
-
video: "video";
|
|
273
|
-
}>;
|
|
274
|
-
uri: z.ZodString;
|
|
275
|
-
}, z.core.$strict>>>>;
|
|
276
|
-
input: z.ZodString;
|
|
277
|
-
locations: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
278
|
-
name: z.ZodString;
|
|
279
|
-
output: z.ZodString;
|
|
280
|
-
sequence: z.ZodNumber;
|
|
281
|
-
status: z.ZodString;
|
|
282
|
-
title: z.ZodString;
|
|
283
|
-
toolKind: z.ZodString;
|
|
284
|
-
}, z.core.$strict>>>>>;
|
|
285
|
-
content: z.ZodDefault<z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
286
|
-
artifactId: z.ZodDefault<z.ZodString>;
|
|
287
|
-
data: z.ZodString;
|
|
288
|
-
mimeType: z.ZodString;
|
|
289
|
-
name: z.ZodString;
|
|
290
|
-
newText: z.ZodString;
|
|
291
|
-
oldText: z.ZodString;
|
|
292
|
-
path: z.ZodString;
|
|
293
|
-
terminalId: z.ZodString;
|
|
294
|
-
text: z.ZodString;
|
|
295
|
-
type: z.ZodEnum<{
|
|
296
|
-
diff: "diff";
|
|
297
|
-
image: "image";
|
|
298
|
-
resource: "resource";
|
|
299
|
-
resource_link: "resource_link";
|
|
300
|
-
terminal: "terminal";
|
|
301
|
-
text: "text";
|
|
302
|
-
video: "video";
|
|
303
|
-
}>;
|
|
304
|
-
uri: z.ZodString;
|
|
305
|
-
}, z.core.$strict>>>>>;
|
|
306
|
-
role: z.ZodLiteral<"assistant">;
|
|
307
|
-
text: z.ZodString;
|
|
308
|
-
images: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
309
|
-
data: z.ZodString;
|
|
310
|
-
mimeType: z.ZodEnum<{
|
|
311
|
-
"image/gif": "image/gif";
|
|
312
|
-
"image/jpeg": "image/jpeg";
|
|
313
|
-
"image/png": "image/png";
|
|
314
|
-
"image/webp": "image/webp";
|
|
315
|
-
}>;
|
|
316
|
-
name: z.ZodString;
|
|
317
|
-
}, z.core.$strict>>>>>;
|
|
318
|
-
}, z.core.$strict>>], "role">>>;
|
|
319
|
-
truncated: z.ZodBoolean;
|
|
320
|
-
coveredCommandIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
321
|
-
coveredMessageIds: z.ZodDefault<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
322
|
-
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
323
|
-
status: z.ZodLiteral<"unavailable">;
|
|
324
|
-
cause: z.ZodReadonly<z.ZodObject<{
|
|
325
|
-
code: z.ZodString;
|
|
326
|
-
message: z.ZodString;
|
|
327
|
-
}, z.core.$strict>>;
|
|
328
|
-
}, z.core.$strict>>], "status">;
|
|
329
196
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
330
197
|
requestId: z.ZodString;
|
|
331
198
|
sessionId: z.ZodString;
|
|
@@ -402,12 +269,6 @@ declare const nativeSessionResultSchema: z.ZodDiscriminatedUnion<[z.ZodReadonly<
|
|
|
402
269
|
sequence: z.ZodNumber;
|
|
403
270
|
state: z.ZodLiteral<"running">;
|
|
404
271
|
}, z.core.$strict>>>;
|
|
405
|
-
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
406
|
-
requestId: z.ZodString;
|
|
407
|
-
sessionId: z.ZodString;
|
|
408
|
-
kind: z.ZodLiteral<"native.session.result">;
|
|
409
|
-
action: z.ZodLiteral<"unlinked-history">;
|
|
410
|
-
targetSessionId: z.ZodString;
|
|
411
272
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
412
273
|
requestId: z.ZodString;
|
|
413
274
|
sessionId: z.ZodString;
|
|
@@ -525,99 +386,6 @@ declare const nativeSessionResultSchema: z.ZodDiscriminatedUnion<[z.ZodReadonly<
|
|
|
525
386
|
}, z.core.$strict>>>>>;
|
|
526
387
|
sessionId: z.ZodString;
|
|
527
388
|
}, z.core.$strict>>;
|
|
528
|
-
history: z.ZodDiscriminatedUnion<[z.ZodReadonly<z.ZodObject<{
|
|
529
|
-
status: z.ZodLiteral<"available">;
|
|
530
|
-
messages: z.ZodReadonly<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodReadonly<z.ZodObject<{
|
|
531
|
-
role: z.ZodLiteral<"user">;
|
|
532
|
-
text: z.ZodString;
|
|
533
|
-
images: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
534
|
-
data: z.ZodString;
|
|
535
|
-
mimeType: z.ZodEnum<{
|
|
536
|
-
"image/gif": "image/gif";
|
|
537
|
-
"image/jpeg": "image/jpeg";
|
|
538
|
-
"image/png": "image/png";
|
|
539
|
-
"image/webp": "image/webp";
|
|
540
|
-
}>;
|
|
541
|
-
name: z.ZodString;
|
|
542
|
-
}, z.core.$strict>>>>>;
|
|
543
|
-
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
544
|
-
activities: z.ZodDefault<z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
545
|
-
activityId: z.ZodString;
|
|
546
|
-
activityType: z.ZodString;
|
|
547
|
-
content: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
548
|
-
artifactId: z.ZodDefault<z.ZodString>;
|
|
549
|
-
data: z.ZodString;
|
|
550
|
-
mimeType: z.ZodString;
|
|
551
|
-
name: z.ZodString;
|
|
552
|
-
newText: z.ZodString;
|
|
553
|
-
oldText: z.ZodString;
|
|
554
|
-
path: z.ZodString;
|
|
555
|
-
terminalId: z.ZodString;
|
|
556
|
-
text: z.ZodString;
|
|
557
|
-
type: z.ZodEnum<{
|
|
558
|
-
diff: "diff";
|
|
559
|
-
image: "image";
|
|
560
|
-
resource: "resource";
|
|
561
|
-
resource_link: "resource_link";
|
|
562
|
-
terminal: "terminal";
|
|
563
|
-
text: "text";
|
|
564
|
-
video: "video";
|
|
565
|
-
}>;
|
|
566
|
-
uri: z.ZodString;
|
|
567
|
-
}, z.core.$strict>>>>;
|
|
568
|
-
input: z.ZodString;
|
|
569
|
-
locations: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
570
|
-
name: z.ZodString;
|
|
571
|
-
output: z.ZodString;
|
|
572
|
-
sequence: z.ZodNumber;
|
|
573
|
-
status: z.ZodString;
|
|
574
|
-
title: z.ZodString;
|
|
575
|
-
toolKind: z.ZodString;
|
|
576
|
-
}, z.core.$strict>>>>>;
|
|
577
|
-
content: z.ZodDefault<z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
578
|
-
artifactId: z.ZodDefault<z.ZodString>;
|
|
579
|
-
data: z.ZodString;
|
|
580
|
-
mimeType: z.ZodString;
|
|
581
|
-
name: z.ZodString;
|
|
582
|
-
newText: z.ZodString;
|
|
583
|
-
oldText: z.ZodString;
|
|
584
|
-
path: z.ZodString;
|
|
585
|
-
terminalId: z.ZodString;
|
|
586
|
-
text: z.ZodString;
|
|
587
|
-
type: z.ZodEnum<{
|
|
588
|
-
diff: "diff";
|
|
589
|
-
image: "image";
|
|
590
|
-
resource: "resource";
|
|
591
|
-
resource_link: "resource_link";
|
|
592
|
-
terminal: "terminal";
|
|
593
|
-
text: "text";
|
|
594
|
-
video: "video";
|
|
595
|
-
}>;
|
|
596
|
-
uri: z.ZodString;
|
|
597
|
-
}, z.core.$strict>>>>>;
|
|
598
|
-
role: z.ZodLiteral<"assistant">;
|
|
599
|
-
text: z.ZodString;
|
|
600
|
-
images: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
601
|
-
data: z.ZodString;
|
|
602
|
-
mimeType: z.ZodEnum<{
|
|
603
|
-
"image/gif": "image/gif";
|
|
604
|
-
"image/jpeg": "image/jpeg";
|
|
605
|
-
"image/png": "image/png";
|
|
606
|
-
"image/webp": "image/webp";
|
|
607
|
-
}>;
|
|
608
|
-
name: z.ZodString;
|
|
609
|
-
}, z.core.$strict>>>>>;
|
|
610
|
-
}, z.core.$strict>>], "role">>>;
|
|
611
|
-
truncated: z.ZodBoolean;
|
|
612
|
-
coveredCommandIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
613
|
-
coveredMessageIds: z.ZodDefault<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
614
|
-
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
615
|
-
status: z.ZodLiteral<"unavailable">;
|
|
616
|
-
cause: z.ZodReadonly<z.ZodObject<{
|
|
617
|
-
code: z.ZodString;
|
|
618
|
-
message: z.ZodString;
|
|
619
|
-
}, z.core.$strict>>;
|
|
620
|
-
}, z.core.$strict>>], "status">;
|
|
621
389
|
title: z.ZodString;
|
|
622
390
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
623
391
|
requestId: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"native-sessions.d.ts","sourceRoot":"","sources":["../src/native-sessions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,2BAA2B,2BAA2B,CAAC;AACpE,eAAO,MAAM,0BAA0B,0BAA0B,CAAC;AAClE,eAAO,MAAM,0BAA0B,0BAA0B,CAAC;AAClE,eAAO,MAAM,sBAAsB,UAAY,CAAC;AAiBhD,QAAA,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"native-sessions.d.ts","sourceRoot":"","sources":["../src/native-sessions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB,eAAO,MAAM,2BAA2B,2BAA2B,CAAC;AACpE,eAAO,MAAM,0BAA0B,0BAA0B,CAAC;AAClE,eAAO,MAAM,0BAA0B,0BAA0B,CAAC;AAClE,eAAO,MAAM,sBAAsB,UAAY,CAAC;AAiBhD,QAAA,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BA4B9B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC9E,QAAA,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BA4B9B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,QAAA,MAAM,wBAAwB;;;;;;;;;;;;mBAcf,CAAC;AAChB,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAM1E,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAgF7B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E,QAAA,MAAM,yBAAyB;;;;mBAEhB,CAAC;AAChB,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAU5E,eAAO,MAAM,0BAA0B,YAAa,MAAM,KAAG,oBACd,CAAC;AAChD,eAAO,MAAM,0BAA0B,UAAW,oBAAoB,KAAG,MACd,CAAC;AAC5D,eAAO,MAAM,0BAA0B,YAAa,MAAM,KAAG,oBACd,CAAC;AAChD,eAAO,MAAM,0BAA0B,UAAW,oBAAoB,KAAG,MACd,CAAC;AAC5D,eAAO,MAAM,yBAAyB,YAAa,MAAM,KAAG,mBACd,CAAC;AAC/C,eAAO,MAAM,yBAAyB,UAAW,mBAAmB,KAAG,MACb,CAAC;AAC3D,eAAO,MAAM,yBAAyB,YAAa,MAAM,KAAG,mBACd,CAAC;AAC/C,eAAO,MAAM,yBAAyB,UAAW,mBAAmB,KAAG,MACb,CAAC"}
|
package/dist/native-sessions.js
CHANGED
|
@@ -22,7 +22,6 @@ const identity = {
|
|
|
22
22
|
};
|
|
23
23
|
const nativeSessionRequestSchema = z.discriminatedUnion("action", [
|
|
24
24
|
z.strictObject({ ...identity, action: z.literal("create") }).readonly(),
|
|
25
|
-
z.strictObject({ ...identity, action: z.literal("linked-history"), targetSessionId: identifier }).readonly(),
|
|
26
25
|
z.strictObject({ ...identity, action: z.literal("active-turn"), targetSessionId: identifier }).readonly(),
|
|
27
26
|
z.strictObject({ ...identity, action: z.literal("preview"), entryId: identifier }).readonly(),
|
|
28
27
|
z.strictObject({ ...identity, action: z.literal("history"), entryId: identifier }).readonly(),
|
|
@@ -52,7 +51,6 @@ const nativeSessionRequestSchema = z.discriminatedUnion("action", [
|
|
|
52
51
|
]);
|
|
53
52
|
const nativeSessionCommandSchema = z.discriminatedUnion("action", [
|
|
54
53
|
z.strictObject({ ...identity, action: z.literal("create") }).readonly(),
|
|
55
|
-
z.strictObject({ ...identity, action: z.literal("linked-history"), targetSessionId: identifier }).readonly(),
|
|
56
54
|
z.strictObject({ ...identity, action: z.literal("active-turn"), targetSessionId: identifier }).readonly(),
|
|
57
55
|
z.strictObject({ ...identity, action: z.literal("preview"), entryId: identifier }).readonly(),
|
|
58
56
|
z.strictObject({ ...identity, action: z.literal("history"), entryId: identifier }).readonly(),
|
|
@@ -72,14 +70,6 @@ const nativeSessionCommandSchema = z.discriminatedUnion("action", [
|
|
|
72
70
|
targetSessionId: identifier,
|
|
73
71
|
})
|
|
74
72
|
.readonly(),
|
|
75
|
-
z
|
|
76
|
-
.strictObject({
|
|
77
|
-
...identity,
|
|
78
|
-
action: z.enum(["import-only", "fork-only"]),
|
|
79
|
-
entryId: identifier,
|
|
80
|
-
targetSessionId: identifier,
|
|
81
|
-
})
|
|
82
|
-
.readonly(),
|
|
83
73
|
z
|
|
84
74
|
.strictObject({
|
|
85
75
|
...identity,
|
|
@@ -109,14 +99,6 @@ const resultEnvelope = {
|
|
|
109
99
|
};
|
|
110
100
|
const nativeSessionResultSchema = z.discriminatedUnion("action", [
|
|
111
101
|
z.strictObject({ ...resultEnvelope, action: z.literal("create"), nativeSessionId: identifier }).readonly(),
|
|
112
|
-
z
|
|
113
|
-
.strictObject({
|
|
114
|
-
...resultEnvelope,
|
|
115
|
-
action: z.literal("linked-history"),
|
|
116
|
-
targetSessionId: identifier,
|
|
117
|
-
history: sessionHistorySchema,
|
|
118
|
-
})
|
|
119
|
-
.readonly(),
|
|
120
102
|
z
|
|
121
103
|
.strictObject({
|
|
122
104
|
...resultEnvelope,
|
|
@@ -142,13 +124,6 @@ const nativeSessionResultSchema = z.discriminatedUnion("action", [
|
|
|
142
124
|
.nullable(),
|
|
143
125
|
})
|
|
144
126
|
.readonly(),
|
|
145
|
-
z
|
|
146
|
-
.strictObject({
|
|
147
|
-
...resultEnvelope,
|
|
148
|
-
action: z.literal("unlinked-history"),
|
|
149
|
-
targetSessionId: identifier,
|
|
150
|
-
})
|
|
151
|
-
.readonly(),
|
|
152
127
|
z
|
|
153
128
|
.strictObject({
|
|
154
129
|
...resultEnvelope,
|
|
@@ -171,7 +146,6 @@ const nativeSessionResultSchema = z.discriminatedUnion("action", [
|
|
|
171
146
|
action: z.enum(["import", "fork"]),
|
|
172
147
|
targetSessionId: identifier,
|
|
173
148
|
ready: sessionReadyEventSchema,
|
|
174
|
-
history: sessionHistorySchema,
|
|
175
149
|
title: z.string().max(500),
|
|
176
150
|
})
|
|
177
151
|
.readonly(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"native-sessions.js","sourceRoot":"","sources":["../src/native-sessions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EACH,yBAAyB,EACzB,sCAAsC,EACtC,qCAAqC,EACrC,uBAAuB,GAC1B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,CAAC,MAAM,2BAA2B,GAAG,wBAAwB,CAAC;AACpE,MAAM,CAAC,MAAM,0BAA0B,GAAG,uBAAuB,CAAC;AAClE,MAAM,CAAC,MAAM,0BAA0B,GAAG,uBAAuB,CAAC;AAClE,MAAM,CAAC,MAAM,sBAAsB,GAAG,SAAS,CAAC;AAEhD,MAAM,UAAU,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,qCAAqC,CAAC,CAAC;AAC3E,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,oCAAoC,CAAC,CAAC;AAC3E,MAAM,QAAQ,GAAG;IACb,SAAS,EAAE,UAAU;IACrB,SAAS,EAAE,UAAU;CACxB,CAAC;AACF,MAAM,QAAQ,GAAG;IACb,GAAG,QAAQ;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,2BAA2B,CAAC;IAC5C,sBAAsB,EAAE,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC/D,OAAO,EAAE,UAAU;IACnB,SAAS,EAAE,UAAU;IACrB,WAAW;CACd,CAAC;AAEF,MAAM,0BAA0B,GAAG,CAAC,CAAC,kBAAkB,CAAC,QAAQ,EAAE;IAC9D,CAAC,CAAC,YAAY,CAAC,EAAE,GAAG,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvE,CAAC,CAAC,YAAY,CAAC,EAAE,GAAG,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"native-sessions.js","sourceRoot":"","sources":["../src/native-sessions.ts"],"names":[],"mappings":"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"}
|