oh-my-opencode 4.19.3 → 4.19.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/.agents/command/get-unpublished-changes.md +2 -0
  2. package/.agents/command/omomomo.md +1 -1
  3. package/.agents/command/publish.md +7 -0
  4. package/.agents/skills/get-unpublished-changes/SKILL.md +2 -0
  5. package/.agents/skills/hyperplan/SKILL.md +3 -3
  6. package/.agents/skills/omomomo/SKILL.md +1 -1
  7. package/.agents/skills/publish/SKILL.md +7 -0
  8. package/.opencode/command/get-unpublished-changes.md +2 -0
  9. package/.opencode/command/omomomo.md +1 -1
  10. package/.opencode/command/publish.md +7 -0
  11. package/.opencode/skills/hyperplan/SKILL.md +3 -3
  12. package/dist/agents/sisyphus-junior/agent.d.ts +1 -1
  13. package/dist/cli/doctor/checks/deprecated-reasoning-keys.d.ts +2 -0
  14. package/dist/cli/index.js +1625 -1368
  15. package/dist/cli-node/index.js +1625 -1368
  16. package/dist/config/schema/agent-overrides.d.ts +800 -0
  17. package/dist/config/schema/categories.d.ts +132 -0
  18. package/dist/config/schema/fallback-models.d.ts +50 -0
  19. package/dist/config/schema/oh-my-opencode-config.d.ts +818 -2
  20. package/dist/config-migration/index.d.ts +1 -0
  21. package/dist/config-migration/migration-plans.d.ts +1 -0
  22. package/dist/config-migration/reasoning-unification.d.ts +3 -0
  23. package/dist/features/team-mode/tools/lifecycle-test-fixture.d.ts +2 -0
  24. package/dist/hooks/codegraph-bootstrap/command-runner.d.ts +1 -0
  25. package/dist/hooks/model-fallback/next-fallback.d.ts +1 -0
  26. package/dist/hooks/runtime-fallback/constants.d.ts +1 -1
  27. package/dist/index.js +3558 -3241
  28. package/dist/oh-my-opencode.schema.json +1672 -8
  29. package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +1 -0
  30. package/dist/shared/agent-variant.d.ts +11 -0
  31. package/dist/shared/session-prompt-params-helpers.d.ts +6 -1
  32. package/dist/skills/coding-agent-sessions/SKILL.md +4 -3
  33. package/dist/skills/coding-agent-sessions/references/all-platforms.md +3 -1
  34. package/dist/skills/coding-agent-sessions/scripts/agent_sessions/aside_scanner.py +140 -0
  35. package/dist/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +3 -0
  36. package/dist/skills/data-scientist/SKILL.md +243 -0
  37. package/dist/skills/data-scientist/references/common-scenarios.md +176 -0
  38. package/dist/skills/data-scientist/references/execution-templates.md +197 -0
  39. package/dist/skills/data-scientist/references/integration-patterns.md +153 -0
  40. package/dist/skills/data-scientist/references/performance-benchmarks.md +37 -0
  41. package/dist/skills/data-scientist/references/uv-setup.md +78 -0
  42. package/dist/skills/data-scientist/scripts/quick-query.py +111 -0
  43. package/dist/skills/data-scientist/scripts/setup-uv.ps1 +53 -0
  44. package/dist/skills/data-scientist/scripts/setup-uv.sh +60 -0
  45. package/dist/skills/debugging/SKILL.md +1 -1
  46. package/dist/skills/programming/SKILL.md +1 -2
  47. package/dist/skills/ulw-plan/SKILL.md +1 -1
  48. package/dist/skills/ulw-research/SKILL.md +122 -11
  49. package/dist/tools/delegate-task/builtin-categories.d.ts +1 -0
  50. package/dist/tools/delegate-task/builtin-category-definition.d.ts +1 -0
  51. package/dist/tools/delegate-task/constants.d.ts +1 -1
  52. package/dist/tui.js +974 -1090
  53. package/package.json +13 -13
  54. package/packages/lsp-core/src/lsp/client-diagnostics-freshness.integration.test.ts +2 -2
  55. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  56. package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +21 -3
  57. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  58. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  59. package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +279 -58
  60. package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +230 -41
  61. package/packages/omo-codex/plugin/components/codegraph/package.json +1 -1
  62. package/packages/omo-codex/plugin/components/codegraph/test/hook.test.ts +6 -0
  63. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  64. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  65. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  66. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  67. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  68. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  69. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +2 -2
  70. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  71. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  72. package/packages/omo-codex/plugin/components/rules/dist/cli.js +1 -1
  73. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  74. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  75. package/packages/omo-codex/plugin/components/rules/src/post-compact-budget.ts +1 -1
  76. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
  77. package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
  78. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  79. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  80. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  81. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  82. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  83. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
  84. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +1 -1
  85. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
  86. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  87. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  88. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  89. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  90. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
  91. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  92. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  93. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  94. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  95. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  96. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  97. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  98. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  99. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  100. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
  101. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  102. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  103. package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
  104. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  105. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
  106. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  107. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  108. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  109. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  110. package/packages/omo-codex/plugin/package-lock.json +13 -13
  111. package/packages/omo-codex/plugin/package.json +1 -1
  112. package/packages/omo-codex/plugin/scripts/sync-skills.mjs +6 -0
  113. package/packages/omo-codex/plugin/skills/coding-agent-sessions/SKILL.md +4 -3
  114. package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/all-platforms.md +3 -1
  115. package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/aside_scanner.py +140 -0
  116. package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +3 -0
  117. package/packages/omo-codex/plugin/skills/data-scientist/SKILL.md +243 -0
  118. package/packages/omo-codex/plugin/skills/data-scientist/agents/openai.yaml +2 -0
  119. package/packages/omo-codex/plugin/skills/data-scientist/references/common-scenarios.md +176 -0
  120. package/packages/omo-codex/plugin/skills/data-scientist/references/execution-templates.md +197 -0
  121. package/packages/omo-codex/plugin/skills/data-scientist/references/integration-patterns.md +153 -0
  122. package/packages/omo-codex/plugin/skills/data-scientist/references/performance-benchmarks.md +37 -0
  123. package/packages/omo-codex/plugin/skills/data-scientist/references/uv-setup.md +78 -0
  124. package/packages/omo-codex/plugin/skills/data-scientist/scripts/quick-query.py +111 -0
  125. package/packages/omo-codex/plugin/skills/data-scientist/scripts/setup-uv.ps1 +53 -0
  126. package/packages/omo-codex/plugin/skills/data-scientist/scripts/setup-uv.sh +60 -0
  127. package/packages/omo-codex/plugin/skills/debugging/SKILL.md +1 -1
  128. package/packages/omo-codex/plugin/skills/programming/SKILL.md +1 -2
  129. package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +1 -1
  130. package/packages/omo-codex/plugin/skills/ulw-research/SKILL.md +121 -11
  131. package/packages/omo-codex/plugin/test/sync-skills-test-support.mjs +7 -0
  132. package/packages/omo-codex/plugin/test/sync-skills.test.mjs +12 -0
  133. package/packages/omo-codex/scripts/install-dist/install-local.mjs +24 -5
  134. package/packages/shared-skills/skills/coding-agent-sessions/SKILL.md +4 -3
  135. package/packages/shared-skills/skills/coding-agent-sessions/references/all-platforms.md +3 -1
  136. package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/aside_scanner.py +140 -0
  137. package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +3 -0
  138. package/packages/shared-skills/skills/data-scientist/SKILL.md +243 -0
  139. package/packages/shared-skills/skills/data-scientist/references/common-scenarios.md +176 -0
  140. package/packages/shared-skills/skills/data-scientist/references/execution-templates.md +197 -0
  141. package/packages/shared-skills/skills/data-scientist/references/integration-patterns.md +153 -0
  142. package/packages/shared-skills/skills/data-scientist/references/performance-benchmarks.md +37 -0
  143. package/packages/shared-skills/skills/data-scientist/references/uv-setup.md +78 -0
  144. package/packages/shared-skills/skills/data-scientist/scripts/quick-query.py +111 -0
  145. package/packages/shared-skills/skills/data-scientist/scripts/setup-uv.ps1 +53 -0
  146. package/packages/shared-skills/skills/data-scientist/scripts/setup-uv.sh +60 -0
  147. package/packages/shared-skills/skills/debugging/SKILL.md +1 -1
  148. package/packages/shared-skills/skills/programming/SKILL.md +1 -2
  149. package/packages/shared-skills/skills/ulw-plan/SKILL.md +1 -1
  150. package/packages/shared-skills/skills/ulw-research/SKILL.md +122 -11
@@ -124,6 +124,26 @@
124
124
  "model": {
125
125
  "type": "string"
126
126
  },
127
+ "reasoning": {
128
+ "anyOf": [
129
+ {
130
+ "type": "string",
131
+ "enum": [
132
+ "off",
133
+ "minimal",
134
+ "low",
135
+ "medium",
136
+ "high",
137
+ "xhigh",
138
+ "max",
139
+ "auto"
140
+ ]
141
+ },
142
+ {
143
+ "type": "string"
144
+ }
145
+ ]
146
+ },
127
147
  "variant": {
128
148
  "type": "string"
129
149
  },
@@ -191,6 +211,26 @@
191
211
  "model": {
192
212
  "type": "string"
193
213
  },
214
+ "reasoning": {
215
+ "anyOf": [
216
+ {
217
+ "type": "string",
218
+ "enum": [
219
+ "off",
220
+ "minimal",
221
+ "low",
222
+ "medium",
223
+ "high",
224
+ "xhigh",
225
+ "max",
226
+ "auto"
227
+ ]
228
+ },
229
+ {
230
+ "type": "string"
231
+ }
232
+ ]
233
+ },
194
234
  "variant": {
195
235
  "type": "string"
196
236
  },
@@ -249,6 +289,26 @@
249
289
  }
250
290
  ]
251
291
  },
292
+ "reasoning": {
293
+ "anyOf": [
294
+ {
295
+ "type": "string",
296
+ "enum": [
297
+ "off",
298
+ "minimal",
299
+ "low",
300
+ "medium",
301
+ "high",
302
+ "xhigh",
303
+ "max",
304
+ "auto"
305
+ ]
306
+ },
307
+ {
308
+ "type": "string"
309
+ }
310
+ ]
311
+ },
252
312
  "variant": {
253
313
  "type": "string"
254
314
  },
@@ -441,6 +501,26 @@
441
501
  "model": {
442
502
  "type": "string"
443
503
  },
504
+ "reasoning": {
505
+ "anyOf": [
506
+ {
507
+ "type": "string",
508
+ "enum": [
509
+ "off",
510
+ "minimal",
511
+ "low",
512
+ "medium",
513
+ "high",
514
+ "xhigh",
515
+ "max",
516
+ "auto"
517
+ ]
518
+ },
519
+ {
520
+ "type": "string"
521
+ }
522
+ ]
523
+ },
444
524
  "variant": {
445
525
  "type": "string"
446
526
  }
@@ -453,6 +533,26 @@
453
533
  "model": {
454
534
  "type": "string"
455
535
  },
536
+ "reasoning": {
537
+ "anyOf": [
538
+ {
539
+ "type": "string",
540
+ "enum": [
541
+ "off",
542
+ "minimal",
543
+ "low",
544
+ "medium",
545
+ "high",
546
+ "xhigh",
547
+ "max",
548
+ "auto"
549
+ ]
550
+ },
551
+ {
552
+ "type": "string"
553
+ }
554
+ ]
555
+ },
456
556
  "variant": {
457
557
  "type": "string"
458
558
  }
@@ -487,6 +587,26 @@
487
587
  "model": {
488
588
  "type": "string"
489
589
  },
590
+ "reasoning": {
591
+ "anyOf": [
592
+ {
593
+ "type": "string",
594
+ "enum": [
595
+ "off",
596
+ "minimal",
597
+ "low",
598
+ "medium",
599
+ "high",
600
+ "xhigh",
601
+ "max",
602
+ "auto"
603
+ ]
604
+ },
605
+ {
606
+ "type": "string"
607
+ }
608
+ ]
609
+ },
490
610
  "variant": {
491
611
  "type": "string"
492
612
  },
@@ -554,6 +674,26 @@
554
674
  "model": {
555
675
  "type": "string"
556
676
  },
677
+ "reasoning": {
678
+ "anyOf": [
679
+ {
680
+ "type": "string",
681
+ "enum": [
682
+ "off",
683
+ "minimal",
684
+ "low",
685
+ "medium",
686
+ "high",
687
+ "xhigh",
688
+ "max",
689
+ "auto"
690
+ ]
691
+ },
692
+ {
693
+ "type": "string"
694
+ }
695
+ ]
696
+ },
557
697
  "variant": {
558
698
  "type": "string"
559
699
  },
@@ -612,6 +752,26 @@
612
752
  }
613
753
  ]
614
754
  },
755
+ "reasoning": {
756
+ "anyOf": [
757
+ {
758
+ "type": "string",
759
+ "enum": [
760
+ "off",
761
+ "minimal",
762
+ "low",
763
+ "medium",
764
+ "high",
765
+ "xhigh",
766
+ "max",
767
+ "auto"
768
+ ]
769
+ },
770
+ {
771
+ "type": "string"
772
+ }
773
+ ]
774
+ },
615
775
  "variant": {
616
776
  "type": "string"
617
777
  },
@@ -804,6 +964,26 @@
804
964
  "model": {
805
965
  "type": "string"
806
966
  },
967
+ "reasoning": {
968
+ "anyOf": [
969
+ {
970
+ "type": "string",
971
+ "enum": [
972
+ "off",
973
+ "minimal",
974
+ "low",
975
+ "medium",
976
+ "high",
977
+ "xhigh",
978
+ "max",
979
+ "auto"
980
+ ]
981
+ },
982
+ {
983
+ "type": "string"
984
+ }
985
+ ]
986
+ },
807
987
  "variant": {
808
988
  "type": "string"
809
989
  }
@@ -816,6 +996,26 @@
816
996
  "model": {
817
997
  "type": "string"
818
998
  },
999
+ "reasoning": {
1000
+ "anyOf": [
1001
+ {
1002
+ "type": "string",
1003
+ "enum": [
1004
+ "off",
1005
+ "minimal",
1006
+ "low",
1007
+ "medium",
1008
+ "high",
1009
+ "xhigh",
1010
+ "max",
1011
+ "auto"
1012
+ ]
1013
+ },
1014
+ {
1015
+ "type": "string"
1016
+ }
1017
+ ]
1018
+ },
819
1019
  "variant": {
820
1020
  "type": "string"
821
1021
  }
@@ -850,6 +1050,26 @@
850
1050
  "model": {
851
1051
  "type": "string"
852
1052
  },
1053
+ "reasoning": {
1054
+ "anyOf": [
1055
+ {
1056
+ "type": "string",
1057
+ "enum": [
1058
+ "off",
1059
+ "minimal",
1060
+ "low",
1061
+ "medium",
1062
+ "high",
1063
+ "xhigh",
1064
+ "max",
1065
+ "auto"
1066
+ ]
1067
+ },
1068
+ {
1069
+ "type": "string"
1070
+ }
1071
+ ]
1072
+ },
853
1073
  "variant": {
854
1074
  "type": "string"
855
1075
  },
@@ -917,6 +1137,26 @@
917
1137
  "model": {
918
1138
  "type": "string"
919
1139
  },
1140
+ "reasoning": {
1141
+ "anyOf": [
1142
+ {
1143
+ "type": "string",
1144
+ "enum": [
1145
+ "off",
1146
+ "minimal",
1147
+ "low",
1148
+ "medium",
1149
+ "high",
1150
+ "xhigh",
1151
+ "max",
1152
+ "auto"
1153
+ ]
1154
+ },
1155
+ {
1156
+ "type": "string"
1157
+ }
1158
+ ]
1159
+ },
920
1160
  "variant": {
921
1161
  "type": "string"
922
1162
  },
@@ -975,6 +1215,26 @@
975
1215
  }
976
1216
  ]
977
1217
  },
1218
+ "reasoning": {
1219
+ "anyOf": [
1220
+ {
1221
+ "type": "string",
1222
+ "enum": [
1223
+ "off",
1224
+ "minimal",
1225
+ "low",
1226
+ "medium",
1227
+ "high",
1228
+ "xhigh",
1229
+ "max",
1230
+ "auto"
1231
+ ]
1232
+ },
1233
+ {
1234
+ "type": "string"
1235
+ }
1236
+ ]
1237
+ },
978
1238
  "variant": {
979
1239
  "type": "string"
980
1240
  },
@@ -1167,6 +1427,26 @@
1167
1427
  "model": {
1168
1428
  "type": "string"
1169
1429
  },
1430
+ "reasoning": {
1431
+ "anyOf": [
1432
+ {
1433
+ "type": "string",
1434
+ "enum": [
1435
+ "off",
1436
+ "minimal",
1437
+ "low",
1438
+ "medium",
1439
+ "high",
1440
+ "xhigh",
1441
+ "max",
1442
+ "auto"
1443
+ ]
1444
+ },
1445
+ {
1446
+ "type": "string"
1447
+ }
1448
+ ]
1449
+ },
1170
1450
  "variant": {
1171
1451
  "type": "string"
1172
1452
  }
@@ -1179,6 +1459,26 @@
1179
1459
  "model": {
1180
1460
  "type": "string"
1181
1461
  },
1462
+ "reasoning": {
1463
+ "anyOf": [
1464
+ {
1465
+ "type": "string",
1466
+ "enum": [
1467
+ "off",
1468
+ "minimal",
1469
+ "low",
1470
+ "medium",
1471
+ "high",
1472
+ "xhigh",
1473
+ "max",
1474
+ "auto"
1475
+ ]
1476
+ },
1477
+ {
1478
+ "type": "string"
1479
+ }
1480
+ ]
1481
+ },
1182
1482
  "variant": {
1183
1483
  "type": "string"
1184
1484
  }
@@ -1213,6 +1513,26 @@
1213
1513
  "model": {
1214
1514
  "type": "string"
1215
1515
  },
1516
+ "reasoning": {
1517
+ "anyOf": [
1518
+ {
1519
+ "type": "string",
1520
+ "enum": [
1521
+ "off",
1522
+ "minimal",
1523
+ "low",
1524
+ "medium",
1525
+ "high",
1526
+ "xhigh",
1527
+ "max",
1528
+ "auto"
1529
+ ]
1530
+ },
1531
+ {
1532
+ "type": "string"
1533
+ }
1534
+ ]
1535
+ },
1216
1536
  "variant": {
1217
1537
  "type": "string"
1218
1538
  },
@@ -1280,6 +1600,26 @@
1280
1600
  "model": {
1281
1601
  "type": "string"
1282
1602
  },
1603
+ "reasoning": {
1604
+ "anyOf": [
1605
+ {
1606
+ "type": "string",
1607
+ "enum": [
1608
+ "off",
1609
+ "minimal",
1610
+ "low",
1611
+ "medium",
1612
+ "high",
1613
+ "xhigh",
1614
+ "max",
1615
+ "auto"
1616
+ ]
1617
+ },
1618
+ {
1619
+ "type": "string"
1620
+ }
1621
+ ]
1622
+ },
1283
1623
  "variant": {
1284
1624
  "type": "string"
1285
1625
  },
@@ -1338,6 +1678,26 @@
1338
1678
  }
1339
1679
  ]
1340
1680
  },
1681
+ "reasoning": {
1682
+ "anyOf": [
1683
+ {
1684
+ "type": "string",
1685
+ "enum": [
1686
+ "off",
1687
+ "minimal",
1688
+ "low",
1689
+ "medium",
1690
+ "high",
1691
+ "xhigh",
1692
+ "max",
1693
+ "auto"
1694
+ ]
1695
+ },
1696
+ {
1697
+ "type": "string"
1698
+ }
1699
+ ]
1700
+ },
1341
1701
  "variant": {
1342
1702
  "type": "string"
1343
1703
  },
@@ -1530,6 +1890,26 @@
1530
1890
  "model": {
1531
1891
  "type": "string"
1532
1892
  },
1893
+ "reasoning": {
1894
+ "anyOf": [
1895
+ {
1896
+ "type": "string",
1897
+ "enum": [
1898
+ "off",
1899
+ "minimal",
1900
+ "low",
1901
+ "medium",
1902
+ "high",
1903
+ "xhigh",
1904
+ "max",
1905
+ "auto"
1906
+ ]
1907
+ },
1908
+ {
1909
+ "type": "string"
1910
+ }
1911
+ ]
1912
+ },
1533
1913
  "variant": {
1534
1914
  "type": "string"
1535
1915
  }
@@ -1542,6 +1922,26 @@
1542
1922
  "model": {
1543
1923
  "type": "string"
1544
1924
  },
1925
+ "reasoning": {
1926
+ "anyOf": [
1927
+ {
1928
+ "type": "string",
1929
+ "enum": [
1930
+ "off",
1931
+ "minimal",
1932
+ "low",
1933
+ "medium",
1934
+ "high",
1935
+ "xhigh",
1936
+ "max",
1937
+ "auto"
1938
+ ]
1939
+ },
1940
+ {
1941
+ "type": "string"
1942
+ }
1943
+ ]
1944
+ },
1545
1945
  "variant": {
1546
1946
  "type": "string"
1547
1947
  }
@@ -1579,10 +1979,30 @@
1579
1979
  "model": {
1580
1980
  "type": "string"
1581
1981
  },
1582
- "variant": {
1583
- "type": "string"
1584
- },
1585
- "reasoningEffort": {
1982
+ "reasoning": {
1983
+ "anyOf": [
1984
+ {
1985
+ "type": "string",
1986
+ "enum": [
1987
+ "off",
1988
+ "minimal",
1989
+ "low",
1990
+ "medium",
1991
+ "high",
1992
+ "xhigh",
1993
+ "max",
1994
+ "auto"
1995
+ ]
1996
+ },
1997
+ {
1998
+ "type": "string"
1999
+ }
2000
+ ]
2001
+ },
2002
+ "variant": {
2003
+ "type": "string"
2004
+ },
2005
+ "reasoningEffort": {
1586
2006
  "type": "string",
1587
2007
  "enum": [
1588
2008
  "none",
@@ -1646,6 +2066,26 @@
1646
2066
  "model": {
1647
2067
  "type": "string"
1648
2068
  },
2069
+ "reasoning": {
2070
+ "anyOf": [
2071
+ {
2072
+ "type": "string",
2073
+ "enum": [
2074
+ "off",
2075
+ "minimal",
2076
+ "low",
2077
+ "medium",
2078
+ "high",
2079
+ "xhigh",
2080
+ "max",
2081
+ "auto"
2082
+ ]
2083
+ },
2084
+ {
2085
+ "type": "string"
2086
+ }
2087
+ ]
2088
+ },
1649
2089
  "variant": {
1650
2090
  "type": "string"
1651
2091
  },
@@ -1704,6 +2144,26 @@
1704
2144
  }
1705
2145
  ]
1706
2146
  },
2147
+ "reasoning": {
2148
+ "anyOf": [
2149
+ {
2150
+ "type": "string",
2151
+ "enum": [
2152
+ "off",
2153
+ "minimal",
2154
+ "low",
2155
+ "medium",
2156
+ "high",
2157
+ "xhigh",
2158
+ "max",
2159
+ "auto"
2160
+ ]
2161
+ },
2162
+ {
2163
+ "type": "string"
2164
+ }
2165
+ ]
2166
+ },
1707
2167
  "variant": {
1708
2168
  "type": "string"
1709
2169
  },
@@ -1896,6 +2356,26 @@
1896
2356
  "model": {
1897
2357
  "type": "string"
1898
2358
  },
2359
+ "reasoning": {
2360
+ "anyOf": [
2361
+ {
2362
+ "type": "string",
2363
+ "enum": [
2364
+ "off",
2365
+ "minimal",
2366
+ "low",
2367
+ "medium",
2368
+ "high",
2369
+ "xhigh",
2370
+ "max",
2371
+ "auto"
2372
+ ]
2373
+ },
2374
+ {
2375
+ "type": "string"
2376
+ }
2377
+ ]
2378
+ },
1899
2379
  "variant": {
1900
2380
  "type": "string"
1901
2381
  }
@@ -1908,6 +2388,26 @@
1908
2388
  "model": {
1909
2389
  "type": "string"
1910
2390
  },
2391
+ "reasoning": {
2392
+ "anyOf": [
2393
+ {
2394
+ "type": "string",
2395
+ "enum": [
2396
+ "off",
2397
+ "minimal",
2398
+ "low",
2399
+ "medium",
2400
+ "high",
2401
+ "xhigh",
2402
+ "max",
2403
+ "auto"
2404
+ ]
2405
+ },
2406
+ {
2407
+ "type": "string"
2408
+ }
2409
+ ]
2410
+ },
1911
2411
  "variant": {
1912
2412
  "type": "string"
1913
2413
  }
@@ -1942,6 +2442,26 @@
1942
2442
  "model": {
1943
2443
  "type": "string"
1944
2444
  },
2445
+ "reasoning": {
2446
+ "anyOf": [
2447
+ {
2448
+ "type": "string",
2449
+ "enum": [
2450
+ "off",
2451
+ "minimal",
2452
+ "low",
2453
+ "medium",
2454
+ "high",
2455
+ "xhigh",
2456
+ "max",
2457
+ "auto"
2458
+ ]
2459
+ },
2460
+ {
2461
+ "type": "string"
2462
+ }
2463
+ ]
2464
+ },
1945
2465
  "variant": {
1946
2466
  "type": "string"
1947
2467
  },
@@ -2009,6 +2529,26 @@
2009
2529
  "model": {
2010
2530
  "type": "string"
2011
2531
  },
2532
+ "reasoning": {
2533
+ "anyOf": [
2534
+ {
2535
+ "type": "string",
2536
+ "enum": [
2537
+ "off",
2538
+ "minimal",
2539
+ "low",
2540
+ "medium",
2541
+ "high",
2542
+ "xhigh",
2543
+ "max",
2544
+ "auto"
2545
+ ]
2546
+ },
2547
+ {
2548
+ "type": "string"
2549
+ }
2550
+ ]
2551
+ },
2012
2552
  "variant": {
2013
2553
  "type": "string"
2014
2554
  },
@@ -2067,6 +2607,26 @@
2067
2607
  }
2068
2608
  ]
2069
2609
  },
2610
+ "reasoning": {
2611
+ "anyOf": [
2612
+ {
2613
+ "type": "string",
2614
+ "enum": [
2615
+ "off",
2616
+ "minimal",
2617
+ "low",
2618
+ "medium",
2619
+ "high",
2620
+ "xhigh",
2621
+ "max",
2622
+ "auto"
2623
+ ]
2624
+ },
2625
+ {
2626
+ "type": "string"
2627
+ }
2628
+ ]
2629
+ },
2070
2630
  "variant": {
2071
2631
  "type": "string"
2072
2632
  },
@@ -2259,6 +2819,26 @@
2259
2819
  "model": {
2260
2820
  "type": "string"
2261
2821
  },
2822
+ "reasoning": {
2823
+ "anyOf": [
2824
+ {
2825
+ "type": "string",
2826
+ "enum": [
2827
+ "off",
2828
+ "minimal",
2829
+ "low",
2830
+ "medium",
2831
+ "high",
2832
+ "xhigh",
2833
+ "max",
2834
+ "auto"
2835
+ ]
2836
+ },
2837
+ {
2838
+ "type": "string"
2839
+ }
2840
+ ]
2841
+ },
2262
2842
  "variant": {
2263
2843
  "type": "string"
2264
2844
  }
@@ -2271,6 +2851,26 @@
2271
2851
  "model": {
2272
2852
  "type": "string"
2273
2853
  },
2854
+ "reasoning": {
2855
+ "anyOf": [
2856
+ {
2857
+ "type": "string",
2858
+ "enum": [
2859
+ "off",
2860
+ "minimal",
2861
+ "low",
2862
+ "medium",
2863
+ "high",
2864
+ "xhigh",
2865
+ "max",
2866
+ "auto"
2867
+ ]
2868
+ },
2869
+ {
2870
+ "type": "string"
2871
+ }
2872
+ ]
2873
+ },
2274
2874
  "variant": {
2275
2875
  "type": "string"
2276
2876
  }
@@ -2305,6 +2905,26 @@
2305
2905
  "model": {
2306
2906
  "type": "string"
2307
2907
  },
2908
+ "reasoning": {
2909
+ "anyOf": [
2910
+ {
2911
+ "type": "string",
2912
+ "enum": [
2913
+ "off",
2914
+ "minimal",
2915
+ "low",
2916
+ "medium",
2917
+ "high",
2918
+ "xhigh",
2919
+ "max",
2920
+ "auto"
2921
+ ]
2922
+ },
2923
+ {
2924
+ "type": "string"
2925
+ }
2926
+ ]
2927
+ },
2308
2928
  "variant": {
2309
2929
  "type": "string"
2310
2930
  },
@@ -2372,6 +2992,26 @@
2372
2992
  "model": {
2373
2993
  "type": "string"
2374
2994
  },
2995
+ "reasoning": {
2996
+ "anyOf": [
2997
+ {
2998
+ "type": "string",
2999
+ "enum": [
3000
+ "off",
3001
+ "minimal",
3002
+ "low",
3003
+ "medium",
3004
+ "high",
3005
+ "xhigh",
3006
+ "max",
3007
+ "auto"
3008
+ ]
3009
+ },
3010
+ {
3011
+ "type": "string"
3012
+ }
3013
+ ]
3014
+ },
2375
3015
  "variant": {
2376
3016
  "type": "string"
2377
3017
  },
@@ -2430,6 +3070,26 @@
2430
3070
  }
2431
3071
  ]
2432
3072
  },
3073
+ "reasoning": {
3074
+ "anyOf": [
3075
+ {
3076
+ "type": "string",
3077
+ "enum": [
3078
+ "off",
3079
+ "minimal",
3080
+ "low",
3081
+ "medium",
3082
+ "high",
3083
+ "xhigh",
3084
+ "max",
3085
+ "auto"
3086
+ ]
3087
+ },
3088
+ {
3089
+ "type": "string"
3090
+ }
3091
+ ]
3092
+ },
2433
3093
  "variant": {
2434
3094
  "type": "string"
2435
3095
  },
@@ -2622,6 +3282,26 @@
2622
3282
  "model": {
2623
3283
  "type": "string"
2624
3284
  },
3285
+ "reasoning": {
3286
+ "anyOf": [
3287
+ {
3288
+ "type": "string",
3289
+ "enum": [
3290
+ "off",
3291
+ "minimal",
3292
+ "low",
3293
+ "medium",
3294
+ "high",
3295
+ "xhigh",
3296
+ "max",
3297
+ "auto"
3298
+ ]
3299
+ },
3300
+ {
3301
+ "type": "string"
3302
+ }
3303
+ ]
3304
+ },
2625
3305
  "variant": {
2626
3306
  "type": "string"
2627
3307
  }
@@ -2634,6 +3314,26 @@
2634
3314
  "model": {
2635
3315
  "type": "string"
2636
3316
  },
3317
+ "reasoning": {
3318
+ "anyOf": [
3319
+ {
3320
+ "type": "string",
3321
+ "enum": [
3322
+ "off",
3323
+ "minimal",
3324
+ "low",
3325
+ "medium",
3326
+ "high",
3327
+ "xhigh",
3328
+ "max",
3329
+ "auto"
3330
+ ]
3331
+ },
3332
+ {
3333
+ "type": "string"
3334
+ }
3335
+ ]
3336
+ },
2637
3337
  "variant": {
2638
3338
  "type": "string"
2639
3339
  }
@@ -2668,6 +3368,26 @@
2668
3368
  "model": {
2669
3369
  "type": "string"
2670
3370
  },
3371
+ "reasoning": {
3372
+ "anyOf": [
3373
+ {
3374
+ "type": "string",
3375
+ "enum": [
3376
+ "off",
3377
+ "minimal",
3378
+ "low",
3379
+ "medium",
3380
+ "high",
3381
+ "xhigh",
3382
+ "max",
3383
+ "auto"
3384
+ ]
3385
+ },
3386
+ {
3387
+ "type": "string"
3388
+ }
3389
+ ]
3390
+ },
2671
3391
  "variant": {
2672
3392
  "type": "string"
2673
3393
  },
@@ -2735,6 +3455,26 @@
2735
3455
  "model": {
2736
3456
  "type": "string"
2737
3457
  },
3458
+ "reasoning": {
3459
+ "anyOf": [
3460
+ {
3461
+ "type": "string",
3462
+ "enum": [
3463
+ "off",
3464
+ "minimal",
3465
+ "low",
3466
+ "medium",
3467
+ "high",
3468
+ "xhigh",
3469
+ "max",
3470
+ "auto"
3471
+ ]
3472
+ },
3473
+ {
3474
+ "type": "string"
3475
+ }
3476
+ ]
3477
+ },
2738
3478
  "variant": {
2739
3479
  "type": "string"
2740
3480
  },
@@ -2793,6 +3533,26 @@
2793
3533
  }
2794
3534
  ]
2795
3535
  },
3536
+ "reasoning": {
3537
+ "anyOf": [
3538
+ {
3539
+ "type": "string",
3540
+ "enum": [
3541
+ "off",
3542
+ "minimal",
3543
+ "low",
3544
+ "medium",
3545
+ "high",
3546
+ "xhigh",
3547
+ "max",
3548
+ "auto"
3549
+ ]
3550
+ },
3551
+ {
3552
+ "type": "string"
3553
+ }
3554
+ ]
3555
+ },
2796
3556
  "variant": {
2797
3557
  "type": "string"
2798
3558
  },
@@ -2985,6 +3745,26 @@
2985
3745
  "model": {
2986
3746
  "type": "string"
2987
3747
  },
3748
+ "reasoning": {
3749
+ "anyOf": [
3750
+ {
3751
+ "type": "string",
3752
+ "enum": [
3753
+ "off",
3754
+ "minimal",
3755
+ "low",
3756
+ "medium",
3757
+ "high",
3758
+ "xhigh",
3759
+ "max",
3760
+ "auto"
3761
+ ]
3762
+ },
3763
+ {
3764
+ "type": "string"
3765
+ }
3766
+ ]
3767
+ },
2988
3768
  "variant": {
2989
3769
  "type": "string"
2990
3770
  }
@@ -2997,6 +3777,26 @@
2997
3777
  "model": {
2998
3778
  "type": "string"
2999
3779
  },
3780
+ "reasoning": {
3781
+ "anyOf": [
3782
+ {
3783
+ "type": "string",
3784
+ "enum": [
3785
+ "off",
3786
+ "minimal",
3787
+ "low",
3788
+ "medium",
3789
+ "high",
3790
+ "xhigh",
3791
+ "max",
3792
+ "auto"
3793
+ ]
3794
+ },
3795
+ {
3796
+ "type": "string"
3797
+ }
3798
+ ]
3799
+ },
3000
3800
  "variant": {
3001
3801
  "type": "string"
3002
3802
  }
@@ -3031,6 +3831,26 @@
3031
3831
  "model": {
3032
3832
  "type": "string"
3033
3833
  },
3834
+ "reasoning": {
3835
+ "anyOf": [
3836
+ {
3837
+ "type": "string",
3838
+ "enum": [
3839
+ "off",
3840
+ "minimal",
3841
+ "low",
3842
+ "medium",
3843
+ "high",
3844
+ "xhigh",
3845
+ "max",
3846
+ "auto"
3847
+ ]
3848
+ },
3849
+ {
3850
+ "type": "string"
3851
+ }
3852
+ ]
3853
+ },
3034
3854
  "variant": {
3035
3855
  "type": "string"
3036
3856
  },
@@ -3098,6 +3918,26 @@
3098
3918
  "model": {
3099
3919
  "type": "string"
3100
3920
  },
3921
+ "reasoning": {
3922
+ "anyOf": [
3923
+ {
3924
+ "type": "string",
3925
+ "enum": [
3926
+ "off",
3927
+ "minimal",
3928
+ "low",
3929
+ "medium",
3930
+ "high",
3931
+ "xhigh",
3932
+ "max",
3933
+ "auto"
3934
+ ]
3935
+ },
3936
+ {
3937
+ "type": "string"
3938
+ }
3939
+ ]
3940
+ },
3101
3941
  "variant": {
3102
3942
  "type": "string"
3103
3943
  },
@@ -3156,6 +3996,26 @@
3156
3996
  }
3157
3997
  ]
3158
3998
  },
3999
+ "reasoning": {
4000
+ "anyOf": [
4001
+ {
4002
+ "type": "string",
4003
+ "enum": [
4004
+ "off",
4005
+ "minimal",
4006
+ "low",
4007
+ "medium",
4008
+ "high",
4009
+ "xhigh",
4010
+ "max",
4011
+ "auto"
4012
+ ]
4013
+ },
4014
+ {
4015
+ "type": "string"
4016
+ }
4017
+ ]
4018
+ },
3159
4019
  "variant": {
3160
4020
  "type": "string"
3161
4021
  },
@@ -3348,6 +4208,26 @@
3348
4208
  "model": {
3349
4209
  "type": "string"
3350
4210
  },
4211
+ "reasoning": {
4212
+ "anyOf": [
4213
+ {
4214
+ "type": "string",
4215
+ "enum": [
4216
+ "off",
4217
+ "minimal",
4218
+ "low",
4219
+ "medium",
4220
+ "high",
4221
+ "xhigh",
4222
+ "max",
4223
+ "auto"
4224
+ ]
4225
+ },
4226
+ {
4227
+ "type": "string"
4228
+ }
4229
+ ]
4230
+ },
3351
4231
  "variant": {
3352
4232
  "type": "string"
3353
4233
  }
@@ -3360,6 +4240,26 @@
3360
4240
  "model": {
3361
4241
  "type": "string"
3362
4242
  },
4243
+ "reasoning": {
4244
+ "anyOf": [
4245
+ {
4246
+ "type": "string",
4247
+ "enum": [
4248
+ "off",
4249
+ "minimal",
4250
+ "low",
4251
+ "medium",
4252
+ "high",
4253
+ "xhigh",
4254
+ "max",
4255
+ "auto"
4256
+ ]
4257
+ },
4258
+ {
4259
+ "type": "string"
4260
+ }
4261
+ ]
4262
+ },
3363
4263
  "variant": {
3364
4264
  "type": "string"
3365
4265
  }
@@ -3394,6 +4294,26 @@
3394
4294
  "model": {
3395
4295
  "type": "string"
3396
4296
  },
4297
+ "reasoning": {
4298
+ "anyOf": [
4299
+ {
4300
+ "type": "string",
4301
+ "enum": [
4302
+ "off",
4303
+ "minimal",
4304
+ "low",
4305
+ "medium",
4306
+ "high",
4307
+ "xhigh",
4308
+ "max",
4309
+ "auto"
4310
+ ]
4311
+ },
4312
+ {
4313
+ "type": "string"
4314
+ }
4315
+ ]
4316
+ },
3397
4317
  "variant": {
3398
4318
  "type": "string"
3399
4319
  },
@@ -3461,6 +4381,26 @@
3461
4381
  "model": {
3462
4382
  "type": "string"
3463
4383
  },
4384
+ "reasoning": {
4385
+ "anyOf": [
4386
+ {
4387
+ "type": "string",
4388
+ "enum": [
4389
+ "off",
4390
+ "minimal",
4391
+ "low",
4392
+ "medium",
4393
+ "high",
4394
+ "xhigh",
4395
+ "max",
4396
+ "auto"
4397
+ ]
4398
+ },
4399
+ {
4400
+ "type": "string"
4401
+ }
4402
+ ]
4403
+ },
3464
4404
  "variant": {
3465
4405
  "type": "string"
3466
4406
  },
@@ -3519,6 +4459,26 @@
3519
4459
  }
3520
4460
  ]
3521
4461
  },
4462
+ "reasoning": {
4463
+ "anyOf": [
4464
+ {
4465
+ "type": "string",
4466
+ "enum": [
4467
+ "off",
4468
+ "minimal",
4469
+ "low",
4470
+ "medium",
4471
+ "high",
4472
+ "xhigh",
4473
+ "max",
4474
+ "auto"
4475
+ ]
4476
+ },
4477
+ {
4478
+ "type": "string"
4479
+ }
4480
+ ]
4481
+ },
3522
4482
  "variant": {
3523
4483
  "type": "string"
3524
4484
  },
@@ -3711,6 +4671,26 @@
3711
4671
  "model": {
3712
4672
  "type": "string"
3713
4673
  },
4674
+ "reasoning": {
4675
+ "anyOf": [
4676
+ {
4677
+ "type": "string",
4678
+ "enum": [
4679
+ "off",
4680
+ "minimal",
4681
+ "low",
4682
+ "medium",
4683
+ "high",
4684
+ "xhigh",
4685
+ "max",
4686
+ "auto"
4687
+ ]
4688
+ },
4689
+ {
4690
+ "type": "string"
4691
+ }
4692
+ ]
4693
+ },
3714
4694
  "variant": {
3715
4695
  "type": "string"
3716
4696
  }
@@ -3723,6 +4703,26 @@
3723
4703
  "model": {
3724
4704
  "type": "string"
3725
4705
  },
4706
+ "reasoning": {
4707
+ "anyOf": [
4708
+ {
4709
+ "type": "string",
4710
+ "enum": [
4711
+ "off",
4712
+ "minimal",
4713
+ "low",
4714
+ "medium",
4715
+ "high",
4716
+ "xhigh",
4717
+ "max",
4718
+ "auto"
4719
+ ]
4720
+ },
4721
+ {
4722
+ "type": "string"
4723
+ }
4724
+ ]
4725
+ },
3726
4726
  "variant": {
3727
4727
  "type": "string"
3728
4728
  }
@@ -3757,6 +4757,26 @@
3757
4757
  "model": {
3758
4758
  "type": "string"
3759
4759
  },
4760
+ "reasoning": {
4761
+ "anyOf": [
4762
+ {
4763
+ "type": "string",
4764
+ "enum": [
4765
+ "off",
4766
+ "minimal",
4767
+ "low",
4768
+ "medium",
4769
+ "high",
4770
+ "xhigh",
4771
+ "max",
4772
+ "auto"
4773
+ ]
4774
+ },
4775
+ {
4776
+ "type": "string"
4777
+ }
4778
+ ]
4779
+ },
3760
4780
  "variant": {
3761
4781
  "type": "string"
3762
4782
  },
@@ -3824,6 +4844,26 @@
3824
4844
  "model": {
3825
4845
  "type": "string"
3826
4846
  },
4847
+ "reasoning": {
4848
+ "anyOf": [
4849
+ {
4850
+ "type": "string",
4851
+ "enum": [
4852
+ "off",
4853
+ "minimal",
4854
+ "low",
4855
+ "medium",
4856
+ "high",
4857
+ "xhigh",
4858
+ "max",
4859
+ "auto"
4860
+ ]
4861
+ },
4862
+ {
4863
+ "type": "string"
4864
+ }
4865
+ ]
4866
+ },
3827
4867
  "variant": {
3828
4868
  "type": "string"
3829
4869
  },
@@ -3882,6 +4922,26 @@
3882
4922
  }
3883
4923
  ]
3884
4924
  },
4925
+ "reasoning": {
4926
+ "anyOf": [
4927
+ {
4928
+ "type": "string",
4929
+ "enum": [
4930
+ "off",
4931
+ "minimal",
4932
+ "low",
4933
+ "medium",
4934
+ "high",
4935
+ "xhigh",
4936
+ "max",
4937
+ "auto"
4938
+ ]
4939
+ },
4940
+ {
4941
+ "type": "string"
4942
+ }
4943
+ ]
4944
+ },
3885
4945
  "variant": {
3886
4946
  "type": "string"
3887
4947
  },
@@ -4074,6 +5134,26 @@
4074
5134
  "model": {
4075
5135
  "type": "string"
4076
5136
  },
5137
+ "reasoning": {
5138
+ "anyOf": [
5139
+ {
5140
+ "type": "string",
5141
+ "enum": [
5142
+ "off",
5143
+ "minimal",
5144
+ "low",
5145
+ "medium",
5146
+ "high",
5147
+ "xhigh",
5148
+ "max",
5149
+ "auto"
5150
+ ]
5151
+ },
5152
+ {
5153
+ "type": "string"
5154
+ }
5155
+ ]
5156
+ },
4077
5157
  "variant": {
4078
5158
  "type": "string"
4079
5159
  }
@@ -4086,6 +5166,26 @@
4086
5166
  "model": {
4087
5167
  "type": "string"
4088
5168
  },
5169
+ "reasoning": {
5170
+ "anyOf": [
5171
+ {
5172
+ "type": "string",
5173
+ "enum": [
5174
+ "off",
5175
+ "minimal",
5176
+ "low",
5177
+ "medium",
5178
+ "high",
5179
+ "xhigh",
5180
+ "max",
5181
+ "auto"
5182
+ ]
5183
+ },
5184
+ {
5185
+ "type": "string"
5186
+ }
5187
+ ]
5188
+ },
4089
5189
  "variant": {
4090
5190
  "type": "string"
4091
5191
  }
@@ -4120,6 +5220,26 @@
4120
5220
  "model": {
4121
5221
  "type": "string"
4122
5222
  },
5223
+ "reasoning": {
5224
+ "anyOf": [
5225
+ {
5226
+ "type": "string",
5227
+ "enum": [
5228
+ "off",
5229
+ "minimal",
5230
+ "low",
5231
+ "medium",
5232
+ "high",
5233
+ "xhigh",
5234
+ "max",
5235
+ "auto"
5236
+ ]
5237
+ },
5238
+ {
5239
+ "type": "string"
5240
+ }
5241
+ ]
5242
+ },
4123
5243
  "variant": {
4124
5244
  "type": "string"
4125
5245
  },
@@ -4187,6 +5307,26 @@
4187
5307
  "model": {
4188
5308
  "type": "string"
4189
5309
  },
5310
+ "reasoning": {
5311
+ "anyOf": [
5312
+ {
5313
+ "type": "string",
5314
+ "enum": [
5315
+ "off",
5316
+ "minimal",
5317
+ "low",
5318
+ "medium",
5319
+ "high",
5320
+ "xhigh",
5321
+ "max",
5322
+ "auto"
5323
+ ]
5324
+ },
5325
+ {
5326
+ "type": "string"
5327
+ }
5328
+ ]
5329
+ },
4190
5330
  "variant": {
4191
5331
  "type": "string"
4192
5332
  },
@@ -4245,6 +5385,26 @@
4245
5385
  }
4246
5386
  ]
4247
5387
  },
5388
+ "reasoning": {
5389
+ "anyOf": [
5390
+ {
5391
+ "type": "string",
5392
+ "enum": [
5393
+ "off",
5394
+ "minimal",
5395
+ "low",
5396
+ "medium",
5397
+ "high",
5398
+ "xhigh",
5399
+ "max",
5400
+ "auto"
5401
+ ]
5402
+ },
5403
+ {
5404
+ "type": "string"
5405
+ }
5406
+ ]
5407
+ },
4248
5408
  "variant": {
4249
5409
  "type": "string"
4250
5410
  },
@@ -4437,6 +5597,26 @@
4437
5597
  "model": {
4438
5598
  "type": "string"
4439
5599
  },
5600
+ "reasoning": {
5601
+ "anyOf": [
5602
+ {
5603
+ "type": "string",
5604
+ "enum": [
5605
+ "off",
5606
+ "minimal",
5607
+ "low",
5608
+ "medium",
5609
+ "high",
5610
+ "xhigh",
5611
+ "max",
5612
+ "auto"
5613
+ ]
5614
+ },
5615
+ {
5616
+ "type": "string"
5617
+ }
5618
+ ]
5619
+ },
4440
5620
  "variant": {
4441
5621
  "type": "string"
4442
5622
  }
@@ -4449,6 +5629,26 @@
4449
5629
  "model": {
4450
5630
  "type": "string"
4451
5631
  },
5632
+ "reasoning": {
5633
+ "anyOf": [
5634
+ {
5635
+ "type": "string",
5636
+ "enum": [
5637
+ "off",
5638
+ "minimal",
5639
+ "low",
5640
+ "medium",
5641
+ "high",
5642
+ "xhigh",
5643
+ "max",
5644
+ "auto"
5645
+ ]
5646
+ },
5647
+ {
5648
+ "type": "string"
5649
+ }
5650
+ ]
5651
+ },
4452
5652
  "variant": {
4453
5653
  "type": "string"
4454
5654
  }
@@ -4483,10 +5683,30 @@
4483
5683
  "model": {
4484
5684
  "type": "string"
4485
5685
  },
4486
- "variant": {
4487
- "type": "string"
4488
- },
4489
- "reasoningEffort": {
5686
+ "reasoning": {
5687
+ "anyOf": [
5688
+ {
5689
+ "type": "string",
5690
+ "enum": [
5691
+ "off",
5692
+ "minimal",
5693
+ "low",
5694
+ "medium",
5695
+ "high",
5696
+ "xhigh",
5697
+ "max",
5698
+ "auto"
5699
+ ]
5700
+ },
5701
+ {
5702
+ "type": "string"
5703
+ }
5704
+ ]
5705
+ },
5706
+ "variant": {
5707
+ "type": "string"
5708
+ },
5709
+ "reasoningEffort": {
4490
5710
  "type": "string",
4491
5711
  "enum": [
4492
5712
  "none",
@@ -4550,6 +5770,26 @@
4550
5770
  "model": {
4551
5771
  "type": "string"
4552
5772
  },
5773
+ "reasoning": {
5774
+ "anyOf": [
5775
+ {
5776
+ "type": "string",
5777
+ "enum": [
5778
+ "off",
5779
+ "minimal",
5780
+ "low",
5781
+ "medium",
5782
+ "high",
5783
+ "xhigh",
5784
+ "max",
5785
+ "auto"
5786
+ ]
5787
+ },
5788
+ {
5789
+ "type": "string"
5790
+ }
5791
+ ]
5792
+ },
4553
5793
  "variant": {
4554
5794
  "type": "string"
4555
5795
  },
@@ -4608,6 +5848,26 @@
4608
5848
  }
4609
5849
  ]
4610
5850
  },
5851
+ "reasoning": {
5852
+ "anyOf": [
5853
+ {
5854
+ "type": "string",
5855
+ "enum": [
5856
+ "off",
5857
+ "minimal",
5858
+ "low",
5859
+ "medium",
5860
+ "high",
5861
+ "xhigh",
5862
+ "max",
5863
+ "auto"
5864
+ ]
5865
+ },
5866
+ {
5867
+ "type": "string"
5868
+ }
5869
+ ]
5870
+ },
4611
5871
  "variant": {
4612
5872
  "type": "string"
4613
5873
  },
@@ -4800,6 +6060,26 @@
4800
6060
  "model": {
4801
6061
  "type": "string"
4802
6062
  },
6063
+ "reasoning": {
6064
+ "anyOf": [
6065
+ {
6066
+ "type": "string",
6067
+ "enum": [
6068
+ "off",
6069
+ "minimal",
6070
+ "low",
6071
+ "medium",
6072
+ "high",
6073
+ "xhigh",
6074
+ "max",
6075
+ "auto"
6076
+ ]
6077
+ },
6078
+ {
6079
+ "type": "string"
6080
+ }
6081
+ ]
6082
+ },
4803
6083
  "variant": {
4804
6084
  "type": "string"
4805
6085
  }
@@ -4812,6 +6092,26 @@
4812
6092
  "model": {
4813
6093
  "type": "string"
4814
6094
  },
6095
+ "reasoning": {
6096
+ "anyOf": [
6097
+ {
6098
+ "type": "string",
6099
+ "enum": [
6100
+ "off",
6101
+ "minimal",
6102
+ "low",
6103
+ "medium",
6104
+ "high",
6105
+ "xhigh",
6106
+ "max",
6107
+ "auto"
6108
+ ]
6109
+ },
6110
+ {
6111
+ "type": "string"
6112
+ }
6113
+ ]
6114
+ },
4815
6115
  "variant": {
4816
6116
  "type": "string"
4817
6117
  }
@@ -4846,6 +6146,26 @@
4846
6146
  "model": {
4847
6147
  "type": "string"
4848
6148
  },
6149
+ "reasoning": {
6150
+ "anyOf": [
6151
+ {
6152
+ "type": "string",
6153
+ "enum": [
6154
+ "off",
6155
+ "minimal",
6156
+ "low",
6157
+ "medium",
6158
+ "high",
6159
+ "xhigh",
6160
+ "max",
6161
+ "auto"
6162
+ ]
6163
+ },
6164
+ {
6165
+ "type": "string"
6166
+ }
6167
+ ]
6168
+ },
4849
6169
  "variant": {
4850
6170
  "type": "string"
4851
6171
  },
@@ -4913,6 +6233,26 @@
4913
6233
  "model": {
4914
6234
  "type": "string"
4915
6235
  },
6236
+ "reasoning": {
6237
+ "anyOf": [
6238
+ {
6239
+ "type": "string",
6240
+ "enum": [
6241
+ "off",
6242
+ "minimal",
6243
+ "low",
6244
+ "medium",
6245
+ "high",
6246
+ "xhigh",
6247
+ "max",
6248
+ "auto"
6249
+ ]
6250
+ },
6251
+ {
6252
+ "type": "string"
6253
+ }
6254
+ ]
6255
+ },
4916
6256
  "variant": {
4917
6257
  "type": "string"
4918
6258
  },
@@ -4971,6 +6311,26 @@
4971
6311
  }
4972
6312
  ]
4973
6313
  },
6314
+ "reasoning": {
6315
+ "anyOf": [
6316
+ {
6317
+ "type": "string",
6318
+ "enum": [
6319
+ "off",
6320
+ "minimal",
6321
+ "low",
6322
+ "medium",
6323
+ "high",
6324
+ "xhigh",
6325
+ "max",
6326
+ "auto"
6327
+ ]
6328
+ },
6329
+ {
6330
+ "type": "string"
6331
+ }
6332
+ ]
6333
+ },
4974
6334
  "variant": {
4975
6335
  "type": "string"
4976
6336
  },
@@ -5163,6 +6523,26 @@
5163
6523
  "model": {
5164
6524
  "type": "string"
5165
6525
  },
6526
+ "reasoning": {
6527
+ "anyOf": [
6528
+ {
6529
+ "type": "string",
6530
+ "enum": [
6531
+ "off",
6532
+ "minimal",
6533
+ "low",
6534
+ "medium",
6535
+ "high",
6536
+ "xhigh",
6537
+ "max",
6538
+ "auto"
6539
+ ]
6540
+ },
6541
+ {
6542
+ "type": "string"
6543
+ }
6544
+ ]
6545
+ },
5166
6546
  "variant": {
5167
6547
  "type": "string"
5168
6548
  }
@@ -5175,6 +6555,26 @@
5175
6555
  "model": {
5176
6556
  "type": "string"
5177
6557
  },
6558
+ "reasoning": {
6559
+ "anyOf": [
6560
+ {
6561
+ "type": "string",
6562
+ "enum": [
6563
+ "off",
6564
+ "minimal",
6565
+ "low",
6566
+ "medium",
6567
+ "high",
6568
+ "xhigh",
6569
+ "max",
6570
+ "auto"
6571
+ ]
6572
+ },
6573
+ {
6574
+ "type": "string"
6575
+ }
6576
+ ]
6577
+ },
5178
6578
  "variant": {
5179
6579
  "type": "string"
5180
6580
  }
@@ -5210,6 +6610,26 @@
5210
6610
  "model": {
5211
6611
  "type": "string"
5212
6612
  },
6613
+ "reasoning": {
6614
+ "anyOf": [
6615
+ {
6616
+ "type": "string",
6617
+ "enum": [
6618
+ "off",
6619
+ "minimal",
6620
+ "low",
6621
+ "medium",
6622
+ "high",
6623
+ "xhigh",
6624
+ "max",
6625
+ "auto"
6626
+ ]
6627
+ },
6628
+ {
6629
+ "type": "string"
6630
+ }
6631
+ ]
6632
+ },
5213
6633
  "variant": {
5214
6634
  "type": "string"
5215
6635
  },
@@ -5277,6 +6697,26 @@
5277
6697
  "model": {
5278
6698
  "type": "string"
5279
6699
  },
6700
+ "reasoning": {
6701
+ "anyOf": [
6702
+ {
6703
+ "type": "string",
6704
+ "enum": [
6705
+ "off",
6706
+ "minimal",
6707
+ "low",
6708
+ "medium",
6709
+ "high",
6710
+ "xhigh",
6711
+ "max",
6712
+ "auto"
6713
+ ]
6714
+ },
6715
+ {
6716
+ "type": "string"
6717
+ }
6718
+ ]
6719
+ },
5280
6720
  "variant": {
5281
6721
  "type": "string"
5282
6722
  },
@@ -5335,6 +6775,26 @@
5335
6775
  }
5336
6776
  ]
5337
6777
  },
6778
+ "reasoning": {
6779
+ "anyOf": [
6780
+ {
6781
+ "type": "string",
6782
+ "enum": [
6783
+ "off",
6784
+ "minimal",
6785
+ "low",
6786
+ "medium",
6787
+ "high",
6788
+ "xhigh",
6789
+ "max",
6790
+ "auto"
6791
+ ]
6792
+ },
6793
+ {
6794
+ "type": "string"
6795
+ }
6796
+ ]
6797
+ },
5338
6798
  "variant": {
5339
6799
  "type": "string"
5340
6800
  },
@@ -5527,6 +6987,26 @@
5527
6987
  "model": {
5528
6988
  "type": "string"
5529
6989
  },
6990
+ "reasoning": {
6991
+ "anyOf": [
6992
+ {
6993
+ "type": "string",
6994
+ "enum": [
6995
+ "off",
6996
+ "minimal",
6997
+ "low",
6998
+ "medium",
6999
+ "high",
7000
+ "xhigh",
7001
+ "max",
7002
+ "auto"
7003
+ ]
7004
+ },
7005
+ {
7006
+ "type": "string"
7007
+ }
7008
+ ]
7009
+ },
5530
7010
  "variant": {
5531
7011
  "type": "string"
5532
7012
  }
@@ -5539,6 +7019,26 @@
5539
7019
  "model": {
5540
7020
  "type": "string"
5541
7021
  },
7022
+ "reasoning": {
7023
+ "anyOf": [
7024
+ {
7025
+ "type": "string",
7026
+ "enum": [
7027
+ "off",
7028
+ "minimal",
7029
+ "low",
7030
+ "medium",
7031
+ "high",
7032
+ "xhigh",
7033
+ "max",
7034
+ "auto"
7035
+ ]
7036
+ },
7037
+ {
7038
+ "type": "string"
7039
+ }
7040
+ ]
7041
+ },
5542
7042
  "variant": {
5543
7043
  "type": "string"
5544
7044
  }
@@ -5563,6 +7063,95 @@
5563
7063
  "model": {
5564
7064
  "type": "string"
5565
7065
  },
7066
+ "models": {
7067
+ "type": "array",
7068
+ "items": {
7069
+ "anyOf": [
7070
+ {
7071
+ "type": "string"
7072
+ },
7073
+ {
7074
+ "type": "object",
7075
+ "properties": {
7076
+ "model": {
7077
+ "type": "string"
7078
+ },
7079
+ "reasoning": {
7080
+ "anyOf": [
7081
+ {
7082
+ "type": "string",
7083
+ "enum": [
7084
+ "off",
7085
+ "minimal",
7086
+ "low",
7087
+ "medium",
7088
+ "high",
7089
+ "xhigh",
7090
+ "max",
7091
+ "auto"
7092
+ ]
7093
+ },
7094
+ {
7095
+ "type": "string"
7096
+ }
7097
+ ]
7098
+ },
7099
+ "variant": {
7100
+ "type": "string"
7101
+ },
7102
+ "reasoningEffort": {
7103
+ "type": "string",
7104
+ "enum": [
7105
+ "none",
7106
+ "minimal",
7107
+ "low",
7108
+ "medium",
7109
+ "high",
7110
+ "xhigh",
7111
+ "max"
7112
+ ]
7113
+ },
7114
+ "temperature": {
7115
+ "type": "number",
7116
+ "minimum": 0,
7117
+ "maximum": 2
7118
+ },
7119
+ "top_p": {
7120
+ "type": "number",
7121
+ "minimum": 0,
7122
+ "maximum": 1
7123
+ },
7124
+ "maxTokens": {
7125
+ "type": "number"
7126
+ },
7127
+ "thinking": {
7128
+ "type": "object",
7129
+ "properties": {
7130
+ "type": {
7131
+ "type": "string",
7132
+ "enum": [
7133
+ "enabled",
7134
+ "disabled"
7135
+ ]
7136
+ },
7137
+ "budgetTokens": {
7138
+ "type": "number"
7139
+ }
7140
+ },
7141
+ "required": [
7142
+ "type"
7143
+ ],
7144
+ "additionalProperties": false
7145
+ }
7146
+ },
7147
+ "required": [
7148
+ "model"
7149
+ ],
7150
+ "additionalProperties": false
7151
+ }
7152
+ ]
7153
+ }
7154
+ },
5566
7155
  "fallback_models": {
5567
7156
  "anyOf": [
5568
7157
  {
@@ -5582,6 +7171,26 @@
5582
7171
  "model": {
5583
7172
  "type": "string"
5584
7173
  },
7174
+ "reasoning": {
7175
+ "anyOf": [
7176
+ {
7177
+ "type": "string",
7178
+ "enum": [
7179
+ "off",
7180
+ "minimal",
7181
+ "low",
7182
+ "medium",
7183
+ "high",
7184
+ "xhigh",
7185
+ "max",
7186
+ "auto"
7187
+ ]
7188
+ },
7189
+ {
7190
+ "type": "string"
7191
+ }
7192
+ ]
7193
+ },
5585
7194
  "variant": {
5586
7195
  "type": "string"
5587
7196
  },
@@ -5649,6 +7258,26 @@
5649
7258
  "model": {
5650
7259
  "type": "string"
5651
7260
  },
7261
+ "reasoning": {
7262
+ "anyOf": [
7263
+ {
7264
+ "type": "string",
7265
+ "enum": [
7266
+ "off",
7267
+ "minimal",
7268
+ "low",
7269
+ "medium",
7270
+ "high",
7271
+ "xhigh",
7272
+ "max",
7273
+ "auto"
7274
+ ]
7275
+ },
7276
+ {
7277
+ "type": "string"
7278
+ }
7279
+ ]
7280
+ },
5652
7281
  "variant": {
5653
7282
  "type": "string"
5654
7283
  },
@@ -5707,6 +7336,26 @@
5707
7336
  }
5708
7337
  ]
5709
7338
  },
7339
+ "reasoning": {
7340
+ "anyOf": [
7341
+ {
7342
+ "type": "string",
7343
+ "enum": [
7344
+ "off",
7345
+ "minimal",
7346
+ "low",
7347
+ "medium",
7348
+ "high",
7349
+ "xhigh",
7350
+ "max",
7351
+ "auto"
7352
+ ]
7353
+ },
7354
+ {
7355
+ "type": "string"
7356
+ }
7357
+ ]
7358
+ },
5710
7359
  "variant": {
5711
7360
  "type": "string"
5712
7361
  },
@@ -5720,6 +7369,18 @@
5720
7369
  "minimum": 0,
5721
7370
  "maximum": 1
5722
7371
  },
7372
+ "max_tokens": {
7373
+ "type": "integer",
7374
+ "exclusiveMinimum": 0,
7375
+ "maximum": 9007199254740991
7376
+ },
7377
+ "provider_options": {
7378
+ "type": "object",
7379
+ "propertyNames": {
7380
+ "type": "string"
7381
+ },
7382
+ "additionalProperties": {}
7383
+ },
5723
7384
  "maxTokens": {
5724
7385
  "type": "number"
5725
7386
  },
@@ -5784,6 +7445,9 @@
5784
7445
  },
5785
7446
  "disable": {
5786
7447
  "type": "boolean"
7448
+ },
7449
+ "warn_unavailable": {
7450
+ "type": "boolean"
5787
7451
  }
5788
7452
  },
5789
7453
  "additionalProperties": false