@getpaseo/protocol 0.1.91 → 0.1.92
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.
- package/dist/messages.d.ts +32 -0
- package/dist/messages.js +1 -0
- package/package.json +1 -1
package/dist/messages.d.ts
CHANGED
|
@@ -38571,14 +38571,17 @@ export declare const ListCommandsResponseSchema: z.ZodObject<{
|
|
|
38571
38571
|
name: z.ZodString;
|
|
38572
38572
|
description: z.ZodString;
|
|
38573
38573
|
argumentHint: z.ZodString;
|
|
38574
|
+
kind: z.ZodCatch<z.ZodOptional<z.ZodEnum<["command", "skill"]>>>;
|
|
38574
38575
|
}, "strip", z.ZodTypeAny, {
|
|
38575
38576
|
description: string;
|
|
38576
38577
|
name: string;
|
|
38577
38578
|
argumentHint: string;
|
|
38579
|
+
kind?: "command" | "skill" | undefined;
|
|
38578
38580
|
}, {
|
|
38579
38581
|
description: string;
|
|
38580
38582
|
name: string;
|
|
38581
38583
|
argumentHint: string;
|
|
38584
|
+
kind?: unknown;
|
|
38582
38585
|
}>, "many">;
|
|
38583
38586
|
error: z.ZodNullable<z.ZodString>;
|
|
38584
38587
|
requestId: z.ZodString;
|
|
@@ -38590,6 +38593,7 @@ export declare const ListCommandsResponseSchema: z.ZodObject<{
|
|
|
38590
38593
|
description: string;
|
|
38591
38594
|
name: string;
|
|
38592
38595
|
argumentHint: string;
|
|
38596
|
+
kind?: "command" | "skill" | undefined;
|
|
38593
38597
|
}[];
|
|
38594
38598
|
}, {
|
|
38595
38599
|
error: string | null;
|
|
@@ -38599,6 +38603,7 @@ export declare const ListCommandsResponseSchema: z.ZodObject<{
|
|
|
38599
38603
|
description: string;
|
|
38600
38604
|
name: string;
|
|
38601
38605
|
argumentHint: string;
|
|
38606
|
+
kind?: unknown;
|
|
38602
38607
|
}[];
|
|
38603
38608
|
}>;
|
|
38604
38609
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38611,6 +38616,7 @@ export declare const ListCommandsResponseSchema: z.ZodObject<{
|
|
|
38611
38616
|
description: string;
|
|
38612
38617
|
name: string;
|
|
38613
38618
|
argumentHint: string;
|
|
38619
|
+
kind?: "command" | "skill" | undefined;
|
|
38614
38620
|
}[];
|
|
38615
38621
|
};
|
|
38616
38622
|
}, {
|
|
@@ -38623,6 +38629,7 @@ export declare const ListCommandsResponseSchema: z.ZodObject<{
|
|
|
38623
38629
|
description: string;
|
|
38624
38630
|
name: string;
|
|
38625
38631
|
argumentHint: string;
|
|
38632
|
+
kind?: unknown;
|
|
38626
38633
|
}[];
|
|
38627
38634
|
};
|
|
38628
38635
|
}>;
|
|
@@ -60868,14 +60875,17 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
60868
60875
|
name: z.ZodString;
|
|
60869
60876
|
description: z.ZodString;
|
|
60870
60877
|
argumentHint: z.ZodString;
|
|
60878
|
+
kind: z.ZodCatch<z.ZodOptional<z.ZodEnum<["command", "skill"]>>>;
|
|
60871
60879
|
}, "strip", z.ZodTypeAny, {
|
|
60872
60880
|
description: string;
|
|
60873
60881
|
name: string;
|
|
60874
60882
|
argumentHint: string;
|
|
60883
|
+
kind?: "command" | "skill" | undefined;
|
|
60875
60884
|
}, {
|
|
60876
60885
|
description: string;
|
|
60877
60886
|
name: string;
|
|
60878
60887
|
argumentHint: string;
|
|
60888
|
+
kind?: unknown;
|
|
60879
60889
|
}>, "many">;
|
|
60880
60890
|
error: z.ZodNullable<z.ZodString>;
|
|
60881
60891
|
requestId: z.ZodString;
|
|
@@ -60887,6 +60897,7 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
60887
60897
|
description: string;
|
|
60888
60898
|
name: string;
|
|
60889
60899
|
argumentHint: string;
|
|
60900
|
+
kind?: "command" | "skill" | undefined;
|
|
60890
60901
|
}[];
|
|
60891
60902
|
}, {
|
|
60892
60903
|
error: string | null;
|
|
@@ -60896,6 +60907,7 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
60896
60907
|
description: string;
|
|
60897
60908
|
name: string;
|
|
60898
60909
|
argumentHint: string;
|
|
60910
|
+
kind?: unknown;
|
|
60899
60911
|
}[];
|
|
60900
60912
|
}>;
|
|
60901
60913
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -60908,6 +60920,7 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
60908
60920
|
description: string;
|
|
60909
60921
|
name: string;
|
|
60910
60922
|
argumentHint: string;
|
|
60923
|
+
kind?: "command" | "skill" | undefined;
|
|
60911
60924
|
}[];
|
|
60912
60925
|
};
|
|
60913
60926
|
}, {
|
|
@@ -60920,6 +60933,7 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
60920
60933
|
description: string;
|
|
60921
60934
|
name: string;
|
|
60922
60935
|
argumentHint: string;
|
|
60936
|
+
kind?: unknown;
|
|
60923
60937
|
}[];
|
|
60924
60938
|
};
|
|
60925
60939
|
}>, z.ZodObject<{
|
|
@@ -96406,14 +96420,17 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96406
96420
|
name: z.ZodString;
|
|
96407
96421
|
description: z.ZodString;
|
|
96408
96422
|
argumentHint: z.ZodString;
|
|
96423
|
+
kind: z.ZodCatch<z.ZodOptional<z.ZodEnum<["command", "skill"]>>>;
|
|
96409
96424
|
}, "strip", z.ZodTypeAny, {
|
|
96410
96425
|
description: string;
|
|
96411
96426
|
name: string;
|
|
96412
96427
|
argumentHint: string;
|
|
96428
|
+
kind?: "command" | "skill" | undefined;
|
|
96413
96429
|
}, {
|
|
96414
96430
|
description: string;
|
|
96415
96431
|
name: string;
|
|
96416
96432
|
argumentHint: string;
|
|
96433
|
+
kind?: unknown;
|
|
96417
96434
|
}>, "many">;
|
|
96418
96435
|
error: z.ZodNullable<z.ZodString>;
|
|
96419
96436
|
requestId: z.ZodString;
|
|
@@ -96425,6 +96442,7 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96425
96442
|
description: string;
|
|
96426
96443
|
name: string;
|
|
96427
96444
|
argumentHint: string;
|
|
96445
|
+
kind?: "command" | "skill" | undefined;
|
|
96428
96446
|
}[];
|
|
96429
96447
|
}, {
|
|
96430
96448
|
error: string | null;
|
|
@@ -96434,6 +96452,7 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96434
96452
|
description: string;
|
|
96435
96453
|
name: string;
|
|
96436
96454
|
argumentHint: string;
|
|
96455
|
+
kind?: unknown;
|
|
96437
96456
|
}[];
|
|
96438
96457
|
}>;
|
|
96439
96458
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -96446,6 +96465,7 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96446
96465
|
description: string;
|
|
96447
96466
|
name: string;
|
|
96448
96467
|
argumentHint: string;
|
|
96468
|
+
kind?: "command" | "skill" | undefined;
|
|
96449
96469
|
}[];
|
|
96450
96470
|
};
|
|
96451
96471
|
}, {
|
|
@@ -96458,6 +96478,7 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96458
96478
|
description: string;
|
|
96459
96479
|
name: string;
|
|
96460
96480
|
argumentHint: string;
|
|
96481
|
+
kind?: unknown;
|
|
96461
96482
|
}[];
|
|
96462
96483
|
};
|
|
96463
96484
|
}>, z.ZodObject<{
|
|
@@ -106907,6 +106928,7 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
106907
106928
|
description: string;
|
|
106908
106929
|
name: string;
|
|
106909
106930
|
argumentHint: string;
|
|
106931
|
+
kind?: "command" | "skill" | undefined;
|
|
106910
106932
|
}[];
|
|
106911
106933
|
};
|
|
106912
106934
|
} | {
|
|
@@ -110418,6 +110440,7 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
110418
110440
|
description: string;
|
|
110419
110441
|
name: string;
|
|
110420
110442
|
argumentHint: string;
|
|
110443
|
+
kind?: unknown;
|
|
110421
110444
|
}[];
|
|
110422
110445
|
};
|
|
110423
110446
|
} | {
|
|
@@ -138760,14 +138783,17 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
138760
138783
|
name: z.ZodString;
|
|
138761
138784
|
description: z.ZodString;
|
|
138762
138785
|
argumentHint: z.ZodString;
|
|
138786
|
+
kind: z.ZodCatch<z.ZodOptional<z.ZodEnum<["command", "skill"]>>>;
|
|
138763
138787
|
}, "strip", z.ZodTypeAny, {
|
|
138764
138788
|
description: string;
|
|
138765
138789
|
name: string;
|
|
138766
138790
|
argumentHint: string;
|
|
138791
|
+
kind?: "command" | "skill" | undefined;
|
|
138767
138792
|
}, {
|
|
138768
138793
|
description: string;
|
|
138769
138794
|
name: string;
|
|
138770
138795
|
argumentHint: string;
|
|
138796
|
+
kind?: unknown;
|
|
138771
138797
|
}>, "many">;
|
|
138772
138798
|
error: z.ZodNullable<z.ZodString>;
|
|
138773
138799
|
requestId: z.ZodString;
|
|
@@ -138779,6 +138805,7 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
138779
138805
|
description: string;
|
|
138780
138806
|
name: string;
|
|
138781
138807
|
argumentHint: string;
|
|
138808
|
+
kind?: "command" | "skill" | undefined;
|
|
138782
138809
|
}[];
|
|
138783
138810
|
}, {
|
|
138784
138811
|
error: string | null;
|
|
@@ -138788,6 +138815,7 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
138788
138815
|
description: string;
|
|
138789
138816
|
name: string;
|
|
138790
138817
|
argumentHint: string;
|
|
138818
|
+
kind?: unknown;
|
|
138791
138819
|
}[];
|
|
138792
138820
|
}>;
|
|
138793
138821
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -138800,6 +138828,7 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
138800
138828
|
description: string;
|
|
138801
138829
|
name: string;
|
|
138802
138830
|
argumentHint: string;
|
|
138831
|
+
kind?: "command" | "skill" | undefined;
|
|
138803
138832
|
}[];
|
|
138804
138833
|
};
|
|
138805
138834
|
}, {
|
|
@@ -138812,6 +138841,7 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
138812
138841
|
description: string;
|
|
138813
138842
|
name: string;
|
|
138814
138843
|
argumentHint: string;
|
|
138844
|
+
kind?: unknown;
|
|
138815
138845
|
}[];
|
|
138816
138846
|
};
|
|
138817
138847
|
}>, z.ZodObject<{
|
|
@@ -149261,6 +149291,7 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
149261
149291
|
description: string;
|
|
149262
149292
|
name: string;
|
|
149263
149293
|
argumentHint: string;
|
|
149294
|
+
kind?: "command" | "skill" | undefined;
|
|
149264
149295
|
}[];
|
|
149265
149296
|
};
|
|
149266
149297
|
} | {
|
|
@@ -152772,6 +152803,7 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
152772
152803
|
description: string;
|
|
152773
152804
|
name: string;
|
|
152774
152805
|
argumentHint: string;
|
|
152806
|
+
kind?: unknown;
|
|
152775
152807
|
}[];
|
|
152776
152808
|
};
|
|
152777
152809
|
} | {
|
package/dist/messages.js
CHANGED
|
@@ -3077,6 +3077,7 @@ const AgentSlashCommandSchema = z.object({
|
|
|
3077
3077
|
name: z.string(),
|
|
3078
3078
|
description: z.string(),
|
|
3079
3079
|
argumentHint: z.string(),
|
|
3080
|
+
kind: z.enum(["command", "skill"]).optional().catch("command"),
|
|
3080
3081
|
});
|
|
3081
3082
|
export const ListCommandsResponseSchema = z.object({
|
|
3082
3083
|
type: z.literal("list_commands_response"),
|