@otto-code/protocol 0.8.17 → 0.8.19
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/agent-types.d.ts +8 -0
- package/dist/daemon-config.d.ts +12 -0
- package/dist/daemon-config.js +14 -0
- package/dist/generated/validation/ws-outbound.aot.js +65243 -62710
- package/dist/git-hosting.d.ts +56 -0
- package/dist/git-hosting.js +50 -0
- package/dist/kanban.d.ts +4 -0
- package/dist/kanban.js +4 -0
- package/dist/messages.d.ts +1753 -517
- package/dist/messages.js +109 -20
- package/dist/project-knowledge.d.ts +298 -0
- package/dist/project-knowledge.js +166 -0
- package/dist/provider-config.d.ts +71 -25
- package/dist/provider-config.js +166 -19
- package/dist/schedule/rpc-schemas.d.ts +132 -0
- package/dist/schedule/types.d.ts +66 -0
- package/dist/schedule/types.js +5 -0
- package/dist/validation/ws-outbound-schema-metadata.d.ts +404 -84
- package/package.json +1 -1
- package/dist/project-links.d.ts +0 -102
- package/dist/project-links.js +0 -62
|
@@ -941,6 +941,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
941
941
|
jira: "jira";
|
|
942
942
|
}>;
|
|
943
943
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
944
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
944
945
|
}, import("zod/v4/core").$loose>>>;
|
|
945
946
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
946
947
|
projectRootPath: import("zod").ZodString;
|
|
@@ -1186,6 +1187,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1186
1187
|
[x: string]: unknown;
|
|
1187
1188
|
adapter: "github" | "jira";
|
|
1188
1189
|
boardId?: string | null | undefined;
|
|
1190
|
+
boardOwner?: string | null | undefined;
|
|
1189
1191
|
} | null | undefined;
|
|
1190
1192
|
projectCustomIconRevision?: string | null | undefined;
|
|
1191
1193
|
worktreeSlug?: string | undefined;
|
|
@@ -1310,6 +1312,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1310
1312
|
[x: string]: unknown;
|
|
1311
1313
|
adapter: "github" | "jira";
|
|
1312
1314
|
boardId?: string | null | undefined;
|
|
1315
|
+
boardOwner?: string | null | undefined;
|
|
1313
1316
|
} | null | undefined;
|
|
1314
1317
|
projectCustomIconRevision?: string | null | undefined;
|
|
1315
1318
|
workspaceDirectory?: string | undefined;
|
|
@@ -1413,7 +1416,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1413
1416
|
jira: "jira";
|
|
1414
1417
|
}>;
|
|
1415
1418
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1419
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1416
1420
|
}, import("zod/v4/core").$loose>>>;
|
|
1421
|
+
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1422
|
+
repository: "repository";
|
|
1423
|
+
host: "host";
|
|
1424
|
+
}>>>;
|
|
1417
1425
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1418
1426
|
projectRootPath: import("zod").ZodString;
|
|
1419
1427
|
projectKind: import("zod").ZodEnum<{
|
|
@@ -1439,7 +1447,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1439
1447
|
jira: "jira";
|
|
1440
1448
|
}>;
|
|
1441
1449
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1450
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1442
1451
|
}, import("zod/v4/core").$loose>>>;
|
|
1452
|
+
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1453
|
+
repository: "repository";
|
|
1454
|
+
host: "host";
|
|
1455
|
+
}>>>;
|
|
1443
1456
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1444
1457
|
projectRootPath: import("zod").ZodString;
|
|
1445
1458
|
projectKind: import("zod").ZodEnum<{
|
|
@@ -1467,7 +1480,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1467
1480
|
jira: "jira";
|
|
1468
1481
|
}>;
|
|
1469
1482
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1483
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1470
1484
|
}, import("zod/v4/core").$loose>>>;
|
|
1485
|
+
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
1486
|
+
repository: "repository";
|
|
1487
|
+
host: "host";
|
|
1488
|
+
}>>>;
|
|
1471
1489
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1472
1490
|
projectRootPath: import("zod").ZodString;
|
|
1473
1491
|
projectKind: import("zod").ZodEnum<{
|
|
@@ -2247,6 +2265,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2247
2265
|
jira: "jira";
|
|
2248
2266
|
}>;
|
|
2249
2267
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2268
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2250
2269
|
}, import("zod/v4/core").$loose>>>;
|
|
2251
2270
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2252
2271
|
projectRootPath: import("zod").ZodString;
|
|
@@ -2492,6 +2511,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2492
2511
|
[x: string]: unknown;
|
|
2493
2512
|
adapter: "github" | "jira";
|
|
2494
2513
|
boardId?: string | null | undefined;
|
|
2514
|
+
boardOwner?: string | null | undefined;
|
|
2495
2515
|
} | null | undefined;
|
|
2496
2516
|
projectCustomIconRevision?: string | null | undefined;
|
|
2497
2517
|
worktreeSlug?: string | undefined;
|
|
@@ -2616,6 +2636,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2616
2636
|
[x: string]: unknown;
|
|
2617
2637
|
adapter: "github" | "jira";
|
|
2618
2638
|
boardId?: string | null | undefined;
|
|
2639
|
+
boardOwner?: string | null | undefined;
|
|
2619
2640
|
} | null | undefined;
|
|
2620
2641
|
projectCustomIconRevision?: string | null | undefined;
|
|
2621
2642
|
workspaceDirectory?: string | undefined;
|
|
@@ -2716,7 +2737,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2716
2737
|
jira: "jira";
|
|
2717
2738
|
}>;
|
|
2718
2739
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2740
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2719
2741
|
}, import("zod/v4/core").$loose>>>;
|
|
2742
|
+
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
2743
|
+
repository: "repository";
|
|
2744
|
+
host: "host";
|
|
2745
|
+
}>>>;
|
|
2720
2746
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2721
2747
|
projectRootPath: import("zod").ZodString;
|
|
2722
2748
|
projectKind: import("zod").ZodEnum<{
|
|
@@ -2746,7 +2772,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2746
2772
|
jira: "jira";
|
|
2747
2773
|
}>;
|
|
2748
2774
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2775
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2749
2776
|
}, import("zod/v4/core").$loose>>>;
|
|
2777
|
+
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
2778
|
+
repository: "repository";
|
|
2779
|
+
host: "host";
|
|
2780
|
+
}>>>;
|
|
2750
2781
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2751
2782
|
projectRootPath: import("zod").ZodString;
|
|
2752
2783
|
projectKind: import("zod").ZodEnum<{
|
|
@@ -2775,7 +2806,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2775
2806
|
jira: "jira";
|
|
2776
2807
|
}>;
|
|
2777
2808
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2809
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2778
2810
|
}, import("zod/v4/core").$loose>>>;
|
|
2811
|
+
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
2812
|
+
repository: "repository";
|
|
2813
|
+
host: "host";
|
|
2814
|
+
}>>>;
|
|
2779
2815
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2780
2816
|
projectRootPath: import("zod").ZodString;
|
|
2781
2817
|
projectKind: import("zod").ZodEnum<{
|
|
@@ -2838,7 +2874,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2838
2874
|
jira: "jira";
|
|
2839
2875
|
}>;
|
|
2840
2876
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2877
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2841
2878
|
}, import("zod/v4/core").$loose>>>;
|
|
2879
|
+
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
2880
|
+
repository: "repository";
|
|
2881
|
+
host: "host";
|
|
2882
|
+
}>>>;
|
|
2842
2883
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2843
2884
|
projectRootPath: import("zod").ZodString;
|
|
2844
2885
|
projectKind: import("zod").ZodEnum<{
|
|
@@ -2865,6 +2906,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2865
2906
|
jira: "jira";
|
|
2866
2907
|
}>;
|
|
2867
2908
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2909
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2868
2910
|
}, import("zod/v4/core").$loose>>>;
|
|
2869
2911
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2870
2912
|
projectRootPath: import("zod").ZodString;
|
|
@@ -3110,6 +3152,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3110
3152
|
[x: string]: unknown;
|
|
3111
3153
|
adapter: "github" | "jira";
|
|
3112
3154
|
boardId?: string | null | undefined;
|
|
3155
|
+
boardOwner?: string | null | undefined;
|
|
3113
3156
|
} | null | undefined;
|
|
3114
3157
|
projectCustomIconRevision?: string | null | undefined;
|
|
3115
3158
|
worktreeSlug?: string | undefined;
|
|
@@ -3234,6 +3277,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3234
3277
|
[x: string]: unknown;
|
|
3235
3278
|
adapter: "github" | "jira";
|
|
3236
3279
|
boardId?: string | null | undefined;
|
|
3280
|
+
boardOwner?: string | null | undefined;
|
|
3237
3281
|
} | null | undefined;
|
|
3238
3282
|
projectCustomIconRevision?: string | null | undefined;
|
|
3239
3283
|
workspaceDirectory?: string | undefined;
|
|
@@ -3421,7 +3465,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3421
3465
|
jira: "jira";
|
|
3422
3466
|
}>;
|
|
3423
3467
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3468
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3424
3469
|
}, import("zod/v4/core").$loose>>>;
|
|
3470
|
+
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3471
|
+
repository: "repository";
|
|
3472
|
+
host: "host";
|
|
3473
|
+
}>>>;
|
|
3425
3474
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3426
3475
|
projectRootPath: import("zod").ZodString;
|
|
3427
3476
|
projectKind: import("zod").ZodEnum<{
|
|
@@ -3730,6 +3779,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3730
3779
|
jira: "jira";
|
|
3731
3780
|
}>;
|
|
3732
3781
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3782
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3733
3783
|
}, import("zod/v4/core").$loose>>>;
|
|
3734
3784
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3735
3785
|
projectRootPath: import("zod").ZodString;
|
|
@@ -3975,6 +4025,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3975
4025
|
[x: string]: unknown;
|
|
3976
4026
|
adapter: "github" | "jira";
|
|
3977
4027
|
boardId?: string | null | undefined;
|
|
4028
|
+
boardOwner?: string | null | undefined;
|
|
3978
4029
|
} | null | undefined;
|
|
3979
4030
|
projectCustomIconRevision?: string | null | undefined;
|
|
3980
4031
|
worktreeSlug?: string | undefined;
|
|
@@ -4099,6 +4150,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4099
4150
|
[x: string]: unknown;
|
|
4100
4151
|
adapter: "github" | "jira";
|
|
4101
4152
|
boardId?: string | null | undefined;
|
|
4153
|
+
boardOwner?: string | null | undefined;
|
|
4102
4154
|
} | null | undefined;
|
|
4103
4155
|
projectCustomIconRevision?: string | null | undefined;
|
|
4104
4156
|
workspaceDirectory?: string | undefined;
|
|
@@ -4962,6 +5014,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4962
5014
|
jira: "jira";
|
|
4963
5015
|
}>;
|
|
4964
5016
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5017
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4965
5018
|
}, import("zod/v4/core").$loose>>>;
|
|
4966
5019
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4967
5020
|
projectRootPath: import("zod").ZodString;
|
|
@@ -5207,6 +5260,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5207
5260
|
[x: string]: unknown;
|
|
5208
5261
|
adapter: "github" | "jira";
|
|
5209
5262
|
boardId?: string | null | undefined;
|
|
5263
|
+
boardOwner?: string | null | undefined;
|
|
5210
5264
|
} | null | undefined;
|
|
5211
5265
|
projectCustomIconRevision?: string | null | undefined;
|
|
5212
5266
|
worktreeSlug?: string | undefined;
|
|
@@ -5331,6 +5385,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5331
5385
|
[x: string]: unknown;
|
|
5332
5386
|
adapter: "github" | "jira";
|
|
5333
5387
|
boardId?: string | null | undefined;
|
|
5388
|
+
boardOwner?: string | null | undefined;
|
|
5334
5389
|
} | null | undefined;
|
|
5335
5390
|
projectCustomIconRevision?: string | null | undefined;
|
|
5336
5391
|
workspaceDirectory?: string | undefined;
|
|
@@ -5570,17 +5625,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5570
5625
|
}, import("zod/v4/core").$loose>>;
|
|
5571
5626
|
mcp: import("zod").ZodObject<{
|
|
5572
5627
|
injectIntoAgents: import("zod").ZodBoolean;
|
|
5573
|
-
toolGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").
|
|
5574
|
-
|
|
5575
|
-
browser: "browser";
|
|
5576
|
-
web: "web";
|
|
5577
|
-
agents: "agents";
|
|
5578
|
-
terminals: "terminals";
|
|
5579
|
-
schedules: "schedules";
|
|
5580
|
-
artifacts: "artifacts";
|
|
5581
|
-
widgets: "widgets";
|
|
5582
|
-
workspace: "workspace";
|
|
5583
|
-
}>>>;
|
|
5628
|
+
toolGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5629
|
+
toolGroupsV2: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5584
5630
|
}, import("zod/v4/core").$loose>;
|
|
5585
5631
|
browserTools: import("zod").ZodDefault<import("zod").ZodObject<{
|
|
5586
5632
|
enabled: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
@@ -5601,17 +5647,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5601
5647
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5602
5648
|
isDefault: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5603
5649
|
}, import("zod/v4/core").$loose>>>;
|
|
5604
|
-
ottoToolGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").
|
|
5605
|
-
|
|
5606
|
-
browser: "browser";
|
|
5607
|
-
web: "web";
|
|
5608
|
-
agents: "agents";
|
|
5609
|
-
terminals: "terminals";
|
|
5610
|
-
schedules: "schedules";
|
|
5611
|
-
artifacts: "artifacts";
|
|
5612
|
-
widgets: "widgets";
|
|
5613
|
-
workspace: "workspace";
|
|
5614
|
-
}>>>;
|
|
5650
|
+
ottoToolGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5651
|
+
ottoToolGroupsV2: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5615
5652
|
}, import("zod/v4/core").$loose>>>;
|
|
5616
5653
|
metadataGeneration: import("zod").ZodDefault<import("zod").ZodObject<{
|
|
5617
5654
|
providers: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -5739,6 +5776,11 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5739
5776
|
modelId: import("zod").ZodString;
|
|
5740
5777
|
tier: import("zod").ZodType<import("../agent-types.js").ModelTier, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ModelTier, unknown>>;
|
|
5741
5778
|
}, import("zod/v4/core").$loose>>>;
|
|
5779
|
+
modelVisibilityOverrides: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
5780
|
+
provider: import("zod").ZodString;
|
|
5781
|
+
modelId: import("zod").ZodString;
|
|
5782
|
+
visible: import("zod").ZodBoolean;
|
|
5783
|
+
}, import("zod/v4/core").$loose>>>;
|
|
5742
5784
|
savedProviderEndpoints: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
5743
5785
|
id: import("zod").ZodString;
|
|
5744
5786
|
baseUrlKey: import("zod").ZodString;
|
|
@@ -5870,6 +5912,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5870
5912
|
}, import("zod/v4/core").$loose>;
|
|
5871
5913
|
}, import("zod/v4/core").$loose>>;
|
|
5872
5914
|
}, import("zod/v4/core").$loose>>;
|
|
5915
|
+
projectKnowledge: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
5916
|
+
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
5917
|
+
repository: "repository";
|
|
5918
|
+
host: "host";
|
|
5919
|
+
}>>;
|
|
5920
|
+
}, import("zod/v4/core").$loose>>;
|
|
5873
5921
|
agentProfiles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
5874
5922
|
id: import("zod").ZodString;
|
|
5875
5923
|
name: import("zod").ZodString;
|
|
@@ -5914,17 +5962,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5914
5962
|
}, import("zod/v4/core").$loose>>;
|
|
5915
5963
|
mcp: import("zod").ZodObject<{
|
|
5916
5964
|
injectIntoAgents: import("zod").ZodBoolean;
|
|
5917
|
-
toolGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").
|
|
5918
|
-
|
|
5919
|
-
browser: "browser";
|
|
5920
|
-
web: "web";
|
|
5921
|
-
agents: "agents";
|
|
5922
|
-
terminals: "terminals";
|
|
5923
|
-
schedules: "schedules";
|
|
5924
|
-
artifacts: "artifacts";
|
|
5925
|
-
widgets: "widgets";
|
|
5926
|
-
workspace: "workspace";
|
|
5927
|
-
}>>>;
|
|
5965
|
+
toolGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5966
|
+
toolGroupsV2: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5928
5967
|
}, import("zod/v4/core").$loose>;
|
|
5929
5968
|
browserTools: import("zod").ZodDefault<import("zod").ZodObject<{
|
|
5930
5969
|
enabled: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
@@ -5945,17 +5984,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5945
5984
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5946
5985
|
isDefault: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
5947
5986
|
}, import("zod/v4/core").$loose>>>;
|
|
5948
|
-
ottoToolGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").
|
|
5949
|
-
|
|
5950
|
-
browser: "browser";
|
|
5951
|
-
web: "web";
|
|
5952
|
-
agents: "agents";
|
|
5953
|
-
terminals: "terminals";
|
|
5954
|
-
schedules: "schedules";
|
|
5955
|
-
artifacts: "artifacts";
|
|
5956
|
-
widgets: "widgets";
|
|
5957
|
-
workspace: "workspace";
|
|
5958
|
-
}>>>;
|
|
5987
|
+
ottoToolGroups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5988
|
+
ottoToolGroupsV2: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5959
5989
|
}, import("zod/v4/core").$loose>>>;
|
|
5960
5990
|
metadataGeneration: import("zod").ZodDefault<import("zod").ZodObject<{
|
|
5961
5991
|
providers: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -6083,6 +6113,11 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6083
6113
|
modelId: import("zod").ZodString;
|
|
6084
6114
|
tier: import("zod").ZodType<import("../agent-types.js").ModelTier, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ModelTier, unknown>>;
|
|
6085
6115
|
}, import("zod/v4/core").$loose>>>;
|
|
6116
|
+
modelVisibilityOverrides: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
6117
|
+
provider: import("zod").ZodString;
|
|
6118
|
+
modelId: import("zod").ZodString;
|
|
6119
|
+
visible: import("zod").ZodBoolean;
|
|
6120
|
+
}, import("zod/v4/core").$loose>>>;
|
|
6086
6121
|
savedProviderEndpoints: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
6087
6122
|
id: import("zod").ZodString;
|
|
6088
6123
|
baseUrlKey: import("zod").ZodString;
|
|
@@ -6214,6 +6249,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6214
6249
|
}, import("zod/v4/core").$loose>;
|
|
6215
6250
|
}, import("zod/v4/core").$loose>>;
|
|
6216
6251
|
}, import("zod/v4/core").$loose>>;
|
|
6252
|
+
projectKnowledge: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
6253
|
+
defaultStoreLocation: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
6254
|
+
repository: "repository";
|
|
6255
|
+
host: "host";
|
|
6256
|
+
}>>;
|
|
6257
|
+
}, import("zod/v4/core").$loose>>;
|
|
6217
6258
|
agentProfiles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
6218
6259
|
id: import("zod").ZodString;
|
|
6219
6260
|
name: import("zod").ZodString;
|
|
@@ -7572,6 +7613,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
7572
7613
|
jira: "jira";
|
|
7573
7614
|
}>;
|
|
7574
7615
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
7616
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
7575
7617
|
}, import("zod/v4/core").$loose>>;
|
|
7576
7618
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
7577
7619
|
}, import("zod/v4/core").$strip>;
|
|
@@ -7589,7 +7631,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
7589
7631
|
jira: "jira";
|
|
7590
7632
|
}>;
|
|
7591
7633
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
7634
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
7592
7635
|
}, import("zod/v4/core").$loose>>>;
|
|
7636
|
+
projectKnowledgeLocation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
7637
|
+
repository: "repository";
|
|
7638
|
+
host: "host";
|
|
7639
|
+
}>>>;
|
|
7593
7640
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
7594
7641
|
projectRootPath: import("zod").ZodString;
|
|
7595
7642
|
projectKind: import("zod").ZodEnum<{
|
|
@@ -7617,46 +7664,6 @@ export declare const WSOutboundMessageSchema: {
|
|
|
7617
7664
|
removedWorkspaceIds: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodString>>;
|
|
7618
7665
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
7619
7666
|
}, import("zod/v4/core").$strip>;
|
|
7620
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
7621
|
-
type: import("zod").ZodLiteral<"project.links.list.response">;
|
|
7622
|
-
payload: import("zod").ZodObject<{
|
|
7623
|
-
requestId: import("zod").ZodString;
|
|
7624
|
-
links: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
7625
|
-
projectAId: import("zod").ZodString;
|
|
7626
|
-
projectBId: import("zod").ZodString;
|
|
7627
|
-
}, import("zod/v4/core").$strip>>>;
|
|
7628
|
-
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
7629
|
-
}, import("zod/v4/core").$strip>;
|
|
7630
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
7631
|
-
type: import("zod").ZodLiteral<"project.links.set.response">;
|
|
7632
|
-
payload: import("zod").ZodObject<{
|
|
7633
|
-
requestId: import("zod").ZodString;
|
|
7634
|
-
accepted: import("zod").ZodBoolean;
|
|
7635
|
-
links: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
7636
|
-
projectAId: import("zod").ZodString;
|
|
7637
|
-
projectBId: import("zod").ZodString;
|
|
7638
|
-
}, import("zod/v4/core").$strip>>>;
|
|
7639
|
-
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
7640
|
-
}, import("zod/v4/core").$strip>;
|
|
7641
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
7642
|
-
type: import("zod").ZodLiteral<"project.links.unset.response">;
|
|
7643
|
-
payload: import("zod").ZodObject<{
|
|
7644
|
-
requestId: import("zod").ZodString;
|
|
7645
|
-
accepted: import("zod").ZodBoolean;
|
|
7646
|
-
links: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
7647
|
-
projectAId: import("zod").ZodString;
|
|
7648
|
-
projectBId: import("zod").ZodString;
|
|
7649
|
-
}, import("zod/v4/core").$strip>>>;
|
|
7650
|
-
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
7651
|
-
}, import("zod/v4/core").$strip>;
|
|
7652
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
7653
|
-
type: import("zod").ZodLiteral<"project.links.changed">;
|
|
7654
|
-
payload: import("zod").ZodObject<{
|
|
7655
|
-
links: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
7656
|
-
projectAId: import("zod").ZodString;
|
|
7657
|
-
projectBId: import("zod").ZodString;
|
|
7658
|
-
}, import("zod/v4/core").$strip>>>;
|
|
7659
|
-
}, import("zod/v4/core").$strip>;
|
|
7660
7667
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
7661
7668
|
type: import("zod").ZodLiteral<"workspace.title.set.response">;
|
|
7662
7669
|
payload: import("zod").ZodObject<{
|
|
@@ -9557,6 +9564,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
9557
9564
|
checkDetails: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
9558
9565
|
draftPrs: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
9559
9566
|
reviewDecisions: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
9567
|
+
reviewThreads: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
9568
|
+
commentReactions: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
9560
9569
|
issues: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
9561
9570
|
listRepositories: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
9562
9571
|
createRepository: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
@@ -11006,6 +11015,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11006
11015
|
checkDetails: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
11007
11016
|
draftPrs: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
11008
11017
|
reviewDecisions: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
11018
|
+
reviewThreads: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
11019
|
+
commentReactions: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
11009
11020
|
issues: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
11010
11021
|
listRepositories: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
11011
11022
|
createRepository: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
@@ -11052,6 +11063,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11052
11063
|
body: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
11053
11064
|
createdAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
11054
11065
|
url: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
11066
|
+
reactions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11067
|
+
content: import("zod").ZodEnum<{
|
|
11068
|
+
THUMBS_UP: "THUMBS_UP";
|
|
11069
|
+
THUMBS_DOWN: "THUMBS_DOWN";
|
|
11070
|
+
LAUGH: "LAUGH";
|
|
11071
|
+
HOORAY: "HOORAY";
|
|
11072
|
+
CONFUSED: "CONFUSED";
|
|
11073
|
+
HEART: "HEART";
|
|
11074
|
+
ROCKET: "ROCKET";
|
|
11075
|
+
EYES: "EYES";
|
|
11076
|
+
}>;
|
|
11077
|
+
count: import("zod").ZodNumber;
|
|
11078
|
+
viewerHasReacted: import("zod").ZodBoolean;
|
|
11079
|
+
}, import("zod/v4/core").$strip>>>;
|
|
11055
11080
|
reviewId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11056
11081
|
threadId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11057
11082
|
threadIsResolved: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -11064,6 +11089,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11064
11089
|
isOutdated: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11065
11090
|
}, import("zod/v4/core").$strip>>;
|
|
11066
11091
|
}, import("zod/v4/core").$strip>], "kind">>>>>;
|
|
11092
|
+
commentReactionsSupported: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
11067
11093
|
truncated: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
11068
11094
|
error: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodPreprocess<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
11069
11095
|
kind: import("zod").ZodLiteral<"not_found">;
|
|
@@ -11079,6 +11105,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11079
11105
|
githubFeaturesEnabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
11080
11106
|
authState: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
11081
11107
|
}, import("zod/v4/core").$strip>>>;
|
|
11108
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
11109
|
+
type: import("zod").ZodLiteral<"hosting.pull_request_thread.set_resolved.response">;
|
|
11110
|
+
payload: import("zod").ZodObject<{
|
|
11111
|
+
success: import("zod").ZodBoolean;
|
|
11112
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
11113
|
+
requestId: import("zod").ZodString;
|
|
11114
|
+
}, import("zod/v4/core").$strip>;
|
|
11115
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
11116
|
+
type: import("zod").ZodLiteral<"hosting.pull_request_comment.set_reaction.response">;
|
|
11117
|
+
payload: import("zod").ZodObject<{
|
|
11118
|
+
success: import("zod").ZodBoolean;
|
|
11119
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
11120
|
+
requestId: import("zod").ZodString;
|
|
11121
|
+
}, import("zod/v4/core").$strip>;
|
|
11082
11122
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
11083
11123
|
type: import("zod").ZodLiteral<"checkout_switch_branch_response">;
|
|
11084
11124
|
payload: import("zod").ZodObject<{
|
|
@@ -11470,6 +11510,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11470
11510
|
jira: "jira";
|
|
11471
11511
|
}>;
|
|
11472
11512
|
boardId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
11513
|
+
boardOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
11473
11514
|
}, import("zod/v4/core").$loose>>>;
|
|
11474
11515
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
11475
11516
|
projectRootPath: import("zod").ZodString;
|
|
@@ -11715,6 +11756,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11715
11756
|
[x: string]: unknown;
|
|
11716
11757
|
adapter: "github" | "jira";
|
|
11717
11758
|
boardId?: string | null | undefined;
|
|
11759
|
+
boardOwner?: string | null | undefined;
|
|
11718
11760
|
} | null | undefined;
|
|
11719
11761
|
projectCustomIconRevision?: string | null | undefined;
|
|
11720
11762
|
worktreeSlug?: string | undefined;
|
|
@@ -11839,6 +11881,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
11839
11881
|
[x: string]: unknown;
|
|
11840
11882
|
adapter: "github" | "jira";
|
|
11841
11883
|
boardId?: string | null | undefined;
|
|
11884
|
+
boardOwner?: string | null | undefined;
|
|
11842
11885
|
} | null | undefined;
|
|
11843
11886
|
projectCustomIconRevision?: string | null | undefined;
|
|
11844
11887
|
workspaceDirectory?: string | undefined;
|
|
@@ -12729,6 +12772,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
12729
12772
|
}, import("zod/v4/core").$strip>>>;
|
|
12730
12773
|
defaultThinkingOptionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12731
12774
|
tier: import("zod").ZodOptional<import("zod").ZodType<import("../agent-types.js").ModelTier, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ModelTier, unknown>>>;
|
|
12775
|
+
isVisible: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12732
12776
|
supportsAutoMode: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12733
12777
|
}, import("zod/v4/core").$strip>>>;
|
|
12734
12778
|
error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -12823,6 +12867,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
12823
12867
|
}, import("zod/v4/core").$strip>>>;
|
|
12824
12868
|
defaultThinkingOptionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12825
12869
|
tier: import("zod").ZodOptional<import("zod").ZodType<import("../agent-types.js").ModelTier, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ModelTier, unknown>>>;
|
|
12870
|
+
isVisible: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12826
12871
|
supportsAutoMode: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12827
12872
|
}, import("zod/v4/core").$strip>>>;
|
|
12828
12873
|
modes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("../agent-types.js").AgentMode, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentMode, unknown>>>>;
|
|
@@ -12858,6 +12903,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
12858
12903
|
isSelectable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12859
12904
|
contextWindowMaxTokens: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
12860
12905
|
defaultThinkingOptionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12906
|
+
isVisible: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12861
12907
|
supportsAutoMode: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12862
12908
|
thinkingSet: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
12863
12909
|
}, import("zod/v4/core").$strip>>>;
|
|
@@ -12913,6 +12959,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
12913
12959
|
}, import("zod/v4/core").$strip>>>;
|
|
12914
12960
|
defaultThinkingOptionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12915
12961
|
tier: import("zod").ZodOptional<import("zod").ZodType<import("../agent-types.js").ModelTier, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ModelTier, unknown>>>;
|
|
12962
|
+
isVisible: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12916
12963
|
supportsAutoMode: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12917
12964
|
}, import("zod/v4/core").$strip>>>;
|
|
12918
12965
|
modes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("../agent-types.js").AgentMode, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentMode, unknown>>>>;
|
|
@@ -12948,6 +12995,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
12948
12995
|
isSelectable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12949
12996
|
contextWindowMaxTokens: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
12950
12997
|
defaultThinkingOptionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12998
|
+
isVisible: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12951
12999
|
supportsAutoMode: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
12952
13000
|
thinkingSet: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
12953
13001
|
}, import("zod/v4/core").$strip>>>;
|
|
@@ -13417,12 +13465,15 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13417
13465
|
affects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
13418
13466
|
}, import("zod/v4/core").$strip>>>;
|
|
13419
13467
|
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13468
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13420
13469
|
}, import("zod/v4/core").$strip>>;
|
|
13421
13470
|
rootPages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
13422
13471
|
slug: import("zod").ZodString;
|
|
13423
13472
|
title: import("zod").ZodString;
|
|
13424
13473
|
path: import("zod").ZodString;
|
|
13474
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13425
13475
|
body: import("zod").ZodString;
|
|
13476
|
+
bodyDigest: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13426
13477
|
}, import("zod/v4/core").$strip>>>;
|
|
13427
13478
|
findings: import("zod").ZodArray<import("zod").ZodObject<{
|
|
13428
13479
|
kind: import("zod").ZodEnum<{
|
|
@@ -13502,6 +13553,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13502
13553
|
affects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
13503
13554
|
}, import("zod/v4/core").$strip>>>;
|
|
13504
13555
|
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13556
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13505
13557
|
}, import("zod/v4/core").$strip>>;
|
|
13506
13558
|
}, import("zod/v4/core").$strip>;
|
|
13507
13559
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -13562,6 +13614,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13562
13614
|
affects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
13563
13615
|
}, import("zod/v4/core").$strip>>>;
|
|
13564
13616
|
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13617
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13565
13618
|
}, import("zod/v4/core").$strip>;
|
|
13566
13619
|
}, import("zod/v4/core").$strip>;
|
|
13567
13620
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -13622,6 +13675,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13622
13675
|
affects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
13623
13676
|
}, import("zod/v4/core").$strip>>>;
|
|
13624
13677
|
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13678
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13625
13679
|
}, import("zod/v4/core").$strip>>;
|
|
13626
13680
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13627
13681
|
}, import("zod/v4/core").$strip>;
|
|
@@ -13683,6 +13737,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13683
13737
|
affects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
13684
13738
|
}, import("zod/v4/core").$strip>>>;
|
|
13685
13739
|
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13740
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13686
13741
|
}, import("zod/v4/core").$strip>>;
|
|
13687
13742
|
}, import("zod/v4/core").$strip>;
|
|
13688
13743
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -13743,6 +13798,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13743
13798
|
affects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
13744
13799
|
}, import("zod/v4/core").$strip>>>;
|
|
13745
13800
|
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13801
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13746
13802
|
}, import("zod/v4/core").$strip>>;
|
|
13747
13803
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13748
13804
|
}, import("zod/v4/core").$strip>;
|
|
@@ -13804,6 +13860,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13804
13860
|
affects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
13805
13861
|
}, import("zod/v4/core").$strip>>>;
|
|
13806
13862
|
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13863
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13807
13864
|
}, import("zod/v4/core").$strip>>;
|
|
13808
13865
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13809
13866
|
}, import("zod/v4/core").$strip>;
|
|
@@ -13815,9 +13872,89 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13815
13872
|
slug: import("zod").ZodString;
|
|
13816
13873
|
title: import("zod").ZodString;
|
|
13817
13874
|
path: import("zod").ZodString;
|
|
13875
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13818
13876
|
body: import("zod").ZodString;
|
|
13877
|
+
bodyDigest: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13819
13878
|
}, import("zod/v4/core").$strip>>;
|
|
13820
13879
|
}, import("zod/v4/core").$strip>;
|
|
13880
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
13881
|
+
type: import("zod").ZodLiteral<"project.knowledge.refine.apply.response">;
|
|
13882
|
+
payload: import("zod").ZodObject<{
|
|
13883
|
+
requestId: import("zod").ZodString;
|
|
13884
|
+
record: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
13885
|
+
id: import("zod").ZodString;
|
|
13886
|
+
kind: import("zod").ZodEnum<{
|
|
13887
|
+
project: "project";
|
|
13888
|
+
reference: "reference";
|
|
13889
|
+
decision: "decision";
|
|
13890
|
+
constraint: "constraint";
|
|
13891
|
+
requirement: "requirement";
|
|
13892
|
+
architecture: "architecture";
|
|
13893
|
+
finding: "finding";
|
|
13894
|
+
}>;
|
|
13895
|
+
title: import("zod").ZodString;
|
|
13896
|
+
statement: import("zod").ZodString;
|
|
13897
|
+
statementDigest: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13898
|
+
evidence: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13899
|
+
tags: import("zod").ZodArray<import("zod").ZodString>;
|
|
13900
|
+
status: import("zod").ZodEnum<{
|
|
13901
|
+
superseded: "superseded";
|
|
13902
|
+
proposed: "proposed";
|
|
13903
|
+
confirmed: "confirmed";
|
|
13904
|
+
}>;
|
|
13905
|
+
deliveryStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
13906
|
+
reference: "reference";
|
|
13907
|
+
charter: "charter";
|
|
13908
|
+
in_build: "in_build";
|
|
13909
|
+
partial: "partial";
|
|
13910
|
+
blocked: "blocked";
|
|
13911
|
+
complete: "complete";
|
|
13912
|
+
deferred: "deferred";
|
|
13913
|
+
cancelled: "cancelled";
|
|
13914
|
+
}>>;
|
|
13915
|
+
progress: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
13916
|
+
completed: import("zod").ZodNumber;
|
|
13917
|
+
total: import("zod").ZodNumber;
|
|
13918
|
+
unit: import("zod").ZodString;
|
|
13919
|
+
}, import("zod/v4/core").$strip>>;
|
|
13920
|
+
referenceDisposition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
13921
|
+
read: "read";
|
|
13922
|
+
unevaluated: "unevaluated";
|
|
13923
|
+
adopted: "adopted";
|
|
13924
|
+
rejected: "rejected";
|
|
13925
|
+
dependency: "dependency";
|
|
13926
|
+
}>>;
|
|
13927
|
+
sourceUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13928
|
+
createdAt: import("zod").ZodString;
|
|
13929
|
+
updatedAt: import("zod").ZodString;
|
|
13930
|
+
provenance: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
13931
|
+
text: import("zod").ZodString;
|
|
13932
|
+
recordedAt: import("zod").ZodString;
|
|
13933
|
+
source: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13934
|
+
kind: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13935
|
+
affects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
13936
|
+
}, import("zod/v4/core").$strip>>>;
|
|
13937
|
+
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13938
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13939
|
+
}, import("zod/v4/core").$strip>>;
|
|
13940
|
+
page: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
13941
|
+
slug: import("zod").ZodString;
|
|
13942
|
+
title: import("zod").ZodString;
|
|
13943
|
+
path: import("zod").ZodString;
|
|
13944
|
+
absolutePath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13945
|
+
body: import("zod").ZodString;
|
|
13946
|
+
bodyDigest: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13947
|
+
}, import("zod/v4/core").$strip>>;
|
|
13948
|
+
demoted: import("zod").ZodBoolean;
|
|
13949
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13950
|
+
}, import("zod/v4/core").$strip>;
|
|
13951
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
13952
|
+
type: import("zod").ZodLiteral<"project.knowledge.refinement.propose.response">;
|
|
13953
|
+
payload: import("zod").ZodObject<{
|
|
13954
|
+
requestId: import("zod").ZodString;
|
|
13955
|
+
content: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13956
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13957
|
+
}, import("zod/v4/core").$strip>;
|
|
13821
13958
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
13822
13959
|
type: import("zod").ZodLiteral<"project.knowledge.delete.response">;
|
|
13823
13960
|
payload: import("zod").ZodObject<{
|
|
@@ -13825,6 +13962,57 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13825
13962
|
deleted: import("zod").ZodBoolean;
|
|
13826
13963
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
13827
13964
|
}, import("zod/v4/core").$strip>;
|
|
13965
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
13966
|
+
type: import("zod").ZodLiteral<"project.knowledge.store.get.response">;
|
|
13967
|
+
payload: import("zod").ZodObject<{
|
|
13968
|
+
requestId: import("zod").ZodString;
|
|
13969
|
+
store: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
13970
|
+
location: import("zod").ZodEnum<{
|
|
13971
|
+
repository: "repository";
|
|
13972
|
+
host: "host";
|
|
13973
|
+
}>;
|
|
13974
|
+
override: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
13975
|
+
repository: "repository";
|
|
13976
|
+
host: "host";
|
|
13977
|
+
}>>;
|
|
13978
|
+
hostDefault: import("zod").ZodEnum<{
|
|
13979
|
+
repository: "repository";
|
|
13980
|
+
host: "host";
|
|
13981
|
+
}>;
|
|
13982
|
+
basePath: import("zod").ZodString;
|
|
13983
|
+
projectId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13984
|
+
hasPages: import("zod").ZodBoolean;
|
|
13985
|
+
otherLocationHasPages: import("zod").ZodBoolean;
|
|
13986
|
+
}, import("zod/v4/core").$strip>>;
|
|
13987
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13988
|
+
}, import("zod/v4/core").$strip>;
|
|
13989
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
13990
|
+
type: import("zod").ZodLiteral<"project.knowledge.store.set.response">;
|
|
13991
|
+
payload: import("zod").ZodObject<{
|
|
13992
|
+
requestId: import("zod").ZodString;
|
|
13993
|
+
projectId: import("zod").ZodString;
|
|
13994
|
+
accepted: import("zod").ZodBoolean;
|
|
13995
|
+
store: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
13996
|
+
location: import("zod").ZodEnum<{
|
|
13997
|
+
repository: "repository";
|
|
13998
|
+
host: "host";
|
|
13999
|
+
}>;
|
|
14000
|
+
override: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
14001
|
+
repository: "repository";
|
|
14002
|
+
host: "host";
|
|
14003
|
+
}>>;
|
|
14004
|
+
hostDefault: import("zod").ZodEnum<{
|
|
14005
|
+
repository: "repository";
|
|
14006
|
+
host: "host";
|
|
14007
|
+
}>;
|
|
14008
|
+
basePath: import("zod").ZodString;
|
|
14009
|
+
projectId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14010
|
+
hasPages: import("zod").ZodBoolean;
|
|
14011
|
+
otherLocationHasPages: import("zod").ZodBoolean;
|
|
14012
|
+
}, import("zod/v4/core").$strip>>;
|
|
14013
|
+
movedPageCount: import("zod").ZodNumber;
|
|
14014
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14015
|
+
}, import("zod/v4/core").$strip>;
|
|
13828
14016
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
13829
14017
|
type: import("zod").ZodLiteral<"context.edge.convert.response">;
|
|
13830
14018
|
payload: import("zod").ZodObject<{
|
|
@@ -14483,6 +14671,39 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14483
14671
|
failed: "failed";
|
|
14484
14672
|
succeeded: "succeeded";
|
|
14485
14673
|
}>;
|
|
14674
|
+
target: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
14675
|
+
type: import("zod").ZodLiteral<"agent">;
|
|
14676
|
+
agentId: import("zod").ZodGUID;
|
|
14677
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
14678
|
+
type: import("zod").ZodLiteral<"new-agent">;
|
|
14679
|
+
config: import("zod").ZodObject<{
|
|
14680
|
+
provider: import("zod").ZodString;
|
|
14681
|
+
cwd: import("zod").ZodString;
|
|
14682
|
+
personality: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14683
|
+
agentProfile: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14684
|
+
modeId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14685
|
+
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14686
|
+
thinkingOptionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14687
|
+
archiveOnFinish: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
14688
|
+
isolation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
14689
|
+
worktree: "worktree";
|
|
14690
|
+
local: "local";
|
|
14691
|
+
}>>;
|
|
14692
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
14693
|
+
providerOptions: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodJSONSchema>>;
|
|
14694
|
+
approvalPolicy: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14695
|
+
sandboxMode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14696
|
+
networkAccess: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
14697
|
+
webSearch: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
14698
|
+
extra: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
14699
|
+
codex: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
14700
|
+
claude: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
14701
|
+
}, import("zod/v4/core").$strip>>;
|
|
14702
|
+
featureValues: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14703
|
+
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14704
|
+
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14705
|
+
}, import("zod/v4/core").$strip>;
|
|
14706
|
+
}, import("zod/v4/core").$strip>], "type">>;
|
|
14486
14707
|
agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
|
|
14487
14708
|
workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
14488
14709
|
personalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -14508,6 +14729,39 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14508
14729
|
failed: "failed";
|
|
14509
14730
|
succeeded: "succeeded";
|
|
14510
14731
|
}>;
|
|
14732
|
+
target: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
14733
|
+
type: import("zod").ZodLiteral<"agent">;
|
|
14734
|
+
agentId: import("zod").ZodGUID;
|
|
14735
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
14736
|
+
type: import("zod").ZodLiteral<"new-agent">;
|
|
14737
|
+
config: import("zod").ZodObject<{
|
|
14738
|
+
provider: import("zod").ZodString;
|
|
14739
|
+
cwd: import("zod").ZodString;
|
|
14740
|
+
personality: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14741
|
+
agentProfile: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14742
|
+
modeId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14743
|
+
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14744
|
+
thinkingOptionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14745
|
+
archiveOnFinish: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
14746
|
+
isolation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
14747
|
+
worktree: "worktree";
|
|
14748
|
+
local: "local";
|
|
14749
|
+
}>>;
|
|
14750
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
14751
|
+
providerOptions: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodJSONSchema>>;
|
|
14752
|
+
approvalPolicy: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14753
|
+
sandboxMode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14754
|
+
networkAccess: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
14755
|
+
webSearch: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
14756
|
+
extra: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
14757
|
+
codex: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
14758
|
+
claude: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
14759
|
+
}, import("zod/v4/core").$strip>>;
|
|
14760
|
+
featureValues: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14761
|
+
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
14762
|
+
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
14763
|
+
}, import("zod/v4/core").$strip>;
|
|
14764
|
+
}, import("zod/v4/core").$strip>], "type">>;
|
|
14511
14765
|
agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
|
|
14512
14766
|
workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
14513
14767
|
personalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -14748,6 +15002,39 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14748
15002
|
failed: "failed";
|
|
14749
15003
|
succeeded: "succeeded";
|
|
14750
15004
|
}>;
|
|
15005
|
+
target: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
15006
|
+
type: import("zod").ZodLiteral<"agent">;
|
|
15007
|
+
agentId: import("zod").ZodGUID;
|
|
15008
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15009
|
+
type: import("zod").ZodLiteral<"new-agent">;
|
|
15010
|
+
config: import("zod").ZodObject<{
|
|
15011
|
+
provider: import("zod").ZodString;
|
|
15012
|
+
cwd: import("zod").ZodString;
|
|
15013
|
+
personality: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15014
|
+
agentProfile: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15015
|
+
modeId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15016
|
+
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15017
|
+
thinkingOptionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15018
|
+
archiveOnFinish: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15019
|
+
isolation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
15020
|
+
worktree: "worktree";
|
|
15021
|
+
local: "local";
|
|
15022
|
+
}>>;
|
|
15023
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
15024
|
+
providerOptions: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodJSONSchema>>;
|
|
15025
|
+
approvalPolicy: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15026
|
+
sandboxMode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15027
|
+
networkAccess: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15028
|
+
webSearch: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15029
|
+
extra: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
15030
|
+
codex: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
15031
|
+
claude: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
15032
|
+
}, import("zod/v4/core").$strip>>;
|
|
15033
|
+
featureValues: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
15034
|
+
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15035
|
+
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
15036
|
+
}, import("zod/v4/core").$strip>;
|
|
15037
|
+
}, import("zod/v4/core").$strip>], "type">>;
|
|
14751
15038
|
agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
|
|
14752
15039
|
workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
14753
15040
|
personalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -14838,6 +15125,39 @@ export declare const WSOutboundMessageSchema: {
|
|
|
14838
15125
|
failed: "failed";
|
|
14839
15126
|
succeeded: "succeeded";
|
|
14840
15127
|
}>;
|
|
15128
|
+
target: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
15129
|
+
type: import("zod").ZodLiteral<"agent">;
|
|
15130
|
+
agentId: import("zod").ZodGUID;
|
|
15131
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
15132
|
+
type: import("zod").ZodLiteral<"new-agent">;
|
|
15133
|
+
config: import("zod").ZodObject<{
|
|
15134
|
+
provider: import("zod").ZodString;
|
|
15135
|
+
cwd: import("zod").ZodString;
|
|
15136
|
+
personality: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15137
|
+
agentProfile: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15138
|
+
modeId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15139
|
+
model: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15140
|
+
thinkingOptionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15141
|
+
archiveOnFinish: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15142
|
+
isolation: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
15143
|
+
worktree: "worktree";
|
|
15144
|
+
local: "local";
|
|
15145
|
+
}>>;
|
|
15146
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
15147
|
+
providerOptions: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodJSONSchema>>;
|
|
15148
|
+
approvalPolicy: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15149
|
+
sandboxMode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15150
|
+
networkAccess: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15151
|
+
webSearch: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
15152
|
+
extra: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
15153
|
+
codex: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
15154
|
+
claude: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
15155
|
+
}, import("zod/v4/core").$strip>>;
|
|
15156
|
+
featureValues: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
15157
|
+
systemPrompt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15158
|
+
mcpServers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
15159
|
+
}, import("zod/v4/core").$strip>;
|
|
15160
|
+
}, import("zod/v4/core").$strip>], "type">>;
|
|
14841
15161
|
agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
|
|
14842
15162
|
workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
14843
15163
|
personalityName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|