@gaunt-sloth/core 2.0.0-alpha.11 → 2.0.0-alpha.12

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.
@@ -174,10 +174,96 @@
174
174
  ]
175
175
  },
176
176
  "builtInTools": {
177
- "type": "array",
178
- "items": {
179
- "type": "string"
180
- }
177
+ "anyOf": [
178
+ {
179
+ "type": "array",
180
+ "items": {
181
+ "type": "string"
182
+ }
183
+ },
184
+ {
185
+ "type": "object",
186
+ "propertyNames": {
187
+ "type": "string"
188
+ },
189
+ "additionalProperties": {
190
+ "anyOf": [
191
+ {
192
+ "type": "boolean"
193
+ },
194
+ {
195
+ "type": "object",
196
+ "properties": {
197
+ "enabled": {
198
+ "type": "boolean"
199
+ },
200
+ "command": {
201
+ "type": "string"
202
+ },
203
+ "timeout": {
204
+ "type": "number"
205
+ },
206
+ "maxOutputBytes": {
207
+ "type": "number"
208
+ },
209
+ "allowlist": {
210
+ "type": "boolean"
211
+ },
212
+ "persistAllowlist": {
213
+ "type": "boolean"
214
+ },
215
+ "judge": {
216
+ "anyOf": [
217
+ {
218
+ "type": "boolean"
219
+ },
220
+ {
221
+ "type": "object",
222
+ "properties": {
223
+ "enabled": {
224
+ "type": "boolean"
225
+ },
226
+ "autoApproveLow": {
227
+ "type": "boolean"
228
+ },
229
+ "blockHigh": {
230
+ "type": "boolean"
231
+ },
232
+ "model": {
233
+ "type": "object",
234
+ "properties": {
235
+ "type": {
236
+ "type": "string"
237
+ },
238
+ "model": {
239
+ "type": "string"
240
+ },
241
+ "configuration": {
242
+ "type": "object",
243
+ "propertyNames": {
244
+ "type": "string"
245
+ },
246
+ "additionalProperties": {}
247
+ },
248
+ "apiKeyEnvironmentVariable": {
249
+ "type": "string"
250
+ }
251
+ },
252
+ "additionalProperties": {}
253
+ }
254
+ }
255
+ }
256
+ ]
257
+ },
258
+ "yolo": {
259
+ "type": "boolean"
260
+ }
261
+ }
262
+ }
263
+ ]
264
+ }
265
+ }
266
+ ]
181
267
  },
182
268
  "tools": {
183
269
  "type": "array",
@@ -353,10 +439,96 @@
353
439
  ]
354
440
  },
355
441
  "builtInTools": {
356
- "type": "array",
357
- "items": {
358
- "type": "string"
359
- }
442
+ "anyOf": [
443
+ {
444
+ "type": "array",
445
+ "items": {
446
+ "type": "string"
447
+ }
448
+ },
449
+ {
450
+ "type": "object",
451
+ "propertyNames": {
452
+ "type": "string"
453
+ },
454
+ "additionalProperties": {
455
+ "anyOf": [
456
+ {
457
+ "type": "boolean"
458
+ },
459
+ {
460
+ "type": "object",
461
+ "properties": {
462
+ "enabled": {
463
+ "type": "boolean"
464
+ },
465
+ "command": {
466
+ "type": "string"
467
+ },
468
+ "timeout": {
469
+ "type": "number"
470
+ },
471
+ "maxOutputBytes": {
472
+ "type": "number"
473
+ },
474
+ "allowlist": {
475
+ "type": "boolean"
476
+ },
477
+ "persistAllowlist": {
478
+ "type": "boolean"
479
+ },
480
+ "judge": {
481
+ "anyOf": [
482
+ {
483
+ "type": "boolean"
484
+ },
485
+ {
486
+ "type": "object",
487
+ "properties": {
488
+ "enabled": {
489
+ "type": "boolean"
490
+ },
491
+ "autoApproveLow": {
492
+ "type": "boolean"
493
+ },
494
+ "blockHigh": {
495
+ "type": "boolean"
496
+ },
497
+ "model": {
498
+ "type": "object",
499
+ "properties": {
500
+ "type": {
501
+ "type": "string"
502
+ },
503
+ "model": {
504
+ "type": "string"
505
+ },
506
+ "configuration": {
507
+ "type": "object",
508
+ "propertyNames": {
509
+ "type": "string"
510
+ },
511
+ "additionalProperties": {}
512
+ },
513
+ "apiKeyEnvironmentVariable": {
514
+ "type": "string"
515
+ }
516
+ },
517
+ "additionalProperties": {}
518
+ }
519
+ }
520
+ }
521
+ ]
522
+ },
523
+ "yolo": {
524
+ "type": "boolean"
525
+ }
526
+ }
527
+ }
528
+ ]
529
+ }
530
+ }
531
+ ]
360
532
  },
361
533
  "customTools": {
362
534
  "anyOf": [
@@ -526,10 +698,96 @@
526
698
  ]
527
699
  },
528
700
  "builtInTools": {
529
- "type": "array",
530
- "items": {
531
- "type": "string"
532
- }
701
+ "anyOf": [
702
+ {
703
+ "type": "array",
704
+ "items": {
705
+ "type": "string"
706
+ }
707
+ },
708
+ {
709
+ "type": "object",
710
+ "propertyNames": {
711
+ "type": "string"
712
+ },
713
+ "additionalProperties": {
714
+ "anyOf": [
715
+ {
716
+ "type": "boolean"
717
+ },
718
+ {
719
+ "type": "object",
720
+ "properties": {
721
+ "enabled": {
722
+ "type": "boolean"
723
+ },
724
+ "command": {
725
+ "type": "string"
726
+ },
727
+ "timeout": {
728
+ "type": "number"
729
+ },
730
+ "maxOutputBytes": {
731
+ "type": "number"
732
+ },
733
+ "allowlist": {
734
+ "type": "boolean"
735
+ },
736
+ "persistAllowlist": {
737
+ "type": "boolean"
738
+ },
739
+ "judge": {
740
+ "anyOf": [
741
+ {
742
+ "type": "boolean"
743
+ },
744
+ {
745
+ "type": "object",
746
+ "properties": {
747
+ "enabled": {
748
+ "type": "boolean"
749
+ },
750
+ "autoApproveLow": {
751
+ "type": "boolean"
752
+ },
753
+ "blockHigh": {
754
+ "type": "boolean"
755
+ },
756
+ "model": {
757
+ "type": "object",
758
+ "properties": {
759
+ "type": {
760
+ "type": "string"
761
+ },
762
+ "model": {
763
+ "type": "string"
764
+ },
765
+ "configuration": {
766
+ "type": "object",
767
+ "propertyNames": {
768
+ "type": "string"
769
+ },
770
+ "additionalProperties": {}
771
+ },
772
+ "apiKeyEnvironmentVariable": {
773
+ "type": "string"
774
+ }
775
+ },
776
+ "additionalProperties": {}
777
+ }
778
+ }
779
+ }
780
+ ]
781
+ },
782
+ "yolo": {
783
+ "type": "boolean"
784
+ }
785
+ }
786
+ }
787
+ ]
788
+ }
789
+ }
790
+ ]
533
791
  },
534
792
  "customTools": {
535
793
  "anyOf": [
@@ -690,10 +948,96 @@
690
948
  ]
691
949
  },
692
950
  "builtInTools": {
693
- "type": "array",
694
- "items": {
695
- "type": "string"
696
- }
951
+ "anyOf": [
952
+ {
953
+ "type": "array",
954
+ "items": {
955
+ "type": "string"
956
+ }
957
+ },
958
+ {
959
+ "type": "object",
960
+ "propertyNames": {
961
+ "type": "string"
962
+ },
963
+ "additionalProperties": {
964
+ "anyOf": [
965
+ {
966
+ "type": "boolean"
967
+ },
968
+ {
969
+ "type": "object",
970
+ "properties": {
971
+ "enabled": {
972
+ "type": "boolean"
973
+ },
974
+ "command": {
975
+ "type": "string"
976
+ },
977
+ "timeout": {
978
+ "type": "number"
979
+ },
980
+ "maxOutputBytes": {
981
+ "type": "number"
982
+ },
983
+ "allowlist": {
984
+ "type": "boolean"
985
+ },
986
+ "persistAllowlist": {
987
+ "type": "boolean"
988
+ },
989
+ "judge": {
990
+ "anyOf": [
991
+ {
992
+ "type": "boolean"
993
+ },
994
+ {
995
+ "type": "object",
996
+ "properties": {
997
+ "enabled": {
998
+ "type": "boolean"
999
+ },
1000
+ "autoApproveLow": {
1001
+ "type": "boolean"
1002
+ },
1003
+ "blockHigh": {
1004
+ "type": "boolean"
1005
+ },
1006
+ "model": {
1007
+ "type": "object",
1008
+ "properties": {
1009
+ "type": {
1010
+ "type": "string"
1011
+ },
1012
+ "model": {
1013
+ "type": "string"
1014
+ },
1015
+ "configuration": {
1016
+ "type": "object",
1017
+ "propertyNames": {
1018
+ "type": "string"
1019
+ },
1020
+ "additionalProperties": {}
1021
+ },
1022
+ "apiKeyEnvironmentVariable": {
1023
+ "type": "string"
1024
+ }
1025
+ },
1026
+ "additionalProperties": {}
1027
+ }
1028
+ }
1029
+ }
1030
+ ]
1031
+ },
1032
+ "yolo": {
1033
+ "type": "boolean"
1034
+ }
1035
+ }
1036
+ }
1037
+ ]
1038
+ }
1039
+ }
1040
+ ]
697
1041
  },
698
1042
  "customTools": {
699
1043
  "anyOf": [
@@ -762,96 +1106,6 @@
762
1106
  "type": "string"
763
1107
  }
764
1108
  },
765
- "devTools": {
766
- "type": "object",
767
- "properties": {
768
- "run_tests": {
769
- "type": "string"
770
- },
771
- "run_lint": {
772
- "type": "string"
773
- },
774
- "run_build": {
775
- "type": "string"
776
- },
777
- "run_single_test": {
778
- "type": "string"
779
- },
780
- "shell": {
781
- "anyOf": [
782
- {
783
- "type": "boolean"
784
- },
785
- {
786
- "type": "object",
787
- "properties": {
788
- "enabled": {
789
- "type": "boolean"
790
- },
791
- "timeout": {
792
- "type": "number"
793
- },
794
- "maxOutputBytes": {
795
- "type": "number"
796
- },
797
- "allowlist": {
798
- "type": "boolean"
799
- },
800
- "persistAllowlist": {
801
- "type": "boolean"
802
- },
803
- "judge": {
804
- "anyOf": [
805
- {
806
- "type": "boolean"
807
- },
808
- {
809
- "type": "object",
810
- "properties": {
811
- "enabled": {
812
- "type": "boolean"
813
- },
814
- "autoApproveLow": {
815
- "type": "boolean"
816
- },
817
- "blockHigh": {
818
- "type": "boolean"
819
- },
820
- "model": {
821
- "type": "object",
822
- "properties": {
823
- "type": {
824
- "type": "string"
825
- },
826
- "model": {
827
- "type": "string"
828
- },
829
- "configuration": {
830
- "type": "object",
831
- "propertyNames": {
832
- "type": "string"
833
- },
834
- "additionalProperties": {}
835
- },
836
- "apiKeyEnvironmentVariable": {
837
- "type": "string"
838
- }
839
- },
840
- "additionalProperties": {}
841
- }
842
- }
843
- }
844
- ]
845
- }
846
- }
847
- }
848
- ]
849
- },
850
- "shellYolo": {
851
- "type": "boolean"
852
- }
853
- }
854
- },
855
1109
  "binaryFormats": {
856
1110
  "anyOf": [
857
1111
  {
@@ -924,10 +1178,96 @@
924
1178
  ]
925
1179
  },
926
1180
  "builtInTools": {
927
- "type": "array",
928
- "items": {
929
- "type": "string"
930
- }
1181
+ "anyOf": [
1182
+ {
1183
+ "type": "array",
1184
+ "items": {
1185
+ "type": "string"
1186
+ }
1187
+ },
1188
+ {
1189
+ "type": "object",
1190
+ "propertyNames": {
1191
+ "type": "string"
1192
+ },
1193
+ "additionalProperties": {
1194
+ "anyOf": [
1195
+ {
1196
+ "type": "boolean"
1197
+ },
1198
+ {
1199
+ "type": "object",
1200
+ "properties": {
1201
+ "enabled": {
1202
+ "type": "boolean"
1203
+ },
1204
+ "command": {
1205
+ "type": "string"
1206
+ },
1207
+ "timeout": {
1208
+ "type": "number"
1209
+ },
1210
+ "maxOutputBytes": {
1211
+ "type": "number"
1212
+ },
1213
+ "allowlist": {
1214
+ "type": "boolean"
1215
+ },
1216
+ "persistAllowlist": {
1217
+ "type": "boolean"
1218
+ },
1219
+ "judge": {
1220
+ "anyOf": [
1221
+ {
1222
+ "type": "boolean"
1223
+ },
1224
+ {
1225
+ "type": "object",
1226
+ "properties": {
1227
+ "enabled": {
1228
+ "type": "boolean"
1229
+ },
1230
+ "autoApproveLow": {
1231
+ "type": "boolean"
1232
+ },
1233
+ "blockHigh": {
1234
+ "type": "boolean"
1235
+ },
1236
+ "model": {
1237
+ "type": "object",
1238
+ "properties": {
1239
+ "type": {
1240
+ "type": "string"
1241
+ },
1242
+ "model": {
1243
+ "type": "string"
1244
+ },
1245
+ "configuration": {
1246
+ "type": "object",
1247
+ "propertyNames": {
1248
+ "type": "string"
1249
+ },
1250
+ "additionalProperties": {}
1251
+ },
1252
+ "apiKeyEnvironmentVariable": {
1253
+ "type": "string"
1254
+ }
1255
+ },
1256
+ "additionalProperties": {}
1257
+ }
1258
+ }
1259
+ }
1260
+ ]
1261
+ },
1262
+ "yolo": {
1263
+ "type": "boolean"
1264
+ }
1265
+ }
1266
+ }
1267
+ ]
1268
+ }
1269
+ }
1270
+ ]
931
1271
  },
932
1272
  "customTools": {
933
1273
  "anyOf": [
@@ -1068,10 +1408,96 @@
1068
1408
  ]
1069
1409
  },
1070
1410
  "builtInTools": {
1071
- "type": "array",
1072
- "items": {
1073
- "type": "string"
1074
- }
1411
+ "anyOf": [
1412
+ {
1413
+ "type": "array",
1414
+ "items": {
1415
+ "type": "string"
1416
+ }
1417
+ },
1418
+ {
1419
+ "type": "object",
1420
+ "propertyNames": {
1421
+ "type": "string"
1422
+ },
1423
+ "additionalProperties": {
1424
+ "anyOf": [
1425
+ {
1426
+ "type": "boolean"
1427
+ },
1428
+ {
1429
+ "type": "object",
1430
+ "properties": {
1431
+ "enabled": {
1432
+ "type": "boolean"
1433
+ },
1434
+ "command": {
1435
+ "type": "string"
1436
+ },
1437
+ "timeout": {
1438
+ "type": "number"
1439
+ },
1440
+ "maxOutputBytes": {
1441
+ "type": "number"
1442
+ },
1443
+ "allowlist": {
1444
+ "type": "boolean"
1445
+ },
1446
+ "persistAllowlist": {
1447
+ "type": "boolean"
1448
+ },
1449
+ "judge": {
1450
+ "anyOf": [
1451
+ {
1452
+ "type": "boolean"
1453
+ },
1454
+ {
1455
+ "type": "object",
1456
+ "properties": {
1457
+ "enabled": {
1458
+ "type": "boolean"
1459
+ },
1460
+ "autoApproveLow": {
1461
+ "type": "boolean"
1462
+ },
1463
+ "blockHigh": {
1464
+ "type": "boolean"
1465
+ },
1466
+ "model": {
1467
+ "type": "object",
1468
+ "properties": {
1469
+ "type": {
1470
+ "type": "string"
1471
+ },
1472
+ "model": {
1473
+ "type": "string"
1474
+ },
1475
+ "configuration": {
1476
+ "type": "object",
1477
+ "propertyNames": {
1478
+ "type": "string"
1479
+ },
1480
+ "additionalProperties": {}
1481
+ },
1482
+ "apiKeyEnvironmentVariable": {
1483
+ "type": "string"
1484
+ }
1485
+ },
1486
+ "additionalProperties": {}
1487
+ }
1488
+ }
1489
+ }
1490
+ ]
1491
+ },
1492
+ "yolo": {
1493
+ "type": "boolean"
1494
+ }
1495
+ }
1496
+ }
1497
+ ]
1498
+ }
1499
+ }
1500
+ ]
1075
1501
  },
1076
1502
  "customTools": {
1077
1503
  "anyOf": [
@@ -1140,96 +1566,6 @@
1140
1566
  "type": "string"
1141
1567
  }
1142
1568
  },
1143
- "devTools": {
1144
- "type": "object",
1145
- "properties": {
1146
- "run_tests": {
1147
- "type": "string"
1148
- },
1149
- "run_lint": {
1150
- "type": "string"
1151
- },
1152
- "run_build": {
1153
- "type": "string"
1154
- },
1155
- "run_single_test": {
1156
- "type": "string"
1157
- },
1158
- "shell": {
1159
- "anyOf": [
1160
- {
1161
- "type": "boolean"
1162
- },
1163
- {
1164
- "type": "object",
1165
- "properties": {
1166
- "enabled": {
1167
- "type": "boolean"
1168
- },
1169
- "timeout": {
1170
- "type": "number"
1171
- },
1172
- "maxOutputBytes": {
1173
- "type": "number"
1174
- },
1175
- "allowlist": {
1176
- "type": "boolean"
1177
- },
1178
- "persistAllowlist": {
1179
- "type": "boolean"
1180
- },
1181
- "judge": {
1182
- "anyOf": [
1183
- {
1184
- "type": "boolean"
1185
- },
1186
- {
1187
- "type": "object",
1188
- "properties": {
1189
- "enabled": {
1190
- "type": "boolean"
1191
- },
1192
- "autoApproveLow": {
1193
- "type": "boolean"
1194
- },
1195
- "blockHigh": {
1196
- "type": "boolean"
1197
- },
1198
- "model": {
1199
- "type": "object",
1200
- "properties": {
1201
- "type": {
1202
- "type": "string"
1203
- },
1204
- "model": {
1205
- "type": "string"
1206
- },
1207
- "configuration": {
1208
- "type": "object",
1209
- "propertyNames": {
1210
- "type": "string"
1211
- },
1212
- "additionalProperties": {}
1213
- },
1214
- "apiKeyEnvironmentVariable": {
1215
- "type": "string"
1216
- }
1217
- },
1218
- "additionalProperties": {}
1219
- }
1220
- }
1221
- }
1222
- ]
1223
- }
1224
- }
1225
- }
1226
- ]
1227
- },
1228
- "shellYolo": {
1229
- "type": "boolean"
1230
- }
1231
- }
1232
- },
1233
1569
  "binaryFormats": {
1234
1570
  "anyOf": [
1235
1571
  {
@@ -1302,10 +1638,96 @@
1302
1638
  ]
1303
1639
  },
1304
1640
  "builtInTools": {
1305
- "type": "array",
1306
- "items": {
1307
- "type": "string"
1308
- }
1641
+ "anyOf": [
1642
+ {
1643
+ "type": "array",
1644
+ "items": {
1645
+ "type": "string"
1646
+ }
1647
+ },
1648
+ {
1649
+ "type": "object",
1650
+ "propertyNames": {
1651
+ "type": "string"
1652
+ },
1653
+ "additionalProperties": {
1654
+ "anyOf": [
1655
+ {
1656
+ "type": "boolean"
1657
+ },
1658
+ {
1659
+ "type": "object",
1660
+ "properties": {
1661
+ "enabled": {
1662
+ "type": "boolean"
1663
+ },
1664
+ "command": {
1665
+ "type": "string"
1666
+ },
1667
+ "timeout": {
1668
+ "type": "number"
1669
+ },
1670
+ "maxOutputBytes": {
1671
+ "type": "number"
1672
+ },
1673
+ "allowlist": {
1674
+ "type": "boolean"
1675
+ },
1676
+ "persistAllowlist": {
1677
+ "type": "boolean"
1678
+ },
1679
+ "judge": {
1680
+ "anyOf": [
1681
+ {
1682
+ "type": "boolean"
1683
+ },
1684
+ {
1685
+ "type": "object",
1686
+ "properties": {
1687
+ "enabled": {
1688
+ "type": "boolean"
1689
+ },
1690
+ "autoApproveLow": {
1691
+ "type": "boolean"
1692
+ },
1693
+ "blockHigh": {
1694
+ "type": "boolean"
1695
+ },
1696
+ "model": {
1697
+ "type": "object",
1698
+ "properties": {
1699
+ "type": {
1700
+ "type": "string"
1701
+ },
1702
+ "model": {
1703
+ "type": "string"
1704
+ },
1705
+ "configuration": {
1706
+ "type": "object",
1707
+ "propertyNames": {
1708
+ "type": "string"
1709
+ },
1710
+ "additionalProperties": {}
1711
+ },
1712
+ "apiKeyEnvironmentVariable": {
1713
+ "type": "string"
1714
+ }
1715
+ },
1716
+ "additionalProperties": {}
1717
+ }
1718
+ }
1719
+ }
1720
+ ]
1721
+ },
1722
+ "yolo": {
1723
+ "type": "boolean"
1724
+ }
1725
+ }
1726
+ }
1727
+ ]
1728
+ }
1729
+ }
1730
+ ]
1309
1731
  },
1310
1732
  "customTools": {
1311
1733
  "anyOf": [
@@ -1374,96 +1796,6 @@
1374
1796
  "type": "string"
1375
1797
  }
1376
1798
  },
1377
- "devTools": {
1378
- "type": "object",
1379
- "properties": {
1380
- "run_tests": {
1381
- "type": "string"
1382
- },
1383
- "run_lint": {
1384
- "type": "string"
1385
- },
1386
- "run_build": {
1387
- "type": "string"
1388
- },
1389
- "run_single_test": {
1390
- "type": "string"
1391
- },
1392
- "shell": {
1393
- "anyOf": [
1394
- {
1395
- "type": "boolean"
1396
- },
1397
- {
1398
- "type": "object",
1399
- "properties": {
1400
- "enabled": {
1401
- "type": "boolean"
1402
- },
1403
- "timeout": {
1404
- "type": "number"
1405
- },
1406
- "maxOutputBytes": {
1407
- "type": "number"
1408
- },
1409
- "allowlist": {
1410
- "type": "boolean"
1411
- },
1412
- "persistAllowlist": {
1413
- "type": "boolean"
1414
- },
1415
- "judge": {
1416
- "anyOf": [
1417
- {
1418
- "type": "boolean"
1419
- },
1420
- {
1421
- "type": "object",
1422
- "properties": {
1423
- "enabled": {
1424
- "type": "boolean"
1425
- },
1426
- "autoApproveLow": {
1427
- "type": "boolean"
1428
- },
1429
- "blockHigh": {
1430
- "type": "boolean"
1431
- },
1432
- "model": {
1433
- "type": "object",
1434
- "properties": {
1435
- "type": {
1436
- "type": "string"
1437
- },
1438
- "model": {
1439
- "type": "string"
1440
- },
1441
- "configuration": {
1442
- "type": "object",
1443
- "propertyNames": {
1444
- "type": "string"
1445
- },
1446
- "additionalProperties": {}
1447
- },
1448
- "apiKeyEnvironmentVariable": {
1449
- "type": "string"
1450
- }
1451
- },
1452
- "additionalProperties": {}
1453
- }
1454
- }
1455
- }
1456
- ]
1457
- }
1458
- }
1459
- }
1460
- ]
1461
- },
1462
- "shellYolo": {
1463
- "type": "boolean"
1464
- }
1465
- }
1466
- },
1467
1799
  "binaryFormats": {
1468
1800
  "anyOf": [
1469
1801
  {
@@ -1536,10 +1868,96 @@
1536
1868
  ]
1537
1869
  },
1538
1870
  "builtInTools": {
1539
- "type": "array",
1540
- "items": {
1541
- "type": "string"
1542
- }
1871
+ "anyOf": [
1872
+ {
1873
+ "type": "array",
1874
+ "items": {
1875
+ "type": "string"
1876
+ }
1877
+ },
1878
+ {
1879
+ "type": "object",
1880
+ "propertyNames": {
1881
+ "type": "string"
1882
+ },
1883
+ "additionalProperties": {
1884
+ "anyOf": [
1885
+ {
1886
+ "type": "boolean"
1887
+ },
1888
+ {
1889
+ "type": "object",
1890
+ "properties": {
1891
+ "enabled": {
1892
+ "type": "boolean"
1893
+ },
1894
+ "command": {
1895
+ "type": "string"
1896
+ },
1897
+ "timeout": {
1898
+ "type": "number"
1899
+ },
1900
+ "maxOutputBytes": {
1901
+ "type": "number"
1902
+ },
1903
+ "allowlist": {
1904
+ "type": "boolean"
1905
+ },
1906
+ "persistAllowlist": {
1907
+ "type": "boolean"
1908
+ },
1909
+ "judge": {
1910
+ "anyOf": [
1911
+ {
1912
+ "type": "boolean"
1913
+ },
1914
+ {
1915
+ "type": "object",
1916
+ "properties": {
1917
+ "enabled": {
1918
+ "type": "boolean"
1919
+ },
1920
+ "autoApproveLow": {
1921
+ "type": "boolean"
1922
+ },
1923
+ "blockHigh": {
1924
+ "type": "boolean"
1925
+ },
1926
+ "model": {
1927
+ "type": "object",
1928
+ "properties": {
1929
+ "type": {
1930
+ "type": "string"
1931
+ },
1932
+ "model": {
1933
+ "type": "string"
1934
+ },
1935
+ "configuration": {
1936
+ "type": "object",
1937
+ "propertyNames": {
1938
+ "type": "string"
1939
+ },
1940
+ "additionalProperties": {}
1941
+ },
1942
+ "apiKeyEnvironmentVariable": {
1943
+ "type": "string"
1944
+ }
1945
+ },
1946
+ "additionalProperties": {}
1947
+ }
1948
+ }
1949
+ }
1950
+ ]
1951
+ },
1952
+ "yolo": {
1953
+ "type": "boolean"
1954
+ }
1955
+ }
1956
+ }
1957
+ ]
1958
+ }
1959
+ }
1960
+ ]
1543
1961
  },
1544
1962
  "port": {
1545
1963
  "type": "number"