@openspecui/core 3.9.0 → 3.10.0

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.
@@ -1,3 +1,3 @@
1
1
  import "./sounds-DABkmyg9.mjs";
2
- import { A as TerminalNotificationProtocol, D as TerminalControlEvent, M as TerminalPromptState, N as TerminalTitleTarget, O as TerminalControlParseResult, P as terminalNotificationEventToPublishInput, j as TerminalProgressState, k as TerminalControlParser } from "./notifications-BcyENEk7.mjs";
2
+ import { A as TerminalNotificationProtocol, D as TerminalControlEvent, M as TerminalPromptState, N as TerminalTitleTarget, O as TerminalControlParseResult, P as terminalNotificationEventToPublishInput, j as TerminalProgressState, k as TerminalControlParser } from "./notifications-D7tcKw71.mjs";
3
3
  export { TerminalControlEvent, TerminalControlParseResult, TerminalControlParser, TerminalNotificationProtocol, TerminalProgressState, TerminalPromptState, TerminalTitleTarget, terminalNotificationEventToPublishInput };
@@ -13,8 +13,8 @@ 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
- id: string;
17
16
  title: string;
17
+ id: string;
18
18
  command: string;
19
19
  args: string[];
20
20
  platform: "windows" | "macos" | "common";
@@ -23,8 +23,8 @@ declare const PtySessionInfoSchema: z.ZodObject<{
23
23
  closeTip?: string | undefined;
24
24
  closeCallbackUrl?: string | Record<string, string> | undefined;
25
25
  }, {
26
- id: string;
27
26
  title: string;
27
+ id: string;
28
28
  command: string;
29
29
  args: string[];
30
30
  platform: "windows" | "macos" | "common";
@@ -315,8 +315,8 @@ 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
- id: string;
319
318
  title: string;
319
+ id: string;
320
320
  command: string;
321
321
  args: string[];
322
322
  platform: "windows" | "macos" | "common";
@@ -325,8 +325,8 @@ declare const PtyListResponseSchema: z.ZodObject<{
325
325
  closeTip?: string | undefined;
326
326
  closeCallbackUrl?: string | Record<string, string> | undefined;
327
327
  }, {
328
- id: string;
329
328
  title: string;
329
+ id: string;
330
330
  command: string;
331
331
  args: string[];
332
332
  platform: "windows" | "macos" | "common";
@@ -338,8 +338,8 @@ declare const PtyListResponseSchema: z.ZodObject<{
338
338
  }, "strip", z.ZodTypeAny, {
339
339
  type: "list";
340
340
  sessions: {
341
- id: string;
342
341
  title: string;
342
+ id: string;
343
343
  command: string;
344
344
  args: string[];
345
345
  platform: "windows" | "macos" | "common";
@@ -351,8 +351,8 @@ declare const PtyListResponseSchema: z.ZodObject<{
351
351
  }, {
352
352
  type: "list";
353
353
  sessions: {
354
- id: string;
355
354
  title: string;
355
+ id: string;
356
356
  command: string;
357
357
  args: string[];
358
358
  platform: "windows" | "macos" | "common";
@@ -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" | "error" | "warning" | "indeterminate";
466
+ state: "clear" | "set" | "warning" | "error" | "indeterminate";
467
467
  }, {
468
468
  value: number | null;
469
469
  type: "progress";
470
470
  sessionId: string;
471
- state: "clear" | "set" | "error" | "warning" | "indeterminate";
471
+ state: "clear" | "set" | "warning" | "error" | "indeterminate";
472
472
  }>, z.ZodObject<{
473
473
  type: z.ZodLiteral<"prompt-state">;
474
474
  sessionId: z.ZodString;
@@ -521,8 +521,8 @@ 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
- id: string;
525
524
  title: string;
525
+ id: string;
526
526
  command: string;
527
527
  args: string[];
528
528
  platform: "windows" | "macos" | "common";
@@ -531,8 +531,8 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
531
531
  closeTip?: string | undefined;
532
532
  closeCallbackUrl?: string | Record<string, string> | undefined;
533
533
  }, {
534
- id: string;
535
534
  title: string;
535
+ id: string;
536
536
  command: string;
537
537
  args: string[];
538
538
  platform: "windows" | "macos" | "common";
@@ -544,8 +544,8 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
544
544
  }, "strip", z.ZodTypeAny, {
545
545
  type: "list";
546
546
  sessions: {
547
- id: string;
548
547
  title: string;
548
+ id: string;
549
549
  command: string;
550
550
  args: string[];
551
551
  platform: "windows" | "macos" | "common";
@@ -557,8 +557,8 @@ declare const PtyServerMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
557
557
  }, {
558
558
  type: "list";
559
559
  sessions: {
560
- id: string;
561
560
  title: string;
561
+ id: string;
562
562
  command: string;
563
563
  args: string[];
564
564
  platform: "windows" | "macos" | "common";
@@ -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;
609
608
  label: string;
610
609
  source: "custom" | "builtin";
610
+ id: string;
611
611
  command: string;
612
612
  args: string[];
613
613
  quoteStyle: "posix" | "cmd" | "powershell";
614
614
  }, {
615
- id: string;
616
615
  label: string;
616
+ id: string;
617
617
  command: string;
618
618
  source?: "custom" | "builtin" | undefined;
619
619
  args?: string[] | undefined;
@@ -633,17 +633,17 @@ declare const TerminalCommandFieldSchema: z.ZodObject<{
633
633
  }, "strip", z.ZodTypeAny, {
634
634
  options: string[];
635
635
  type: "boolean" | "text" | "textarea" | "select";
636
- required: boolean;
637
- id: string;
638
636
  label: string;
637
+ id: string;
638
+ required: boolean;
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
- id: string;
646
645
  label: string;
646
+ id: string;
647
647
  options?: string[] | undefined;
648
648
  required?: boolean | undefined;
649
649
  description?: string | undefined;
@@ -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
- description?: string | undefined;
702
701
  title?: string | undefined;
702
+ description?: string | undefined;
703
703
  default?: string | boolean | undefined;
704
704
  enum?: string[] | undefined;
705
705
  }, {
706
706
  type?: "string" | "boolean" | undefined;
707
- description?: string | undefined;
708
707
  title?: string | undefined;
708
+ description?: string | undefined;
709
709
  default?: string | boolean | undefined;
710
710
  enum?: string[] | undefined;
711
711
  }>;
@@ -720,14 +720,14 @@ 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
- description?: string | undefined;
724
723
  title?: string | undefined;
724
+ description?: string | undefined;
725
725
  default?: string | boolean | undefined;
726
726
  enum?: string[] | undefined;
727
727
  }, {
728
728
  type?: "string" | "boolean" | undefined;
729
- description?: string | undefined;
730
729
  title?: string | undefined;
730
+ description?: string | undefined;
731
731
  default?: string | boolean | undefined;
732
732
  enum?: string[] | undefined;
733
733
  }>>>;
@@ -737,8 +737,8 @@ declare const TerminalCommandJsonSchemaSchema: z.ZodObject<{
737
737
  required: string[];
738
738
  properties: Record<string, {
739
739
  type: "string" | "boolean";
740
- description?: string | undefined;
741
740
  title?: string | undefined;
741
+ description?: 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
- description?: string | undefined;
751
750
  title?: string | undefined;
751
+ description?: string | undefined;
752
752
  default?: string | boolean | undefined;
753
753
  enum?: string[] | undefined;
754
754
  }> | undefined;
@@ -765,14 +765,14 @@ 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
- description?: string | undefined;
769
768
  title?: string | undefined;
769
+ description?: string | undefined;
770
770
  default?: string | boolean | undefined;
771
771
  enum?: string[] | undefined;
772
772
  }, {
773
773
  type?: "string" | "boolean" | undefined;
774
- description?: string | undefined;
775
774
  title?: string | undefined;
775
+ description?: string | undefined;
776
776
  default?: string | boolean | undefined;
777
777
  enum?: string[] | undefined;
778
778
  }>>>;
@@ -782,8 +782,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
782
782
  required: string[];
783
783
  properties: Record<string, {
784
784
  type: "string" | "boolean";
785
- description?: string | undefined;
786
785
  title?: string | undefined;
786
+ description?: 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
- description?: string | undefined;
796
795
  title?: string | undefined;
796
+ description?: string | undefined;
797
797
  default?: string | boolean | undefined;
798
798
  enum?: string[] | undefined;
799
799
  }> | undefined;
@@ -805,8 +805,8 @@ declare const TerminalCommandParametersSchema: z.ZodObject<{
805
805
  required: string[];
806
806
  properties: Record<string, {
807
807
  type: "string" | "boolean";
808
- description?: string | undefined;
809
808
  title?: string | undefined;
809
+ description?: 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
- description?: string | undefined;
822
821
  title?: string | undefined;
822
+ description?: string | undefined;
823
823
  default?: string | boolean | undefined;
824
824
  enum?: string[] | undefined;
825
825
  }> | undefined;
@@ -1000,17 +1000,17 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1000
1000
  }, "strip", z.ZodTypeAny, {
1001
1001
  options: string[];
1002
1002
  type: "boolean" | "text" | "textarea" | "select";
1003
- required: boolean;
1004
- id: string;
1005
1003
  label: string;
1004
+ id: string;
1005
+ required: boolean;
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
- id: string;
1013
1012
  label: string;
1013
+ id: string;
1014
1014
  options?: string[] | undefined;
1015
1015
  required?: boolean | undefined;
1016
1016
  description?: string | undefined;
@@ -1029,14 +1029,14 @@ 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
- description?: string | undefined;
1033
1032
  title?: string | undefined;
1033
+ description?: string | undefined;
1034
1034
  default?: string | boolean | undefined;
1035
1035
  enum?: string[] | undefined;
1036
1036
  }, {
1037
1037
  type?: "string" | "boolean" | undefined;
1038
- description?: string | undefined;
1039
1038
  title?: string | undefined;
1039
+ description?: string | undefined;
1040
1040
  default?: string | boolean | undefined;
1041
1041
  enum?: string[] | undefined;
1042
1042
  }>>>;
@@ -1046,8 +1046,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1046
1046
  required: string[];
1047
1047
  properties: Record<string, {
1048
1048
  type: "string" | "boolean";
1049
- description?: string | undefined;
1050
1049
  title?: string | undefined;
1050
+ description?: 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
- description?: string | undefined;
1060
1059
  title?: string | undefined;
1060
+ description?: string | undefined;
1061
1061
  default?: string | boolean | undefined;
1062
1062
  enum?: string[] | undefined;
1063
1063
  }> | undefined;
@@ -1069,8 +1069,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1069
1069
  required: string[];
1070
1070
  properties: Record<string, {
1071
1071
  type: "string" | "boolean";
1072
- description?: string | undefined;
1073
1072
  title?: string | undefined;
1073
+ description?: 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
- description?: string | undefined;
1086
1085
  title?: string | undefined;
1086
+ description?: 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;
1176
1175
  label: string;
1177
1176
  source: "custom" | "builtin";
1177
+ id: string;
1178
1178
  command: string;
1179
1179
  args: ({
1180
1180
  value: string;
@@ -1192,9 +1192,9 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1192
1192
  fields: {
1193
1193
  options: string[];
1194
1194
  type: "boolean" | "text" | "textarea" | "select";
1195
- required: boolean;
1196
- id: string;
1197
1195
  label: string;
1196
+ id: string;
1197
+ required: boolean;
1198
1198
  advanced: boolean;
1199
1199
  description?: string | undefined;
1200
1200
  placeholder?: string | undefined;
@@ -1207,8 +1207,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1207
1207
  required: string[];
1208
1208
  properties: Record<string, {
1209
1209
  type: "string" | "boolean";
1210
- description?: string | undefined;
1211
1210
  title?: string | undefined;
1211
+ description?: string | undefined;
1212
1212
  default?: string | boolean | undefined;
1213
1213
  enum?: string[] | undefined;
1214
1214
  }>;
@@ -1236,11 +1236,11 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1236
1236
  } | undefined;
1237
1237
  shellProfileId?: string | undefined;
1238
1238
  }, {
1239
- id: string;
1240
1239
  label: string;
1240
+ id: string;
1241
1241
  command: string;
1242
- description?: string | undefined;
1243
1242
  source?: "custom" | "builtin" | undefined;
1243
+ description?: string | undefined;
1244
1244
  args?: ({
1245
1245
  value: string;
1246
1246
  kind: "literal";
@@ -1256,8 +1256,8 @@ declare const TerminalSpawnCommandSchema: z.ZodObject<{
1256
1256
  })[] | undefined;
1257
1257
  fields?: {
1258
1258
  type: "boolean" | "text" | "textarea" | "select";
1259
- id: string;
1260
1259
  label: string;
1260
+ id: string;
1261
1261
  options?: string[] | undefined;
1262
1262
  required?: boolean | undefined;
1263
1263
  description?: string | undefined;
@@ -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
- description?: string | undefined;
1275
1274
  title?: string | undefined;
1275
+ description?: 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;
1315
1314
  label: string;
1316
1315
  source: "custom" | "builtin";
1316
+ id: string;
1317
1317
  command: string;
1318
1318
  args: string[];
1319
1319
  quoteStyle: "posix" | "cmd" | "powershell";
1320
1320
  }, {
1321
- id: string;
1322
1321
  label: string;
1322
+ id: string;
1323
1323
  command: string;
1324
1324
  source?: "custom" | "builtin" | undefined;
1325
1325
  args?: string[] | undefined;
@@ -1380,17 +1380,17 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1380
1380
  }, "strip", z.ZodTypeAny, {
1381
1381
  options: string[];
1382
1382
  type: "boolean" | "text" | "textarea" | "select";
1383
- required: boolean;
1384
- id: string;
1385
1383
  label: string;
1384
+ id: string;
1385
+ required: boolean;
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
- id: string;
1393
1392
  label: string;
1393
+ id: string;
1394
1394
  options?: string[] | undefined;
1395
1395
  required?: boolean | undefined;
1396
1396
  description?: string | undefined;
@@ -1409,14 +1409,14 @@ 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
- description?: string | undefined;
1413
1412
  title?: string | undefined;
1413
+ description?: string | undefined;
1414
1414
  default?: string | boolean | undefined;
1415
1415
  enum?: string[] | undefined;
1416
1416
  }, {
1417
1417
  type?: "string" | "boolean" | undefined;
1418
- description?: string | undefined;
1419
1418
  title?: string | undefined;
1419
+ description?: string | undefined;
1420
1420
  default?: string | boolean | undefined;
1421
1421
  enum?: string[] | undefined;
1422
1422
  }>>>;
@@ -1426,8 +1426,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1426
1426
  required: string[];
1427
1427
  properties: Record<string, {
1428
1428
  type: "string" | "boolean";
1429
- description?: string | undefined;
1430
1429
  title?: string | undefined;
1430
+ description?: 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
- description?: string | undefined;
1440
1439
  title?: string | undefined;
1440
+ description?: string | undefined;
1441
1441
  default?: string | boolean | undefined;
1442
1442
  enum?: string[] | undefined;
1443
1443
  }> | undefined;
@@ -1449,8 +1449,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1449
1449
  required: string[];
1450
1450
  properties: Record<string, {
1451
1451
  type: "string" | "boolean";
1452
- description?: string | undefined;
1453
1452
  title?: string | undefined;
1453
+ description?: 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
- description?: string | undefined;
1466
1465
  title?: string | undefined;
1466
+ description?: 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;
1556
1555
  label: string;
1557
1556
  source: "custom" | "builtin";
1557
+ id: string;
1558
1558
  command: string;
1559
1559
  args: ({
1560
1560
  value: string;
@@ -1572,9 +1572,9 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1572
1572
  fields: {
1573
1573
  options: string[];
1574
1574
  type: "boolean" | "text" | "textarea" | "select";
1575
- required: boolean;
1576
- id: string;
1577
1575
  label: string;
1576
+ id: string;
1577
+ required: boolean;
1578
1578
  advanced: boolean;
1579
1579
  description?: string | undefined;
1580
1580
  placeholder?: string | undefined;
@@ -1587,8 +1587,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1587
1587
  required: string[];
1588
1588
  properties: Record<string, {
1589
1589
  type: "string" | "boolean";
1590
- description?: string | undefined;
1591
1590
  title?: string | undefined;
1591
+ description?: string | undefined;
1592
1592
  default?: string | boolean | undefined;
1593
1593
  enum?: string[] | undefined;
1594
1594
  }>;
@@ -1616,11 +1616,11 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1616
1616
  } | undefined;
1617
1617
  shellProfileId?: string | undefined;
1618
1618
  }, {
1619
- id: string;
1620
1619
  label: string;
1620
+ id: string;
1621
1621
  command: string;
1622
- description?: string | undefined;
1623
1622
  source?: "custom" | "builtin" | undefined;
1623
+ description?: string | undefined;
1624
1624
  args?: ({
1625
1625
  value: string;
1626
1626
  kind: "literal";
@@ -1636,8 +1636,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1636
1636
  })[] | undefined;
1637
1637
  fields?: {
1638
1638
  type: "boolean" | "text" | "textarea" | "select";
1639
- id: string;
1640
1639
  label: string;
1640
+ id: string;
1641
1641
  options?: string[] | undefined;
1642
1642
  required?: boolean | undefined;
1643
1643
  description?: string | undefined;
@@ -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
- description?: string | undefined;
1655
1654
  title?: string | undefined;
1655
+ description?: 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;
1686
1685
  label: string;
1687
1686
  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;
1694
1693
  label: string;
1695
1694
  source: "custom" | "builtin";
1695
+ id: string;
1696
1696
  command: string;
1697
1697
  args: ({
1698
1698
  value: string;
@@ -1710,9 +1710,9 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1710
1710
  fields: {
1711
1711
  options: string[];
1712
1712
  type: "boolean" | "text" | "textarea" | "select";
1713
- required: boolean;
1714
- id: string;
1715
1713
  label: string;
1714
+ id: string;
1715
+ required: boolean;
1716
1716
  advanced: boolean;
1717
1717
  description?: string | undefined;
1718
1718
  placeholder?: string | undefined;
@@ -1725,8 +1725,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1725
1725
  required: string[];
1726
1726
  properties: Record<string, {
1727
1727
  type: "string" | "boolean";
1728
- description?: string | undefined;
1729
1728
  title?: string | undefined;
1729
+ description?: string | undefined;
1730
1730
  default?: string | boolean | undefined;
1731
1731
  enum?: string[] | undefined;
1732
1732
  }>;
@@ -1758,19 +1758,19 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1758
1758
  }, {
1759
1759
  defaultShellProfileId?: string | undefined;
1760
1760
  customShellProfiles?: {
1761
- id: string;
1762
1761
  label: string;
1762
+ id: 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
- id: string;
1770
1769
  label: string;
1770
+ id: string;
1771
1771
  command: string;
1772
- description?: string | undefined;
1773
1772
  source?: "custom" | "builtin" | undefined;
1773
+ description?: string | undefined;
1774
1774
  args?: ({
1775
1775
  value: string;
1776
1776
  kind: "literal";
@@ -1786,8 +1786,8 @@ declare const TerminalInvocationSettingsSchema: z.ZodObject<{
1786
1786
  })[] | undefined;
1787
1787
  fields?: {
1788
1788
  type: "boolean" | "text" | "textarea" | "select";
1789
- id: string;
1790
1789
  label: string;
1790
+ id: string;
1791
1791
  options?: string[] | undefined;
1792
1792
  required?: boolean | undefined;
1793
1793
  description?: string | undefined;
@@ -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
- description?: string | undefined;
1805
1804
  title?: string | undefined;
1805
+ description?: string | undefined;
1806
1806
  default?: string | boolean | undefined;
1807
1807
  enum?: string[] | undefined;
1808
1808
  }> | undefined;
@@ -1,2 +1,2 @@
1
- import { A as renderTerminalSpawnCommand, C as TerminalSpawnCommand, D as getTerminalCommandParameters, E as getTerminalCommandDefaultValues, M as resolveTerminalShellDefaults, O as quoteTerminalShellArg, S as TerminalShellQuoteStyleSchema, T as fieldsToTerminalCommandParameters, _ as TerminalShellDefaults, a as TerminalCommandBuilder, b as TerminalShellProfileSchema, c as TerminalCommandFieldSchema, d as TerminalCommandJsonSchema, f as TerminalCommandJsonSchemaProperty, g as TerminalInvocationSettingsSchema, h as TerminalInvocationSettings, i as TerminalCommandArgument, j as renderTerminalSpawnCommandLine, k as renderTerminalCommandArgs, l as TerminalCommandFieldValue, m as TerminalCommandRenderResult, n as TERMINAL_COMMAND_FIELD_TYPE_VALUES, o as TerminalCommandBuilderPart, p as TerminalCommandParameters, r as TERMINAL_SHELL_QUOTE_STYLE_VALUES, s as TerminalCommandField, t as BUILTIN_TERMINAL_SPAWN_COMMANDS, u as TerminalCommandFieldValues, v as TerminalShellEnv, w as TerminalSpawnCommandSchema, x as TerminalShellQuoteStyle, y as TerminalShellProfile } from "./terminal-invocation-CWevPxkf.mjs";
1
+ import { A as renderTerminalSpawnCommand, C as TerminalSpawnCommand, D as getTerminalCommandParameters, E as getTerminalCommandDefaultValues, M as resolveTerminalShellDefaults, O as quoteTerminalShellArg, S as TerminalShellQuoteStyleSchema, T as fieldsToTerminalCommandParameters, _ as TerminalShellDefaults, a as TerminalCommandBuilder, b as TerminalShellProfileSchema, c as TerminalCommandFieldSchema, d as TerminalCommandJsonSchema, f as TerminalCommandJsonSchemaProperty, g as TerminalInvocationSettingsSchema, h as TerminalInvocationSettings, i as TerminalCommandArgument, j as renderTerminalSpawnCommandLine, k as renderTerminalCommandArgs, l as TerminalCommandFieldValue, m as TerminalCommandRenderResult, n as TERMINAL_COMMAND_FIELD_TYPE_VALUES, o as TerminalCommandBuilderPart, p as TerminalCommandParameters, r as TERMINAL_SHELL_QUOTE_STYLE_VALUES, s as TerminalCommandField, t as BUILTIN_TERMINAL_SPAWN_COMMANDS, u as TerminalCommandFieldValues, v as TerminalShellEnv, w as TerminalSpawnCommandSchema, x as TerminalShellQuoteStyle, y as TerminalShellProfile } from "./terminal-invocation-BnsT7ae7.mjs";
2
2
  export { BUILTIN_TERMINAL_SPAWN_COMMANDS, TERMINAL_COMMAND_FIELD_TYPE_VALUES, TERMINAL_SHELL_QUOTE_STYLE_VALUES, TerminalCommandArgument, TerminalCommandBuilder, TerminalCommandBuilderPart, TerminalCommandField, TerminalCommandFieldSchema, TerminalCommandFieldValue, TerminalCommandFieldValues, TerminalCommandJsonSchema, TerminalCommandJsonSchemaProperty, TerminalCommandParameters, TerminalCommandRenderResult, TerminalInvocationSettings, TerminalInvocationSettingsSchema, TerminalShellDefaults, TerminalShellEnv, TerminalShellProfile, TerminalShellProfileSchema, TerminalShellQuoteStyle, TerminalShellQuoteStyleSchema, TerminalSpawnCommand, TerminalSpawnCommandSchema, fieldsToTerminalCommandParameters, getTerminalCommandDefaultValues, getTerminalCommandParameters, quoteTerminalShellArg, renderTerminalCommandArgs, renderTerminalSpawnCommand, renderTerminalSpawnCommandLine, resolveTerminalShellDefaults };