@getpaseo/protocol 0.4.0 → 0.5.0-beta.2
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/binary-frames/terminal.d.ts +1 -1
- package/dist/generated/validation/ws-outbound.aot.js +34992 -32088
- package/dist/messages.d.ts +3861 -352
- package/dist/messages.js +458 -4
- package/dist/search/text-match.d.ts +2 -0
- package/dist/search/text-match.js +28 -0
- package/dist/validation/ws-outbound-schema-metadata.d.ts +607 -39
- package/dist/workspace-labels.d.ts +9 -0
- package/dist/workspace-labels.js +19 -0
- package/package.json +1 -1
|
@@ -223,6 +223,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
223
223
|
type: import("zod").ZodLiteral<"timeline">;
|
|
224
224
|
provider: import("zod").ZodString;
|
|
225
225
|
item: import("zod").ZodType<import("../agent-types.js").AgentTimelineItem, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentTimelineItem, unknown>>;
|
|
226
|
+
turnId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
226
227
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
227
228
|
type: import("zod").ZodLiteral<"permission_requested">;
|
|
228
229
|
provider: import("zod").ZodString;
|
|
@@ -413,6 +414,254 @@ export declare const WSOutboundMessageSchema: {
|
|
|
413
414
|
}, import("zod/v4/core").$strict>;
|
|
414
415
|
}, import("zod/v4/core").$strip>], "command">;
|
|
415
416
|
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
417
|
+
type: import("zod").ZodLiteral<"plugin.catalog.get.response">;
|
|
418
|
+
payload: import("zod").ZodObject<{
|
|
419
|
+
requestId: import("zod").ZodString;
|
|
420
|
+
plugins: import("zod").ZodArray<import("zod").ZodObject<{
|
|
421
|
+
id: import("zod").ZodString;
|
|
422
|
+
clientBundle: import("zod").ZodString;
|
|
423
|
+
}, import("zod/v4/core").$strip>>;
|
|
424
|
+
}, import("zod/v4/core").$strip>;
|
|
425
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
426
|
+
type: import("zod").ZodLiteral<"plugin.list.response">;
|
|
427
|
+
payload: import("zod").ZodObject<{
|
|
428
|
+
requestId: import("zod").ZodString;
|
|
429
|
+
plugins: import("zod").ZodArray<import("zod").ZodObject<{
|
|
430
|
+
id: import("zod").ZodString;
|
|
431
|
+
path: import("zod").ZodString;
|
|
432
|
+
enabled: import("zod").ZodBoolean;
|
|
433
|
+
status: import("zod").ZodEnum<{
|
|
434
|
+
running: "running";
|
|
435
|
+
failed: "failed";
|
|
436
|
+
disabled: "disabled";
|
|
437
|
+
}>;
|
|
438
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
439
|
+
}, import("zod/v4/core").$strip>>;
|
|
440
|
+
}, import("zod/v4/core").$strip>;
|
|
441
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
442
|
+
type: import("zod").ZodLiteral<"plugin.logs.get.response">;
|
|
443
|
+
payload: import("zod").ZodObject<{
|
|
444
|
+
requestId: import("zod").ZodString;
|
|
445
|
+
pluginId: import("zod").ZodString;
|
|
446
|
+
entries: import("zod").ZodArray<import("zod").ZodObject<{
|
|
447
|
+
sequence: import("zod").ZodNumber;
|
|
448
|
+
timestamp: import("zod").ZodString;
|
|
449
|
+
stream: import("zod").ZodEnum<{
|
|
450
|
+
stdout: "stdout";
|
|
451
|
+
stderr: "stderr";
|
|
452
|
+
}>;
|
|
453
|
+
message: import("zod").ZodString;
|
|
454
|
+
}, import("zod/v4/core").$strip>>;
|
|
455
|
+
}, import("zod/v4/core").$strip>;
|
|
456
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
457
|
+
type: import("zod").ZodLiteral<"plugin.directory.install.response">;
|
|
458
|
+
payload: import("zod").ZodObject<{
|
|
459
|
+
requestId: import("zod").ZodString;
|
|
460
|
+
plugin: import("zod").ZodObject<{
|
|
461
|
+
id: import("zod").ZodString;
|
|
462
|
+
path: import("zod").ZodString;
|
|
463
|
+
enabled: import("zod").ZodBoolean;
|
|
464
|
+
status: import("zod").ZodEnum<{
|
|
465
|
+
running: "running";
|
|
466
|
+
failed: "failed";
|
|
467
|
+
disabled: "disabled";
|
|
468
|
+
}>;
|
|
469
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
470
|
+
}, import("zod/v4/core").$strip>;
|
|
471
|
+
}, import("zod/v4/core").$strip>;
|
|
472
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
473
|
+
type: import("zod").ZodLiteral<"plugin.directory.inspect.response">;
|
|
474
|
+
payload: import("zod").ZodObject<{
|
|
475
|
+
requestId: import("zod").ZodString;
|
|
476
|
+
id: import("zod").ZodString;
|
|
477
|
+
}, import("zod/v4/core").$strip>;
|
|
478
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
479
|
+
type: import("zod").ZodLiteral<"plugin.reload.response">;
|
|
480
|
+
payload: import("zod").ZodObject<{
|
|
481
|
+
requestId: import("zod").ZodString;
|
|
482
|
+
plugin: import("zod").ZodObject<{
|
|
483
|
+
id: import("zod").ZodString;
|
|
484
|
+
path: import("zod").ZodString;
|
|
485
|
+
enabled: import("zod").ZodBoolean;
|
|
486
|
+
status: import("zod").ZodEnum<{
|
|
487
|
+
running: "running";
|
|
488
|
+
failed: "failed";
|
|
489
|
+
disabled: "disabled";
|
|
490
|
+
}>;
|
|
491
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
492
|
+
}, import("zod/v4/core").$strip>;
|
|
493
|
+
}, import("zod/v4/core").$strip>;
|
|
494
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
495
|
+
type: import("zod").ZodLiteral<"plugin.enable.response">;
|
|
496
|
+
payload: import("zod").ZodObject<{
|
|
497
|
+
requestId: import("zod").ZodString;
|
|
498
|
+
plugin: import("zod").ZodObject<{
|
|
499
|
+
id: import("zod").ZodString;
|
|
500
|
+
path: import("zod").ZodString;
|
|
501
|
+
enabled: import("zod").ZodBoolean;
|
|
502
|
+
status: import("zod").ZodEnum<{
|
|
503
|
+
running: "running";
|
|
504
|
+
failed: "failed";
|
|
505
|
+
disabled: "disabled";
|
|
506
|
+
}>;
|
|
507
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
508
|
+
}, import("zod/v4/core").$strip>;
|
|
509
|
+
}, import("zod/v4/core").$strip>;
|
|
510
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
511
|
+
type: import("zod").ZodLiteral<"plugin.disable.response">;
|
|
512
|
+
payload: import("zod").ZodObject<{
|
|
513
|
+
requestId: import("zod").ZodString;
|
|
514
|
+
plugin: import("zod").ZodObject<{
|
|
515
|
+
id: import("zod").ZodString;
|
|
516
|
+
path: import("zod").ZodString;
|
|
517
|
+
enabled: import("zod").ZodBoolean;
|
|
518
|
+
status: import("zod").ZodEnum<{
|
|
519
|
+
running: "running";
|
|
520
|
+
failed: "failed";
|
|
521
|
+
disabled: "disabled";
|
|
522
|
+
}>;
|
|
523
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
524
|
+
}, import("zod/v4/core").$strip>;
|
|
525
|
+
}, import("zod/v4/core").$strip>;
|
|
526
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
527
|
+
type: import("zod").ZodLiteral<"plugin.remove.response">;
|
|
528
|
+
payload: import("zod").ZodObject<{
|
|
529
|
+
requestId: import("zod").ZodString;
|
|
530
|
+
}, import("zod/v4/core").$strict>;
|
|
531
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
532
|
+
type: import("zod").ZodLiteral<"plugin.rpc.invoke.response">;
|
|
533
|
+
payload: import("zod").ZodObject<{
|
|
534
|
+
requestId: import("zod").ZodString;
|
|
535
|
+
output: import("zod").ZodUnknown;
|
|
536
|
+
}, import("zod/v4/core").$strip>;
|
|
537
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
538
|
+
type: import("zod").ZodLiteral<"agent.skills.get_status.response">;
|
|
539
|
+
payload: import("zod").ZodObject<{
|
|
540
|
+
state: import("zod").ZodEnum<{
|
|
541
|
+
"not-installed": "not-installed";
|
|
542
|
+
"up-to-date": "up-to-date";
|
|
543
|
+
drift: "drift";
|
|
544
|
+
}>;
|
|
545
|
+
ops: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
546
|
+
kind: import("zod").ZodLiteral<"add">;
|
|
547
|
+
name: import("zod").ZodString;
|
|
548
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
549
|
+
kind: import("zod").ZodLiteral<"update">;
|
|
550
|
+
name: import("zod").ZodString;
|
|
551
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
552
|
+
kind: import("zod").ZodLiteral<"delete">;
|
|
553
|
+
name: import("zod").ZodString;
|
|
554
|
+
}, import("zod/v4/core").$strict>], "kind">>;
|
|
555
|
+
available: import("zod").ZodArray<import("zod").ZodString>;
|
|
556
|
+
installed: import("zod").ZodArray<import("zod").ZodString>;
|
|
557
|
+
selection: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
558
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
559
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
560
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
561
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
562
|
+
}, import("zod/v4/core").$strict>], "mode">;
|
|
563
|
+
requestId: import("zod").ZodString;
|
|
564
|
+
}, import("zod/v4/core").$strip>;
|
|
565
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
566
|
+
type: import("zod").ZodLiteral<"agent.skills.reconcile.response">;
|
|
567
|
+
payload: import("zod").ZodObject<{
|
|
568
|
+
state: import("zod").ZodEnum<{
|
|
569
|
+
"not-installed": "not-installed";
|
|
570
|
+
"up-to-date": "up-to-date";
|
|
571
|
+
drift: "drift";
|
|
572
|
+
}>;
|
|
573
|
+
ops: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
574
|
+
kind: import("zod").ZodLiteral<"add">;
|
|
575
|
+
name: import("zod").ZodString;
|
|
576
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
577
|
+
kind: import("zod").ZodLiteral<"update">;
|
|
578
|
+
name: import("zod").ZodString;
|
|
579
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
580
|
+
kind: import("zod").ZodLiteral<"delete">;
|
|
581
|
+
name: import("zod").ZodString;
|
|
582
|
+
}, import("zod/v4/core").$strict>], "kind">>;
|
|
583
|
+
available: import("zod").ZodArray<import("zod").ZodString>;
|
|
584
|
+
installed: import("zod").ZodArray<import("zod").ZodString>;
|
|
585
|
+
selection: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
586
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
587
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
588
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
589
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
590
|
+
}, import("zod/v4/core").$strict>], "mode">;
|
|
591
|
+
requestId: import("zod").ZodString;
|
|
592
|
+
}, import("zod/v4/core").$strip>;
|
|
593
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
594
|
+
type: import("zod").ZodLiteral<"agent.skills.uninstall.response">;
|
|
595
|
+
payload: import("zod").ZodObject<{
|
|
596
|
+
state: import("zod").ZodEnum<{
|
|
597
|
+
"not-installed": "not-installed";
|
|
598
|
+
"up-to-date": "up-to-date";
|
|
599
|
+
drift: "drift";
|
|
600
|
+
}>;
|
|
601
|
+
ops: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
602
|
+
kind: import("zod").ZodLiteral<"add">;
|
|
603
|
+
name: import("zod").ZodString;
|
|
604
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
605
|
+
kind: import("zod").ZodLiteral<"update">;
|
|
606
|
+
name: import("zod").ZodString;
|
|
607
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
608
|
+
kind: import("zod").ZodLiteral<"delete">;
|
|
609
|
+
name: import("zod").ZodString;
|
|
610
|
+
}, import("zod/v4/core").$strict>], "kind">>;
|
|
611
|
+
available: import("zod").ZodArray<import("zod").ZodString>;
|
|
612
|
+
installed: import("zod").ZodArray<import("zod").ZodString>;
|
|
613
|
+
selection: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
614
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
615
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
616
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
617
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
618
|
+
}, import("zod/v4/core").$strict>], "mode">;
|
|
619
|
+
requestId: import("zod").ZodString;
|
|
620
|
+
}, import("zod/v4/core").$strip>;
|
|
621
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
622
|
+
type: import("zod").ZodLiteral<"agent.skills.save_selection.response">;
|
|
623
|
+
payload: import("zod").ZodObject<{
|
|
624
|
+
state: import("zod").ZodEnum<{
|
|
625
|
+
"not-installed": "not-installed";
|
|
626
|
+
"up-to-date": "up-to-date";
|
|
627
|
+
drift: "drift";
|
|
628
|
+
}>;
|
|
629
|
+
ops: import("zod").ZodArray<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
630
|
+
kind: import("zod").ZodLiteral<"add">;
|
|
631
|
+
name: import("zod").ZodString;
|
|
632
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
633
|
+
kind: import("zod").ZodLiteral<"update">;
|
|
634
|
+
name: import("zod").ZodString;
|
|
635
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
636
|
+
kind: import("zod").ZodLiteral<"delete">;
|
|
637
|
+
name: import("zod").ZodString;
|
|
638
|
+
}, import("zod/v4/core").$strict>], "kind">>;
|
|
639
|
+
available: import("zod").ZodArray<import("zod").ZodString>;
|
|
640
|
+
installed: import("zod").ZodArray<import("zod").ZodString>;
|
|
641
|
+
selection: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
642
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
643
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
644
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
645
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
646
|
+
}, import("zod/v4/core").$strict>], "mode">;
|
|
647
|
+
confirmationRequired: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
648
|
+
removals: import("zod").ZodArray<import("zod").ZodString>;
|
|
649
|
+
}, import("zod/v4/core").$strict>>;
|
|
650
|
+
requestId: import("zod").ZodString;
|
|
651
|
+
}, import("zod/v4/core").$strip>;
|
|
652
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
653
|
+
type: import("zod").ZodLiteral<"agent.skills.import_legacy_selection.response">;
|
|
654
|
+
payload: import("zod").ZodObject<{
|
|
655
|
+
requestId: import("zod").ZodString;
|
|
656
|
+
imported: import("zod").ZodBoolean;
|
|
657
|
+
selection: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
658
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
659
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
660
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
661
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
662
|
+
}, import("zod/v4/core").$strict>], "mode">;
|
|
663
|
+
}, import("zod/v4/core").$strip>;
|
|
664
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
416
665
|
type: import("zod").ZodLiteral<"activity_log">;
|
|
417
666
|
payload: import("zod").ZodObject<{
|
|
418
667
|
id: import("zod").ZodString;
|
|
@@ -685,9 +934,13 @@ export declare const WSOutboundMessageSchema: {
|
|
|
685
934
|
worktreeRoot?: string | undefined;
|
|
686
935
|
}>>]>;
|
|
687
936
|
}, import("zod/v4/core").$strip>>>;
|
|
937
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
938
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
688
939
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
689
940
|
kind: import("zod").ZodLiteral<"remove">;
|
|
690
941
|
agentId: import("zod").ZodString;
|
|
942
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
943
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
691
944
|
}, import("zod/v4/core").$strip>], "kind">;
|
|
692
945
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
693
946
|
type: import("zod").ZodLiteral<"workspace_update">;
|
|
@@ -703,19 +956,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
703
956
|
workspaceDirectory: import("zod").ZodOptional<import("zod").ZodString>;
|
|
704
957
|
worktreeSlug: import("zod").ZodOptional<import("zod").ZodString>;
|
|
705
958
|
projectKind: import("zod").ZodEnum<{
|
|
706
|
-
git: "git";
|
|
707
959
|
directory: "directory";
|
|
960
|
+
git: "git";
|
|
708
961
|
non_git: "non_git";
|
|
709
962
|
}>;
|
|
710
963
|
workspaceKind: import("zod").ZodEnum<{
|
|
711
964
|
worktree: "worktree";
|
|
712
|
-
checkout: "checkout";
|
|
713
965
|
directory: "directory";
|
|
966
|
+
checkout: "checkout";
|
|
714
967
|
local_checkout: "local_checkout";
|
|
715
968
|
}>;
|
|
716
969
|
name: import("zod").ZodString;
|
|
717
970
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
718
971
|
pinnedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
972
|
+
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
719
973
|
archivingAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
720
974
|
status: import("zod").ZodEnum<{
|
|
721
975
|
running: "running";
|
|
@@ -892,14 +1146,15 @@ export declare const WSOutboundMessageSchema: {
|
|
|
892
1146
|
worktreeRoot?: string | undefined;
|
|
893
1147
|
}>>]>;
|
|
894
1148
|
}, import("zod/v4/core").$strip>>;
|
|
1149
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
895
1150
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
896
1151
|
workspaceDirectory: string;
|
|
897
1152
|
id: string;
|
|
898
1153
|
projectId: string;
|
|
899
1154
|
projectDisplayName: string;
|
|
900
1155
|
projectRootPath: string;
|
|
901
|
-
projectKind: "
|
|
902
|
-
workspaceKind: "worktree" | "
|
|
1156
|
+
projectKind: "directory" | "git" | "non_git";
|
|
1157
|
+
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
903
1158
|
name: string;
|
|
904
1159
|
archivingAt: string | null;
|
|
905
1160
|
status: "running" | "attention" | "needs_input" | "failed" | "done";
|
|
@@ -923,6 +1178,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
923
1178
|
worktreeSlug?: string | undefined;
|
|
924
1179
|
title?: string | null | undefined;
|
|
925
1180
|
pinnedAt?: string | null | undefined;
|
|
1181
|
+
labels?: string[] | undefined;
|
|
926
1182
|
diffStat?: {
|
|
927
1183
|
additions: number;
|
|
928
1184
|
deletions: number;
|
|
@@ -1000,13 +1256,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1000
1256
|
};
|
|
1001
1257
|
workspaceName?: string | null | undefined;
|
|
1002
1258
|
} | undefined;
|
|
1259
|
+
syncSeq?: number | undefined;
|
|
1003
1260
|
}, {
|
|
1004
1261
|
id: string;
|
|
1005
1262
|
projectId: string;
|
|
1006
1263
|
projectDisplayName: string;
|
|
1007
1264
|
projectRootPath: string;
|
|
1008
|
-
projectKind: "
|
|
1009
|
-
workspaceKind: "worktree" | "
|
|
1265
|
+
projectKind: "directory" | "git" | "non_git";
|
|
1266
|
+
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
1010
1267
|
name: string;
|
|
1011
1268
|
archivingAt: string | null;
|
|
1012
1269
|
status: "running" | "attention" | "needs_input" | "failed" | "done";
|
|
@@ -1031,6 +1288,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1031
1288
|
worktreeSlug?: string | undefined;
|
|
1032
1289
|
title?: string | null | undefined;
|
|
1033
1290
|
pinnedAt?: string | null | undefined;
|
|
1291
|
+
labels?: string[] | undefined;
|
|
1034
1292
|
diffStat?: {
|
|
1035
1293
|
additions: number;
|
|
1036
1294
|
deletions: number;
|
|
@@ -1108,7 +1366,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1108
1366
|
};
|
|
1109
1367
|
workspaceName?: string | null | undefined;
|
|
1110
1368
|
} | undefined;
|
|
1369
|
+
syncSeq?: number | undefined;
|
|
1111
1370
|
}>>;
|
|
1371
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1372
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1112
1373
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1113
1374
|
kind: import("zod").ZodLiteral<"remove">;
|
|
1114
1375
|
id: import("zod").ZodString;
|
|
@@ -1118,15 +1379,133 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1118
1379
|
projectDisplayName: import("zod").ZodString;
|
|
1119
1380
|
projectCustomName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1120
1381
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1382
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1121
1383
|
projectRootPath: import("zod").ZodString;
|
|
1122
1384
|
projectKind: import("zod").ZodEnum<{
|
|
1123
|
-
git: "git";
|
|
1124
1385
|
directory: "directory";
|
|
1386
|
+
git: "git";
|
|
1125
1387
|
non_git: "non_git";
|
|
1126
1388
|
}>;
|
|
1389
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1127
1390
|
}, import("zod/v4/core").$strip>>;
|
|
1128
1391
|
removedProjectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1392
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1393
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1129
1394
|
}, import("zod/v4/core").$strip>], "kind">;
|
|
1395
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1396
|
+
type: import("zod").ZodLiteral<"workspace.label.list.response">;
|
|
1397
|
+
payload: import("zod").ZodObject<{
|
|
1398
|
+
requestId: import("zod").ZodString;
|
|
1399
|
+
labels: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1400
|
+
name: import("zod").ZodString;
|
|
1401
|
+
color: import("zod").ZodEnum<{
|
|
1402
|
+
violet: "violet";
|
|
1403
|
+
sky: "sky";
|
|
1404
|
+
emerald: "emerald";
|
|
1405
|
+
orange: "orange";
|
|
1406
|
+
pink: "pink";
|
|
1407
|
+
indigo: "indigo";
|
|
1408
|
+
teal: "teal";
|
|
1409
|
+
red: "red";
|
|
1410
|
+
amber: "amber";
|
|
1411
|
+
blue: "blue";
|
|
1412
|
+
}>;
|
|
1413
|
+
}, import("zod/v4/core").$strip>>;
|
|
1414
|
+
sync: import("zod").ZodObject<{
|
|
1415
|
+
mode: import("zod").ZodEnum<{
|
|
1416
|
+
snapshot: "snapshot";
|
|
1417
|
+
changes: "changes";
|
|
1418
|
+
}>;
|
|
1419
|
+
generation: import("zod").ZodString;
|
|
1420
|
+
headSeq: import("zod").ZodNumber;
|
|
1421
|
+
removals: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1422
|
+
name: import("zod").ZodString;
|
|
1423
|
+
seq: import("zod").ZodNumber;
|
|
1424
|
+
}, import("zod/v4/core").$strip>>;
|
|
1425
|
+
}, import("zod/v4/core").$strip>;
|
|
1426
|
+
}, import("zod/v4/core").$strip>;
|
|
1427
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1428
|
+
type: import("zod").ZodLiteral<"workspace.label.update">;
|
|
1429
|
+
payload: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1430
|
+
kind: import("zod").ZodLiteral<"upsert">;
|
|
1431
|
+
label: import("zod").ZodObject<{
|
|
1432
|
+
name: import("zod").ZodString;
|
|
1433
|
+
color: import("zod").ZodEnum<{
|
|
1434
|
+
violet: "violet";
|
|
1435
|
+
sky: "sky";
|
|
1436
|
+
emerald: "emerald";
|
|
1437
|
+
orange: "orange";
|
|
1438
|
+
pink: "pink";
|
|
1439
|
+
indigo: "indigo";
|
|
1440
|
+
teal: "teal";
|
|
1441
|
+
red: "red";
|
|
1442
|
+
amber: "amber";
|
|
1443
|
+
blue: "blue";
|
|
1444
|
+
}>;
|
|
1445
|
+
}, import("zod/v4/core").$strip>;
|
|
1446
|
+
previousName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1447
|
+
generation: import("zod").ZodString;
|
|
1448
|
+
seq: import("zod").ZodNumber;
|
|
1449
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1450
|
+
kind: import("zod").ZodLiteral<"remove">;
|
|
1451
|
+
name: import("zod").ZodString;
|
|
1452
|
+
generation: import("zod").ZodString;
|
|
1453
|
+
seq: import("zod").ZodNumber;
|
|
1454
|
+
}, import("zod/v4/core").$strip>], "kind">;
|
|
1455
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1456
|
+
type: import("zod").ZodLiteral<"workspace.label.assignment.set.response">;
|
|
1457
|
+
payload: import("zod").ZodObject<{
|
|
1458
|
+
requestId: import("zod").ZodString;
|
|
1459
|
+
label: import("zod").ZodObject<{
|
|
1460
|
+
name: import("zod").ZodString;
|
|
1461
|
+
color: import("zod").ZodEnum<{
|
|
1462
|
+
violet: "violet";
|
|
1463
|
+
sky: "sky";
|
|
1464
|
+
emerald: "emerald";
|
|
1465
|
+
orange: "orange";
|
|
1466
|
+
pink: "pink";
|
|
1467
|
+
indigo: "indigo";
|
|
1468
|
+
teal: "teal";
|
|
1469
|
+
red: "red";
|
|
1470
|
+
amber: "amber";
|
|
1471
|
+
blue: "blue";
|
|
1472
|
+
}>;
|
|
1473
|
+
}, import("zod/v4/core").$strip>;
|
|
1474
|
+
workspaceLabels: import("zod").ZodArray<import("zod").ZodString>;
|
|
1475
|
+
}, import("zod/v4/core").$strip>;
|
|
1476
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1477
|
+
type: import("zod").ZodLiteral<"workspace.label.update.response">;
|
|
1478
|
+
payload: import("zod").ZodObject<{
|
|
1479
|
+
requestId: import("zod").ZodString;
|
|
1480
|
+
label: import("zod").ZodObject<{
|
|
1481
|
+
name: import("zod").ZodString;
|
|
1482
|
+
color: import("zod").ZodEnum<{
|
|
1483
|
+
violet: "violet";
|
|
1484
|
+
sky: "sky";
|
|
1485
|
+
emerald: "emerald";
|
|
1486
|
+
orange: "orange";
|
|
1487
|
+
pink: "pink";
|
|
1488
|
+
indigo: "indigo";
|
|
1489
|
+
teal: "teal";
|
|
1490
|
+
red: "red";
|
|
1491
|
+
amber: "amber";
|
|
1492
|
+
blue: "blue";
|
|
1493
|
+
}>;
|
|
1494
|
+
}, import("zod/v4/core").$strip>;
|
|
1495
|
+
affectedWorkspaceCount: import("zod").ZodNumber;
|
|
1496
|
+
}, import("zod/v4/core").$strip>;
|
|
1497
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1498
|
+
type: import("zod").ZodLiteral<"workspace.label.delete.response">;
|
|
1499
|
+
payload: import("zod").ZodObject<{
|
|
1500
|
+
requestId: import("zod").ZodString;
|
|
1501
|
+
affectedWorkspaceCount: import("zod").ZodNumber;
|
|
1502
|
+
}, import("zod/v4/core").$strip>;
|
|
1503
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1504
|
+
type: import("zod").ZodLiteral<"workspace.label.delete.inspect.response">;
|
|
1505
|
+
payload: import("zod").ZodObject<{
|
|
1506
|
+
requestId: import("zod").ZodString;
|
|
1507
|
+
affectedWorkspaceCount: import("zod").ZodNumber;
|
|
1508
|
+
}, import("zod/v4/core").$strip>;
|
|
1130
1509
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1131
1510
|
type: import("zod").ZodLiteral<"project.update">;
|
|
1132
1511
|
payload: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
@@ -1137,16 +1516,22 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1137
1516
|
projectDisplayName: import("zod").ZodString;
|
|
1138
1517
|
projectCustomName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1139
1518
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1519
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1140
1520
|
projectRootPath: import("zod").ZodString;
|
|
1141
1521
|
projectKind: import("zod").ZodEnum<{
|
|
1142
|
-
git: "git";
|
|
1143
1522
|
directory: "directory";
|
|
1523
|
+
git: "git";
|
|
1144
1524
|
non_git: "non_git";
|
|
1145
1525
|
}>;
|
|
1526
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1146
1527
|
}, import("zod/v4/core").$strip>;
|
|
1528
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1529
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1147
1530
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1148
1531
|
kind: import("zod").ZodLiteral<"remove">;
|
|
1149
1532
|
projectId: import("zod").ZodString;
|
|
1533
|
+
generation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1534
|
+
seq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1150
1535
|
}, import("zod/v4/core").$strip>], "kind">;
|
|
1151
1536
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1152
1537
|
type: import("zod").ZodLiteral<"project.list.response">;
|
|
@@ -1158,12 +1543,32 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1158
1543
|
projectDisplayName: import("zod").ZodString;
|
|
1159
1544
|
projectCustomName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1160
1545
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1546
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1161
1547
|
projectRootPath: import("zod").ZodString;
|
|
1162
1548
|
projectKind: import("zod").ZodEnum<{
|
|
1163
|
-
git: "git";
|
|
1164
1549
|
directory: "directory";
|
|
1550
|
+
git: "git";
|
|
1165
1551
|
non_git: "non_git";
|
|
1166
1552
|
}>;
|
|
1553
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1554
|
+
}, import("zod/v4/core").$strip>>;
|
|
1555
|
+
sync: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1556
|
+
generation: import("zod").ZodString;
|
|
1557
|
+
headSeq: import("zod").ZodNumber;
|
|
1558
|
+
mode: import("zod").ZodEnum<{
|
|
1559
|
+
snapshot: "snapshot";
|
|
1560
|
+
changes: "changes";
|
|
1561
|
+
}>;
|
|
1562
|
+
reason: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1563
|
+
no_cursor: "no_cursor";
|
|
1564
|
+
generation_changed: "generation_changed";
|
|
1565
|
+
cursor_expired: "cursor_expired";
|
|
1566
|
+
changes_too_large: "changes_too_large";
|
|
1567
|
+
}>>;
|
|
1568
|
+
removals: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1569
|
+
id: import("zod").ZodString;
|
|
1570
|
+
seq: import("zod").ZodNumber;
|
|
1571
|
+
}, import("zod/v4/core").$strip>>;
|
|
1167
1572
|
}, import("zod/v4/core").$strip>>;
|
|
1168
1573
|
}, import("zod/v4/core").$strip>;
|
|
1169
1574
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -1291,6 +1696,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1291
1696
|
type: import("zod").ZodLiteral<"timeline">;
|
|
1292
1697
|
provider: import("zod").ZodString;
|
|
1293
1698
|
item: import("zod").ZodType<import("../agent-types.js").AgentTimelineItem, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentTimelineItem, unknown>>;
|
|
1699
|
+
turnId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1294
1700
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1295
1701
|
type: import("zod").ZodLiteral<"permission_requested">;
|
|
1296
1702
|
provider: import("zod").ZodString;
|
|
@@ -1564,12 +1970,31 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1564
1970
|
length: import("zod").ZodNumber;
|
|
1565
1971
|
}, import("zod/v4/core").$strip>>;
|
|
1566
1972
|
}, import("zod/v4/core").$strip>>>;
|
|
1973
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1567
1974
|
}, import("zod/v4/core").$strip>>;
|
|
1568
1975
|
pageInfo: import("zod").ZodObject<{
|
|
1569
1976
|
nextCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1570
1977
|
prevCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1571
1978
|
hasMore: import("zod").ZodBoolean;
|
|
1572
1979
|
}, import("zod/v4/core").$strip>;
|
|
1980
|
+
sync: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1981
|
+
generation: import("zod").ZodString;
|
|
1982
|
+
headSeq: import("zod").ZodNumber;
|
|
1983
|
+
mode: import("zod").ZodEnum<{
|
|
1984
|
+
snapshot: "snapshot";
|
|
1985
|
+
changes: "changes";
|
|
1986
|
+
}>;
|
|
1987
|
+
reason: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1988
|
+
no_cursor: "no_cursor";
|
|
1989
|
+
generation_changed: "generation_changed";
|
|
1990
|
+
cursor_expired: "cursor_expired";
|
|
1991
|
+
changes_too_large: "changes_too_large";
|
|
1992
|
+
}>>;
|
|
1993
|
+
removals: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1994
|
+
id: import("zod").ZodString;
|
|
1995
|
+
seq: import("zod").ZodNumber;
|
|
1996
|
+
}, import("zod/v4/core").$strip>>;
|
|
1997
|
+
}, import("zod/v4/core").$strip>>;
|
|
1573
1998
|
}, import("zod/v4/core").$strip>;
|
|
1574
1999
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
1575
2000
|
type: import("zod").ZodLiteral<"fetch_agent_history_response">;
|
|
@@ -1733,6 +2158,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1733
2158
|
length: import("zod").ZodNumber;
|
|
1734
2159
|
}, import("zod/v4/core").$strip>>;
|
|
1735
2160
|
}, import("zod/v4/core").$strip>>>;
|
|
2161
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1736
2162
|
}, import("zod/v4/core").$strip>>;
|
|
1737
2163
|
pageInfo: import("zod").ZodObject<{
|
|
1738
2164
|
nextCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1772,19 +2198,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1772
2198
|
workspaceDirectory: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1773
2199
|
worktreeSlug: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1774
2200
|
projectKind: import("zod").ZodEnum<{
|
|
1775
|
-
git: "git";
|
|
1776
2201
|
directory: "directory";
|
|
2202
|
+
git: "git";
|
|
1777
2203
|
non_git: "non_git";
|
|
1778
2204
|
}>;
|
|
1779
2205
|
workspaceKind: import("zod").ZodEnum<{
|
|
1780
2206
|
worktree: "worktree";
|
|
1781
|
-
checkout: "checkout";
|
|
1782
2207
|
directory: "directory";
|
|
2208
|
+
checkout: "checkout";
|
|
1783
2209
|
local_checkout: "local_checkout";
|
|
1784
2210
|
}>;
|
|
1785
2211
|
name: import("zod").ZodString;
|
|
1786
2212
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1787
2213
|
pinnedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2214
|
+
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1788
2215
|
archivingAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
1789
2216
|
status: import("zod").ZodEnum<{
|
|
1790
2217
|
running: "running";
|
|
@@ -1961,14 +2388,15 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1961
2388
|
worktreeRoot?: string | undefined;
|
|
1962
2389
|
}>>]>;
|
|
1963
2390
|
}, import("zod/v4/core").$strip>>;
|
|
2391
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1964
2392
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
1965
2393
|
workspaceDirectory: string;
|
|
1966
2394
|
id: string;
|
|
1967
2395
|
projectId: string;
|
|
1968
2396
|
projectDisplayName: string;
|
|
1969
2397
|
projectRootPath: string;
|
|
1970
|
-
projectKind: "
|
|
1971
|
-
workspaceKind: "worktree" | "
|
|
2398
|
+
projectKind: "directory" | "git" | "non_git";
|
|
2399
|
+
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
1972
2400
|
name: string;
|
|
1973
2401
|
archivingAt: string | null;
|
|
1974
2402
|
status: "running" | "attention" | "needs_input" | "failed" | "done";
|
|
@@ -1992,6 +2420,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1992
2420
|
worktreeSlug?: string | undefined;
|
|
1993
2421
|
title?: string | null | undefined;
|
|
1994
2422
|
pinnedAt?: string | null | undefined;
|
|
2423
|
+
labels?: string[] | undefined;
|
|
1995
2424
|
diffStat?: {
|
|
1996
2425
|
additions: number;
|
|
1997
2426
|
deletions: number;
|
|
@@ -2069,13 +2498,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2069
2498
|
};
|
|
2070
2499
|
workspaceName?: string | null | undefined;
|
|
2071
2500
|
} | undefined;
|
|
2501
|
+
syncSeq?: number | undefined;
|
|
2072
2502
|
}, {
|
|
2073
2503
|
id: string;
|
|
2074
2504
|
projectId: string;
|
|
2075
2505
|
projectDisplayName: string;
|
|
2076
2506
|
projectRootPath: string;
|
|
2077
|
-
projectKind: "
|
|
2078
|
-
workspaceKind: "worktree" | "
|
|
2507
|
+
projectKind: "directory" | "git" | "non_git";
|
|
2508
|
+
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
2079
2509
|
name: string;
|
|
2080
2510
|
archivingAt: string | null;
|
|
2081
2511
|
status: "running" | "attention" | "needs_input" | "failed" | "done";
|
|
@@ -2100,6 +2530,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2100
2530
|
worktreeSlug?: string | undefined;
|
|
2101
2531
|
title?: string | null | undefined;
|
|
2102
2532
|
pinnedAt?: string | null | undefined;
|
|
2533
|
+
labels?: string[] | undefined;
|
|
2103
2534
|
diffStat?: {
|
|
2104
2535
|
additions: number;
|
|
2105
2536
|
deletions: number;
|
|
@@ -2177,6 +2608,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2177
2608
|
};
|
|
2178
2609
|
workspaceName?: string | null | undefined;
|
|
2179
2610
|
} | undefined;
|
|
2611
|
+
syncSeq?: number | undefined;
|
|
2180
2612
|
}>>>;
|
|
2181
2613
|
emptyProjects: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2182
2614
|
projectId: import("zod").ZodString;
|
|
@@ -2184,18 +2616,38 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2184
2616
|
projectDisplayName: import("zod").ZodString;
|
|
2185
2617
|
projectCustomName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2186
2618
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2619
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2187
2620
|
projectRootPath: import("zod").ZodString;
|
|
2188
2621
|
projectKind: import("zod").ZodEnum<{
|
|
2189
|
-
git: "git";
|
|
2190
2622
|
directory: "directory";
|
|
2623
|
+
git: "git";
|
|
2191
2624
|
non_git: "non_git";
|
|
2192
2625
|
}>;
|
|
2626
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2193
2627
|
}, import("zod/v4/core").$strip>>>>;
|
|
2194
2628
|
pageInfo: import("zod").ZodObject<{
|
|
2195
2629
|
nextCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2196
2630
|
prevCursor: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2197
2631
|
hasMore: import("zod").ZodBoolean;
|
|
2198
2632
|
}, import("zod/v4/core").$strip>;
|
|
2633
|
+
sync: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2634
|
+
generation: import("zod").ZodString;
|
|
2635
|
+
headSeq: import("zod").ZodNumber;
|
|
2636
|
+
mode: import("zod").ZodEnum<{
|
|
2637
|
+
snapshot: "snapshot";
|
|
2638
|
+
changes: "changes";
|
|
2639
|
+
}>;
|
|
2640
|
+
reason: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2641
|
+
no_cursor: "no_cursor";
|
|
2642
|
+
generation_changed: "generation_changed";
|
|
2643
|
+
cursor_expired: "cursor_expired";
|
|
2644
|
+
changes_too_large: "changes_too_large";
|
|
2645
|
+
}>>;
|
|
2646
|
+
removals: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2647
|
+
id: import("zod").ZodString;
|
|
2648
|
+
seq: import("zod").ZodNumber;
|
|
2649
|
+
}, import("zod/v4/core").$strip>>;
|
|
2650
|
+
}, import("zod/v4/core").$strip>>;
|
|
2199
2651
|
}, import("zod/v4/core").$strip>;
|
|
2200
2652
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
2201
2653
|
type: import("zod").ZodLiteral<"project.add.response">;
|
|
@@ -2207,12 +2659,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2207
2659
|
projectDisplayName: import("zod").ZodString;
|
|
2208
2660
|
projectCustomName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2209
2661
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2662
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2210
2663
|
projectRootPath: import("zod").ZodString;
|
|
2211
2664
|
projectKind: import("zod").ZodEnum<{
|
|
2212
|
-
git: "git";
|
|
2213
2665
|
directory: "directory";
|
|
2666
|
+
git: "git";
|
|
2214
2667
|
non_git: "non_git";
|
|
2215
2668
|
}>;
|
|
2669
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2216
2670
|
}, import("zod/v4/core").$strip>>;
|
|
2217
2671
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2218
2672
|
errorCode: import("zod").ZodCatch<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
@@ -2230,12 +2684,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2230
2684
|
projectDisplayName: import("zod").ZodString;
|
|
2231
2685
|
projectCustomName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2232
2686
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2687
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2233
2688
|
projectRootPath: import("zod").ZodString;
|
|
2234
2689
|
projectKind: import("zod").ZodEnum<{
|
|
2235
|
-
git: "git";
|
|
2236
2690
|
directory: "directory";
|
|
2691
|
+
git: "git";
|
|
2237
2692
|
non_git: "non_git";
|
|
2238
2693
|
}>;
|
|
2694
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2239
2695
|
}, import("zod/v4/core").$strip>>;
|
|
2240
2696
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2241
2697
|
errorCode: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2254,19 +2710,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2254
2710
|
workspaceDirectory: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2255
2711
|
worktreeSlug: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2256
2712
|
projectKind: import("zod").ZodEnum<{
|
|
2257
|
-
git: "git";
|
|
2258
2713
|
directory: "directory";
|
|
2714
|
+
git: "git";
|
|
2259
2715
|
non_git: "non_git";
|
|
2260
2716
|
}>;
|
|
2261
2717
|
workspaceKind: import("zod").ZodEnum<{
|
|
2262
2718
|
worktree: "worktree";
|
|
2263
|
-
checkout: "checkout";
|
|
2264
2719
|
directory: "directory";
|
|
2720
|
+
checkout: "checkout";
|
|
2265
2721
|
local_checkout: "local_checkout";
|
|
2266
2722
|
}>;
|
|
2267
2723
|
name: import("zod").ZodString;
|
|
2268
2724
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2269
2725
|
pinnedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2726
|
+
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
2270
2727
|
archivingAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
2271
2728
|
status: import("zod").ZodEnum<{
|
|
2272
2729
|
running: "running";
|
|
@@ -2443,14 +2900,15 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2443
2900
|
worktreeRoot?: string | undefined;
|
|
2444
2901
|
}>>]>;
|
|
2445
2902
|
}, import("zod/v4/core").$strip>>;
|
|
2903
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2446
2904
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
2447
2905
|
workspaceDirectory: string;
|
|
2448
2906
|
id: string;
|
|
2449
2907
|
projectId: string;
|
|
2450
2908
|
projectDisplayName: string;
|
|
2451
2909
|
projectRootPath: string;
|
|
2452
|
-
projectKind: "
|
|
2453
|
-
workspaceKind: "worktree" | "
|
|
2910
|
+
projectKind: "directory" | "git" | "non_git";
|
|
2911
|
+
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
2454
2912
|
name: string;
|
|
2455
2913
|
archivingAt: string | null;
|
|
2456
2914
|
status: "running" | "attention" | "needs_input" | "failed" | "done";
|
|
@@ -2474,6 +2932,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2474
2932
|
worktreeSlug?: string | undefined;
|
|
2475
2933
|
title?: string | null | undefined;
|
|
2476
2934
|
pinnedAt?: string | null | undefined;
|
|
2935
|
+
labels?: string[] | undefined;
|
|
2477
2936
|
diffStat?: {
|
|
2478
2937
|
additions: number;
|
|
2479
2938
|
deletions: number;
|
|
@@ -2551,13 +3010,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2551
3010
|
};
|
|
2552
3011
|
workspaceName?: string | null | undefined;
|
|
2553
3012
|
} | undefined;
|
|
3013
|
+
syncSeq?: number | undefined;
|
|
2554
3014
|
}, {
|
|
2555
3015
|
id: string;
|
|
2556
3016
|
projectId: string;
|
|
2557
3017
|
projectDisplayName: string;
|
|
2558
3018
|
projectRootPath: string;
|
|
2559
|
-
projectKind: "
|
|
2560
|
-
workspaceKind: "worktree" | "
|
|
3019
|
+
projectKind: "directory" | "git" | "non_git";
|
|
3020
|
+
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
2561
3021
|
name: string;
|
|
2562
3022
|
archivingAt: string | null;
|
|
2563
3023
|
status: "running" | "attention" | "needs_input" | "failed" | "done";
|
|
@@ -2582,6 +3042,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2582
3042
|
worktreeSlug?: string | undefined;
|
|
2583
3043
|
title?: string | null | undefined;
|
|
2584
3044
|
pinnedAt?: string | null | undefined;
|
|
3045
|
+
labels?: string[] | undefined;
|
|
2585
3046
|
diffStat?: {
|
|
2586
3047
|
additions: number;
|
|
2587
3048
|
deletions: number;
|
|
@@ -2659,6 +3120,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2659
3120
|
};
|
|
2660
3121
|
workspaceName?: string | null | undefined;
|
|
2661
3122
|
} | undefined;
|
|
3123
|
+
syncSeq?: number | undefined;
|
|
2662
3124
|
}>>>;
|
|
2663
3125
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2664
3126
|
errorCode: import("zod").ZodCatch<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
@@ -2753,12 +3215,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2753
3215
|
projectDisplayName: import("zod").ZodString;
|
|
2754
3216
|
projectCustomName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2755
3217
|
projectCustomIconRevision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3218
|
+
projectIconRevision: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2756
3219
|
projectRootPath: import("zod").ZodString;
|
|
2757
3220
|
projectKind: import("zod").ZodEnum<{
|
|
2758
|
-
git: "git";
|
|
2759
3221
|
directory: "directory";
|
|
3222
|
+
git: "git";
|
|
2760
3223
|
non_git: "non_git";
|
|
2761
3224
|
}>;
|
|
3225
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2762
3226
|
}, import("zod/v4/core").$strip>>;
|
|
2763
3227
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2764
3228
|
}, import("zod/v4/core").$strip>;
|
|
@@ -3204,6 +3668,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3204
3668
|
entries: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3205
3669
|
provider: import("zod").ZodString;
|
|
3206
3670
|
item: import("zod").ZodType<import("../agent-types.js").AgentTimelineItem, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentTimelineItem, unknown>>;
|
|
3671
|
+
turnId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3207
3672
|
timestamp: import("zod").ZodString;
|
|
3208
3673
|
seqStart: import("zod").ZodNumber;
|
|
3209
3674
|
seqEnd: import("zod").ZodNumber;
|
|
@@ -3366,18 +3831,45 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3366
3831
|
contextKind: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3367
3832
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3368
3833
|
text: import("zod").ZodString;
|
|
3834
|
+
externalResource: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3835
|
+
provider: import("zod").ZodString;
|
|
3836
|
+
providerLabel: import("zod").ZodString;
|
|
3837
|
+
resourceType: import("zod").ZodString;
|
|
3838
|
+
id: import("zod").ZodString;
|
|
3839
|
+
identifier: import("zod").ZodString;
|
|
3840
|
+
title: import("zod").ZodString;
|
|
3841
|
+
url: import("zod").ZodString;
|
|
3842
|
+
}, import("zod/v4/core").$strip>>;
|
|
3369
3843
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
3370
3844
|
contextKind?: string | undefined;
|
|
3371
3845
|
type: "text";
|
|
3372
3846
|
mimeType: "text/plain";
|
|
3373
3847
|
text: string;
|
|
3374
3848
|
title?: string | null | undefined;
|
|
3849
|
+
externalResource?: {
|
|
3850
|
+
provider: string;
|
|
3851
|
+
providerLabel: string;
|
|
3852
|
+
resourceType: string;
|
|
3853
|
+
id: string;
|
|
3854
|
+
identifier: string;
|
|
3855
|
+
title: string;
|
|
3856
|
+
url: string;
|
|
3857
|
+
} | undefined;
|
|
3375
3858
|
}, {
|
|
3376
3859
|
type: "text";
|
|
3377
3860
|
mimeType: "text/plain";
|
|
3378
3861
|
text: string;
|
|
3379
3862
|
contextKind?: string | undefined;
|
|
3380
3863
|
title?: string | null | undefined;
|
|
3864
|
+
externalResource?: {
|
|
3865
|
+
provider: string;
|
|
3866
|
+
providerLabel: string;
|
|
3867
|
+
resourceType: string;
|
|
3868
|
+
id: string;
|
|
3869
|
+
identifier: string;
|
|
3870
|
+
title: string;
|
|
3871
|
+
url: string;
|
|
3872
|
+
} | undefined;
|
|
3381
3873
|
}>>>;
|
|
3382
3874
|
itemCount: import("zod").ZodNumber;
|
|
3383
3875
|
boundaryMessageId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -3545,19 +4037,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3545
4037
|
workspaceDirectory: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3546
4038
|
worktreeSlug: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3547
4039
|
projectKind: import("zod").ZodEnum<{
|
|
3548
|
-
git: "git";
|
|
3549
4040
|
directory: "directory";
|
|
4041
|
+
git: "git";
|
|
3550
4042
|
non_git: "non_git";
|
|
3551
4043
|
}>;
|
|
3552
4044
|
workspaceKind: import("zod").ZodEnum<{
|
|
3553
4045
|
worktree: "worktree";
|
|
3554
|
-
checkout: "checkout";
|
|
3555
4046
|
directory: "directory";
|
|
4047
|
+
checkout: "checkout";
|
|
3556
4048
|
local_checkout: "local_checkout";
|
|
3557
4049
|
}>;
|
|
3558
4050
|
name: import("zod").ZodString;
|
|
3559
4051
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3560
4052
|
pinnedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4053
|
+
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
3561
4054
|
archivingAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
3562
4055
|
status: import("zod").ZodEnum<{
|
|
3563
4056
|
running: "running";
|
|
@@ -3734,14 +4227,15 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3734
4227
|
worktreeRoot?: string | undefined;
|
|
3735
4228
|
}>>]>;
|
|
3736
4229
|
}, import("zod/v4/core").$strip>>;
|
|
4230
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3737
4231
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
3738
4232
|
workspaceDirectory: string;
|
|
3739
4233
|
id: string;
|
|
3740
4234
|
projectId: string;
|
|
3741
4235
|
projectDisplayName: string;
|
|
3742
4236
|
projectRootPath: string;
|
|
3743
|
-
projectKind: "
|
|
3744
|
-
workspaceKind: "worktree" | "
|
|
4237
|
+
projectKind: "directory" | "git" | "non_git";
|
|
4238
|
+
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
3745
4239
|
name: string;
|
|
3746
4240
|
archivingAt: string | null;
|
|
3747
4241
|
status: "running" | "attention" | "needs_input" | "failed" | "done";
|
|
@@ -3765,6 +4259,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3765
4259
|
worktreeSlug?: string | undefined;
|
|
3766
4260
|
title?: string | null | undefined;
|
|
3767
4261
|
pinnedAt?: string | null | undefined;
|
|
4262
|
+
labels?: string[] | undefined;
|
|
3768
4263
|
diffStat?: {
|
|
3769
4264
|
additions: number;
|
|
3770
4265
|
deletions: number;
|
|
@@ -3842,13 +4337,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3842
4337
|
};
|
|
3843
4338
|
workspaceName?: string | null | undefined;
|
|
3844
4339
|
} | undefined;
|
|
4340
|
+
syncSeq?: number | undefined;
|
|
3845
4341
|
}, {
|
|
3846
4342
|
id: string;
|
|
3847
4343
|
projectId: string;
|
|
3848
4344
|
projectDisplayName: string;
|
|
3849
4345
|
projectRootPath: string;
|
|
3850
|
-
projectKind: "
|
|
3851
|
-
workspaceKind: "worktree" | "
|
|
4346
|
+
projectKind: "directory" | "git" | "non_git";
|
|
4347
|
+
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
3852
4348
|
name: string;
|
|
3853
4349
|
archivingAt: string | null;
|
|
3854
4350
|
status: "running" | "attention" | "needs_input" | "failed" | "done";
|
|
@@ -3873,6 +4369,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3873
4369
|
worktreeSlug?: string | undefined;
|
|
3874
4370
|
title?: string | null | undefined;
|
|
3875
4371
|
pinnedAt?: string | null | undefined;
|
|
4372
|
+
labels?: string[] | undefined;
|
|
3876
4373
|
diffStat?: {
|
|
3877
4374
|
additions: number;
|
|
3878
4375
|
deletions: number;
|
|
@@ -3950,6 +4447,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3950
4447
|
};
|
|
3951
4448
|
workspaceName?: string | null | undefined;
|
|
3952
4449
|
} | undefined;
|
|
4450
|
+
syncSeq?: number | undefined;
|
|
3953
4451
|
}>>>;
|
|
3954
4452
|
setupTerminalId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3955
4453
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -4022,6 +4520,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4022
4520
|
qr: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4023
4521
|
relayEnabled: import("zod").ZodBoolean;
|
|
4024
4522
|
}, import("zod/v4/core").$loose>;
|
|
4523
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4524
|
+
type: import("zod").ZodLiteral<"daemon.config.reload.response">;
|
|
4525
|
+
payload: import("zod").ZodObject<{
|
|
4526
|
+
requestId: import("zod").ZodString;
|
|
4527
|
+
appliedPaths: import("zod").ZodArray<import("zod").ZodString>;
|
|
4528
|
+
restartRequiredPaths: import("zod").ZodArray<import("zod").ZodString>;
|
|
4529
|
+
overrideControlledPaths: import("zod").ZodArray<import("zod").ZodString>;
|
|
4530
|
+
}, import("zod/v4/core").$loose>;
|
|
4025
4531
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4026
4532
|
type: import("zod").ZodLiteral<"hub.management.daemon.connect.response">;
|
|
4027
4533
|
payload: import("zod").ZodObject<{
|
|
@@ -4098,8 +4604,22 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4098
4604
|
enabled: import("zod").ZodBoolean;
|
|
4099
4605
|
}, import("zod/v4/core").$loose>>;
|
|
4100
4606
|
mcp: import("zod").ZodObject<{
|
|
4607
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4101
4608
|
injectIntoAgents: import("zod").ZodBoolean;
|
|
4102
4609
|
}, import("zod/v4/core").$loose>;
|
|
4610
|
+
hostnames: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<true>, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
4611
|
+
cors: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4612
|
+
allowedOrigins: import("zod").ZodArray<import("zod").ZodString>;
|
|
4613
|
+
}, import("zod/v4/core").$loose>>;
|
|
4614
|
+
trustedProxies: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<true>, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
4615
|
+
git: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4616
|
+
maxProcessesPerSecond: import("zod").ZodNumber;
|
|
4617
|
+
maxProcessConcurrency: import("zod").ZodNumber;
|
|
4618
|
+
}, import("zod/v4/core").$strip>>;
|
|
4619
|
+
app: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4620
|
+
baseUrl: import("zod").ZodString;
|
|
4621
|
+
}, import("zod/v4/core").$strip>>;
|
|
4622
|
+
catalogRefreshTimeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4103
4623
|
browserTools: import("zod").ZodDefault<import("zod").ZodObject<{
|
|
4104
4624
|
enabled: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
4105
4625
|
}, import("zod/v4/core").$loose>>;
|
|
@@ -4141,6 +4661,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4141
4661
|
featureValues: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
4142
4662
|
notes: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4143
4663
|
}, import("zod/v4/core").$loose>>>;
|
|
4664
|
+
skills: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4665
|
+
selection: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
4666
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
4667
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
4668
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
4669
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
4670
|
+
}, import("zod/v4/core").$strict>], "mode">>;
|
|
4671
|
+
}, import("zod/v4/core").$strict>>;
|
|
4672
|
+
pluginsEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4673
|
+
plugins: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
4674
|
+
source: import("zod").ZodLiteral<"directory">;
|
|
4675
|
+
path: import("zod").ZodString;
|
|
4676
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4677
|
+
}, import("zod/v4/core").$strict>], "source">>>;
|
|
4144
4678
|
}, import("zod/v4/core").$loose>;
|
|
4145
4679
|
}, import("zod/v4/core").$loose>;
|
|
4146
4680
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -4152,8 +4686,22 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4152
4686
|
enabled: import("zod").ZodBoolean;
|
|
4153
4687
|
}, import("zod/v4/core").$loose>>;
|
|
4154
4688
|
mcp: import("zod").ZodObject<{
|
|
4689
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4155
4690
|
injectIntoAgents: import("zod").ZodBoolean;
|
|
4156
4691
|
}, import("zod/v4/core").$loose>;
|
|
4692
|
+
hostnames: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<true>, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
4693
|
+
cors: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4694
|
+
allowedOrigins: import("zod").ZodArray<import("zod").ZodString>;
|
|
4695
|
+
}, import("zod/v4/core").$loose>>;
|
|
4696
|
+
trustedProxies: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodLiteral<true>, import("zod").ZodArray<import("zod").ZodString>]>>;
|
|
4697
|
+
git: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4698
|
+
maxProcessesPerSecond: import("zod").ZodNumber;
|
|
4699
|
+
maxProcessConcurrency: import("zod").ZodNumber;
|
|
4700
|
+
}, import("zod/v4/core").$strip>>;
|
|
4701
|
+
app: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4702
|
+
baseUrl: import("zod").ZodString;
|
|
4703
|
+
}, import("zod/v4/core").$strip>>;
|
|
4704
|
+
catalogRefreshTimeoutMs: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4157
4705
|
browserTools: import("zod").ZodDefault<import("zod").ZodObject<{
|
|
4158
4706
|
enabled: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
4159
4707
|
}, import("zod/v4/core").$loose>>;
|
|
@@ -4195,6 +4743,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4195
4743
|
featureValues: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
4196
4744
|
notes: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4197
4745
|
}, import("zod/v4/core").$loose>>>;
|
|
4746
|
+
skills: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4747
|
+
selection: import("zod").ZodOptional<import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
4748
|
+
mode: import("zod").ZodLiteral<"all">;
|
|
4749
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
4750
|
+
mode: import("zod").ZodLiteral<"custom">;
|
|
4751
|
+
skills: import("zod").ZodArray<import("zod").ZodString>;
|
|
4752
|
+
}, import("zod/v4/core").$strict>], "mode">>;
|
|
4753
|
+
}, import("zod/v4/core").$strict>>;
|
|
4754
|
+
pluginsEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4755
|
+
plugins: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
4756
|
+
source: import("zod").ZodLiteral<"directory">;
|
|
4757
|
+
path: import("zod").ZodString;
|
|
4758
|
+
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4759
|
+
}, import("zod/v4/core").$strict>], "source">>>;
|
|
4198
4760
|
}, import("zod/v4/core").$loose>;
|
|
4199
4761
|
}, import("zod/v4/core").$loose>;
|
|
4200
4762
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
@@ -5632,19 +6194,20 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5632
6194
|
workspaceDirectory: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5633
6195
|
worktreeSlug: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5634
6196
|
projectKind: import("zod").ZodEnum<{
|
|
5635
|
-
git: "git";
|
|
5636
6197
|
directory: "directory";
|
|
6198
|
+
git: "git";
|
|
5637
6199
|
non_git: "non_git";
|
|
5638
6200
|
}>;
|
|
5639
6201
|
workspaceKind: import("zod").ZodEnum<{
|
|
5640
6202
|
worktree: "worktree";
|
|
5641
|
-
checkout: "checkout";
|
|
5642
6203
|
directory: "directory";
|
|
6204
|
+
checkout: "checkout";
|
|
5643
6205
|
local_checkout: "local_checkout";
|
|
5644
6206
|
}>;
|
|
5645
6207
|
name: import("zod").ZodString;
|
|
5646
6208
|
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5647
6209
|
pinnedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6210
|
+
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5648
6211
|
archivingAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
5649
6212
|
status: import("zod").ZodEnum<{
|
|
5650
6213
|
running: "running";
|
|
@@ -5821,14 +6384,15 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5821
6384
|
worktreeRoot?: string | undefined;
|
|
5822
6385
|
}>>]>;
|
|
5823
6386
|
}, import("zod/v4/core").$strip>>;
|
|
6387
|
+
syncSeq: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5824
6388
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
5825
6389
|
workspaceDirectory: string;
|
|
5826
6390
|
id: string;
|
|
5827
6391
|
projectId: string;
|
|
5828
6392
|
projectDisplayName: string;
|
|
5829
6393
|
projectRootPath: string;
|
|
5830
|
-
projectKind: "
|
|
5831
|
-
workspaceKind: "worktree" | "
|
|
6394
|
+
projectKind: "directory" | "git" | "non_git";
|
|
6395
|
+
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
5832
6396
|
name: string;
|
|
5833
6397
|
archivingAt: string | null;
|
|
5834
6398
|
status: "running" | "attention" | "needs_input" | "failed" | "done";
|
|
@@ -5852,6 +6416,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5852
6416
|
worktreeSlug?: string | undefined;
|
|
5853
6417
|
title?: string | null | undefined;
|
|
5854
6418
|
pinnedAt?: string | null | undefined;
|
|
6419
|
+
labels?: string[] | undefined;
|
|
5855
6420
|
diffStat?: {
|
|
5856
6421
|
additions: number;
|
|
5857
6422
|
deletions: number;
|
|
@@ -5929,13 +6494,14 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5929
6494
|
};
|
|
5930
6495
|
workspaceName?: string | null | undefined;
|
|
5931
6496
|
} | undefined;
|
|
6497
|
+
syncSeq?: number | undefined;
|
|
5932
6498
|
}, {
|
|
5933
6499
|
id: string;
|
|
5934
6500
|
projectId: string;
|
|
5935
6501
|
projectDisplayName: string;
|
|
5936
6502
|
projectRootPath: string;
|
|
5937
|
-
projectKind: "
|
|
5938
|
-
workspaceKind: "worktree" | "
|
|
6503
|
+
projectKind: "directory" | "git" | "non_git";
|
|
6504
|
+
workspaceKind: "worktree" | "directory" | "checkout" | "local_checkout";
|
|
5939
6505
|
name: string;
|
|
5940
6506
|
archivingAt: string | null;
|
|
5941
6507
|
status: "running" | "attention" | "needs_input" | "failed" | "done";
|
|
@@ -5960,6 +6526,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5960
6526
|
worktreeSlug?: string | undefined;
|
|
5961
6527
|
title?: string | null | undefined;
|
|
5962
6528
|
pinnedAt?: string | null | undefined;
|
|
6529
|
+
labels?: string[] | undefined;
|
|
5963
6530
|
diffStat?: {
|
|
5964
6531
|
additions: number;
|
|
5965
6532
|
deletions: number;
|
|
@@ -6037,6 +6604,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6037
6604
|
};
|
|
6038
6605
|
workspaceName?: string | null | undefined;
|
|
6039
6606
|
} | undefined;
|
|
6607
|
+
syncSeq?: number | undefined;
|
|
6040
6608
|
}>>>;
|
|
6041
6609
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
6042
6610
|
errorCode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -6380,10 +6948,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6380
6948
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6381
6949
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6382
6950
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6951
|
+
provider: import("zod").ZodString;
|
|
6383
6952
|
status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
|
|
6384
6953
|
enabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
6385
6954
|
defaultModeId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6386
|
-
provider: import("zod").ZodString;
|
|
6387
6955
|
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
6388
6956
|
builtin: "builtin";
|
|
6389
6957
|
custom: "custom";
|
|
@@ -6462,10 +7030,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6462
7030
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6463
7031
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6464
7032
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
7033
|
+
provider: import("zod").ZodString;
|
|
6465
7034
|
status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
|
|
6466
7035
|
enabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
6467
7036
|
defaultModeId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
6468
|
-
provider: import("zod").ZodString;
|
|
6469
7037
|
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
6470
7038
|
builtin: "builtin";
|
|
6471
7039
|
custom: "custom";
|