@openspecui/core 3.11.3 → 3.11.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.
Files changed (29) hide show
  1. package/dist/{document-translation-BrlCvnLZ.mjs → document-translation-B3QRXIXx.mjs} +1 -1
  2. package/dist/{document-translation-Cv6BIGL5.d.mts → document-translation-QMSrWNT-.d.mts} +2 -2
  3. package/dist/document-translation.d.mts +1 -1
  4. package/dist/document-translation.mjs +2 -2
  5. package/dist/index.d.mts +120 -30
  6. package/dist/index.mjs +114 -4
  7. package/dist/{local-download-profiles-GKs2OOqJ.d.mts → local-download-profiles-DHF9dW4e.d.mts} +1 -1
  8. package/dist/local-download-profiles.d.mts +2 -2
  9. package/dist/{notifications-CJQ_F_Un.d.mts → notifications-D9yMeQqN.d.mts} +18 -18
  10. package/dist/notifications.d.mts +2 -2
  11. package/dist/{openspec-projection-BbuPTbvj.d.mts → openspec-projection-e-sOj4vr.d.mts} +1 -1
  12. package/dist/openspec-projection.d.mts +2 -2
  13. package/dist/{opsx-entity-BO9G2SCW.d.mts → opsx-entity-C89YFQNB.d.mts} +9 -9
  14. package/dist/opsx-entity.d.mts +2 -2
  15. package/dist/{opsx-schema-detail-DTajJW4g.d.mts → opsx-schema-detail-DIscOp9f.d.mts} +1 -1
  16. package/dist/opsx-schema-detail.d.mts +3 -3
  17. package/dist/{schemas-DQzd1hgp.d.mts → schemas-B6ZBedD4.d.mts} +44 -44
  18. package/dist/{sounds-3yEx1YXT.d.mts → sounds-BjSZxrQO.d.mts} +5 -5
  19. package/dist/sounds.d.mts +1 -1
  20. package/dist/{terminal-audio-UCLlM1qN.d.mts → terminal-audio-6x0ceNBw.d.mts} +2 -2
  21. package/dist/terminal-audio.d.mts +2 -2
  22. package/dist/terminal-control.d.mts +2 -2
  23. package/dist/{terminal-invocation-DCPc8hmm.d.mts → terminal-invocation-C2e1WSWM.d.mts} +91 -91
  24. package/dist/terminal-invocation.d.mts +1 -1
  25. package/dist/{translator-Car0_7uk.mjs → translator-B98pejVa.mjs} +134 -6
  26. package/dist/{translator-prn3W9lf.d.mts → translator-jn94xmWZ.d.mts} +241 -167
  27. package/dist/translator.d.mts +2 -2
  28. package/dist/translator.mjs +2 -2
  29. package/package.json +1 -1
@@ -13,20 +13,20 @@ declare const PtySessionInfoSchema: z.ZodObject<{
13
13
  closeTip: z.ZodOptional<z.ZodString>;
14
14
  closeCallbackUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
15
15
  }, "strip", z.ZodTypeAny, {
16
- title: string;
17
16
  id: string;
18
17
  command: string;
19
18
  args: string[];
19
+ title: string;
20
20
  platform: "windows" | "macos" | "common";
21
21
  exitCode: number | null;
22
22
  isExited: boolean;
23
23
  closeTip?: string | undefined;
24
24
  closeCallbackUrl?: string | Record<string, string> | undefined;
25
25
  }, {
26
- title: string;
27
26
  id: string;
28
27
  command: string;
29
28
  args: string[];
29
+ title: string;
30
30
  platform: "windows" | "macos" | "common";
31
31
  exitCode: number | null;
32
32
  isExited: boolean;
@@ -315,20 +315,20 @@ declare const PtyListResponseSchema: z.ZodObject<{
315
315
  closeTip: z.ZodOptional<z.ZodString>;
316
316
  closeCallbackUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
317
317
  }, "strip", z.ZodTypeAny, {
318
- title: string;
319
318
  id: string;
320
319
  command: string;
321
320
  args: string[];
321
+ title: string;
322
322
  platform: "windows" | "macos" | "common";
323
323
  exitCode: number | null;
324
324
  isExited: boolean;
325
325
  closeTip?: string | undefined;
326
326
  closeCallbackUrl?: string | Record<string, string> | undefined;
327
327
  }, {
328
- title: string;
329
328
  id: string;
330
329
  command: string;
331
330
  args: string[];
331
+ title: string;
332
332
  platform: "windows" | "macos" | "common";
333
333
  exitCode: number | null;
334
334
  isExited: boolean;
@@ -338,10 +338,10 @@ declare const PtyListResponseSchema: z.ZodObject<{
338
338
  }, "strip", z.ZodTypeAny, {
339
339
  type: "list";
340
340
  sessions: {
341
- title: string;
342
341
  id: string;
343
342
  command: string;
344
343
  args: string[];
344
+ title: string;
345
345
  platform: "windows" | "macos" | "common";
346
346
  exitCode: number | null;
347
347
  isExited: boolean;
@@ -351,10 +351,10 @@ declare const PtyListResponseSchema: z.ZodObject<{
351
351
  }, {
352
352
  type: "list";
353
353
  sessions: {
354
- title: string;
355
354
  id: string;
356
355
  command: string;
357
356
  args: string[];
357
+ title: string;
358
358
  platform: "windows" | "macos" | "common";
359
359
  exitCode: number | null;
360
360
  isExited: boolean;
@@ -463,12 +463,12 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
463
463
  value: number | null;
464
464
  type: "progress";
465
465
  sessionId: string;
466
- state: "clear" | "set" | "warning" | "error" | "indeterminate";
466
+ state: "error" | "set" | "clear" | "warning" | "indeterminate";
467
467
  }, {
468
468
  value: number | null;
469
469
  type: "progress";
470
470
  sessionId: string;
471
- state: "clear" | "set" | "warning" | "error" | "indeterminate";
471
+ state: "error" | "set" | "clear" | "warning" | "indeterminate";
472
472
  }>, z.ZodObject<{
473
473
  type: z.ZodLiteral<"prompt-state">;
474
474
  sessionId: z.ZodString;
@@ -521,20 +521,20 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
521
521
  closeTip: z.ZodOptional<z.ZodString>;
522
522
  closeCallbackUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>]>>;
523
523
  }, "strip", z.ZodTypeAny, {
524
- title: string;
525
524
  id: string;
526
525
  command: string;
527
526
  args: string[];
527
+ title: string;
528
528
  platform: "windows" | "macos" | "common";
529
529
  exitCode: number | null;
530
530
  isExited: boolean;
531
531
  closeTip?: string | undefined;
532
532
  closeCallbackUrl?: string | Record<string, string> | undefined;
533
533
  }, {
534
- title: string;
535
534
  id: string;
536
535
  command: string;
537
536
  args: string[];
537
+ title: string;
538
538
  platform: "windows" | "macos" | "common";
539
539
  exitCode: number | null;
540
540
  isExited: boolean;
@@ -544,10 +544,10 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
544
544
  }, "strip", z.ZodTypeAny, {
545
545
  type: "list";
546
546
  sessions: {
547
- title: string;
548
547
  id: string;
549
548
  command: string;
550
549
  args: string[];
550
+ title: string;
551
551
  platform: "windows" | "macos" | "common";
552
552
  exitCode: number | null;
553
553
  isExited: boolean;
@@ -557,10 +557,10 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
557
557
  }, {
558
558
  type: "list";
559
559
  sessions: {
560
- title: string;
561
560
  id: string;
562
561
  command: string;
563
562
  args: string[];
563
+ title: string;
564
564
  platform: "windows" | "macos" | "common";
565
565
  exitCode: number | null;
566
566
  isExited: boolean;
@@ -605,15 +605,15 @@ declare const TerminalShellProfileSchema: z.ZodObject<{
605
605
  source: z.ZodDefault<z.ZodEnum<["builtin", "custom"]>>;
606
606
  quoteStyle: z.ZodDefault<z.ZodEnum<["posix", "cmd", "powershell"]>>;
607
607
  }, "strip", z.ZodTypeAny, {
608
+ id: string;
608
609
  label: string;
609
610
  source: "custom" | "builtin";
610
- id: string;
611
611
  command: string;
612
612
  args: string[];
613
613
  quoteStyle: "posix" | "cmd" | "powershell";
614
614
  }, {
615
- label: string;
616
615
  id: string;
616
+ label: string;
617
617
  command: string;
618
618
  source?: "custom" | "builtin" | undefined;
619
619
  args?: string[] | undefined;
@@ -631,24 +631,24 @@ declare const TerminalCommandFieldSchema: z.ZodObject<{
631
631
  required: z.ZodDefault<z.ZodBoolean>;
632
632
  advanced: z.ZodDefault<z.ZodBoolean>;
633
633
  }, "strip", z.ZodTypeAny, {
634
+ required: boolean;
634
635
  options: string[];
635
636
  type: "boolean" | "text" | "textarea" | "select";
636
- label: string;
637
637
  id: string;
638
- required: boolean;
638
+ label: string;
639
639
  advanced: boolean;
640
640
  description?: string | undefined;
641
641
  placeholder?: string | undefined;
642
642
  defaultValue?: string | boolean | undefined;
643
643
  }, {
644
644
  type: "boolean" | "text" | "textarea" | "select";
645
- label: string;
646
645
  id: string;
646
+ label: string;
647
+ required?: boolean | undefined;
647
648
  options?: string[] | undefined;
648
649
  description?: string | undefined;
649
650
  placeholder?: string | undefined;
650
651
  defaultValue?: string | boolean | undefined;
651
- required?: boolean | undefined;
652
652
  advanced?: boolean | undefined;
653
653
  }>;
654
654
  type TerminalCommandField = z.infer<typeof TerminalCommandFieldSchema>;
@@ -698,14 +698,14 @@ declare const TerminalCommandJsonSchemaPropertySchema: z.ZodObject<{
698
698
  enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
699
699
  }, "strip", z.ZodTypeAny, {
700
700
  type: "string" | "boolean";
701
- title?: string | undefined;
702
701
  description?: string | undefined;
702
+ title?: string | undefined;
703
703
  default?: string | boolean | undefined;
704
704
  enum?: string[] | undefined;
705
705
  }, {
706
706
  type?: "string" | "boolean" | undefined;
707
- title?: string | undefined;
708
707
  description?: string | undefined;
708
+ title?: string | undefined;
709
709
  default?: string | boolean | undefined;
710
710
  enum?: string[] | undefined;
711
711
  }>;
@@ -720,25 +720,25 @@ declare const TerminalCommandJsonSchemaSchema: z.ZodObject<{
720
720
  enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
721
721
  }, "strip", z.ZodTypeAny, {
722
722
  type: "string" | "boolean";
723
- title?: string | undefined;
724
723
  description?: string | undefined;
724
+ title?: string | undefined;
725
725
  default?: string | boolean | undefined;
726
726
  enum?: string[] | undefined;
727
727
  }, {
728
728
  type?: "string" | "boolean" | undefined;
729
- title?: string | undefined;
730
729
  description?: string | undefined;
730
+ title?: string | undefined;
731
731
  default?: string | boolean | undefined;
732
732
  enum?: string[] | undefined;
733
733
  }>>>;
734
734
  required: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
735
735
  }, "strip", z.ZodTypeAny, {
736
- type: "object";
737
736
  required: string[];
737
+ type: "object";
738
738
  properties: Record<string, {
739
739
  type: "string" | "boolean";
740
- title?: string | undefined;
741
740
  description?: string | undefined;
741
+ title?: string | undefined;
742
742
  default?: string | boolean | undefined;
743
743
  enum?: string[] | undefined;
744
744
  }>;
@@ -747,8 +747,8 @@ declare const TerminalCommandJsonSchemaSchema: z.ZodObject<{
747
747
  required?: string[] | undefined;
748
748
  properties?: Record<string, {
749
749
  type?: "string" | "boolean" | undefined;
750
- title?: string | undefined;
751
750
  description?: string | undefined;
751
+ title?: string | undefined;
752
752
  default?: string | boolean | undefined;
753
753
  enum?: string[] | undefined;
754
754
  }> | undefined;
@@ -765,25 +765,25 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
765
765
  enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
766
766
  }, "strip", z.ZodTypeAny, {
767
767
  type: "string" | "boolean";
768
- title?: string | undefined;
769
768
  description?: string | undefined;
769
+ title?: string | undefined;
770
770
  default?: string | boolean | undefined;
771
771
  enum?: string[] | undefined;
772
772
  }, {
773
773
  type?: "string" | "boolean" | undefined;
774
- title?: string | undefined;
775
774
  description?: string | undefined;
775
+ title?: string | undefined;
776
776
  default?: string | boolean | undefined;
777
777
  enum?: string[] | undefined;
778
778
  }>>>;
779
779
  required: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
780
780
  }, "strip", z.ZodTypeAny, {
781
- type: "object";
782
781
  required: string[];
782
+ type: "object";
783
783
  properties: Record<string, {
784
784
  type: "string" | "boolean";
785
- title?: string | undefined;
786
785
  description?: string | undefined;
786
+ title?: string | undefined;
787
787
  default?: string | boolean | undefined;
788
788
  enum?: string[] | undefined;
789
789
  }>;
@@ -792,8 +792,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
792
792
  required?: string[] | undefined;
793
793
  properties?: Record<string, {
794
794
  type?: "string" | "boolean" | undefined;
795
- title?: string | undefined;
796
795
  description?: string | undefined;
796
+ title?: string | undefined;
797
797
  default?: string | boolean | undefined;
798
798
  enum?: string[] | undefined;
799
799
  }> | undefined;
@@ -801,12 +801,12 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
801
801
  uiSchema: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
802
802
  }, "strip", z.ZodTypeAny, {
803
803
  schema: {
804
- type: "object";
805
804
  required: string[];
805
+ type: "object";
806
806
  properties: Record<string, {
807
807
  type: "string" | "boolean";
808
- title?: string | undefined;
809
808
  description?: string | undefined;
809
+ title?: string | undefined;
810
810
  default?: string | boolean | undefined;
811
811
  enum?: string[] | undefined;
812
812
  }>;
@@ -818,8 +818,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
818
818
  required?: string[] | undefined;
819
819
  properties?: Record<string, {
820
820
  type?: "string" | "boolean" | undefined;
821
- title?: string | undefined;
822
821
  description?: string | undefined;
822
+ title?: string | undefined;
823
823
  default?: string | boolean | undefined;
824
824
  enum?: string[] | undefined;
825
825
  }> | undefined;
@@ -998,24 +998,24 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
998
998
  required: z.ZodDefault<z.ZodBoolean>;
999
999
  advanced: z.ZodDefault<z.ZodBoolean>;
1000
1000
  }, "strip", z.ZodTypeAny, {
1001
+ required: boolean;
1001
1002
  options: string[];
1002
1003
  type: "boolean" | "text" | "textarea" | "select";
1003
- label: string;
1004
1004
  id: string;
1005
- required: boolean;
1005
+ label: string;
1006
1006
  advanced: boolean;
1007
1007
  description?: string | undefined;
1008
1008
  placeholder?: string | undefined;
1009
1009
  defaultValue?: string | boolean | undefined;
1010
1010
  }, {
1011
1011
  type: "boolean" | "text" | "textarea" | "select";
1012
- label: string;
1013
1012
  id: string;
1013
+ label: string;
1014
+ required?: boolean | undefined;
1014
1015
  options?: string[] | undefined;
1015
1016
  description?: string | undefined;
1016
1017
  placeholder?: string | undefined;
1017
1018
  defaultValue?: string | boolean | undefined;
1018
- required?: boolean | undefined;
1019
1019
  advanced?: boolean | undefined;
1020
1020
  }>, "many">>;
1021
1021
  parameters: z.ZodOptional<z.ZodObject<{
@@ -1029,25 +1029,25 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1029
1029
  enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1030
1030
  }, "strip", z.ZodTypeAny, {
1031
1031
  type: "string" | "boolean";
1032
- title?: string | undefined;
1033
1032
  description?: string | undefined;
1033
+ title?: string | undefined;
1034
1034
  default?: string | boolean | undefined;
1035
1035
  enum?: string[] | undefined;
1036
1036
  }, {
1037
1037
  type?: "string" | "boolean" | undefined;
1038
- title?: string | undefined;
1039
1038
  description?: string | undefined;
1039
+ title?: string | undefined;
1040
1040
  default?: string | boolean | undefined;
1041
1041
  enum?: string[] | undefined;
1042
1042
  }>>>;
1043
1043
  required: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
1044
1044
  }, "strip", z.ZodTypeAny, {
1045
- type: "object";
1046
1045
  required: string[];
1046
+ type: "object";
1047
1047
  properties: Record<string, {
1048
1048
  type: "string" | "boolean";
1049
- title?: string | undefined;
1050
1049
  description?: string | undefined;
1050
+ title?: string | undefined;
1051
1051
  default?: string | boolean | undefined;
1052
1052
  enum?: string[] | undefined;
1053
1053
  }>;
@@ -1056,8 +1056,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1056
1056
  required?: string[] | undefined;
1057
1057
  properties?: Record<string, {
1058
1058
  type?: "string" | "boolean" | undefined;
1059
- title?: string | undefined;
1060
1059
  description?: string | undefined;
1060
+ title?: string | undefined;
1061
1061
  default?: string | boolean | undefined;
1062
1062
  enum?: string[] | undefined;
1063
1063
  }> | undefined;
@@ -1065,12 +1065,12 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1065
1065
  uiSchema: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1066
1066
  }, "strip", z.ZodTypeAny, {
1067
1067
  schema: {
1068
- type: "object";
1069
1068
  required: string[];
1069
+ type: "object";
1070
1070
  properties: Record<string, {
1071
1071
  type: "string" | "boolean";
1072
- title?: string | undefined;
1073
1072
  description?: string | undefined;
1073
+ title?: string | undefined;
1074
1074
  default?: string | boolean | undefined;
1075
1075
  enum?: string[] | undefined;
1076
1076
  }>;
@@ -1082,8 +1082,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1082
1082
  required?: string[] | undefined;
1083
1083
  properties?: Record<string, {
1084
1084
  type?: "string" | "boolean" | undefined;
1085
- title?: string | undefined;
1086
1085
  description?: string | undefined;
1086
+ title?: string | undefined;
1087
1087
  default?: string | boolean | undefined;
1088
1088
  enum?: string[] | undefined;
1089
1089
  }> | undefined;
@@ -1172,9 +1172,9 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1172
1172
  shellProfileId: z.ZodOptional<z.ZodString>;
1173
1173
  source: z.ZodDefault<z.ZodEnum<["builtin", "custom"]>>;
1174
1174
  }, "strip", z.ZodTypeAny, {
1175
+ id: string;
1175
1176
  label: string;
1176
1177
  source: "custom" | "builtin";
1177
- id: string;
1178
1178
  command: string;
1179
1179
  args: ({
1180
1180
  value: string;
@@ -1190,11 +1190,11 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1190
1190
  flag: string;
1191
1191
  })[];
1192
1192
  fields: {
1193
+ required: boolean;
1193
1194
  options: string[];
1194
1195
  type: "boolean" | "text" | "textarea" | "select";
1195
- label: string;
1196
1196
  id: string;
1197
- required: boolean;
1197
+ label: string;
1198
1198
  advanced: boolean;
1199
1199
  description?: string | undefined;
1200
1200
  placeholder?: string | undefined;
@@ -1203,12 +1203,12 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1203
1203
  description?: string | undefined;
1204
1204
  parameters?: {
1205
1205
  schema: {
1206
- type: "object";
1207
1206
  required: string[];
1207
+ type: "object";
1208
1208
  properties: Record<string, {
1209
1209
  type: "string" | "boolean";
1210
- title?: string | undefined;
1211
1210
  description?: string | undefined;
1211
+ title?: string | undefined;
1212
1212
  default?: string | boolean | undefined;
1213
1213
  enum?: string[] | undefined;
1214
1214
  }>;
@@ -1236,9 +1236,10 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1236
1236
  } | undefined;
1237
1237
  shellProfileId?: string | undefined;
1238
1238
  }, {
1239
- label: string;
1240
1239
  id: string;
1240
+ label: string;
1241
1241
  command: string;
1242
+ description?: string | undefined;
1242
1243
  source?: "custom" | "builtin" | undefined;
1243
1244
  args?: ({
1244
1245
  value: string;
@@ -1253,16 +1254,15 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1253
1254
  fieldId: string;
1254
1255
  flag: string;
1255
1256
  })[] | undefined;
1256
- description?: string | undefined;
1257
1257
  fields?: {
1258
1258
  type: "boolean" | "text" | "textarea" | "select";
1259
- label: string;
1260
1259
  id: string;
1260
+ label: string;
1261
+ required?: boolean | undefined;
1261
1262
  options?: string[] | undefined;
1262
1263
  description?: string | undefined;
1263
1264
  placeholder?: string | undefined;
1264
1265
  defaultValue?: string | boolean | undefined;
1265
- required?: boolean | undefined;
1266
1266
  advanced?: boolean | undefined;
1267
1267
  }[] | undefined;
1268
1268
  parameters?: {
@@ -1271,8 +1271,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1271
1271
  required?: string[] | undefined;
1272
1272
  properties?: Record<string, {
1273
1273
  type?: "string" | "boolean" | undefined;
1274
- title?: string | undefined;
1275
1274
  description?: string | undefined;
1275
+ title?: string | undefined;
1276
1276
  default?: string | boolean | undefined;
1277
1277
  enum?: string[] | undefined;
1278
1278
  }> | undefined;
@@ -1311,15 +1311,15 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1311
1311
  source: z.ZodDefault<z.ZodEnum<["builtin", "custom"]>>;
1312
1312
  quoteStyle: z.ZodDefault<z.ZodEnum<["posix", "cmd", "powershell"]>>;
1313
1313
  }, "strip", z.ZodTypeAny, {
1314
+ id: string;
1314
1315
  label: string;
1315
1316
  source: "custom" | "builtin";
1316
- id: string;
1317
1317
  command: string;
1318
1318
  args: string[];
1319
1319
  quoteStyle: "posix" | "cmd" | "powershell";
1320
1320
  }, {
1321
- label: string;
1322
1321
  id: string;
1322
+ label: string;
1323
1323
  command: string;
1324
1324
  source?: "custom" | "builtin" | undefined;
1325
1325
  args?: string[] | undefined;
@@ -1378,24 +1378,24 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1378
1378
  required: z.ZodDefault<z.ZodBoolean>;
1379
1379
  advanced: z.ZodDefault<z.ZodBoolean>;
1380
1380
  }, "strip", z.ZodTypeAny, {
1381
+ required: boolean;
1381
1382
  options: string[];
1382
1383
  type: "boolean" | "text" | "textarea" | "select";
1383
- label: string;
1384
1384
  id: string;
1385
- required: boolean;
1385
+ label: string;
1386
1386
  advanced: boolean;
1387
1387
  description?: string | undefined;
1388
1388
  placeholder?: string | undefined;
1389
1389
  defaultValue?: string | boolean | undefined;
1390
1390
  }, {
1391
1391
  type: "boolean" | "text" | "textarea" | "select";
1392
- label: string;
1393
1392
  id: string;
1393
+ label: string;
1394
+ required?: boolean | undefined;
1394
1395
  options?: string[] | undefined;
1395
1396
  description?: string | undefined;
1396
1397
  placeholder?: string | undefined;
1397
1398
  defaultValue?: string | boolean | undefined;
1398
- required?: boolean | undefined;
1399
1399
  advanced?: boolean | undefined;
1400
1400
  }>, "many">>;
1401
1401
  parameters: z.ZodOptional<z.ZodObject<{
@@ -1409,25 +1409,25 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1409
1409
  enum: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1410
1410
  }, "strip", z.ZodTypeAny, {
1411
1411
  type: "string" | "boolean";
1412
- title?: string | undefined;
1413
1412
  description?: string | undefined;
1413
+ title?: string | undefined;
1414
1414
  default?: string | boolean | undefined;
1415
1415
  enum?: string[] | undefined;
1416
1416
  }, {
1417
1417
  type?: "string" | "boolean" | undefined;
1418
- title?: string | undefined;
1419
1418
  description?: string | undefined;
1419
+ title?: string | undefined;
1420
1420
  default?: string | boolean | undefined;
1421
1421
  enum?: string[] | undefined;
1422
1422
  }>>>;
1423
1423
  required: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
1424
1424
  }, "strip", z.ZodTypeAny, {
1425
- type: "object";
1426
1425
  required: string[];
1426
+ type: "object";
1427
1427
  properties: Record<string, {
1428
1428
  type: "string" | "boolean";
1429
- title?: string | undefined;
1430
1429
  description?: string | undefined;
1430
+ title?: string | undefined;
1431
1431
  default?: string | boolean | undefined;
1432
1432
  enum?: string[] | undefined;
1433
1433
  }>;
@@ -1436,8 +1436,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1436
1436
  required?: string[] | undefined;
1437
1437
  properties?: Record<string, {
1438
1438
  type?: "string" | "boolean" | undefined;
1439
- title?: string | undefined;
1440
1439
  description?: string | undefined;
1440
+ title?: string | undefined;
1441
1441
  default?: string | boolean | undefined;
1442
1442
  enum?: string[] | undefined;
1443
1443
  }> | undefined;
@@ -1445,12 +1445,12 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1445
1445
  uiSchema: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1446
1446
  }, "strip", z.ZodTypeAny, {
1447
1447
  schema: {
1448
- type: "object";
1449
1448
  required: string[];
1449
+ type: "object";
1450
1450
  properties: Record<string, {
1451
1451
  type: "string" | "boolean";
1452
- title?: string | undefined;
1453
1452
  description?: string | undefined;
1453
+ title?: string | undefined;
1454
1454
  default?: string | boolean | undefined;
1455
1455
  enum?: string[] | undefined;
1456
1456
  }>;
@@ -1462,8 +1462,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1462
1462
  required?: string[] | undefined;
1463
1463
  properties?: Record<string, {
1464
1464
  type?: "string" | "boolean" | undefined;
1465
- title?: string | undefined;
1466
1465
  description?: string | undefined;
1466
+ title?: string | undefined;
1467
1467
  default?: string | boolean | undefined;
1468
1468
  enum?: string[] | undefined;
1469
1469
  }> | undefined;
@@ -1552,9 +1552,9 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1552
1552
  shellProfileId: z.ZodOptional<z.ZodString>;
1553
1553
  source: z.ZodDefault<z.ZodEnum<["builtin", "custom"]>>;
1554
1554
  }, "strip", z.ZodTypeAny, {
1555
+ id: string;
1555
1556
  label: string;
1556
1557
  source: "custom" | "builtin";
1557
- id: string;
1558
1558
  command: string;
1559
1559
  args: ({
1560
1560
  value: string;
@@ -1570,11 +1570,11 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1570
1570
  flag: string;
1571
1571
  })[];
1572
1572
  fields: {
1573
+ required: boolean;
1573
1574
  options: string[];
1574
1575
  type: "boolean" | "text" | "textarea" | "select";
1575
- label: string;
1576
1576
  id: string;
1577
- required: boolean;
1577
+ label: string;
1578
1578
  advanced: boolean;
1579
1579
  description?: string | undefined;
1580
1580
  placeholder?: string | undefined;
@@ -1583,12 +1583,12 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1583
1583
  description?: string | undefined;
1584
1584
  parameters?: {
1585
1585
  schema: {
1586
- type: "object";
1587
1586
  required: string[];
1587
+ type: "object";
1588
1588
  properties: Record<string, {
1589
1589
  type: "string" | "boolean";
1590
- title?: string | undefined;
1591
1590
  description?: string | undefined;
1591
+ title?: string | undefined;
1592
1592
  default?: string | boolean | undefined;
1593
1593
  enum?: string[] | undefined;
1594
1594
  }>;
@@ -1616,9 +1616,10 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1616
1616
  } | undefined;
1617
1617
  shellProfileId?: string | undefined;
1618
1618
  }, {
1619
- label: string;
1620
1619
  id: string;
1620
+ label: string;
1621
1621
  command: string;
1622
+ description?: string | undefined;
1622
1623
  source?: "custom" | "builtin" | undefined;
1623
1624
  args?: ({
1624
1625
  value: string;
@@ -1633,16 +1634,15 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1633
1634
  fieldId: string;
1634
1635
  flag: string;
1635
1636
  })[] | undefined;
1636
- description?: string | undefined;
1637
1637
  fields?: {
1638
1638
  type: "boolean" | "text" | "textarea" | "select";
1639
- label: string;
1640
1639
  id: string;
1640
+ label: string;
1641
+ required?: boolean | undefined;
1641
1642
  options?: string[] | undefined;
1642
1643
  description?: string | undefined;
1643
1644
  placeholder?: string | undefined;
1644
1645
  defaultValue?: string | boolean | undefined;
1645
- required?: boolean | undefined;
1646
1646
  advanced?: boolean | undefined;
1647
1647
  }[] | undefined;
1648
1648
  parameters?: {
@@ -1651,8 +1651,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1651
1651
  required?: string[] | undefined;
1652
1652
  properties?: Record<string, {
1653
1653
  type?: "string" | "boolean" | undefined;
1654
- title?: string | undefined;
1655
1654
  description?: string | undefined;
1655
+ title?: string | undefined;
1656
1656
  default?: string | boolean | undefined;
1657
1657
  enum?: string[] | undefined;
1658
1658
  }> | undefined;
@@ -1682,17 +1682,17 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1682
1682
  }>, "many">>;
1683
1683
  }, "strip", z.ZodTypeAny, {
1684
1684
  customShellProfiles: {
1685
+ id: string;
1685
1686
  label: string;
1686
1687
  source: "custom" | "builtin";
1687
- id: string;
1688
1688
  command: string;
1689
1689
  args: string[];
1690
1690
  quoteStyle: "posix" | "cmd" | "powershell";
1691
1691
  }[];
1692
1692
  customSpawnCommands: {
1693
+ id: string;
1693
1694
  label: string;
1694
1695
  source: "custom" | "builtin";
1695
- id: string;
1696
1696
  command: string;
1697
1697
  args: ({
1698
1698
  value: string;
@@ -1708,11 +1708,11 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1708
1708
  flag: string;
1709
1709
  })[];
1710
1710
  fields: {
1711
+ required: boolean;
1711
1712
  options: string[];
1712
1713
  type: "boolean" | "text" | "textarea" | "select";
1713
- label: string;
1714
1714
  id: string;
1715
- required: boolean;
1715
+ label: string;
1716
1716
  advanced: boolean;
1717
1717
  description?: string | undefined;
1718
1718
  placeholder?: string | undefined;
@@ -1721,12 +1721,12 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1721
1721
  description?: string | undefined;
1722
1722
  parameters?: {
1723
1723
  schema: {
1724
- type: "object";
1725
1724
  required: string[];
1725
+ type: "object";
1726
1726
  properties: Record<string, {
1727
1727
  type: "string" | "boolean";
1728
- title?: string | undefined;
1729
1728
  description?: string | undefined;
1729
+ title?: string | undefined;
1730
1730
  default?: string | boolean | undefined;
1731
1731
  enum?: string[] | undefined;
1732
1732
  }>;
@@ -1758,17 +1758,18 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1758
1758
  }, {
1759
1759
  defaultShellProfileId?: string | undefined;
1760
1760
  customShellProfiles?: {
1761
- label: string;
1762
1761
  id: string;
1762
+ label: string;
1763
1763
  command: string;
1764
1764
  source?: "custom" | "builtin" | undefined;
1765
1765
  args?: string[] | undefined;
1766
1766
  quoteStyle?: "posix" | "cmd" | "powershell" | undefined;
1767
1767
  }[] | undefined;
1768
1768
  customSpawnCommands?: {
1769
- label: string;
1770
1769
  id: string;
1770
+ label: string;
1771
1771
  command: string;
1772
+ description?: string | undefined;
1772
1773
  source?: "custom" | "builtin" | undefined;
1773
1774
  args?: ({
1774
1775
  value: string;
@@ -1783,16 +1784,15 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1783
1784
  fieldId: string;
1784
1785
  flag: string;
1785
1786
  })[] | undefined;
1786
- description?: string | undefined;
1787
1787
  fields?: {
1788
1788
  type: "boolean" | "text" | "textarea" | "select";
1789
- label: string;
1790
1789
  id: string;
1790
+ label: string;
1791
+ required?: boolean | undefined;
1791
1792
  options?: string[] | undefined;
1792
1793
  description?: string | undefined;
1793
1794
  placeholder?: string | undefined;
1794
1795
  defaultValue?: string | boolean | undefined;
1795
- required?: boolean | undefined;
1796
1796
  advanced?: boolean | undefined;
1797
1797
  }[] | undefined;
1798
1798
  parameters?: {
@@ -1801,8 +1801,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1801
1801
  required?: string[] | undefined;
1802
1802
  properties?: Record<string, {
1803
1803
  type?: "string" | "boolean" | undefined;
1804
- title?: string | undefined;
1805
1804
  description?: string | undefined;
1805
+ title?: string | undefined;
1806
1806
  default?: string | boolean | undefined;
1807
1807
  enum?: string[] | undefined;
1808
1808
  }> | undefined;