@better-t-stack/types 3.27.4 → 3.28.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.
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/json-schema.d.mts +432 -12
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/schemas.d.mts +326 -11
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +33 -4
- package/dist/schemas.mjs.map +1 -1
- package/package.json +1 -1
package/dist/json-schema.d.mts
CHANGED
|
@@ -61,6 +61,7 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
|
|
|
61
61
|
opentui: "opentui";
|
|
62
62
|
wxt: "wxt";
|
|
63
63
|
skills: "skills";
|
|
64
|
+
evlog: "evlog";
|
|
64
65
|
}>>;
|
|
65
66
|
declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
66
67
|
none: "none";
|
|
@@ -140,6 +141,18 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
140
141
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
141
142
|
}>;
|
|
142
143
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
144
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
145
|
+
orama: "orama";
|
|
146
|
+
"orama-cloud": "orama-cloud";
|
|
147
|
+
}>>;
|
|
148
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
149
|
+
"next-og": "next-og";
|
|
150
|
+
takumi: "takumi";
|
|
151
|
+
}>>;
|
|
152
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
153
|
+
openrouter: "openrouter";
|
|
154
|
+
inkeep: "inkeep";
|
|
155
|
+
}>>;
|
|
143
156
|
}, z.core.$strict>>;
|
|
144
157
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
145
158
|
template: z.ZodEnum<{
|
|
@@ -243,6 +256,7 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
243
256
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
244
257
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
245
258
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
259
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
246
260
|
}>;
|
|
247
261
|
skills: z.ZodArray<z.ZodString>;
|
|
248
262
|
}, z.core.$strict>>>;
|
|
@@ -254,13 +268,15 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
254
268
|
eslint: "eslint";
|
|
255
269
|
}>>;
|
|
256
270
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
271
|
+
void: "void";
|
|
257
272
|
antigravity: "antigravity";
|
|
258
273
|
cursor: "cursor";
|
|
259
274
|
vscode: "vscode";
|
|
260
275
|
zed: "zed";
|
|
261
276
|
windsurf: "windsurf";
|
|
262
277
|
trae: "trae";
|
|
263
|
-
|
|
278
|
+
codebuddy: "codebuddy";
|
|
279
|
+
bob: "bob";
|
|
264
280
|
kiro: "kiro";
|
|
265
281
|
}>>>;
|
|
266
282
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -269,9 +285,26 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
269
285
|
opencode: "opencode";
|
|
270
286
|
goose: "goose";
|
|
271
287
|
amp: "amp";
|
|
288
|
+
pi: "pi";
|
|
289
|
+
qoder: "qoder";
|
|
272
290
|
droid: "droid";
|
|
291
|
+
zencoder: "zencoder";
|
|
292
|
+
mcpjam: "mcpjam";
|
|
293
|
+
bob: "bob";
|
|
294
|
+
universal: "universal";
|
|
273
295
|
claude: "claude";
|
|
274
296
|
jules: "jules";
|
|
297
|
+
replit: "replit";
|
|
298
|
+
devin: "devin";
|
|
299
|
+
lovable: "lovable";
|
|
300
|
+
ona: "ona";
|
|
301
|
+
openclaw: "openclaw";
|
|
302
|
+
continue: "continue";
|
|
303
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
304
|
+
deepagents: "deepagents";
|
|
305
|
+
"kimi-cli": "kimi-cli";
|
|
306
|
+
mux: "mux";
|
|
307
|
+
adal: "adal";
|
|
275
308
|
copilot: "copilot";
|
|
276
309
|
aider: "aider";
|
|
277
310
|
"firebase-studio": "firebase-studio";
|
|
@@ -293,7 +326,9 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
|
|
|
293
326
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
294
327
|
cursor: "cursor";
|
|
295
328
|
windsurf: "windsurf";
|
|
329
|
+
codebuddy: "codebuddy";
|
|
296
330
|
claude: "claude";
|
|
331
|
+
copilot: "copilot";
|
|
297
332
|
}>>>;
|
|
298
333
|
}, z.core.$strict>>;
|
|
299
334
|
}, z.core.$strict>>;
|
|
@@ -354,6 +389,18 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
354
389
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
355
390
|
}>;
|
|
356
391
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
392
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
393
|
+
orama: "orama";
|
|
394
|
+
"orama-cloud": "orama-cloud";
|
|
395
|
+
}>>;
|
|
396
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
397
|
+
"next-og": "next-og";
|
|
398
|
+
takumi: "takumi";
|
|
399
|
+
}>>;
|
|
400
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
401
|
+
openrouter: "openrouter";
|
|
402
|
+
inkeep: "inkeep";
|
|
403
|
+
}>>;
|
|
357
404
|
}, z.core.$strict>>;
|
|
358
405
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
359
406
|
template: z.ZodEnum<{
|
|
@@ -457,6 +504,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
457
504
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
458
505
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
459
506
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
507
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
460
508
|
}>;
|
|
461
509
|
skills: z.ZodArray<z.ZodString>;
|
|
462
510
|
}, z.core.$strict>>>;
|
|
@@ -468,13 +516,15 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
468
516
|
eslint: "eslint";
|
|
469
517
|
}>>;
|
|
470
518
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
519
|
+
void: "void";
|
|
471
520
|
antigravity: "antigravity";
|
|
472
521
|
cursor: "cursor";
|
|
473
522
|
vscode: "vscode";
|
|
474
523
|
zed: "zed";
|
|
475
524
|
windsurf: "windsurf";
|
|
476
525
|
trae: "trae";
|
|
477
|
-
|
|
526
|
+
codebuddy: "codebuddy";
|
|
527
|
+
bob: "bob";
|
|
478
528
|
kiro: "kiro";
|
|
479
529
|
}>>>;
|
|
480
530
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -483,9 +533,26 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
483
533
|
opencode: "opencode";
|
|
484
534
|
goose: "goose";
|
|
485
535
|
amp: "amp";
|
|
536
|
+
pi: "pi";
|
|
537
|
+
qoder: "qoder";
|
|
486
538
|
droid: "droid";
|
|
539
|
+
zencoder: "zencoder";
|
|
540
|
+
mcpjam: "mcpjam";
|
|
541
|
+
bob: "bob";
|
|
542
|
+
universal: "universal";
|
|
487
543
|
claude: "claude";
|
|
488
544
|
jules: "jules";
|
|
545
|
+
replit: "replit";
|
|
546
|
+
devin: "devin";
|
|
547
|
+
lovable: "lovable";
|
|
548
|
+
ona: "ona";
|
|
549
|
+
openclaw: "openclaw";
|
|
550
|
+
continue: "continue";
|
|
551
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
552
|
+
deepagents: "deepagents";
|
|
553
|
+
"kimi-cli": "kimi-cli";
|
|
554
|
+
mux: "mux";
|
|
555
|
+
adal: "adal";
|
|
489
556
|
copilot: "copilot";
|
|
490
557
|
aider: "aider";
|
|
491
558
|
"firebase-studio": "firebase-studio";
|
|
@@ -507,7 +574,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
507
574
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
508
575
|
cursor: "cursor";
|
|
509
576
|
windsurf: "windsurf";
|
|
577
|
+
codebuddy: "codebuddy";
|
|
510
578
|
claude: "claude";
|
|
579
|
+
copilot: "copilot";
|
|
511
580
|
}>>>;
|
|
512
581
|
}, z.core.$strict>>;
|
|
513
582
|
}, z.core.$strict>>;
|
|
@@ -587,6 +656,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
|
|
|
587
656
|
opentui: "opentui";
|
|
588
657
|
wxt: "wxt";
|
|
589
658
|
skills: "skills";
|
|
659
|
+
evlog: "evlog";
|
|
590
660
|
}>>>;
|
|
591
661
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
592
662
|
none: "none";
|
|
@@ -668,6 +738,7 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
668
738
|
opentui: "opentui";
|
|
669
739
|
wxt: "wxt";
|
|
670
740
|
skills: "skills";
|
|
741
|
+
evlog: "evlog";
|
|
671
742
|
}>>>;
|
|
672
743
|
addonOptions: z.ZodOptional<z.ZodObject<{
|
|
673
744
|
wxt: z.ZodOptional<z.ZodObject<{
|
|
@@ -691,6 +762,18 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
691
762
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
692
763
|
}>;
|
|
693
764
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
765
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
766
|
+
orama: "orama";
|
|
767
|
+
"orama-cloud": "orama-cloud";
|
|
768
|
+
}>>;
|
|
769
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
770
|
+
"next-og": "next-og";
|
|
771
|
+
takumi: "takumi";
|
|
772
|
+
}>>;
|
|
773
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
774
|
+
openrouter: "openrouter";
|
|
775
|
+
inkeep: "inkeep";
|
|
776
|
+
}>>;
|
|
694
777
|
}, z.core.$strict>>;
|
|
695
778
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
696
779
|
template: z.ZodEnum<{
|
|
@@ -794,6 +877,7 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
794
877
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
795
878
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
796
879
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
880
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
797
881
|
}>;
|
|
798
882
|
skills: z.ZodArray<z.ZodString>;
|
|
799
883
|
}, z.core.$strict>>>;
|
|
@@ -805,13 +889,15 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
805
889
|
eslint: "eslint";
|
|
806
890
|
}>>;
|
|
807
891
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
892
|
+
void: "void";
|
|
808
893
|
antigravity: "antigravity";
|
|
809
894
|
cursor: "cursor";
|
|
810
895
|
vscode: "vscode";
|
|
811
896
|
zed: "zed";
|
|
812
897
|
windsurf: "windsurf";
|
|
813
898
|
trae: "trae";
|
|
814
|
-
|
|
899
|
+
codebuddy: "codebuddy";
|
|
900
|
+
bob: "bob";
|
|
815
901
|
kiro: "kiro";
|
|
816
902
|
}>>>;
|
|
817
903
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -820,9 +906,26 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
820
906
|
opencode: "opencode";
|
|
821
907
|
goose: "goose";
|
|
822
908
|
amp: "amp";
|
|
909
|
+
pi: "pi";
|
|
910
|
+
qoder: "qoder";
|
|
823
911
|
droid: "droid";
|
|
912
|
+
zencoder: "zencoder";
|
|
913
|
+
mcpjam: "mcpjam";
|
|
914
|
+
bob: "bob";
|
|
915
|
+
universal: "universal";
|
|
824
916
|
claude: "claude";
|
|
825
917
|
jules: "jules";
|
|
918
|
+
replit: "replit";
|
|
919
|
+
devin: "devin";
|
|
920
|
+
lovable: "lovable";
|
|
921
|
+
ona: "ona";
|
|
922
|
+
openclaw: "openclaw";
|
|
923
|
+
continue: "continue";
|
|
924
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
925
|
+
deepagents: "deepagents";
|
|
926
|
+
"kimi-cli": "kimi-cli";
|
|
927
|
+
mux: "mux";
|
|
928
|
+
adal: "adal";
|
|
826
929
|
copilot: "copilot";
|
|
827
930
|
aider: "aider";
|
|
828
931
|
"firebase-studio": "firebase-studio";
|
|
@@ -844,7 +947,9 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
|
|
|
844
947
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
845
948
|
cursor: "cursor";
|
|
846
949
|
windsurf: "windsurf";
|
|
950
|
+
codebuddy: "codebuddy";
|
|
847
951
|
claude: "claude";
|
|
952
|
+
copilot: "copilot";
|
|
848
953
|
}>>>;
|
|
849
954
|
}, z.core.$strict>>;
|
|
850
955
|
}, z.core.$strict>>;
|
|
@@ -891,6 +996,18 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
891
996
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
892
997
|
}>;
|
|
893
998
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
999
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
1000
|
+
orama: "orama";
|
|
1001
|
+
"orama-cloud": "orama-cloud";
|
|
1002
|
+
}>>;
|
|
1003
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
1004
|
+
"next-og": "next-og";
|
|
1005
|
+
takumi: "takumi";
|
|
1006
|
+
}>>;
|
|
1007
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
1008
|
+
openrouter: "openrouter";
|
|
1009
|
+
inkeep: "inkeep";
|
|
1010
|
+
}>>;
|
|
894
1011
|
}, z.core.$strict>>;
|
|
895
1012
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
896
1013
|
template: z.ZodEnum<{
|
|
@@ -994,6 +1111,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
994
1111
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
995
1112
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
996
1113
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
1114
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
997
1115
|
}>;
|
|
998
1116
|
skills: z.ZodArray<z.ZodString>;
|
|
999
1117
|
}, z.core.$strict>>>;
|
|
@@ -1005,13 +1123,15 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1005
1123
|
eslint: "eslint";
|
|
1006
1124
|
}>>;
|
|
1007
1125
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1126
|
+
void: "void";
|
|
1008
1127
|
antigravity: "antigravity";
|
|
1009
1128
|
cursor: "cursor";
|
|
1010
1129
|
vscode: "vscode";
|
|
1011
1130
|
zed: "zed";
|
|
1012
1131
|
windsurf: "windsurf";
|
|
1013
1132
|
trae: "trae";
|
|
1014
|
-
|
|
1133
|
+
codebuddy: "codebuddy";
|
|
1134
|
+
bob: "bob";
|
|
1015
1135
|
kiro: "kiro";
|
|
1016
1136
|
}>>>;
|
|
1017
1137
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1020,9 +1140,26 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1020
1140
|
opencode: "opencode";
|
|
1021
1141
|
goose: "goose";
|
|
1022
1142
|
amp: "amp";
|
|
1143
|
+
pi: "pi";
|
|
1144
|
+
qoder: "qoder";
|
|
1023
1145
|
droid: "droid";
|
|
1146
|
+
zencoder: "zencoder";
|
|
1147
|
+
mcpjam: "mcpjam";
|
|
1148
|
+
bob: "bob";
|
|
1149
|
+
universal: "universal";
|
|
1024
1150
|
claude: "claude";
|
|
1025
1151
|
jules: "jules";
|
|
1152
|
+
replit: "replit";
|
|
1153
|
+
devin: "devin";
|
|
1154
|
+
lovable: "lovable";
|
|
1155
|
+
ona: "ona";
|
|
1156
|
+
openclaw: "openclaw";
|
|
1157
|
+
continue: "continue";
|
|
1158
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
1159
|
+
deepagents: "deepagents";
|
|
1160
|
+
"kimi-cli": "kimi-cli";
|
|
1161
|
+
mux: "mux";
|
|
1162
|
+
adal: "adal";
|
|
1026
1163
|
copilot: "copilot";
|
|
1027
1164
|
aider: "aider";
|
|
1028
1165
|
"firebase-studio": "firebase-studio";
|
|
@@ -1044,7 +1181,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1044
1181
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1045
1182
|
cursor: "cursor";
|
|
1046
1183
|
windsurf: "windsurf";
|
|
1184
|
+
codebuddy: "codebuddy";
|
|
1047
1185
|
claude: "claude";
|
|
1186
|
+
copilot: "copilot";
|
|
1048
1187
|
}>>>;
|
|
1049
1188
|
}, z.core.$strict>>;
|
|
1050
1189
|
}, z.core.$strict>>;
|
|
@@ -1130,6 +1269,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
|
|
|
1130
1269
|
opentui: "opentui";
|
|
1131
1270
|
wxt: "wxt";
|
|
1132
1271
|
skills: "skills";
|
|
1272
|
+
evlog: "evlog";
|
|
1133
1273
|
}>>;
|
|
1134
1274
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1135
1275
|
none: "none";
|
|
@@ -1203,6 +1343,18 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1203
1343
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
1204
1344
|
}>;
|
|
1205
1345
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
1346
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
1347
|
+
orama: "orama";
|
|
1348
|
+
"orama-cloud": "orama-cloud";
|
|
1349
|
+
}>>;
|
|
1350
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
1351
|
+
"next-og": "next-og";
|
|
1352
|
+
takumi: "takumi";
|
|
1353
|
+
}>>;
|
|
1354
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
1355
|
+
openrouter: "openrouter";
|
|
1356
|
+
inkeep: "inkeep";
|
|
1357
|
+
}>>;
|
|
1206
1358
|
}, z.core.$strict>>;
|
|
1207
1359
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
1208
1360
|
template: z.ZodEnum<{
|
|
@@ -1306,6 +1458,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1306
1458
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
1307
1459
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
1308
1460
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
1461
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
1309
1462
|
}>;
|
|
1310
1463
|
skills: z.ZodArray<z.ZodString>;
|
|
1311
1464
|
}, z.core.$strict>>>;
|
|
@@ -1317,13 +1470,15 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1317
1470
|
eslint: "eslint";
|
|
1318
1471
|
}>>;
|
|
1319
1472
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1473
|
+
void: "void";
|
|
1320
1474
|
antigravity: "antigravity";
|
|
1321
1475
|
cursor: "cursor";
|
|
1322
1476
|
vscode: "vscode";
|
|
1323
1477
|
zed: "zed";
|
|
1324
1478
|
windsurf: "windsurf";
|
|
1325
1479
|
trae: "trae";
|
|
1326
|
-
|
|
1480
|
+
codebuddy: "codebuddy";
|
|
1481
|
+
bob: "bob";
|
|
1327
1482
|
kiro: "kiro";
|
|
1328
1483
|
}>>>;
|
|
1329
1484
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1332,9 +1487,26 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1332
1487
|
opencode: "opencode";
|
|
1333
1488
|
goose: "goose";
|
|
1334
1489
|
amp: "amp";
|
|
1490
|
+
pi: "pi";
|
|
1491
|
+
qoder: "qoder";
|
|
1335
1492
|
droid: "droid";
|
|
1493
|
+
zencoder: "zencoder";
|
|
1494
|
+
mcpjam: "mcpjam";
|
|
1495
|
+
bob: "bob";
|
|
1496
|
+
universal: "universal";
|
|
1336
1497
|
claude: "claude";
|
|
1337
1498
|
jules: "jules";
|
|
1499
|
+
replit: "replit";
|
|
1500
|
+
devin: "devin";
|
|
1501
|
+
lovable: "lovable";
|
|
1502
|
+
ona: "ona";
|
|
1503
|
+
openclaw: "openclaw";
|
|
1504
|
+
continue: "continue";
|
|
1505
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
1506
|
+
deepagents: "deepagents";
|
|
1507
|
+
"kimi-cli": "kimi-cli";
|
|
1508
|
+
mux: "mux";
|
|
1509
|
+
adal: "adal";
|
|
1338
1510
|
copilot: "copilot";
|
|
1339
1511
|
aider: "aider";
|
|
1340
1512
|
"firebase-studio": "firebase-studio";
|
|
@@ -1356,7 +1528,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1356
1528
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1357
1529
|
cursor: "cursor";
|
|
1358
1530
|
windsurf: "windsurf";
|
|
1531
|
+
codebuddy: "codebuddy";
|
|
1359
1532
|
claude: "claude";
|
|
1533
|
+
copilot: "copilot";
|
|
1360
1534
|
}>>>;
|
|
1361
1535
|
}, z.core.$strict>>;
|
|
1362
1536
|
}, z.core.$strict>>;
|
|
@@ -1442,6 +1616,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
|
|
|
1442
1616
|
opentui: "opentui";
|
|
1443
1617
|
wxt: "wxt";
|
|
1444
1618
|
skills: "skills";
|
|
1619
|
+
evlog: "evlog";
|
|
1445
1620
|
}>>;
|
|
1446
1621
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1447
1622
|
none: "none";
|
|
@@ -1515,6 +1690,18 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
1515
1690
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
1516
1691
|
}>;
|
|
1517
1692
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
1693
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
1694
|
+
orama: "orama";
|
|
1695
|
+
"orama-cloud": "orama-cloud";
|
|
1696
|
+
}>>;
|
|
1697
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
1698
|
+
"next-og": "next-og";
|
|
1699
|
+
takumi: "takumi";
|
|
1700
|
+
}>>;
|
|
1701
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
1702
|
+
openrouter: "openrouter";
|
|
1703
|
+
inkeep: "inkeep";
|
|
1704
|
+
}>>;
|
|
1518
1705
|
}, z.core.$strict>>;
|
|
1519
1706
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
1520
1707
|
template: z.ZodEnum<{
|
|
@@ -1618,6 +1805,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
1618
1805
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
1619
1806
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
1620
1807
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
1808
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
1621
1809
|
}>;
|
|
1622
1810
|
skills: z.ZodArray<z.ZodString>;
|
|
1623
1811
|
}, z.core.$strict>>>;
|
|
@@ -1629,13 +1817,15 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
1629
1817
|
eslint: "eslint";
|
|
1630
1818
|
}>>;
|
|
1631
1819
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1820
|
+
void: "void";
|
|
1632
1821
|
antigravity: "antigravity";
|
|
1633
1822
|
cursor: "cursor";
|
|
1634
1823
|
vscode: "vscode";
|
|
1635
1824
|
zed: "zed";
|
|
1636
1825
|
windsurf: "windsurf";
|
|
1637
1826
|
trae: "trae";
|
|
1638
|
-
|
|
1827
|
+
codebuddy: "codebuddy";
|
|
1828
|
+
bob: "bob";
|
|
1639
1829
|
kiro: "kiro";
|
|
1640
1830
|
}>>>;
|
|
1641
1831
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1644,9 +1834,26 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
1644
1834
|
opencode: "opencode";
|
|
1645
1835
|
goose: "goose";
|
|
1646
1836
|
amp: "amp";
|
|
1837
|
+
pi: "pi";
|
|
1838
|
+
qoder: "qoder";
|
|
1647
1839
|
droid: "droid";
|
|
1840
|
+
zencoder: "zencoder";
|
|
1841
|
+
mcpjam: "mcpjam";
|
|
1842
|
+
bob: "bob";
|
|
1843
|
+
universal: "universal";
|
|
1648
1844
|
claude: "claude";
|
|
1649
1845
|
jules: "jules";
|
|
1846
|
+
replit: "replit";
|
|
1847
|
+
devin: "devin";
|
|
1848
|
+
lovable: "lovable";
|
|
1849
|
+
ona: "ona";
|
|
1850
|
+
openclaw: "openclaw";
|
|
1851
|
+
continue: "continue";
|
|
1852
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
1853
|
+
deepagents: "deepagents";
|
|
1854
|
+
"kimi-cli": "kimi-cli";
|
|
1855
|
+
mux: "mux";
|
|
1856
|
+
adal: "adal";
|
|
1650
1857
|
copilot: "copilot";
|
|
1651
1858
|
aider: "aider";
|
|
1652
1859
|
"firebase-studio": "firebase-studio";
|
|
@@ -1668,7 +1875,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
1668
1875
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1669
1876
|
cursor: "cursor";
|
|
1670
1877
|
windsurf: "windsurf";
|
|
1878
|
+
codebuddy: "codebuddy";
|
|
1671
1879
|
claude: "claude";
|
|
1880
|
+
copilot: "copilot";
|
|
1672
1881
|
}>>>;
|
|
1673
1882
|
}, z.core.$strict>>;
|
|
1674
1883
|
}, z.core.$strict>>;
|
|
@@ -1754,6 +1963,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
|
|
|
1754
1963
|
opentui: "opentui";
|
|
1755
1964
|
wxt: "wxt";
|
|
1756
1965
|
skills: "skills";
|
|
1966
|
+
evlog: "evlog";
|
|
1757
1967
|
}>>;
|
|
1758
1968
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1759
1969
|
none: "none";
|
|
@@ -1869,6 +2079,7 @@ declare function getAllJsonSchemas(): {
|
|
|
1869
2079
|
opentui: "opentui";
|
|
1870
2080
|
wxt: "wxt";
|
|
1871
2081
|
skills: "skills";
|
|
2082
|
+
evlog: "evlog";
|
|
1872
2083
|
}>>;
|
|
1873
2084
|
examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
|
|
1874
2085
|
none: "none";
|
|
@@ -1948,6 +2159,18 @@ declare function getAllJsonSchemas(): {
|
|
|
1948
2159
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
1949
2160
|
}>;
|
|
1950
2161
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
2162
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
2163
|
+
orama: "orama";
|
|
2164
|
+
"orama-cloud": "orama-cloud";
|
|
2165
|
+
}>>;
|
|
2166
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
2167
|
+
"next-og": "next-og";
|
|
2168
|
+
takumi: "takumi";
|
|
2169
|
+
}>>;
|
|
2170
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
2171
|
+
openrouter: "openrouter";
|
|
2172
|
+
inkeep: "inkeep";
|
|
2173
|
+
}>>;
|
|
1951
2174
|
}, z.core.$strict>>;
|
|
1952
2175
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
1953
2176
|
template: z.ZodEnum<{
|
|
@@ -2051,6 +2274,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2051
2274
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
2052
2275
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
2053
2276
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
2277
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
2054
2278
|
}>;
|
|
2055
2279
|
skills: z.ZodArray<z.ZodString>;
|
|
2056
2280
|
}, z.core.$strict>>>;
|
|
@@ -2062,13 +2286,15 @@ declare function getAllJsonSchemas(): {
|
|
|
2062
2286
|
eslint: "eslint";
|
|
2063
2287
|
}>>;
|
|
2064
2288
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2289
|
+
void: "void";
|
|
2065
2290
|
antigravity: "antigravity";
|
|
2066
2291
|
cursor: "cursor";
|
|
2067
2292
|
vscode: "vscode";
|
|
2068
2293
|
zed: "zed";
|
|
2069
2294
|
windsurf: "windsurf";
|
|
2070
2295
|
trae: "trae";
|
|
2071
|
-
|
|
2296
|
+
codebuddy: "codebuddy";
|
|
2297
|
+
bob: "bob";
|
|
2072
2298
|
kiro: "kiro";
|
|
2073
2299
|
}>>>;
|
|
2074
2300
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2077,9 +2303,26 @@ declare function getAllJsonSchemas(): {
|
|
|
2077
2303
|
opencode: "opencode";
|
|
2078
2304
|
goose: "goose";
|
|
2079
2305
|
amp: "amp";
|
|
2306
|
+
pi: "pi";
|
|
2307
|
+
qoder: "qoder";
|
|
2080
2308
|
droid: "droid";
|
|
2309
|
+
zencoder: "zencoder";
|
|
2310
|
+
mcpjam: "mcpjam";
|
|
2311
|
+
bob: "bob";
|
|
2312
|
+
universal: "universal";
|
|
2081
2313
|
claude: "claude";
|
|
2082
2314
|
jules: "jules";
|
|
2315
|
+
replit: "replit";
|
|
2316
|
+
devin: "devin";
|
|
2317
|
+
lovable: "lovable";
|
|
2318
|
+
ona: "ona";
|
|
2319
|
+
openclaw: "openclaw";
|
|
2320
|
+
continue: "continue";
|
|
2321
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
2322
|
+
deepagents: "deepagents";
|
|
2323
|
+
"kimi-cli": "kimi-cli";
|
|
2324
|
+
mux: "mux";
|
|
2325
|
+
adal: "adal";
|
|
2083
2326
|
copilot: "copilot";
|
|
2084
2327
|
aider: "aider";
|
|
2085
2328
|
"firebase-studio": "firebase-studio";
|
|
@@ -2101,7 +2344,9 @@ declare function getAllJsonSchemas(): {
|
|
|
2101
2344
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2102
2345
|
cursor: "cursor";
|
|
2103
2346
|
windsurf: "windsurf";
|
|
2347
|
+
codebuddy: "codebuddy";
|
|
2104
2348
|
claude: "claude";
|
|
2349
|
+
copilot: "copilot";
|
|
2105
2350
|
}>>>;
|
|
2106
2351
|
}, z.core.$strict>>;
|
|
2107
2352
|
}, z.core.$strict>>;
|
|
@@ -2162,6 +2407,18 @@ declare function getAllJsonSchemas(): {
|
|
|
2162
2407
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
2163
2408
|
}>;
|
|
2164
2409
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
2410
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
2411
|
+
orama: "orama";
|
|
2412
|
+
"orama-cloud": "orama-cloud";
|
|
2413
|
+
}>>;
|
|
2414
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
2415
|
+
"next-og": "next-og";
|
|
2416
|
+
takumi: "takumi";
|
|
2417
|
+
}>>;
|
|
2418
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
2419
|
+
openrouter: "openrouter";
|
|
2420
|
+
inkeep: "inkeep";
|
|
2421
|
+
}>>;
|
|
2165
2422
|
}, z.core.$strict>>;
|
|
2166
2423
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
2167
2424
|
template: z.ZodEnum<{
|
|
@@ -2265,6 +2522,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2265
2522
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
2266
2523
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
2267
2524
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
2525
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
2268
2526
|
}>;
|
|
2269
2527
|
skills: z.ZodArray<z.ZodString>;
|
|
2270
2528
|
}, z.core.$strict>>>;
|
|
@@ -2276,13 +2534,15 @@ declare function getAllJsonSchemas(): {
|
|
|
2276
2534
|
eslint: "eslint";
|
|
2277
2535
|
}>>;
|
|
2278
2536
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2537
|
+
void: "void";
|
|
2279
2538
|
antigravity: "antigravity";
|
|
2280
2539
|
cursor: "cursor";
|
|
2281
2540
|
vscode: "vscode";
|
|
2282
2541
|
zed: "zed";
|
|
2283
2542
|
windsurf: "windsurf";
|
|
2284
2543
|
trae: "trae";
|
|
2285
|
-
|
|
2544
|
+
codebuddy: "codebuddy";
|
|
2545
|
+
bob: "bob";
|
|
2286
2546
|
kiro: "kiro";
|
|
2287
2547
|
}>>>;
|
|
2288
2548
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2291,9 +2551,26 @@ declare function getAllJsonSchemas(): {
|
|
|
2291
2551
|
opencode: "opencode";
|
|
2292
2552
|
goose: "goose";
|
|
2293
2553
|
amp: "amp";
|
|
2554
|
+
pi: "pi";
|
|
2555
|
+
qoder: "qoder";
|
|
2294
2556
|
droid: "droid";
|
|
2557
|
+
zencoder: "zencoder";
|
|
2558
|
+
mcpjam: "mcpjam";
|
|
2559
|
+
bob: "bob";
|
|
2560
|
+
universal: "universal";
|
|
2295
2561
|
claude: "claude";
|
|
2296
2562
|
jules: "jules";
|
|
2563
|
+
replit: "replit";
|
|
2564
|
+
devin: "devin";
|
|
2565
|
+
lovable: "lovable";
|
|
2566
|
+
ona: "ona";
|
|
2567
|
+
openclaw: "openclaw";
|
|
2568
|
+
continue: "continue";
|
|
2569
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
2570
|
+
deepagents: "deepagents";
|
|
2571
|
+
"kimi-cli": "kimi-cli";
|
|
2572
|
+
mux: "mux";
|
|
2573
|
+
adal: "adal";
|
|
2297
2574
|
copilot: "copilot";
|
|
2298
2575
|
aider: "aider";
|
|
2299
2576
|
"firebase-studio": "firebase-studio";
|
|
@@ -2315,7 +2592,9 @@ declare function getAllJsonSchemas(): {
|
|
|
2315
2592
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2316
2593
|
cursor: "cursor";
|
|
2317
2594
|
windsurf: "windsurf";
|
|
2595
|
+
codebuddy: "codebuddy";
|
|
2318
2596
|
claude: "claude";
|
|
2597
|
+
copilot: "copilot";
|
|
2319
2598
|
}>>>;
|
|
2320
2599
|
}, z.core.$strict>>;
|
|
2321
2600
|
}, z.core.$strict>>;
|
|
@@ -2395,6 +2674,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2395
2674
|
opentui: "opentui";
|
|
2396
2675
|
wxt: "wxt";
|
|
2397
2676
|
skills: "skills";
|
|
2677
|
+
evlog: "evlog";
|
|
2398
2678
|
}>>>;
|
|
2399
2679
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2400
2680
|
none: "none";
|
|
@@ -2476,6 +2756,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2476
2756
|
opentui: "opentui";
|
|
2477
2757
|
wxt: "wxt";
|
|
2478
2758
|
skills: "skills";
|
|
2759
|
+
evlog: "evlog";
|
|
2479
2760
|
}>>>;
|
|
2480
2761
|
addonOptions: z.ZodOptional<z.ZodObject<{
|
|
2481
2762
|
wxt: z.ZodOptional<z.ZodObject<{
|
|
@@ -2499,6 +2780,18 @@ declare function getAllJsonSchemas(): {
|
|
|
2499
2780
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
2500
2781
|
}>;
|
|
2501
2782
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
2783
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
2784
|
+
orama: "orama";
|
|
2785
|
+
"orama-cloud": "orama-cloud";
|
|
2786
|
+
}>>;
|
|
2787
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
2788
|
+
"next-og": "next-og";
|
|
2789
|
+
takumi: "takumi";
|
|
2790
|
+
}>>;
|
|
2791
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
2792
|
+
openrouter: "openrouter";
|
|
2793
|
+
inkeep: "inkeep";
|
|
2794
|
+
}>>;
|
|
2502
2795
|
}, z.core.$strict>>;
|
|
2503
2796
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
2504
2797
|
template: z.ZodEnum<{
|
|
@@ -2602,6 +2895,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2602
2895
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
2603
2896
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
2604
2897
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
2898
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
2605
2899
|
}>;
|
|
2606
2900
|
skills: z.ZodArray<z.ZodString>;
|
|
2607
2901
|
}, z.core.$strict>>>;
|
|
@@ -2613,13 +2907,15 @@ declare function getAllJsonSchemas(): {
|
|
|
2613
2907
|
eslint: "eslint";
|
|
2614
2908
|
}>>;
|
|
2615
2909
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2910
|
+
void: "void";
|
|
2616
2911
|
antigravity: "antigravity";
|
|
2617
2912
|
cursor: "cursor";
|
|
2618
2913
|
vscode: "vscode";
|
|
2619
2914
|
zed: "zed";
|
|
2620
2915
|
windsurf: "windsurf";
|
|
2621
2916
|
trae: "trae";
|
|
2622
|
-
|
|
2917
|
+
codebuddy: "codebuddy";
|
|
2918
|
+
bob: "bob";
|
|
2623
2919
|
kiro: "kiro";
|
|
2624
2920
|
}>>>;
|
|
2625
2921
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2628,9 +2924,26 @@ declare function getAllJsonSchemas(): {
|
|
|
2628
2924
|
opencode: "opencode";
|
|
2629
2925
|
goose: "goose";
|
|
2630
2926
|
amp: "amp";
|
|
2927
|
+
pi: "pi";
|
|
2928
|
+
qoder: "qoder";
|
|
2631
2929
|
droid: "droid";
|
|
2930
|
+
zencoder: "zencoder";
|
|
2931
|
+
mcpjam: "mcpjam";
|
|
2932
|
+
bob: "bob";
|
|
2933
|
+
universal: "universal";
|
|
2632
2934
|
claude: "claude";
|
|
2633
2935
|
jules: "jules";
|
|
2936
|
+
replit: "replit";
|
|
2937
|
+
devin: "devin";
|
|
2938
|
+
lovable: "lovable";
|
|
2939
|
+
ona: "ona";
|
|
2940
|
+
openclaw: "openclaw";
|
|
2941
|
+
continue: "continue";
|
|
2942
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
2943
|
+
deepagents: "deepagents";
|
|
2944
|
+
"kimi-cli": "kimi-cli";
|
|
2945
|
+
mux: "mux";
|
|
2946
|
+
adal: "adal";
|
|
2634
2947
|
copilot: "copilot";
|
|
2635
2948
|
aider: "aider";
|
|
2636
2949
|
"firebase-studio": "firebase-studio";
|
|
@@ -2652,7 +2965,9 @@ declare function getAllJsonSchemas(): {
|
|
|
2652
2965
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2653
2966
|
cursor: "cursor";
|
|
2654
2967
|
windsurf: "windsurf";
|
|
2968
|
+
codebuddy: "codebuddy";
|
|
2655
2969
|
claude: "claude";
|
|
2970
|
+
copilot: "copilot";
|
|
2656
2971
|
}>>>;
|
|
2657
2972
|
}, z.core.$strict>>;
|
|
2658
2973
|
}, z.core.$strict>>;
|
|
@@ -2699,6 +3014,18 @@ declare function getAllJsonSchemas(): {
|
|
|
2699
3014
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
2700
3015
|
}>;
|
|
2701
3016
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
3017
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
3018
|
+
orama: "orama";
|
|
3019
|
+
"orama-cloud": "orama-cloud";
|
|
3020
|
+
}>>;
|
|
3021
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
3022
|
+
"next-og": "next-og";
|
|
3023
|
+
takumi: "takumi";
|
|
3024
|
+
}>>;
|
|
3025
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
3026
|
+
openrouter: "openrouter";
|
|
3027
|
+
inkeep: "inkeep";
|
|
3028
|
+
}>>;
|
|
2702
3029
|
}, z.core.$strict>>;
|
|
2703
3030
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
2704
3031
|
template: z.ZodEnum<{
|
|
@@ -2802,6 +3129,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2802
3129
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
2803
3130
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
2804
3131
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
3132
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
2805
3133
|
}>;
|
|
2806
3134
|
skills: z.ZodArray<z.ZodString>;
|
|
2807
3135
|
}, z.core.$strict>>>;
|
|
@@ -2813,13 +3141,15 @@ declare function getAllJsonSchemas(): {
|
|
|
2813
3141
|
eslint: "eslint";
|
|
2814
3142
|
}>>;
|
|
2815
3143
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3144
|
+
void: "void";
|
|
2816
3145
|
antigravity: "antigravity";
|
|
2817
3146
|
cursor: "cursor";
|
|
2818
3147
|
vscode: "vscode";
|
|
2819
3148
|
zed: "zed";
|
|
2820
3149
|
windsurf: "windsurf";
|
|
2821
3150
|
trae: "trae";
|
|
2822
|
-
|
|
3151
|
+
codebuddy: "codebuddy";
|
|
3152
|
+
bob: "bob";
|
|
2823
3153
|
kiro: "kiro";
|
|
2824
3154
|
}>>>;
|
|
2825
3155
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2828,9 +3158,26 @@ declare function getAllJsonSchemas(): {
|
|
|
2828
3158
|
opencode: "opencode";
|
|
2829
3159
|
goose: "goose";
|
|
2830
3160
|
amp: "amp";
|
|
3161
|
+
pi: "pi";
|
|
3162
|
+
qoder: "qoder";
|
|
2831
3163
|
droid: "droid";
|
|
3164
|
+
zencoder: "zencoder";
|
|
3165
|
+
mcpjam: "mcpjam";
|
|
3166
|
+
bob: "bob";
|
|
3167
|
+
universal: "universal";
|
|
2832
3168
|
claude: "claude";
|
|
2833
3169
|
jules: "jules";
|
|
3170
|
+
replit: "replit";
|
|
3171
|
+
devin: "devin";
|
|
3172
|
+
lovable: "lovable";
|
|
3173
|
+
ona: "ona";
|
|
3174
|
+
openclaw: "openclaw";
|
|
3175
|
+
continue: "continue";
|
|
3176
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
3177
|
+
deepagents: "deepagents";
|
|
3178
|
+
"kimi-cli": "kimi-cli";
|
|
3179
|
+
mux: "mux";
|
|
3180
|
+
adal: "adal";
|
|
2834
3181
|
copilot: "copilot";
|
|
2835
3182
|
aider: "aider";
|
|
2836
3183
|
"firebase-studio": "firebase-studio";
|
|
@@ -2852,7 +3199,9 @@ declare function getAllJsonSchemas(): {
|
|
|
2852
3199
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2853
3200
|
cursor: "cursor";
|
|
2854
3201
|
windsurf: "windsurf";
|
|
3202
|
+
codebuddy: "codebuddy";
|
|
2855
3203
|
claude: "claude";
|
|
3204
|
+
copilot: "copilot";
|
|
2856
3205
|
}>>>;
|
|
2857
3206
|
}, z.core.$strict>>;
|
|
2858
3207
|
}, z.core.$strict>>;
|
|
@@ -2938,6 +3287,7 @@ declare function getAllJsonSchemas(): {
|
|
|
2938
3287
|
opentui: "opentui";
|
|
2939
3288
|
wxt: "wxt";
|
|
2940
3289
|
skills: "skills";
|
|
3290
|
+
evlog: "evlog";
|
|
2941
3291
|
}>>;
|
|
2942
3292
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2943
3293
|
none: "none";
|
|
@@ -3011,6 +3361,18 @@ declare function getAllJsonSchemas(): {
|
|
|
3011
3361
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
3012
3362
|
}>;
|
|
3013
3363
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
3364
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
3365
|
+
orama: "orama";
|
|
3366
|
+
"orama-cloud": "orama-cloud";
|
|
3367
|
+
}>>;
|
|
3368
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
3369
|
+
"next-og": "next-og";
|
|
3370
|
+
takumi: "takumi";
|
|
3371
|
+
}>>;
|
|
3372
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
3373
|
+
openrouter: "openrouter";
|
|
3374
|
+
inkeep: "inkeep";
|
|
3375
|
+
}>>;
|
|
3014
3376
|
}, z.core.$strict>>;
|
|
3015
3377
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
3016
3378
|
template: z.ZodEnum<{
|
|
@@ -3114,6 +3476,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3114
3476
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
3115
3477
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
3116
3478
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
3479
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
3117
3480
|
}>;
|
|
3118
3481
|
skills: z.ZodArray<z.ZodString>;
|
|
3119
3482
|
}, z.core.$strict>>>;
|
|
@@ -3125,13 +3488,15 @@ declare function getAllJsonSchemas(): {
|
|
|
3125
3488
|
eslint: "eslint";
|
|
3126
3489
|
}>>;
|
|
3127
3490
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3491
|
+
void: "void";
|
|
3128
3492
|
antigravity: "antigravity";
|
|
3129
3493
|
cursor: "cursor";
|
|
3130
3494
|
vscode: "vscode";
|
|
3131
3495
|
zed: "zed";
|
|
3132
3496
|
windsurf: "windsurf";
|
|
3133
3497
|
trae: "trae";
|
|
3134
|
-
|
|
3498
|
+
codebuddy: "codebuddy";
|
|
3499
|
+
bob: "bob";
|
|
3135
3500
|
kiro: "kiro";
|
|
3136
3501
|
}>>>;
|
|
3137
3502
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -3140,9 +3505,26 @@ declare function getAllJsonSchemas(): {
|
|
|
3140
3505
|
opencode: "opencode";
|
|
3141
3506
|
goose: "goose";
|
|
3142
3507
|
amp: "amp";
|
|
3508
|
+
pi: "pi";
|
|
3509
|
+
qoder: "qoder";
|
|
3143
3510
|
droid: "droid";
|
|
3511
|
+
zencoder: "zencoder";
|
|
3512
|
+
mcpjam: "mcpjam";
|
|
3513
|
+
bob: "bob";
|
|
3514
|
+
universal: "universal";
|
|
3144
3515
|
claude: "claude";
|
|
3145
3516
|
jules: "jules";
|
|
3517
|
+
replit: "replit";
|
|
3518
|
+
devin: "devin";
|
|
3519
|
+
lovable: "lovable";
|
|
3520
|
+
ona: "ona";
|
|
3521
|
+
openclaw: "openclaw";
|
|
3522
|
+
continue: "continue";
|
|
3523
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
3524
|
+
deepagents: "deepagents";
|
|
3525
|
+
"kimi-cli": "kimi-cli";
|
|
3526
|
+
mux: "mux";
|
|
3527
|
+
adal: "adal";
|
|
3146
3528
|
copilot: "copilot";
|
|
3147
3529
|
aider: "aider";
|
|
3148
3530
|
"firebase-studio": "firebase-studio";
|
|
@@ -3164,7 +3546,9 @@ declare function getAllJsonSchemas(): {
|
|
|
3164
3546
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3165
3547
|
cursor: "cursor";
|
|
3166
3548
|
windsurf: "windsurf";
|
|
3549
|
+
codebuddy: "codebuddy";
|
|
3167
3550
|
claude: "claude";
|
|
3551
|
+
copilot: "copilot";
|
|
3168
3552
|
}>>>;
|
|
3169
3553
|
}, z.core.$strict>>;
|
|
3170
3554
|
}, z.core.$strict>>;
|
|
@@ -3250,6 +3634,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3250
3634
|
opentui: "opentui";
|
|
3251
3635
|
wxt: "wxt";
|
|
3252
3636
|
skills: "skills";
|
|
3637
|
+
evlog: "evlog";
|
|
3253
3638
|
}>>;
|
|
3254
3639
|
examples: z.ZodArray<z.ZodEnum<{
|
|
3255
3640
|
none: "none";
|
|
@@ -3323,6 +3708,18 @@ declare function getAllJsonSchemas(): {
|
|
|
3323
3708
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
3324
3709
|
}>;
|
|
3325
3710
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
3711
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
3712
|
+
orama: "orama";
|
|
3713
|
+
"orama-cloud": "orama-cloud";
|
|
3714
|
+
}>>;
|
|
3715
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
3716
|
+
"next-og": "next-og";
|
|
3717
|
+
takumi: "takumi";
|
|
3718
|
+
}>>;
|
|
3719
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
3720
|
+
openrouter: "openrouter";
|
|
3721
|
+
inkeep: "inkeep";
|
|
3722
|
+
}>>;
|
|
3326
3723
|
}, z.core.$strict>>;
|
|
3327
3724
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
3328
3725
|
template: z.ZodEnum<{
|
|
@@ -3426,6 +3823,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3426
3823
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
3427
3824
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
3428
3825
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
3826
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
3429
3827
|
}>;
|
|
3430
3828
|
skills: z.ZodArray<z.ZodString>;
|
|
3431
3829
|
}, z.core.$strict>>>;
|
|
@@ -3437,13 +3835,15 @@ declare function getAllJsonSchemas(): {
|
|
|
3437
3835
|
eslint: "eslint";
|
|
3438
3836
|
}>>;
|
|
3439
3837
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3838
|
+
void: "void";
|
|
3440
3839
|
antigravity: "antigravity";
|
|
3441
3840
|
cursor: "cursor";
|
|
3442
3841
|
vscode: "vscode";
|
|
3443
3842
|
zed: "zed";
|
|
3444
3843
|
windsurf: "windsurf";
|
|
3445
3844
|
trae: "trae";
|
|
3446
|
-
|
|
3845
|
+
codebuddy: "codebuddy";
|
|
3846
|
+
bob: "bob";
|
|
3447
3847
|
kiro: "kiro";
|
|
3448
3848
|
}>>>;
|
|
3449
3849
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -3452,9 +3852,26 @@ declare function getAllJsonSchemas(): {
|
|
|
3452
3852
|
opencode: "opencode";
|
|
3453
3853
|
goose: "goose";
|
|
3454
3854
|
amp: "amp";
|
|
3855
|
+
pi: "pi";
|
|
3856
|
+
qoder: "qoder";
|
|
3455
3857
|
droid: "droid";
|
|
3858
|
+
zencoder: "zencoder";
|
|
3859
|
+
mcpjam: "mcpjam";
|
|
3860
|
+
bob: "bob";
|
|
3861
|
+
universal: "universal";
|
|
3456
3862
|
claude: "claude";
|
|
3457
3863
|
jules: "jules";
|
|
3864
|
+
replit: "replit";
|
|
3865
|
+
devin: "devin";
|
|
3866
|
+
lovable: "lovable";
|
|
3867
|
+
ona: "ona";
|
|
3868
|
+
openclaw: "openclaw";
|
|
3869
|
+
continue: "continue";
|
|
3870
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
3871
|
+
deepagents: "deepagents";
|
|
3872
|
+
"kimi-cli": "kimi-cli";
|
|
3873
|
+
mux: "mux";
|
|
3874
|
+
adal: "adal";
|
|
3458
3875
|
copilot: "copilot";
|
|
3459
3876
|
aider: "aider";
|
|
3460
3877
|
"firebase-studio": "firebase-studio";
|
|
@@ -3476,7 +3893,9 @@ declare function getAllJsonSchemas(): {
|
|
|
3476
3893
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3477
3894
|
cursor: "cursor";
|
|
3478
3895
|
windsurf: "windsurf";
|
|
3896
|
+
codebuddy: "codebuddy";
|
|
3479
3897
|
claude: "claude";
|
|
3898
|
+
copilot: "copilot";
|
|
3480
3899
|
}>>>;
|
|
3481
3900
|
}, z.core.$strict>>;
|
|
3482
3901
|
}, z.core.$strict>>;
|
|
@@ -3562,6 +3981,7 @@ declare function getAllJsonSchemas(): {
|
|
|
3562
3981
|
opentui: "opentui";
|
|
3563
3982
|
wxt: "wxt";
|
|
3564
3983
|
skills: "skills";
|
|
3984
|
+
evlog: "evlog";
|
|
3565
3985
|
}>>;
|
|
3566
3986
|
examples: z.ZodArray<z.ZodEnum<{
|
|
3567
3987
|
none: "none";
|