@otto-code/protocol 0.5.2 → 0.5.4

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.
@@ -319,8 +319,8 @@ export declare const WSOutboundMessageSchema: {
319
319
  starred: import("zod").ZodBoolean;
320
320
  status: import("zod").ZodEnum<{
321
321
  error: "error";
322
- generating: "generating";
323
322
  ready: "ready";
323
+ generating: "generating";
324
324
  }>;
325
325
  createdAt: import("zod").ZodString;
326
326
  updatedAt: import("zod").ZodString;
@@ -524,8 +524,8 @@ export declare const WSOutboundMessageSchema: {
524
524
  running: "running";
525
525
  attention: "attention";
526
526
  needs_input: "needs_input";
527
- failed: "failed";
528
527
  done: "done";
528
+ failed: "failed";
529
529
  }>;
530
530
  statusEnteredAt: import("zod").ZodPipe<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, import("zod").ZodTransform<string | null, string | null | undefined>>;
531
531
  activityAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -587,9 +587,9 @@ export declare const WSOutboundMessageSchema: {
587
587
  name: import("zod").ZodString;
588
588
  status: import("zod").ZodEnum<{
589
589
  success: "success";
590
- failure: "failure";
591
590
  pending: "pending";
592
591
  skipped: "skipped";
592
+ failure: "failure";
593
593
  cancelled: "cancelled";
594
594
  }>;
595
595
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -598,9 +598,9 @@ export declare const WSOutboundMessageSchema: {
598
598
  }, import("zod/v4/core").$strip>>>;
599
599
  checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
600
600
  success: "success";
601
+ pending: "pending";
601
602
  none: "none";
602
603
  failure: "failure";
603
- pending: "pending";
604
604
  }>>;
605
605
  reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
606
606
  pending: "pending";
@@ -704,7 +704,7 @@ export declare const WSOutboundMessageSchema: {
704
704
  workspaceKind: "worktree" | "checkout" | "directory" | "local_checkout";
705
705
  name: string;
706
706
  archivingAt: string | null;
707
- status: "running" | "attention" | "needs_input" | "failed" | "done";
707
+ status: "running" | "attention" | "needs_input" | "done" | "failed";
708
708
  statusEnteredAt: string | null;
709
709
  activityAt: string | null;
710
710
  scripts: {
@@ -752,12 +752,12 @@ export declare const WSOutboundMessageSchema: {
752
752
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
753
753
  checks?: {
754
754
  name: string;
755
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
755
+ status: "success" | "pending" | "skipped" | "failure" | "cancelled";
756
756
  url: string | null;
757
757
  workflow?: string | undefined;
758
758
  duration?: string | undefined;
759
759
  }[] | undefined;
760
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
760
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
761
761
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
762
762
  repoOwner?: string | undefined;
763
763
  repoName?: string | undefined;
@@ -807,7 +807,7 @@ export declare const WSOutboundMessageSchema: {
807
807
  workspaceKind: "worktree" | "checkout" | "directory" | "local_checkout";
808
808
  name: string;
809
809
  archivingAt: string | null;
810
- status: "running" | "attention" | "needs_input" | "failed" | "done";
810
+ status: "running" | "attention" | "needs_input" | "done" | "failed";
811
811
  statusEnteredAt: string | null;
812
812
  activityAt: string | null;
813
813
  scripts: {
@@ -856,12 +856,12 @@ export declare const WSOutboundMessageSchema: {
856
856
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
857
857
  checks?: {
858
858
  name: string;
859
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
859
+ status: "success" | "pending" | "skipped" | "failure" | "cancelled";
860
860
  url: string | null;
861
861
  workflow?: string | undefined;
862
862
  duration?: string | undefined;
863
863
  }[] | undefined;
864
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
864
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
865
865
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
866
866
  repoOwner?: string | undefined;
867
867
  repoName?: string | undefined;
@@ -1529,8 +1529,8 @@ export declare const WSOutboundMessageSchema: {
1529
1529
  running: "running";
1530
1530
  attention: "attention";
1531
1531
  needs_input: "needs_input";
1532
- failed: "failed";
1533
1532
  done: "done";
1533
+ failed: "failed";
1534
1534
  }>;
1535
1535
  statusEnteredAt: import("zod").ZodPipe<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, import("zod").ZodTransform<string | null, string | null | undefined>>;
1536
1536
  activityAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1592,9 +1592,9 @@ export declare const WSOutboundMessageSchema: {
1592
1592
  name: import("zod").ZodString;
1593
1593
  status: import("zod").ZodEnum<{
1594
1594
  success: "success";
1595
- failure: "failure";
1596
1595
  pending: "pending";
1597
1596
  skipped: "skipped";
1597
+ failure: "failure";
1598
1598
  cancelled: "cancelled";
1599
1599
  }>;
1600
1600
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1603,9 +1603,9 @@ export declare const WSOutboundMessageSchema: {
1603
1603
  }, import("zod/v4/core").$strip>>>;
1604
1604
  checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
1605
1605
  success: "success";
1606
+ pending: "pending";
1606
1607
  none: "none";
1607
1608
  failure: "failure";
1608
- pending: "pending";
1609
1609
  }>>;
1610
1610
  reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
1611
1611
  pending: "pending";
@@ -1709,7 +1709,7 @@ export declare const WSOutboundMessageSchema: {
1709
1709
  workspaceKind: "worktree" | "checkout" | "directory" | "local_checkout";
1710
1710
  name: string;
1711
1711
  archivingAt: string | null;
1712
- status: "running" | "attention" | "needs_input" | "failed" | "done";
1712
+ status: "running" | "attention" | "needs_input" | "done" | "failed";
1713
1713
  statusEnteredAt: string | null;
1714
1714
  activityAt: string | null;
1715
1715
  scripts: {
@@ -1757,12 +1757,12 @@ export declare const WSOutboundMessageSchema: {
1757
1757
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
1758
1758
  checks?: {
1759
1759
  name: string;
1760
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
1760
+ status: "success" | "pending" | "skipped" | "failure" | "cancelled";
1761
1761
  url: string | null;
1762
1762
  workflow?: string | undefined;
1763
1763
  duration?: string | undefined;
1764
1764
  }[] | undefined;
1765
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
1765
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
1766
1766
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
1767
1767
  repoOwner?: string | undefined;
1768
1768
  repoName?: string | undefined;
@@ -1812,7 +1812,7 @@ export declare const WSOutboundMessageSchema: {
1812
1812
  workspaceKind: "worktree" | "checkout" | "directory" | "local_checkout";
1813
1813
  name: string;
1814
1814
  archivingAt: string | null;
1815
- status: "running" | "attention" | "needs_input" | "failed" | "done";
1815
+ status: "running" | "attention" | "needs_input" | "done" | "failed";
1816
1816
  statusEnteredAt: string | null;
1817
1817
  activityAt: string | null;
1818
1818
  scripts: {
@@ -1861,12 +1861,12 @@ export declare const WSOutboundMessageSchema: {
1861
1861
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
1862
1862
  checks?: {
1863
1863
  name: string;
1864
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
1864
+ status: "success" | "pending" | "skipped" | "failure" | "cancelled";
1865
1865
  url: string | null;
1866
1866
  workflow?: string | undefined;
1867
1867
  duration?: string | undefined;
1868
1868
  }[] | undefined;
1869
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
1869
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
1870
1870
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
1871
1871
  repoOwner?: string | undefined;
1872
1872
  repoName?: string | undefined;
@@ -1974,8 +1974,8 @@ export declare const WSOutboundMessageSchema: {
1974
1974
  running: "running";
1975
1975
  attention: "attention";
1976
1976
  needs_input: "needs_input";
1977
- failed: "failed";
1978
1977
  done: "done";
1978
+ failed: "failed";
1979
1979
  }>;
1980
1980
  statusEnteredAt: import("zod").ZodPipe<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, import("zod").ZodTransform<string | null, string | null | undefined>>;
1981
1981
  activityAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -2037,9 +2037,9 @@ export declare const WSOutboundMessageSchema: {
2037
2037
  name: import("zod").ZodString;
2038
2038
  status: import("zod").ZodEnum<{
2039
2039
  success: "success";
2040
- failure: "failure";
2041
2040
  pending: "pending";
2042
2041
  skipped: "skipped";
2042
+ failure: "failure";
2043
2043
  cancelled: "cancelled";
2044
2044
  }>;
2045
2045
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -2048,9 +2048,9 @@ export declare const WSOutboundMessageSchema: {
2048
2048
  }, import("zod/v4/core").$strip>>>;
2049
2049
  checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
2050
2050
  success: "success";
2051
+ pending: "pending";
2051
2052
  none: "none";
2052
2053
  failure: "failure";
2053
- pending: "pending";
2054
2054
  }>>;
2055
2055
  reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
2056
2056
  pending: "pending";
@@ -2154,7 +2154,7 @@ export declare const WSOutboundMessageSchema: {
2154
2154
  workspaceKind: "worktree" | "checkout" | "directory" | "local_checkout";
2155
2155
  name: string;
2156
2156
  archivingAt: string | null;
2157
- status: "running" | "attention" | "needs_input" | "failed" | "done";
2157
+ status: "running" | "attention" | "needs_input" | "done" | "failed";
2158
2158
  statusEnteredAt: string | null;
2159
2159
  activityAt: string | null;
2160
2160
  scripts: {
@@ -2202,12 +2202,12 @@ export declare const WSOutboundMessageSchema: {
2202
2202
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
2203
2203
  checks?: {
2204
2204
  name: string;
2205
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
2205
+ status: "success" | "pending" | "skipped" | "failure" | "cancelled";
2206
2206
  url: string | null;
2207
2207
  workflow?: string | undefined;
2208
2208
  duration?: string | undefined;
2209
2209
  }[] | undefined;
2210
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
2210
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
2211
2211
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
2212
2212
  repoOwner?: string | undefined;
2213
2213
  repoName?: string | undefined;
@@ -2257,7 +2257,7 @@ export declare const WSOutboundMessageSchema: {
2257
2257
  workspaceKind: "worktree" | "checkout" | "directory" | "local_checkout";
2258
2258
  name: string;
2259
2259
  archivingAt: string | null;
2260
- status: "running" | "attention" | "needs_input" | "failed" | "done";
2260
+ status: "running" | "attention" | "needs_input" | "done" | "failed";
2261
2261
  statusEnteredAt: string | null;
2262
2262
  activityAt: string | null;
2263
2263
  scripts: {
@@ -2306,12 +2306,12 @@ export declare const WSOutboundMessageSchema: {
2306
2306
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
2307
2307
  checks?: {
2308
2308
  name: string;
2309
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
2309
+ status: "success" | "pending" | "skipped" | "failure" | "cancelled";
2310
2310
  url: string | null;
2311
2311
  workflow?: string | undefined;
2312
2312
  duration?: string | undefined;
2313
2313
  }[] | undefined;
2314
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
2314
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
2315
2315
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
2316
2316
  repoOwner?: string | undefined;
2317
2317
  repoName?: string | undefined;
@@ -2887,8 +2887,8 @@ export declare const WSOutboundMessageSchema: {
2887
2887
  running: "running";
2888
2888
  attention: "attention";
2889
2889
  needs_input: "needs_input";
2890
- failed: "failed";
2891
2890
  done: "done";
2891
+ failed: "failed";
2892
2892
  }>;
2893
2893
  statusEnteredAt: import("zod").ZodPipe<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, import("zod").ZodTransform<string | null, string | null | undefined>>;
2894
2894
  activityAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -2950,9 +2950,9 @@ export declare const WSOutboundMessageSchema: {
2950
2950
  name: import("zod").ZodString;
2951
2951
  status: import("zod").ZodEnum<{
2952
2952
  success: "success";
2953
- failure: "failure";
2954
2953
  pending: "pending";
2955
2954
  skipped: "skipped";
2955
+ failure: "failure";
2956
2956
  cancelled: "cancelled";
2957
2957
  }>;
2958
2958
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -2961,9 +2961,9 @@ export declare const WSOutboundMessageSchema: {
2961
2961
  }, import("zod/v4/core").$strip>>>;
2962
2962
  checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
2963
2963
  success: "success";
2964
+ pending: "pending";
2964
2965
  none: "none";
2965
2966
  failure: "failure";
2966
- pending: "pending";
2967
2967
  }>>;
2968
2968
  reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
2969
2969
  pending: "pending";
@@ -3067,7 +3067,7 @@ export declare const WSOutboundMessageSchema: {
3067
3067
  workspaceKind: "worktree" | "checkout" | "directory" | "local_checkout";
3068
3068
  name: string;
3069
3069
  archivingAt: string | null;
3070
- status: "running" | "attention" | "needs_input" | "failed" | "done";
3070
+ status: "running" | "attention" | "needs_input" | "done" | "failed";
3071
3071
  statusEnteredAt: string | null;
3072
3072
  activityAt: string | null;
3073
3073
  scripts: {
@@ -3115,12 +3115,12 @@ export declare const WSOutboundMessageSchema: {
3115
3115
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
3116
3116
  checks?: {
3117
3117
  name: string;
3118
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
3118
+ status: "success" | "pending" | "skipped" | "failure" | "cancelled";
3119
3119
  url: string | null;
3120
3120
  workflow?: string | undefined;
3121
3121
  duration?: string | undefined;
3122
3122
  }[] | undefined;
3123
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
3123
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
3124
3124
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
3125
3125
  repoOwner?: string | undefined;
3126
3126
  repoName?: string | undefined;
@@ -3170,7 +3170,7 @@ export declare const WSOutboundMessageSchema: {
3170
3170
  workspaceKind: "worktree" | "checkout" | "directory" | "local_checkout";
3171
3171
  name: string;
3172
3172
  archivingAt: string | null;
3173
- status: "running" | "attention" | "needs_input" | "failed" | "done";
3173
+ status: "running" | "attention" | "needs_input" | "done" | "failed";
3174
3174
  statusEnteredAt: string | null;
3175
3175
  activityAt: string | null;
3176
3176
  scripts: {
@@ -3219,12 +3219,12 @@ export declare const WSOutboundMessageSchema: {
3219
3219
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
3220
3220
  checks?: {
3221
3221
  name: string;
3222
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
3222
+ status: "success" | "pending" | "skipped" | "failure" | "cancelled";
3223
3223
  url: string | null;
3224
3224
  workflow?: string | undefined;
3225
3225
  duration?: string | undefined;
3226
3226
  }[] | undefined;
3227
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
3227
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
3228
3228
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
3229
3229
  repoOwner?: string | undefined;
3230
3230
  repoName?: string | undefined;
@@ -3810,6 +3810,46 @@ export declare const WSOutboundMessageSchema: {
3810
3810
  error: import("zod").ZodNullable<import("zod").ZodString>;
3811
3811
  notice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodType<import("../agent-types.js").AgentProviderNotice, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentProviderNotice, unknown>>>>;
3812
3812
  }, import("zod/v4/core").$strip>;
3813
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
3814
+ type: import("zod").ZodLiteral<"agent.background_task.stop.response">;
3815
+ payload: import("zod").ZodObject<{
3816
+ requestId: import("zod").ZodString;
3817
+ agentId: import("zod").ZodString;
3818
+ accepted: import("zod").ZodBoolean;
3819
+ error: import("zod").ZodNullable<import("zod").ZodString>;
3820
+ notice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodType<import("../agent-types.js").AgentProviderNotice, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentProviderNotice, unknown>>>>;
3821
+ }, import("zod/v4/core").$strip>;
3822
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
3823
+ type: import("zod").ZodLiteral<"agent.background_task.clear.response">;
3824
+ payload: import("zod").ZodObject<{
3825
+ requestId: import("zod").ZodString;
3826
+ agentId: import("zod").ZodString;
3827
+ accepted: import("zod").ZodBoolean;
3828
+ error: import("zod").ZodNullable<import("zod").ZodString>;
3829
+ notice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodType<import("../agent-types.js").AgentProviderNotice, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentProviderNotice, unknown>>>>;
3830
+ }, import("zod/v4/core").$strip>;
3831
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
3832
+ type: import("zod").ZodLiteral<"background_shell_tasks_changed">;
3833
+ payload: import("zod").ZodObject<{
3834
+ parentAgentId: import("zod").ZodString;
3835
+ tasks: import("zod").ZodArray<import("zod").ZodObject<{
3836
+ id: import("zod").ZodString;
3837
+ parentAgentId: import("zod").ZodString;
3838
+ provider: import("zod").ZodString;
3839
+ command: import("zod").ZodOptional<import("zod").ZodString>;
3840
+ description: import("zod").ZodOptional<import("zod").ZodString>;
3841
+ status: import("zod").ZodEnum<{
3842
+ error: "error";
3843
+ idle: "idle";
3844
+ running: "running";
3845
+ closed: "closed";
3846
+ }>;
3847
+ requiresAttention: import("zod").ZodOptional<import("zod").ZodBoolean>;
3848
+ createdAt: import("zod").ZodString;
3849
+ updatedAt: import("zod").ZodString;
3850
+ archivedAt: import("zod").ZodOptional<import("zod").ZodString>;
3851
+ }, import("zod/v4/core").$strip>>;
3852
+ }, import("zod/v4/core").$strip>;
3813
3853
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
3814
3854
  type: import("zod").ZodLiteral<"agent.personality.set.response">;
3815
3855
  payload: import("zod").ZodObject<{
@@ -4444,6 +4484,134 @@ export declare const WSOutboundMessageSchema: {
4444
4484
  text: import("zod").ZodString;
4445
4485
  }, import("zod/v4/core").$strip>>;
4446
4486
  }, import("zod/v4/core").$strip>;
4487
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
4488
+ type: import("zod").ZodLiteral<"runs.get_snapshot.response">;
4489
+ payload: import("zod").ZodObject<{
4490
+ runs: import("zod").ZodArray<import("zod").ZodObject<{
4491
+ id: import("zod").ZodString;
4492
+ title: import("zod").ZodString;
4493
+ status: import("zod").ZodString;
4494
+ requirements: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
4495
+ autopilot: import("zod").ZodOptional<import("zod").ZodBoolean>;
4496
+ phases: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
4497
+ id: import("zod").ZodString;
4498
+ type: import("zod").ZodString;
4499
+ title: import("zod").ZodString;
4500
+ task: import("zod").ZodString;
4501
+ status: import("zod").ZodString;
4502
+ assigneeRole: import("zod").ZodOptional<import("zod").ZodString>;
4503
+ dependsOn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
4504
+ fanOut: import("zod").ZodOptional<import("zod").ZodNumber>;
4505
+ keepBest: import("zod").ZodOptional<import("zod").ZodNumber>;
4506
+ candidates: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
4507
+ agentId: import("zod").ZodString;
4508
+ personalityId: import("zod").ZodOptional<import("zod").ZodString>;
4509
+ verdict: import("zod").ZodOptional<import("zod").ZodObject<{
4510
+ verdict: import("zod").ZodString;
4511
+ score: import("zod").ZodOptional<import("zod").ZodNumber>;
4512
+ criteria: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
4513
+ name: import("zod").ZodString;
4514
+ met: import("zod").ZodBoolean;
4515
+ evidence: import("zod").ZodOptional<import("zod").ZodString>;
4516
+ }, import("zod/v4/core").$loose>>>;
4517
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
4518
+ }, import("zod/v4/core").$loose>>;
4519
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
4520
+ }, import("zod/v4/core").$loose>>>;
4521
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
4522
+ startedAt: import("zod").ZodOptional<import("zod").ZodString>;
4523
+ completedAt: import("zod").ZodOptional<import("zod").ZodString>;
4524
+ }, import("zod/v4/core").$loose>>>;
4525
+ conductorAgentId: import("zod").ZodOptional<import("zod").ZodString>;
4526
+ cwd: import("zod").ZodOptional<import("zod").ZodString>;
4527
+ workspaceId: import("zod").ZodOptional<import("zod").ZodString>;
4528
+ teamId: import("zod").ZodOptional<import("zod").ZodString>;
4529
+ teamName: import("zod").ZodOptional<import("zod").ZodString>;
4530
+ error: import("zod").ZodOptional<import("zod").ZodString>;
4531
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
4532
+ summaryStatus: import("zod").ZodOptional<import("zod").ZodString>;
4533
+ agentCount: import("zod").ZodOptional<import("zod").ZodNumber>;
4534
+ createdAt: import("zod").ZodOptional<import("zod").ZodString>;
4535
+ updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
4536
+ }, import("zod/v4/core").$loose>>;
4537
+ requestId: import("zod").ZodString;
4538
+ }, import("zod/v4/core").$strip>;
4539
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
4540
+ type: import("zod").ZodLiteral<"runs.updated.notification">;
4541
+ payload: import("zod").ZodObject<{
4542
+ run: import("zod").ZodObject<{
4543
+ id: import("zod").ZodString;
4544
+ title: import("zod").ZodString;
4545
+ status: import("zod").ZodString;
4546
+ requirements: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
4547
+ autopilot: import("zod").ZodOptional<import("zod").ZodBoolean>;
4548
+ phases: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
4549
+ id: import("zod").ZodString;
4550
+ type: import("zod").ZodString;
4551
+ title: import("zod").ZodString;
4552
+ task: import("zod").ZodString;
4553
+ status: import("zod").ZodString;
4554
+ assigneeRole: import("zod").ZodOptional<import("zod").ZodString>;
4555
+ dependsOn: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
4556
+ fanOut: import("zod").ZodOptional<import("zod").ZodNumber>;
4557
+ keepBest: import("zod").ZodOptional<import("zod").ZodNumber>;
4558
+ candidates: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
4559
+ agentId: import("zod").ZodString;
4560
+ personalityId: import("zod").ZodOptional<import("zod").ZodString>;
4561
+ verdict: import("zod").ZodOptional<import("zod").ZodObject<{
4562
+ verdict: import("zod").ZodString;
4563
+ score: import("zod").ZodOptional<import("zod").ZodNumber>;
4564
+ criteria: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
4565
+ name: import("zod").ZodString;
4566
+ met: import("zod").ZodBoolean;
4567
+ evidence: import("zod").ZodOptional<import("zod").ZodString>;
4568
+ }, import("zod/v4/core").$loose>>>;
4569
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
4570
+ }, import("zod/v4/core").$loose>>;
4571
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
4572
+ }, import("zod/v4/core").$loose>>>;
4573
+ notes: import("zod").ZodOptional<import("zod").ZodString>;
4574
+ startedAt: import("zod").ZodOptional<import("zod").ZodString>;
4575
+ completedAt: import("zod").ZodOptional<import("zod").ZodString>;
4576
+ }, import("zod/v4/core").$loose>>>;
4577
+ conductorAgentId: import("zod").ZodOptional<import("zod").ZodString>;
4578
+ cwd: import("zod").ZodOptional<import("zod").ZodString>;
4579
+ workspaceId: import("zod").ZodOptional<import("zod").ZodString>;
4580
+ teamId: import("zod").ZodOptional<import("zod").ZodString>;
4581
+ teamName: import("zod").ZodOptional<import("zod").ZodString>;
4582
+ error: import("zod").ZodOptional<import("zod").ZodString>;
4583
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
4584
+ summaryStatus: import("zod").ZodOptional<import("zod").ZodString>;
4585
+ agentCount: import("zod").ZodOptional<import("zod").ZodNumber>;
4586
+ createdAt: import("zod").ZodOptional<import("zod").ZodString>;
4587
+ updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
4588
+ }, import("zod/v4/core").$loose>;
4589
+ }, import("zod/v4/core").$strip>;
4590
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
4591
+ type: import("zod").ZodLiteral<"runs.gate_respond.response">;
4592
+ payload: import("zod").ZodObject<{
4593
+ runId: import("zod").ZodString;
4594
+ accepted: import("zod").ZodBoolean;
4595
+ requestId: import("zod").ZodString;
4596
+ }, import("zod/v4/core").$strip>;
4597
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
4598
+ type: import("zod").ZodLiteral<"runs.cancel.response">;
4599
+ payload: import("zod").ZodObject<{
4600
+ runId: import("zod").ZodString;
4601
+ canceled: import("zod").ZodBoolean;
4602
+ requestId: import("zod").ZodString;
4603
+ }, import("zod/v4/core").$strip>;
4604
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
4605
+ type: import("zod").ZodLiteral<"runs.clear.response">;
4606
+ payload: import("zod").ZodObject<{
4607
+ runIds: import("zod").ZodArray<import("zod").ZodString>;
4608
+ requestId: import("zod").ZodString;
4609
+ }, import("zod/v4/core").$strip>;
4610
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
4611
+ type: import("zod").ZodLiteral<"runs.cleared.notification">;
4612
+ payload: import("zod").ZodObject<{
4613
+ runIds: import("zod").ZodArray<import("zod").ZodString>;
4614
+ }, import("zod/v4/core").$strip>;
4447
4615
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
4448
4616
  type: import("zod").ZodLiteral<"checkout_merge_response">;
4449
4617
  payload: import("zod").ZodObject<{
@@ -5064,8 +5232,8 @@ export declare const WSOutboundMessageSchema: {
5064
5232
  running: "running";
5065
5233
  attention: "attention";
5066
5234
  needs_input: "needs_input";
5067
- failed: "failed";
5068
5235
  done: "done";
5236
+ failed: "failed";
5069
5237
  }>;
5070
5238
  statusEnteredAt: import("zod").ZodPipe<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>, import("zod").ZodTransform<string | null, string | null | undefined>>;
5071
5239
  activityAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -5127,9 +5295,9 @@ export declare const WSOutboundMessageSchema: {
5127
5295
  name: import("zod").ZodString;
5128
5296
  status: import("zod").ZodEnum<{
5129
5297
  success: "success";
5130
- failure: "failure";
5131
5298
  pending: "pending";
5132
5299
  skipped: "skipped";
5300
+ failure: "failure";
5133
5301
  cancelled: "cancelled";
5134
5302
  }>;
5135
5303
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -5138,9 +5306,9 @@ export declare const WSOutboundMessageSchema: {
5138
5306
  }, import("zod/v4/core").$strip>>>;
5139
5307
  checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
5140
5308
  success: "success";
5309
+ pending: "pending";
5141
5310
  none: "none";
5142
5311
  failure: "failure";
5143
- pending: "pending";
5144
5312
  }>>;
5145
5313
  reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
5146
5314
  pending: "pending";
@@ -5244,7 +5412,7 @@ export declare const WSOutboundMessageSchema: {
5244
5412
  workspaceKind: "worktree" | "checkout" | "directory" | "local_checkout";
5245
5413
  name: string;
5246
5414
  archivingAt: string | null;
5247
- status: "running" | "attention" | "needs_input" | "failed" | "done";
5415
+ status: "running" | "attention" | "needs_input" | "done" | "failed";
5248
5416
  statusEnteredAt: string | null;
5249
5417
  activityAt: string | null;
5250
5418
  scripts: {
@@ -5292,12 +5460,12 @@ export declare const WSOutboundMessageSchema: {
5292
5460
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
5293
5461
  checks?: {
5294
5462
  name: string;
5295
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
5463
+ status: "success" | "pending" | "skipped" | "failure" | "cancelled";
5296
5464
  url: string | null;
5297
5465
  workflow?: string | undefined;
5298
5466
  duration?: string | undefined;
5299
5467
  }[] | undefined;
5300
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
5468
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
5301
5469
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
5302
5470
  repoOwner?: string | undefined;
5303
5471
  repoName?: string | undefined;
@@ -5347,7 +5515,7 @@ export declare const WSOutboundMessageSchema: {
5347
5515
  workspaceKind: "worktree" | "checkout" | "directory" | "local_checkout";
5348
5516
  name: string;
5349
5517
  archivingAt: string | null;
5350
- status: "running" | "attention" | "needs_input" | "failed" | "done";
5518
+ status: "running" | "attention" | "needs_input" | "done" | "failed";
5351
5519
  statusEnteredAt: string | null;
5352
5520
  activityAt: string | null;
5353
5521
  scripts: {
@@ -5396,12 +5564,12 @@ export declare const WSOutboundMessageSchema: {
5396
5564
  mergeable?: "UNKNOWN" | "MERGEABLE" | "CONFLICTING" | undefined;
5397
5565
  checks?: {
5398
5566
  name: string;
5399
- status: "success" | "failure" | "pending" | "skipped" | "cancelled";
5567
+ status: "success" | "pending" | "skipped" | "failure" | "cancelled";
5400
5568
  url: string | null;
5401
5569
  workflow?: string | undefined;
5402
5570
  duration?: string | undefined;
5403
5571
  }[] | undefined;
5404
- checksStatus?: "success" | "none" | "failure" | "pending" | undefined;
5572
+ checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
5405
5573
  reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
5406
5574
  repoOwner?: string | undefined;
5407
5575
  repoName?: string | undefined;
@@ -5873,6 +6041,81 @@ export declare const WSOutboundMessageSchema: {
5873
6041
  error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
5874
6042
  }, import("zod/v4/core").$strip>>;
5875
6043
  }, import("zod/v4/core").$strip>;
6044
+ }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
6045
+ type: import("zod").ZodLiteral<"stats.activity.get.response">;
6046
+ payload: import("zod").ZodObject<{
6047
+ requestId: import("zod").ZodString;
6048
+ today: import("zod").ZodObject<{
6049
+ messagesSent: import("zod").ZodDefault<import("zod").ZodNumber>;
6050
+ messagesReceived: import("zod").ZodDefault<import("zod").ZodNumber>;
6051
+ tokensSent: import("zod").ZodDefault<import("zod").ZodNumber>;
6052
+ tokensReceived: import("zod").ZodDefault<import("zod").ZodNumber>;
6053
+ agentsCreated: import("zod").ZodDefault<import("zod").ZodNumber>;
6054
+ runsOrchestrated: import("zod").ZodDefault<import("zod").ZodNumber>;
6055
+ subagentsInvoked: import("zod").ZodDefault<import("zod").ZodNumber>;
6056
+ backgroundTasksInvoked: import("zod").ZodDefault<import("zod").ZodNumber>;
6057
+ thoughts: import("zod").ZodDefault<import("zod").ZodNumber>;
6058
+ toolsCalled: import("zod").ZodDefault<import("zod").ZodNumber>;
6059
+ artifactsCreated: import("zod").ZodDefault<import("zod").ZodNumber>;
6060
+ schedulesExecuted: import("zod").ZodDefault<import("zod").ZodNumber>;
6061
+ }, import("zod/v4/core").$strip>;
6062
+ yesterday: import("zod").ZodObject<{
6063
+ messagesSent: import("zod").ZodDefault<import("zod").ZodNumber>;
6064
+ messagesReceived: import("zod").ZodDefault<import("zod").ZodNumber>;
6065
+ tokensSent: import("zod").ZodDefault<import("zod").ZodNumber>;
6066
+ tokensReceived: import("zod").ZodDefault<import("zod").ZodNumber>;
6067
+ agentsCreated: import("zod").ZodDefault<import("zod").ZodNumber>;
6068
+ runsOrchestrated: import("zod").ZodDefault<import("zod").ZodNumber>;
6069
+ subagentsInvoked: import("zod").ZodDefault<import("zod").ZodNumber>;
6070
+ backgroundTasksInvoked: import("zod").ZodDefault<import("zod").ZodNumber>;
6071
+ thoughts: import("zod").ZodDefault<import("zod").ZodNumber>;
6072
+ toolsCalled: import("zod").ZodDefault<import("zod").ZodNumber>;
6073
+ artifactsCreated: import("zod").ZodDefault<import("zod").ZodNumber>;
6074
+ schedulesExecuted: import("zod").ZodDefault<import("zod").ZodNumber>;
6075
+ }, import("zod/v4/core").$strip>;
6076
+ last7Days: import("zod").ZodObject<{
6077
+ messagesSent: import("zod").ZodDefault<import("zod").ZodNumber>;
6078
+ messagesReceived: import("zod").ZodDefault<import("zod").ZodNumber>;
6079
+ tokensSent: import("zod").ZodDefault<import("zod").ZodNumber>;
6080
+ tokensReceived: import("zod").ZodDefault<import("zod").ZodNumber>;
6081
+ agentsCreated: import("zod").ZodDefault<import("zod").ZodNumber>;
6082
+ runsOrchestrated: import("zod").ZodDefault<import("zod").ZodNumber>;
6083
+ subagentsInvoked: import("zod").ZodDefault<import("zod").ZodNumber>;
6084
+ backgroundTasksInvoked: import("zod").ZodDefault<import("zod").ZodNumber>;
6085
+ thoughts: import("zod").ZodDefault<import("zod").ZodNumber>;
6086
+ toolsCalled: import("zod").ZodDefault<import("zod").ZodNumber>;
6087
+ artifactsCreated: import("zod").ZodDefault<import("zod").ZodNumber>;
6088
+ schedulesExecuted: import("zod").ZodDefault<import("zod").ZodNumber>;
6089
+ }, import("zod/v4/core").$strip>;
6090
+ last30Days: import("zod").ZodObject<{
6091
+ messagesSent: import("zod").ZodDefault<import("zod").ZodNumber>;
6092
+ messagesReceived: import("zod").ZodDefault<import("zod").ZodNumber>;
6093
+ tokensSent: import("zod").ZodDefault<import("zod").ZodNumber>;
6094
+ tokensReceived: import("zod").ZodDefault<import("zod").ZodNumber>;
6095
+ agentsCreated: import("zod").ZodDefault<import("zod").ZodNumber>;
6096
+ runsOrchestrated: import("zod").ZodDefault<import("zod").ZodNumber>;
6097
+ subagentsInvoked: import("zod").ZodDefault<import("zod").ZodNumber>;
6098
+ backgroundTasksInvoked: import("zod").ZodDefault<import("zod").ZodNumber>;
6099
+ thoughts: import("zod").ZodDefault<import("zod").ZodNumber>;
6100
+ toolsCalled: import("zod").ZodDefault<import("zod").ZodNumber>;
6101
+ artifactsCreated: import("zod").ZodDefault<import("zod").ZodNumber>;
6102
+ schedulesExecuted: import("zod").ZodDefault<import("zod").ZodNumber>;
6103
+ }, import("zod/v4/core").$strip>;
6104
+ allTime: import("zod").ZodObject<{
6105
+ messagesSent: import("zod").ZodDefault<import("zod").ZodNumber>;
6106
+ messagesReceived: import("zod").ZodDefault<import("zod").ZodNumber>;
6107
+ tokensSent: import("zod").ZodDefault<import("zod").ZodNumber>;
6108
+ tokensReceived: import("zod").ZodDefault<import("zod").ZodNumber>;
6109
+ agentsCreated: import("zod").ZodDefault<import("zod").ZodNumber>;
6110
+ runsOrchestrated: import("zod").ZodDefault<import("zod").ZodNumber>;
6111
+ subagentsInvoked: import("zod").ZodDefault<import("zod").ZodNumber>;
6112
+ backgroundTasksInvoked: import("zod").ZodDefault<import("zod").ZodNumber>;
6113
+ thoughts: import("zod").ZodDefault<import("zod").ZodNumber>;
6114
+ toolsCalled: import("zod").ZodDefault<import("zod").ZodNumber>;
6115
+ artifactsCreated: import("zod").ZodDefault<import("zod").ZodNumber>;
6116
+ schedulesExecuted: import("zod").ZodDefault<import("zod").ZodNumber>;
6117
+ }, import("zod/v4/core").$strip>;
6118
+ }, import("zod/v4/core").$strip>;
5876
6119
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
5877
6120
  type: import("zod").ZodLiteral<"agent.context.get_usage.response">;
5878
6121
  payload: import("zod").ZodObject<{
@@ -6143,12 +6386,12 @@ export declare const WSOutboundMessageSchema: {
6143
6386
  schedule: import("zod").ZodNullable<import("zod").ZodObject<{
6144
6387
  prompt: import("zod").ZodString;
6145
6388
  name: import("zod").ZodNullable<import("zod").ZodString>;
6389
+ id: import("zod").ZodString;
6146
6390
  status: import("zod").ZodEnum<{
6391
+ paused: "paused";
6147
6392
  completed: "completed";
6148
6393
  active: "active";
6149
- paused: "paused";
6150
6394
  }>;
6151
- id: import("zod").ZodString;
6152
6395
  createdAt: import("zod").ZodString;
6153
6396
  updatedAt: import("zod").ZodString;
6154
6397
  cadence: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
@@ -6193,8 +6436,8 @@ export declare const WSOutboundMessageSchema: {
6193
6436
  nextRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6194
6437
  lastRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6195
6438
  lastRunStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
6196
- succeeded: "succeeded";
6197
6439
  failed: "failed";
6440
+ succeeded: "succeeded";
6198
6441
  }>>>;
6199
6442
  lastRunError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
6200
6443
  pausedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -6210,12 +6453,12 @@ export declare const WSOutboundMessageSchema: {
6210
6453
  schedules: import("zod").ZodArray<import("zod").ZodObject<{
6211
6454
  prompt: import("zod").ZodString;
6212
6455
  name: import("zod").ZodNullable<import("zod").ZodString>;
6456
+ id: import("zod").ZodString;
6213
6457
  status: import("zod").ZodEnum<{
6458
+ paused: "paused";
6214
6459
  completed: "completed";
6215
6460
  active: "active";
6216
- paused: "paused";
6217
6461
  }>;
6218
- id: import("zod").ZodString;
6219
6462
  createdAt: import("zod").ZodString;
6220
6463
  updatedAt: import("zod").ZodString;
6221
6464
  cadence: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
@@ -6260,8 +6503,8 @@ export declare const WSOutboundMessageSchema: {
6260
6503
  nextRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6261
6504
  lastRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6262
6505
  lastRunStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
6263
- succeeded: "succeeded";
6264
6506
  failed: "failed";
6507
+ succeeded: "succeeded";
6265
6508
  }>>>;
6266
6509
  lastRunError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
6267
6510
  pausedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -6318,17 +6561,17 @@ export declare const WSOutboundMessageSchema: {
6318
6561
  }, import("zod/v4/core").$strip>;
6319
6562
  }, import("zod/v4/core").$strip>], "type">;
6320
6563
  status: import("zod").ZodEnum<{
6564
+ paused: "paused";
6321
6565
  completed: "completed";
6322
6566
  active: "active";
6323
- paused: "paused";
6324
6567
  }>;
6325
6568
  createdAt: import("zod").ZodString;
6326
6569
  updatedAt: import("zod").ZodString;
6327
6570
  nextRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6328
6571
  lastRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6329
6572
  lastRunStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
6330
- succeeded: "succeeded";
6331
6573
  failed: "failed";
6574
+ succeeded: "succeeded";
6332
6575
  }>>>;
6333
6576
  lastRunError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
6334
6577
  pausedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -6341,8 +6584,8 @@ export declare const WSOutboundMessageSchema: {
6341
6584
  endedAt: import("zod").ZodNullable<import("zod").ZodString>;
6342
6585
  status: import("zod").ZodEnum<{
6343
6586
  running: "running";
6344
- succeeded: "succeeded";
6345
6587
  failed: "failed";
6588
+ succeeded: "succeeded";
6346
6589
  }>;
6347
6590
  agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
6348
6591
  workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -6363,8 +6606,8 @@ export declare const WSOutboundMessageSchema: {
6363
6606
  endedAt: import("zod").ZodNullable<import("zod").ZodString>;
6364
6607
  status: import("zod").ZodEnum<{
6365
6608
  running: "running";
6366
- succeeded: "succeeded";
6367
6609
  failed: "failed";
6610
+ succeeded: "succeeded";
6368
6611
  }>;
6369
6612
  agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
6370
6613
  workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -6380,12 +6623,12 @@ export declare const WSOutboundMessageSchema: {
6380
6623
  schedule: import("zod").ZodNullable<import("zod").ZodObject<{
6381
6624
  prompt: import("zod").ZodString;
6382
6625
  name: import("zod").ZodNullable<import("zod").ZodString>;
6626
+ id: import("zod").ZodString;
6383
6627
  status: import("zod").ZodEnum<{
6628
+ paused: "paused";
6384
6629
  completed: "completed";
6385
6630
  active: "active";
6386
- paused: "paused";
6387
6631
  }>;
6388
- id: import("zod").ZodString;
6389
6632
  createdAt: import("zod").ZodString;
6390
6633
  updatedAt: import("zod").ZodString;
6391
6634
  cadence: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
@@ -6430,8 +6673,8 @@ export declare const WSOutboundMessageSchema: {
6430
6673
  nextRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6431
6674
  lastRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6432
6675
  lastRunStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
6433
- succeeded: "succeeded";
6434
6676
  failed: "failed";
6677
+ succeeded: "succeeded";
6435
6678
  }>>>;
6436
6679
  lastRunError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
6437
6680
  pausedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -6447,12 +6690,12 @@ export declare const WSOutboundMessageSchema: {
6447
6690
  schedule: import("zod").ZodNullable<import("zod").ZodObject<{
6448
6691
  prompt: import("zod").ZodString;
6449
6692
  name: import("zod").ZodNullable<import("zod").ZodString>;
6693
+ id: import("zod").ZodString;
6450
6694
  status: import("zod").ZodEnum<{
6695
+ paused: "paused";
6451
6696
  completed: "completed";
6452
6697
  active: "active";
6453
- paused: "paused";
6454
6698
  }>;
6455
- id: import("zod").ZodString;
6456
6699
  createdAt: import("zod").ZodString;
6457
6700
  updatedAt: import("zod").ZodString;
6458
6701
  cadence: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
@@ -6497,8 +6740,8 @@ export declare const WSOutboundMessageSchema: {
6497
6740
  nextRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6498
6741
  lastRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6499
6742
  lastRunStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
6500
- succeeded: "succeeded";
6501
6743
  failed: "failed";
6744
+ succeeded: "succeeded";
6502
6745
  }>>>;
6503
6746
  lastRunError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
6504
6747
  pausedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -6562,17 +6805,17 @@ export declare const WSOutboundMessageSchema: {
6562
6805
  }, import("zod/v4/core").$strip>;
6563
6806
  }, import("zod/v4/core").$strip>], "type">;
6564
6807
  status: import("zod").ZodEnum<{
6808
+ paused: "paused";
6565
6809
  completed: "completed";
6566
6810
  active: "active";
6567
- paused: "paused";
6568
6811
  }>;
6569
6812
  createdAt: import("zod").ZodString;
6570
6813
  updatedAt: import("zod").ZodString;
6571
6814
  nextRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6572
6815
  lastRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6573
6816
  lastRunStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
6574
- succeeded: "succeeded";
6575
6817
  failed: "failed";
6818
+ succeeded: "succeeded";
6576
6819
  }>>>;
6577
6820
  lastRunError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
6578
6821
  pausedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -6585,8 +6828,8 @@ export declare const WSOutboundMessageSchema: {
6585
6828
  endedAt: import("zod").ZodNullable<import("zod").ZodString>;
6586
6829
  status: import("zod").ZodEnum<{
6587
6830
  running: "running";
6588
- succeeded: "succeeded";
6589
6831
  failed: "failed";
6832
+ succeeded: "succeeded";
6590
6833
  }>;
6591
6834
  agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
6592
6835
  workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -6644,17 +6887,17 @@ export declare const WSOutboundMessageSchema: {
6644
6887
  }, import("zod/v4/core").$strip>;
6645
6888
  }, import("zod/v4/core").$strip>], "type">;
6646
6889
  status: import("zod").ZodEnum<{
6890
+ paused: "paused";
6647
6891
  completed: "completed";
6648
6892
  active: "active";
6649
- paused: "paused";
6650
6893
  }>;
6651
6894
  createdAt: import("zod").ZodString;
6652
6895
  updatedAt: import("zod").ZodString;
6653
6896
  nextRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6654
6897
  lastRunAt: import("zod").ZodNullable<import("zod").ZodString>;
6655
6898
  lastRunStatus: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
6656
- succeeded: "succeeded";
6657
6899
  failed: "failed";
6900
+ succeeded: "succeeded";
6658
6901
  }>>>;
6659
6902
  lastRunError: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
6660
6903
  pausedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -6667,8 +6910,8 @@ export declare const WSOutboundMessageSchema: {
6667
6910
  endedAt: import("zod").ZodNullable<import("zod").ZodString>;
6668
6911
  status: import("zod").ZodEnum<{
6669
6912
  running: "running";
6670
- succeeded: "succeeded";
6671
6913
  failed: "failed";
6914
+ succeeded: "succeeded";
6672
6915
  }>;
6673
6916
  agentId: import("zod").ZodNullable<import("zod").ZodGUID>;
6674
6917
  workspaceId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -6703,8 +6946,8 @@ export declare const WSOutboundMessageSchema: {
6703
6946
  maxTimeMs: import("zod").ZodNullable<import("zod").ZodNumber>;
6704
6947
  status: import("zod").ZodEnum<{
6705
6948
  running: "running";
6706
- succeeded: "succeeded";
6707
6949
  failed: "failed";
6950
+ succeeded: "succeeded";
6708
6951
  stopped: "stopped";
6709
6952
  }>;
6710
6953
  createdAt: import("zod").ZodString;
@@ -6720,14 +6963,14 @@ export declare const WSOutboundMessageSchema: {
6720
6963
  verifierAgentId: import("zod").ZodNullable<import("zod").ZodString>;
6721
6964
  status: import("zod").ZodEnum<{
6722
6965
  running: "running";
6723
- succeeded: "succeeded";
6724
6966
  failed: "failed";
6967
+ succeeded: "succeeded";
6725
6968
  stopped: "stopped";
6726
6969
  }>;
6727
6970
  workerOutcome: import("zod").ZodNullable<import("zod").ZodEnum<{
6728
6971
  failed: "failed";
6729
- completed: "completed";
6730
6972
  canceled: "canceled";
6973
+ completed: "completed";
6731
6974
  }>>;
6732
6975
  failureReason: import("zod").ZodNullable<import("zod").ZodString>;
6733
6976
  verifyChecks: import("zod").ZodArray<import("zod").ZodObject<{
@@ -6779,8 +7022,8 @@ export declare const WSOutboundMessageSchema: {
6779
7022
  name: import("zod").ZodNullable<import("zod").ZodString>;
6780
7023
  status: import("zod").ZodEnum<{
6781
7024
  running: "running";
6782
- succeeded: "succeeded";
6783
7025
  failed: "failed";
7026
+ succeeded: "succeeded";
6784
7027
  stopped: "stopped";
6785
7028
  }>;
6786
7029
  cwd: import("zod").ZodString;
@@ -6815,8 +7058,8 @@ export declare const WSOutboundMessageSchema: {
6815
7058
  maxTimeMs: import("zod").ZodNullable<import("zod").ZodNumber>;
6816
7059
  status: import("zod").ZodEnum<{
6817
7060
  running: "running";
6818
- succeeded: "succeeded";
6819
7061
  failed: "failed";
7062
+ succeeded: "succeeded";
6820
7063
  stopped: "stopped";
6821
7064
  }>;
6822
7065
  createdAt: import("zod").ZodString;
@@ -6832,14 +7075,14 @@ export declare const WSOutboundMessageSchema: {
6832
7075
  verifierAgentId: import("zod").ZodNullable<import("zod").ZodString>;
6833
7076
  status: import("zod").ZodEnum<{
6834
7077
  running: "running";
6835
- succeeded: "succeeded";
6836
7078
  failed: "failed";
7079
+ succeeded: "succeeded";
6837
7080
  stopped: "stopped";
6838
7081
  }>;
6839
7082
  workerOutcome: import("zod").ZodNullable<import("zod").ZodEnum<{
6840
7083
  failed: "failed";
6841
- completed: "completed";
6842
7084
  canceled: "canceled";
7085
+ completed: "completed";
6843
7086
  }>>;
6844
7087
  failureReason: import("zod").ZodNullable<import("zod").ZodString>;
6845
7088
  verifyChecks: import("zod").ZodArray<import("zod").ZodObject<{
@@ -6907,8 +7150,8 @@ export declare const WSOutboundMessageSchema: {
6907
7150
  maxTimeMs: import("zod").ZodNullable<import("zod").ZodNumber>;
6908
7151
  status: import("zod").ZodEnum<{
6909
7152
  running: "running";
6910
- succeeded: "succeeded";
6911
7153
  failed: "failed";
7154
+ succeeded: "succeeded";
6912
7155
  stopped: "stopped";
6913
7156
  }>;
6914
7157
  createdAt: import("zod").ZodString;
@@ -6924,14 +7167,14 @@ export declare const WSOutboundMessageSchema: {
6924
7167
  verifierAgentId: import("zod").ZodNullable<import("zod").ZodString>;
6925
7168
  status: import("zod").ZodEnum<{
6926
7169
  running: "running";
6927
- succeeded: "succeeded";
6928
7170
  failed: "failed";
7171
+ succeeded: "succeeded";
6929
7172
  stopped: "stopped";
6930
7173
  }>;
6931
7174
  workerOutcome: import("zod").ZodNullable<import("zod").ZodEnum<{
6932
7175
  failed: "failed";
6933
- completed: "completed";
6934
7176
  canceled: "canceled";
7177
+ completed: "completed";
6935
7178
  }>>;
6936
7179
  failureReason: import("zod").ZodNullable<import("zod").ZodString>;
6937
7180
  verifyChecks: import("zod").ZodArray<import("zod").ZodObject<{
@@ -7016,8 +7259,8 @@ export declare const WSOutboundMessageSchema: {
7016
7259
  maxTimeMs: import("zod").ZodNullable<import("zod").ZodNumber>;
7017
7260
  status: import("zod").ZodEnum<{
7018
7261
  running: "running";
7019
- succeeded: "succeeded";
7020
7262
  failed: "failed";
7263
+ succeeded: "succeeded";
7021
7264
  stopped: "stopped";
7022
7265
  }>;
7023
7266
  createdAt: import("zod").ZodString;
@@ -7033,14 +7276,14 @@ export declare const WSOutboundMessageSchema: {
7033
7276
  verifierAgentId: import("zod").ZodNullable<import("zod").ZodString>;
7034
7277
  status: import("zod").ZodEnum<{
7035
7278
  running: "running";
7036
- succeeded: "succeeded";
7037
7279
  failed: "failed";
7280
+ succeeded: "succeeded";
7038
7281
  stopped: "stopped";
7039
7282
  }>;
7040
7283
  workerOutcome: import("zod").ZodNullable<import("zod").ZodEnum<{
7041
7284
  failed: "failed";
7042
- completed: "completed";
7043
7285
  canceled: "canceled";
7286
+ completed: "completed";
7044
7287
  }>>;
7045
7288
  failureReason: import("zod").ZodNullable<import("zod").ZodString>;
7046
7289
  verifyChecks: import("zod").ZodArray<import("zod").ZodObject<{
@@ -7118,8 +7361,8 @@ export declare const WSOutboundMessageSchema: {
7118
7361
  starred: import("zod").ZodBoolean;
7119
7362
  status: import("zod").ZodEnum<{
7120
7363
  error: "error";
7121
- generating: "generating";
7122
7364
  ready: "ready";
7365
+ generating: "generating";
7123
7366
  }>;
7124
7367
  createdAt: import("zod").ZodString;
7125
7368
  updatedAt: import("zod").ZodString;
@@ -7153,8 +7396,8 @@ export declare const WSOutboundMessageSchema: {
7153
7396
  starred: import("zod").ZodBoolean;
7154
7397
  status: import("zod").ZodEnum<{
7155
7398
  error: "error";
7156
- generating: "generating";
7157
7399
  ready: "ready";
7400
+ generating: "generating";
7158
7401
  }>;
7159
7402
  createdAt: import("zod").ZodString;
7160
7403
  updatedAt: import("zod").ZodString;
@@ -7188,8 +7431,8 @@ export declare const WSOutboundMessageSchema: {
7188
7431
  starred: import("zod").ZodBoolean;
7189
7432
  status: import("zod").ZodEnum<{
7190
7433
  error: "error";
7191
- generating: "generating";
7192
7434
  ready: "ready";
7435
+ generating: "generating";
7193
7436
  }>;
7194
7437
  createdAt: import("zod").ZodString;
7195
7438
  updatedAt: import("zod").ZodString;
@@ -7223,8 +7466,8 @@ export declare const WSOutboundMessageSchema: {
7223
7466
  starred: import("zod").ZodBoolean;
7224
7467
  status: import("zod").ZodEnum<{
7225
7468
  error: "error";
7226
- generating: "generating";
7227
7469
  ready: "ready";
7470
+ generating: "generating";
7228
7471
  }>;
7229
7472
  createdAt: import("zod").ZodString;
7230
7473
  updatedAt: import("zod").ZodString;
@@ -7258,8 +7501,8 @@ export declare const WSOutboundMessageSchema: {
7258
7501
  starred: import("zod").ZodBoolean;
7259
7502
  status: import("zod").ZodEnum<{
7260
7503
  error: "error";
7261
- generating: "generating";
7262
7504
  ready: "ready";
7505
+ generating: "generating";
7263
7506
  }>;
7264
7507
  createdAt: import("zod").ZodString;
7265
7508
  updatedAt: import("zod").ZodString;
@@ -7300,8 +7543,8 @@ export declare const WSOutboundMessageSchema: {
7300
7543
  starred: import("zod").ZodBoolean;
7301
7544
  status: import("zod").ZodEnum<{
7302
7545
  error: "error";
7303
- generating: "generating";
7304
7546
  ready: "ready";
7547
+ generating: "generating";
7305
7548
  }>;
7306
7549
  createdAt: import("zod").ZodString;
7307
7550
  updatedAt: import("zod").ZodString;
@@ -7343,8 +7586,8 @@ export declare const WSOutboundMessageSchema: {
7343
7586
  starred: import("zod").ZodBoolean;
7344
7587
  status: import("zod").ZodEnum<{
7345
7588
  error: "error";
7346
- generating: "generating";
7347
7589
  ready: "ready";
7590
+ generating: "generating";
7348
7591
  }>;
7349
7592
  createdAt: import("zod").ZodString;
7350
7593
  updatedAt: import("zod").ZodString;
@@ -7375,8 +7618,8 @@ export declare const WSOutboundMessageSchema: {
7375
7618
  starred: import("zod").ZodBoolean;
7376
7619
  status: import("zod").ZodEnum<{
7377
7620
  error: "error";
7378
- generating: "generating";
7379
7621
  ready: "ready";
7622
+ generating: "generating";
7380
7623
  }>;
7381
7624
  createdAt: import("zod").ZodString;
7382
7625
  updatedAt: import("zod").ZodString;