evil-omo 3.14.1 → 3.15.2

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 (215) hide show
  1. package/bin/platform.test.ts +15 -0
  2. package/dist/agents/atlas/agent.d.ts +1 -1
  3. package/dist/agents/atlas/default-prompt-sections.d.ts +6 -0
  4. package/dist/agents/atlas/default.d.ts +0 -9
  5. package/dist/agents/atlas/gemini-prompt-sections.d.ts +6 -0
  6. package/dist/agents/atlas/gemini.d.ts +0 -9
  7. package/dist/agents/atlas/gpt-prompt-sections.d.ts +6 -0
  8. package/dist/agents/atlas/gpt.d.ts +0 -9
  9. package/dist/agents/atlas/shared-prompt.d.ts +9 -0
  10. package/dist/agents/dynamic-agent-category-skills-guide.d.ts +2 -0
  11. package/dist/agents/dynamic-agent-core-sections.d.ts +10 -0
  12. package/dist/agents/dynamic-agent-policy-sections.d.ts +6 -0
  13. package/dist/agents/dynamic-agent-prompt-builder.d.ts +5 -35
  14. package/dist/agents/dynamic-agent-prompt-types.d.ts +20 -0
  15. package/dist/agents/dynamic-agent-tool-categorization.d.ts +3 -0
  16. package/dist/agents/hephaestus/agent.d.ts +1 -1
  17. package/dist/agents/hephaestus/gpt-5-3-codex.d.ts +1 -1
  18. package/dist/agents/hephaestus/gpt.d.ts +1 -1
  19. package/dist/agents/momus.d.ts +2 -2
  20. package/dist/agents/prometheus/behavioral-summary.d.ts +1 -1
  21. package/dist/agents/prometheus/identity-constraints.d.ts +1 -1
  22. package/dist/agents/prometheus/plan-generation.d.ts +1 -1
  23. package/dist/agents/prometheus/plan-template.d.ts +1 -1
  24. package/dist/agents/sisyphus/gpt-5-4.d.ts +14 -14
  25. package/dist/agents/sisyphus/index.d.ts +1 -1
  26. package/dist/agents/sisyphus.d.ts +1 -1
  27. package/dist/agents/types.d.ts +1 -0
  28. package/dist/cli/index.js +711 -475
  29. package/dist/cli/mcp-oauth/login.d.ts +6 -1
  30. package/dist/cli/run/event-state.d.ts +0 -2
  31. package/dist/cli/run/types.d.ts +0 -1
  32. package/dist/config/schema/agent-names.d.ts +2 -0
  33. package/dist/config/schema/agent-overrides.d.ts +330 -15
  34. package/dist/config/schema/background-task.d.ts +2 -0
  35. package/dist/config/schema/categories.d.ts +44 -2
  36. package/dist/config/schema/commands.d.ts +1 -0
  37. package/dist/config/schema/evil-omo-config.d.ts +341 -15
  38. package/dist/config/schema/experimental.d.ts +1 -0
  39. package/dist/config/schema/fallback-models.d.ts +67 -1
  40. package/dist/config/schema/hooks.d.ts +3 -0
  41. package/dist/config/schema/sisyphus-agent.d.ts +1 -0
  42. package/dist/config/schema/tmux.d.ts +11 -0
  43. package/dist/create-hooks.d.ts +6 -0
  44. package/dist/create-runtime-tmux-config.d.ts +9 -0
  45. package/dist/evil-omo.schema.json +1042 -3
  46. package/dist/features/background-agent/abort-with-timeout.d.ts +2 -0
  47. package/dist/features/background-agent/background-task-notification-template.d.ts +10 -4
  48. package/dist/features/background-agent/constants.d.ts +1 -0
  49. package/dist/features/background-agent/fallback-retry-handler.d.ts +1 -1
  50. package/dist/features/background-agent/manager.d.ts +10 -0
  51. package/dist/features/background-agent/process-cleanup.d.ts +1 -1
  52. package/dist/features/background-agent/session-existence.d.ts +3 -0
  53. package/dist/features/background-agent/task-poller.d.ts +1 -0
  54. package/dist/features/background-agent/types.d.ts +2 -0
  55. package/dist/features/builtin-commands/commands.d.ts +4 -1
  56. package/dist/features/builtin-commands/templates/handoff.d.ts +1 -1
  57. package/dist/features/builtin-commands/templates/init-deep.d.ts +1 -1
  58. package/dist/features/builtin-commands/templates/remove-ai-slops.d.ts +1 -0
  59. package/dist/features/builtin-commands/templates/start-work.d.ts +1 -1
  60. package/dist/features/builtin-commands/types.d.ts +1 -1
  61. package/dist/features/builtin-skills/skills/ai-slop-remover.d.ts +2 -0
  62. package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +1 -0
  63. package/dist/features/builtin-skills/skills/git-master-sections/history-search-workflow.d.ts +1 -0
  64. package/dist/features/builtin-skills/skills/git-master-sections/overview.d.ts +1 -0
  65. package/dist/features/builtin-skills/skills/git-master-sections/quick-reference.d.ts +1 -0
  66. package/dist/features/builtin-skills/skills/git-master-sections/rebase-workflow.d.ts +1 -0
  67. package/dist/features/builtin-skills/skills/index.d.ts +2 -0
  68. package/dist/features/builtin-skills/skills/playwright-cli.d.ts +1 -1
  69. package/dist/features/builtin-skills/skills/review-work.d.ts +2 -0
  70. package/dist/features/claude-code-mcp-loader/configure-allowed-env-vars.d.ts +5 -0
  71. package/dist/features/claude-code-mcp-loader/index.d.ts +1 -0
  72. package/dist/features/claude-code-mcp-loader/scope-filter.d.ts +2 -0
  73. package/dist/features/claude-code-mcp-loader/types.d.ts +8 -4
  74. package/dist/features/claude-code-session-state/state.d.ts +2 -0
  75. package/dist/features/context-injector/collector.d.ts +1 -0
  76. package/dist/features/opencode-skill-loader/async-loader.d.ts +2 -2
  77. package/dist/features/skill-mcp-manager/manager.d.ts +4 -1
  78. package/dist/features/skill-mcp-manager/oauth-handler.d.ts +5 -4
  79. package/dist/features/skill-mcp-manager/types.d.ts +7 -0
  80. package/dist/features/tmux-subagent/manager.d.ts +15 -13
  81. package/dist/features/tmux-subagent/polling-manager.d.ts +5 -0
  82. package/dist/features/tmux-subagent/types.d.ts +2 -0
  83. package/dist/hooks/agent-usage-reminder/constants.d.ts +1 -1
  84. package/dist/hooks/anthropic-context-window-limit-recovery/message-builder.d.ts +4 -1
  85. package/dist/hooks/anthropic-context-window-limit-recovery/recovery-hook.d.ts +10 -0
  86. package/dist/hooks/anthropic-context-window-limit-recovery/recovery-hook.test-support.d.ts +29 -0
  87. package/dist/hooks/anthropic-context-window-limit-recovery/session-timeout-map.d.ts +2 -0
  88. package/dist/hooks/anthropic-context-window-limit-recovery/state.d.ts +2 -0
  89. package/dist/hooks/anthropic-context-window-limit-recovery/types.d.ts +1 -0
  90. package/dist/hooks/atlas/subagent-session-id.d.ts +1 -0
  91. package/dist/hooks/atlas/system-reminder-templates.d.ts +2 -2
  92. package/dist/hooks/auto-slash-command/executor.d.ts +1 -0
  93. package/dist/hooks/auto-slash-command/hook.d.ts +1 -0
  94. package/dist/hooks/auto-update-checker/checker/sync-package-json.d.ts +1 -1
  95. package/dist/hooks/auto-update-checker/constants.d.ts +1 -0
  96. package/dist/hooks/auto-update-checker/hook/background-update-check.d.ts +29 -1
  97. package/dist/hooks/bash-file-read-guard.d.ts +2 -0
  98. package/dist/hooks/claude-code-hooks/claude-code-hooks-hook.d.ts +1 -0
  99. package/dist/hooks/claude-code-hooks/config-loader.d.ts +1 -0
  100. package/dist/hooks/claude-code-hooks/config.d.ts +1 -0
  101. package/dist/hooks/claude-code-hooks/handlers/session-event-handler.d.ts +3 -1
  102. package/dist/hooks/claude-code-hooks/session-hook-state.d.ts +1 -0
  103. package/dist/hooks/claude-code-hooks/tool-input-cache.d.ts +2 -0
  104. package/dist/hooks/claude-code-hooks/transcript.d.ts +1 -3
  105. package/dist/hooks/comment-checker/hook.d.ts +1 -0
  106. package/dist/hooks/comment-checker/pending-calls.d.ts +1 -0
  107. package/dist/hooks/index.d.ts +3 -0
  108. package/dist/hooks/legacy-plugin-toast/auto-migrate-runner.d.ts +2 -0
  109. package/dist/hooks/legacy-plugin-toast/auto-migrate.d.ts +7 -0
  110. package/dist/hooks/legacy-plugin-toast/hook.d.ts +18 -0
  111. package/dist/hooks/legacy-plugin-toast/index.d.ts +1 -0
  112. package/dist/hooks/legacy-plugin-toast/plugin-entry-migrator.d.ts +1 -0
  113. package/dist/hooks/model-fallback/chat-message-fallback-handler.d.ts +23 -0
  114. package/dist/hooks/model-fallback/next-fallback.d.ts +6 -0
  115. package/dist/hooks/ralph-loop/completion-promise-detector-test-input.d.ts +11 -0
  116. package/dist/hooks/rules-injector/constants.d.ts +1 -0
  117. package/dist/hooks/rules-injector/finder.d.ts +1 -1
  118. package/dist/hooks/rules-injector/hook.d.ts +2 -0
  119. package/dist/hooks/rules-injector/injector.d.ts +2 -0
  120. package/dist/hooks/rules-injector/rule-file-finder.d.ts +9 -1
  121. package/dist/hooks/runtime-fallback/fallback-models.d.ts +1 -1
  122. package/dist/hooks/runtime-fallback/retry-model-payload.d.ts +5 -1
  123. package/dist/hooks/start-work/context-info-builder.d.ts +12 -0
  124. package/dist/hooks/start-work/start-work-hook.d.ts +6 -0
  125. package/dist/hooks/start-work/worktree-block.d.ts +1 -0
  126. package/dist/hooks/todo-continuation-enforcer/resolve-message-info.d.ts +2 -2
  127. package/dist/hooks/todo-continuation-enforcer/session-state.d.ts +4 -3
  128. package/dist/hooks/todo-continuation-enforcer/types.d.ts +7 -0
  129. package/dist/hooks/todo-description-override/description.d.ts +1 -1
  130. package/dist/hooks/tool-pair-validator/hook.d.ts +28 -0
  131. package/dist/hooks/tool-pair-validator/index.d.ts +1 -0
  132. package/dist/hooks/write-existing-file-guard/hook.d.ts +12 -0
  133. package/dist/hooks/write-existing-file-guard/session-read-permissions.d.ts +3 -0
  134. package/dist/hooks/write-existing-file-guard/tool-execute-before-handler.d.ts +15 -0
  135. package/dist/index.js +9391 -4974
  136. package/dist/mcp/websearch.d.ts +2 -2
  137. package/dist/openclaw/dispatcher.d.ts +6 -0
  138. package/dist/plugin/command-execute-before.d.ts +17 -0
  139. package/dist/plugin/hooks/create-core-hooks.d.ts +3 -0
  140. package/dist/plugin/hooks/create-session-hooks.d.ts +2 -1
  141. package/dist/plugin/hooks/create-tool-guard-hooks.d.ts +2 -1
  142. package/dist/plugin/hooks/create-transform-hooks.d.ts +2 -1
  143. package/dist/plugin/tool-registry.d.ts +1 -0
  144. package/dist/plugin/types.d.ts +1 -0
  145. package/dist/plugin-dispose.d.ts +3 -0
  146. package/dist/shared/agent-display-names.d.ts +8 -0
  147. package/dist/shared/archive-entry-validator.d.ts +6 -0
  148. package/dist/shared/background-output-consumption.d.ts +5 -0
  149. package/dist/shared/connected-providers-cache.d.ts +2 -1
  150. package/dist/shared/contains-path.d.ts +2 -0
  151. package/dist/shared/external-plugin-detector.d.ts +14 -0
  152. package/dist/shared/index.d.ts +3 -0
  153. package/dist/shared/is-abort-error.d.ts +1 -0
  154. package/dist/shared/json-file-cache-store.d.ts +16 -0
  155. package/dist/shared/jsonc-parser.d.ts +1 -0
  156. package/dist/shared/legacy-plugin-warning.d.ts +1 -0
  157. package/dist/shared/load-opencode-plugins.d.ts +1 -0
  158. package/dist/shared/log-legacy-plugin-startup-warning.d.ts +10 -1
  159. package/dist/shared/migrate-legacy-config-file.d.ts +1 -0
  160. package/dist/shared/migrate-legacy-plugin-entry.d.ts +1 -0
  161. package/dist/shared/model-capabilities/bundled-snapshot.d.ts +2 -0
  162. package/dist/shared/model-capabilities/get-model-capabilities.d.ts +2 -0
  163. package/dist/shared/model-capabilities/index.d.ts +3 -0
  164. package/dist/shared/model-capabilities/runtime-model-readers.d.ts +11 -0
  165. package/dist/shared/{model-capabilities.d.ts → model-capabilities/types.d.ts} +35 -32
  166. package/dist/shared/model-suggestion-retry.d.ts +0 -9
  167. package/dist/shared/plugin-entry-migrator.d.ts +3 -0
  168. package/dist/shared/plugin-identity.d.ts +2 -1
  169. package/dist/shared/session-category-registry.d.ts +0 -24
  170. package/dist/shared/session-cursor.d.ts +6 -0
  171. package/dist/shared/skill-path-resolver.d.ts +0 -8
  172. package/dist/shared/task-system-enabled.d.ts +6 -0
  173. package/dist/shared/tmux/tmux-utils/server-health.d.ts +1 -0
  174. package/dist/shared/tmux/tmux-utils/session-spawn.d.ts +3 -0
  175. package/dist/shared/tmux/tmux-utils/window-spawn.d.ts +3 -0
  176. package/dist/shared/tmux/tmux-utils.d.ts +3 -1
  177. package/dist/shared/write-file-atomically.d.ts +1 -0
  178. package/dist/shared/zip-entry-listing/powershell-zip-entry-listing.d.ts +4 -0
  179. package/dist/shared/zip-entry-listing/python-zip-entry-listing.d.ts +3 -0
  180. package/dist/shared/zip-entry-listing/read-zip-symlink-target.d.ts +1 -0
  181. package/dist/shared/zip-entry-listing/tar-zip-entry-listing.d.ts +3 -0
  182. package/dist/shared/zip-entry-listing/zipinfo-zip-entry-listing.d.ts +4 -0
  183. package/dist/shared/zip-entry-listing.d.ts +4 -0
  184. package/dist/tools/call-omo-agent/background-executor.d.ts +2 -1
  185. package/dist/tools/call-omo-agent/sync-executor.d.ts +2 -1
  186. package/dist/tools/delegate-task/anthropic-categories.d.ts +2 -0
  187. package/dist/tools/delegate-task/builtin-categories.d.ts +4 -0
  188. package/dist/tools/delegate-task/builtin-category-definition.d.ts +7 -0
  189. package/dist/tools/delegate-task/constants.d.ts +1 -12
  190. package/dist/tools/delegate-task/executor-types.d.ts +2 -1
  191. package/dist/tools/delegate-task/google-categories.d.ts +2 -0
  192. package/dist/tools/delegate-task/kimi-categories.d.ts +2 -0
  193. package/dist/tools/delegate-task/openai-categories.d.ts +2 -0
  194. package/dist/tools/delegate-task/prompt-builder.d.ts +1 -1
  195. package/dist/tools/delegate-task/sync-prompt-sender.d.ts +2 -0
  196. package/dist/tools/delegate-task/types.d.ts +2 -1
  197. package/dist/tools/grep/cli.d.ts +3 -2
  198. package/dist/tools/grep/constants.d.ts +1 -2
  199. package/dist/tools/hashline-edit/tool-description.d.ts +1 -1
  200. package/dist/tools/look-at/constants.d.ts +1 -1
  201. package/dist/tools/lsp/infer-extension.d.ts +1 -0
  202. package/dist/tools/session-manager/file-storage.d.ts +8 -0
  203. package/dist/tools/session-manager/sdk-storage.d.ts +8 -0
  204. package/dist/tools/session-manager/sdk-unavailable.d.ts +1 -0
  205. package/dist/tools/session-manager/storage.d.ts +1 -1
  206. package/dist/tools/skill/description-formatter.d.ts +3 -0
  207. package/dist/tools/skill/mcp-capability-formatter.d.ts +3 -0
  208. package/dist/tools/skill/native-skills.d.ts +12 -0
  209. package/dist/tools/skill/scope-priority.d.ts +4 -0
  210. package/dist/tools/skill/skill-body.d.ts +2 -0
  211. package/dist/tools/skill/skill-matcher.d.ts +5 -0
  212. package/dist/tools/skill/types.d.ts +30 -2
  213. package/dist/tools/skill-mcp/tools.d.ts +1 -1
  214. package/package.json +14 -14
  215. package/dist/hooks/openclaw.d.ts +0 -11
@@ -53,7 +53,8 @@
53
53
  "cancel-ralph",
54
54
  "refactor",
55
55
  "start-work",
56
- "stop-continuation"
56
+ "stop-continuation",
57
+ "remove-ai-slops"
57
58
  ]
58
59
  }
59
60
  },
@@ -64,6 +65,12 @@
64
65
  "minLength": 1
65
66
  }
66
67
  },
68
+ "mcp_env_allowlist": {
69
+ "type": "array",
70
+ "items": {
71
+ "type": "string"
72
+ }
73
+ },
67
74
  "hashline_edit": {
68
75
  "type": "boolean"
69
76
  },
@@ -84,6 +91,73 @@
84
91
  {
85
92
  "type": "string"
86
93
  },
94
+ {
95
+ "type": "array",
96
+ "items": {
97
+ "type": "string"
98
+ }
99
+ },
100
+ {
101
+ "type": "array",
102
+ "items": {
103
+ "type": "object",
104
+ "properties": {
105
+ "model": {
106
+ "type": "string"
107
+ },
108
+ "variant": {
109
+ "type": "string"
110
+ },
111
+ "reasoningEffort": {
112
+ "type": "string",
113
+ "enum": [
114
+ "none",
115
+ "minimal",
116
+ "low",
117
+ "medium",
118
+ "high",
119
+ "xhigh"
120
+ ]
121
+ },
122
+ "temperature": {
123
+ "type": "number",
124
+ "minimum": 0,
125
+ "maximum": 2
126
+ },
127
+ "top_p": {
128
+ "type": "number",
129
+ "minimum": 0,
130
+ "maximum": 1
131
+ },
132
+ "maxTokens": {
133
+ "type": "number"
134
+ },
135
+ "thinking": {
136
+ "type": "object",
137
+ "properties": {
138
+ "type": {
139
+ "type": "string",
140
+ "enum": [
141
+ "enabled",
142
+ "disabled"
143
+ ]
144
+ },
145
+ "budgetTokens": {
146
+ "type": "number"
147
+ }
148
+ },
149
+ "required": [
150
+ "type"
151
+ ],
152
+ "additionalProperties": false
153
+ }
154
+ },
155
+ "required": [
156
+ "model"
157
+ ],
158
+ "additionalProperties": false
159
+ }
160
+ },
87
161
  {
88
162
  "type": "array",
89
163
  "items": {
@@ -367,6 +441,73 @@
367
441
  {
368
442
  "type": "string"
369
443
  },
444
+ {
445
+ "type": "array",
446
+ "items": {
447
+ "type": "string"
448
+ }
449
+ },
450
+ {
451
+ "type": "array",
452
+ "items": {
453
+ "type": "object",
454
+ "properties": {
455
+ "model": {
456
+ "type": "string"
457
+ },
458
+ "variant": {
459
+ "type": "string"
460
+ },
461
+ "reasoningEffort": {
462
+ "type": "string",
463
+ "enum": [
464
+ "none",
465
+ "minimal",
466
+ "low",
467
+ "medium",
468
+ "high",
469
+ "xhigh"
470
+ ]
471
+ },
472
+ "temperature": {
473
+ "type": "number",
474
+ "minimum": 0,
475
+ "maximum": 2
476
+ },
477
+ "top_p": {
478
+ "type": "number",
479
+ "minimum": 0,
480
+ "maximum": 1
481
+ },
482
+ "maxTokens": {
483
+ "type": "number"
484
+ },
485
+ "thinking": {
486
+ "type": "object",
487
+ "properties": {
488
+ "type": {
489
+ "type": "string",
490
+ "enum": [
491
+ "enabled",
492
+ "disabled"
493
+ ]
494
+ },
495
+ "budgetTokens": {
496
+ "type": "number"
497
+ }
498
+ },
499
+ "required": [
500
+ "type"
501
+ ],
502
+ "additionalProperties": false
503
+ }
504
+ },
505
+ "required": [
506
+ "model"
507
+ ],
508
+ "additionalProperties": false
509
+ }
510
+ },
370
511
  {
371
512
  "type": "array",
372
513
  "items": {
@@ -650,6 +791,73 @@
650
791
  {
651
792
  "type": "string"
652
793
  },
794
+ {
795
+ "type": "array",
796
+ "items": {
797
+ "type": "string"
798
+ }
799
+ },
800
+ {
801
+ "type": "array",
802
+ "items": {
803
+ "type": "object",
804
+ "properties": {
805
+ "model": {
806
+ "type": "string"
807
+ },
808
+ "variant": {
809
+ "type": "string"
810
+ },
811
+ "reasoningEffort": {
812
+ "type": "string",
813
+ "enum": [
814
+ "none",
815
+ "minimal",
816
+ "low",
817
+ "medium",
818
+ "high",
819
+ "xhigh"
820
+ ]
821
+ },
822
+ "temperature": {
823
+ "type": "number",
824
+ "minimum": 0,
825
+ "maximum": 2
826
+ },
827
+ "top_p": {
828
+ "type": "number",
829
+ "minimum": 0,
830
+ "maximum": 1
831
+ },
832
+ "maxTokens": {
833
+ "type": "number"
834
+ },
835
+ "thinking": {
836
+ "type": "object",
837
+ "properties": {
838
+ "type": {
839
+ "type": "string",
840
+ "enum": [
841
+ "enabled",
842
+ "disabled"
843
+ ]
844
+ },
845
+ "budgetTokens": {
846
+ "type": "number"
847
+ }
848
+ },
849
+ "required": [
850
+ "type"
851
+ ],
852
+ "additionalProperties": false
853
+ }
854
+ },
855
+ "required": [
856
+ "model"
857
+ ],
858
+ "additionalProperties": false
859
+ }
860
+ },
653
861
  {
654
862
  "type": "array",
655
863
  "items": {
@@ -933,6 +1141,73 @@
933
1141
  {
934
1142
  "type": "string"
935
1143
  },
1144
+ {
1145
+ "type": "array",
1146
+ "items": {
1147
+ "type": "string"
1148
+ }
1149
+ },
1150
+ {
1151
+ "type": "array",
1152
+ "items": {
1153
+ "type": "object",
1154
+ "properties": {
1155
+ "model": {
1156
+ "type": "string"
1157
+ },
1158
+ "variant": {
1159
+ "type": "string"
1160
+ },
1161
+ "reasoningEffort": {
1162
+ "type": "string",
1163
+ "enum": [
1164
+ "none",
1165
+ "minimal",
1166
+ "low",
1167
+ "medium",
1168
+ "high",
1169
+ "xhigh"
1170
+ ]
1171
+ },
1172
+ "temperature": {
1173
+ "type": "number",
1174
+ "minimum": 0,
1175
+ "maximum": 2
1176
+ },
1177
+ "top_p": {
1178
+ "type": "number",
1179
+ "minimum": 0,
1180
+ "maximum": 1
1181
+ },
1182
+ "maxTokens": {
1183
+ "type": "number"
1184
+ },
1185
+ "thinking": {
1186
+ "type": "object",
1187
+ "properties": {
1188
+ "type": {
1189
+ "type": "string",
1190
+ "enum": [
1191
+ "enabled",
1192
+ "disabled"
1193
+ ]
1194
+ },
1195
+ "budgetTokens": {
1196
+ "type": "number"
1197
+ }
1198
+ },
1199
+ "required": [
1200
+ "type"
1201
+ ],
1202
+ "additionalProperties": false
1203
+ }
1204
+ },
1205
+ "required": [
1206
+ "model"
1207
+ ],
1208
+ "additionalProperties": false
1209
+ }
1210
+ },
936
1211
  {
937
1212
  "type": "array",
938
1213
  "items": {
@@ -1219,6 +1494,73 @@
1219
1494
  {
1220
1495
  "type": "string"
1221
1496
  },
1497
+ {
1498
+ "type": "array",
1499
+ "items": {
1500
+ "type": "string"
1501
+ }
1502
+ },
1503
+ {
1504
+ "type": "array",
1505
+ "items": {
1506
+ "type": "object",
1507
+ "properties": {
1508
+ "model": {
1509
+ "type": "string"
1510
+ },
1511
+ "variant": {
1512
+ "type": "string"
1513
+ },
1514
+ "reasoningEffort": {
1515
+ "type": "string",
1516
+ "enum": [
1517
+ "none",
1518
+ "minimal",
1519
+ "low",
1520
+ "medium",
1521
+ "high",
1522
+ "xhigh"
1523
+ ]
1524
+ },
1525
+ "temperature": {
1526
+ "type": "number",
1527
+ "minimum": 0,
1528
+ "maximum": 2
1529
+ },
1530
+ "top_p": {
1531
+ "type": "number",
1532
+ "minimum": 0,
1533
+ "maximum": 1
1534
+ },
1535
+ "maxTokens": {
1536
+ "type": "number"
1537
+ },
1538
+ "thinking": {
1539
+ "type": "object",
1540
+ "properties": {
1541
+ "type": {
1542
+ "type": "string",
1543
+ "enum": [
1544
+ "enabled",
1545
+ "disabled"
1546
+ ]
1547
+ },
1548
+ "budgetTokens": {
1549
+ "type": "number"
1550
+ }
1551
+ },
1552
+ "required": [
1553
+ "type"
1554
+ ],
1555
+ "additionalProperties": false
1556
+ }
1557
+ },
1558
+ "required": [
1559
+ "model"
1560
+ ],
1561
+ "additionalProperties": false
1562
+ }
1563
+ },
1222
1564
  {
1223
1565
  "type": "array",
1224
1566
  "items": {
@@ -1502,6 +1844,73 @@
1502
1844
  {
1503
1845
  "type": "string"
1504
1846
  },
1847
+ {
1848
+ "type": "array",
1849
+ "items": {
1850
+ "type": "string"
1851
+ }
1852
+ },
1853
+ {
1854
+ "type": "array",
1855
+ "items": {
1856
+ "type": "object",
1857
+ "properties": {
1858
+ "model": {
1859
+ "type": "string"
1860
+ },
1861
+ "variant": {
1862
+ "type": "string"
1863
+ },
1864
+ "reasoningEffort": {
1865
+ "type": "string",
1866
+ "enum": [
1867
+ "none",
1868
+ "minimal",
1869
+ "low",
1870
+ "medium",
1871
+ "high",
1872
+ "xhigh"
1873
+ ]
1874
+ },
1875
+ "temperature": {
1876
+ "type": "number",
1877
+ "minimum": 0,
1878
+ "maximum": 2
1879
+ },
1880
+ "top_p": {
1881
+ "type": "number",
1882
+ "minimum": 0,
1883
+ "maximum": 1
1884
+ },
1885
+ "maxTokens": {
1886
+ "type": "number"
1887
+ },
1888
+ "thinking": {
1889
+ "type": "object",
1890
+ "properties": {
1891
+ "type": {
1892
+ "type": "string",
1893
+ "enum": [
1894
+ "enabled",
1895
+ "disabled"
1896
+ ]
1897
+ },
1898
+ "budgetTokens": {
1899
+ "type": "number"
1900
+ }
1901
+ },
1902
+ "required": [
1903
+ "type"
1904
+ ],
1905
+ "additionalProperties": false
1906
+ }
1907
+ },
1908
+ "required": [
1909
+ "model"
1910
+ ],
1911
+ "additionalProperties": false
1912
+ }
1913
+ },
1505
1914
  {
1506
1915
  "type": "array",
1507
1916
  "items": {
@@ -1785,6 +2194,73 @@
1785
2194
  {
1786
2195
  "type": "string"
1787
2196
  },
2197
+ {
2198
+ "type": "array",
2199
+ "items": {
2200
+ "type": "string"
2201
+ }
2202
+ },
2203
+ {
2204
+ "type": "array",
2205
+ "items": {
2206
+ "type": "object",
2207
+ "properties": {
2208
+ "model": {
2209
+ "type": "string"
2210
+ },
2211
+ "variant": {
2212
+ "type": "string"
2213
+ },
2214
+ "reasoningEffort": {
2215
+ "type": "string",
2216
+ "enum": [
2217
+ "none",
2218
+ "minimal",
2219
+ "low",
2220
+ "medium",
2221
+ "high",
2222
+ "xhigh"
2223
+ ]
2224
+ },
2225
+ "temperature": {
2226
+ "type": "number",
2227
+ "minimum": 0,
2228
+ "maximum": 2
2229
+ },
2230
+ "top_p": {
2231
+ "type": "number",
2232
+ "minimum": 0,
2233
+ "maximum": 1
2234
+ },
2235
+ "maxTokens": {
2236
+ "type": "number"
2237
+ },
2238
+ "thinking": {
2239
+ "type": "object",
2240
+ "properties": {
2241
+ "type": {
2242
+ "type": "string",
2243
+ "enum": [
2244
+ "enabled",
2245
+ "disabled"
2246
+ ]
2247
+ },
2248
+ "budgetTokens": {
2249
+ "type": "number"
2250
+ }
2251
+ },
2252
+ "required": [
2253
+ "type"
2254
+ ],
2255
+ "additionalProperties": false
2256
+ }
2257
+ },
2258
+ "required": [
2259
+ "model"
2260
+ ],
2261
+ "additionalProperties": false
2262
+ }
2263
+ },
1788
2264
  {
1789
2265
  "type": "array",
1790
2266
  "items": {
@@ -2068,6 +2544,73 @@
2068
2544
  {
2069
2545
  "type": "string"
2070
2546
  },
2547
+ {
2548
+ "type": "array",
2549
+ "items": {
2550
+ "type": "string"
2551
+ }
2552
+ },
2553
+ {
2554
+ "type": "array",
2555
+ "items": {
2556
+ "type": "object",
2557
+ "properties": {
2558
+ "model": {
2559
+ "type": "string"
2560
+ },
2561
+ "variant": {
2562
+ "type": "string"
2563
+ },
2564
+ "reasoningEffort": {
2565
+ "type": "string",
2566
+ "enum": [
2567
+ "none",
2568
+ "minimal",
2569
+ "low",
2570
+ "medium",
2571
+ "high",
2572
+ "xhigh"
2573
+ ]
2574
+ },
2575
+ "temperature": {
2576
+ "type": "number",
2577
+ "minimum": 0,
2578
+ "maximum": 2
2579
+ },
2580
+ "top_p": {
2581
+ "type": "number",
2582
+ "minimum": 0,
2583
+ "maximum": 1
2584
+ },
2585
+ "maxTokens": {
2586
+ "type": "number"
2587
+ },
2588
+ "thinking": {
2589
+ "type": "object",
2590
+ "properties": {
2591
+ "type": {
2592
+ "type": "string",
2593
+ "enum": [
2594
+ "enabled",
2595
+ "disabled"
2596
+ ]
2597
+ },
2598
+ "budgetTokens": {
2599
+ "type": "number"
2600
+ }
2601
+ },
2602
+ "required": [
2603
+ "type"
2604
+ ],
2605
+ "additionalProperties": false
2606
+ }
2607
+ },
2608
+ "required": [
2609
+ "model"
2610
+ ],
2611
+ "additionalProperties": false
2612
+ }
2613
+ },
2071
2614
  {
2072
2615
  "type": "array",
2073
2616
  "items": {
@@ -2351,6 +2894,73 @@
2351
2894
  {
2352
2895
  "type": "string"
2353
2896
  },
2897
+ {
2898
+ "type": "array",
2899
+ "items": {
2900
+ "type": "string"
2901
+ }
2902
+ },
2903
+ {
2904
+ "type": "array",
2905
+ "items": {
2906
+ "type": "object",
2907
+ "properties": {
2908
+ "model": {
2909
+ "type": "string"
2910
+ },
2911
+ "variant": {
2912
+ "type": "string"
2913
+ },
2914
+ "reasoningEffort": {
2915
+ "type": "string",
2916
+ "enum": [
2917
+ "none",
2918
+ "minimal",
2919
+ "low",
2920
+ "medium",
2921
+ "high",
2922
+ "xhigh"
2923
+ ]
2924
+ },
2925
+ "temperature": {
2926
+ "type": "number",
2927
+ "minimum": 0,
2928
+ "maximum": 2
2929
+ },
2930
+ "top_p": {
2931
+ "type": "number",
2932
+ "minimum": 0,
2933
+ "maximum": 1
2934
+ },
2935
+ "maxTokens": {
2936
+ "type": "number"
2937
+ },
2938
+ "thinking": {
2939
+ "type": "object",
2940
+ "properties": {
2941
+ "type": {
2942
+ "type": "string",
2943
+ "enum": [
2944
+ "enabled",
2945
+ "disabled"
2946
+ ]
2947
+ },
2948
+ "budgetTokens": {
2949
+ "type": "number"
2950
+ }
2951
+ },
2952
+ "required": [
2953
+ "type"
2954
+ ],
2955
+ "additionalProperties": false
2956
+ }
2957
+ },
2958
+ "required": [
2959
+ "model"
2960
+ ],
2961
+ "additionalProperties": false
2962
+ }
2963
+ },
2354
2964
  {
2355
2965
  "type": "array",
2356
2966
  "items": {
@@ -2632,7 +3242,74 @@
2632
3242
  "fallback_models": {
2633
3243
  "anyOf": [
2634
3244
  {
2635
- "type": "string"
3245
+ "type": "string"
3246
+ },
3247
+ {
3248
+ "type": "array",
3249
+ "items": {
3250
+ "type": "string"
3251
+ }
3252
+ },
3253
+ {
3254
+ "type": "array",
3255
+ "items": {
3256
+ "type": "object",
3257
+ "properties": {
3258
+ "model": {
3259
+ "type": "string"
3260
+ },
3261
+ "variant": {
3262
+ "type": "string"
3263
+ },
3264
+ "reasoningEffort": {
3265
+ "type": "string",
3266
+ "enum": [
3267
+ "none",
3268
+ "minimal",
3269
+ "low",
3270
+ "medium",
3271
+ "high",
3272
+ "xhigh"
3273
+ ]
3274
+ },
3275
+ "temperature": {
3276
+ "type": "number",
3277
+ "minimum": 0,
3278
+ "maximum": 2
3279
+ },
3280
+ "top_p": {
3281
+ "type": "number",
3282
+ "minimum": 0,
3283
+ "maximum": 1
3284
+ },
3285
+ "maxTokens": {
3286
+ "type": "number"
3287
+ },
3288
+ "thinking": {
3289
+ "type": "object",
3290
+ "properties": {
3291
+ "type": {
3292
+ "type": "string",
3293
+ "enum": [
3294
+ "enabled",
3295
+ "disabled"
3296
+ ]
3297
+ },
3298
+ "budgetTokens": {
3299
+ "type": "number"
3300
+ }
3301
+ },
3302
+ "required": [
3303
+ "type"
3304
+ ],
3305
+ "additionalProperties": false
3306
+ }
3307
+ },
3308
+ "required": [
3309
+ "model"
3310
+ ],
3311
+ "additionalProperties": false
3312
+ }
2636
3313
  },
2637
3314
  {
2638
3315
  "type": "array",
@@ -2917,6 +3594,73 @@
2917
3594
  {
2918
3595
  "type": "string"
2919
3596
  },
3597
+ {
3598
+ "type": "array",
3599
+ "items": {
3600
+ "type": "string"
3601
+ }
3602
+ },
3603
+ {
3604
+ "type": "array",
3605
+ "items": {
3606
+ "type": "object",
3607
+ "properties": {
3608
+ "model": {
3609
+ "type": "string"
3610
+ },
3611
+ "variant": {
3612
+ "type": "string"
3613
+ },
3614
+ "reasoningEffort": {
3615
+ "type": "string",
3616
+ "enum": [
3617
+ "none",
3618
+ "minimal",
3619
+ "low",
3620
+ "medium",
3621
+ "high",
3622
+ "xhigh"
3623
+ ]
3624
+ },
3625
+ "temperature": {
3626
+ "type": "number",
3627
+ "minimum": 0,
3628
+ "maximum": 2
3629
+ },
3630
+ "top_p": {
3631
+ "type": "number",
3632
+ "minimum": 0,
3633
+ "maximum": 1
3634
+ },
3635
+ "maxTokens": {
3636
+ "type": "number"
3637
+ },
3638
+ "thinking": {
3639
+ "type": "object",
3640
+ "properties": {
3641
+ "type": {
3642
+ "type": "string",
3643
+ "enum": [
3644
+ "enabled",
3645
+ "disabled"
3646
+ ]
3647
+ },
3648
+ "budgetTokens": {
3649
+ "type": "number"
3650
+ }
3651
+ },
3652
+ "required": [
3653
+ "type"
3654
+ ],
3655
+ "additionalProperties": false
3656
+ }
3657
+ },
3658
+ "required": [
3659
+ "model"
3660
+ ],
3661
+ "additionalProperties": false
3662
+ }
3663
+ },
2920
3664
  {
2921
3665
  "type": "array",
2922
3666
  "items": {
@@ -3200,6 +3944,73 @@
3200
3944
  {
3201
3945
  "type": "string"
3202
3946
  },
3947
+ {
3948
+ "type": "array",
3949
+ "items": {
3950
+ "type": "string"
3951
+ }
3952
+ },
3953
+ {
3954
+ "type": "array",
3955
+ "items": {
3956
+ "type": "object",
3957
+ "properties": {
3958
+ "model": {
3959
+ "type": "string"
3960
+ },
3961
+ "variant": {
3962
+ "type": "string"
3963
+ },
3964
+ "reasoningEffort": {
3965
+ "type": "string",
3966
+ "enum": [
3967
+ "none",
3968
+ "minimal",
3969
+ "low",
3970
+ "medium",
3971
+ "high",
3972
+ "xhigh"
3973
+ ]
3974
+ },
3975
+ "temperature": {
3976
+ "type": "number",
3977
+ "minimum": 0,
3978
+ "maximum": 2
3979
+ },
3980
+ "top_p": {
3981
+ "type": "number",
3982
+ "minimum": 0,
3983
+ "maximum": 1
3984
+ },
3985
+ "maxTokens": {
3986
+ "type": "number"
3987
+ },
3988
+ "thinking": {
3989
+ "type": "object",
3990
+ "properties": {
3991
+ "type": {
3992
+ "type": "string",
3993
+ "enum": [
3994
+ "enabled",
3995
+ "disabled"
3996
+ ]
3997
+ },
3998
+ "budgetTokens": {
3999
+ "type": "number"
4000
+ }
4001
+ },
4002
+ "required": [
4003
+ "type"
4004
+ ],
4005
+ "additionalProperties": false
4006
+ }
4007
+ },
4008
+ "required": [
4009
+ "model"
4010
+ ],
4011
+ "additionalProperties": false
4012
+ }
4013
+ },
3203
4014
  {
3204
4015
  "type": "array",
3205
4016
  "items": {
@@ -3483,6 +4294,73 @@
3483
4294
  {
3484
4295
  "type": "string"
3485
4296
  },
4297
+ {
4298
+ "type": "array",
4299
+ "items": {
4300
+ "type": "string"
4301
+ }
4302
+ },
4303
+ {
4304
+ "type": "array",
4305
+ "items": {
4306
+ "type": "object",
4307
+ "properties": {
4308
+ "model": {
4309
+ "type": "string"
4310
+ },
4311
+ "variant": {
4312
+ "type": "string"
4313
+ },
4314
+ "reasoningEffort": {
4315
+ "type": "string",
4316
+ "enum": [
4317
+ "none",
4318
+ "minimal",
4319
+ "low",
4320
+ "medium",
4321
+ "high",
4322
+ "xhigh"
4323
+ ]
4324
+ },
4325
+ "temperature": {
4326
+ "type": "number",
4327
+ "minimum": 0,
4328
+ "maximum": 2
4329
+ },
4330
+ "top_p": {
4331
+ "type": "number",
4332
+ "minimum": 0,
4333
+ "maximum": 1
4334
+ },
4335
+ "maxTokens": {
4336
+ "type": "number"
4337
+ },
4338
+ "thinking": {
4339
+ "type": "object",
4340
+ "properties": {
4341
+ "type": {
4342
+ "type": "string",
4343
+ "enum": [
4344
+ "enabled",
4345
+ "disabled"
4346
+ ]
4347
+ },
4348
+ "budgetTokens": {
4349
+ "type": "number"
4350
+ }
4351
+ },
4352
+ "required": [
4353
+ "type"
4354
+ ],
4355
+ "additionalProperties": false
4356
+ }
4357
+ },
4358
+ "required": [
4359
+ "model"
4360
+ ],
4361
+ "additionalProperties": false
4362
+ }
4363
+ },
3486
4364
  {
3487
4365
  "type": "array",
3488
4366
  "items": {
@@ -3766,6 +4644,73 @@
3766
4644
  {
3767
4645
  "type": "string"
3768
4646
  },
4647
+ {
4648
+ "type": "array",
4649
+ "items": {
4650
+ "type": "string"
4651
+ }
4652
+ },
4653
+ {
4654
+ "type": "array",
4655
+ "items": {
4656
+ "type": "object",
4657
+ "properties": {
4658
+ "model": {
4659
+ "type": "string"
4660
+ },
4661
+ "variant": {
4662
+ "type": "string"
4663
+ },
4664
+ "reasoningEffort": {
4665
+ "type": "string",
4666
+ "enum": [
4667
+ "none",
4668
+ "minimal",
4669
+ "low",
4670
+ "medium",
4671
+ "high",
4672
+ "xhigh"
4673
+ ]
4674
+ },
4675
+ "temperature": {
4676
+ "type": "number",
4677
+ "minimum": 0,
4678
+ "maximum": 2
4679
+ },
4680
+ "top_p": {
4681
+ "type": "number",
4682
+ "minimum": 0,
4683
+ "maximum": 1
4684
+ },
4685
+ "maxTokens": {
4686
+ "type": "number"
4687
+ },
4688
+ "thinking": {
4689
+ "type": "object",
4690
+ "properties": {
4691
+ "type": {
4692
+ "type": "string",
4693
+ "enum": [
4694
+ "enabled",
4695
+ "disabled"
4696
+ ]
4697
+ },
4698
+ "budgetTokens": {
4699
+ "type": "number"
4700
+ }
4701
+ },
4702
+ "required": [
4703
+ "type"
4704
+ ],
4705
+ "additionalProperties": false
4706
+ }
4707
+ },
4708
+ "required": [
4709
+ "model"
4710
+ ],
4711
+ "additionalProperties": false
4712
+ }
4713
+ },
3769
4714
  {
3770
4715
  "type": "array",
3771
4716
  "items": {
@@ -4060,6 +5005,73 @@
4060
5005
  {
4061
5006
  "type": "string"
4062
5007
  },
5008
+ {
5009
+ "type": "array",
5010
+ "items": {
5011
+ "type": "string"
5012
+ }
5013
+ },
5014
+ {
5015
+ "type": "array",
5016
+ "items": {
5017
+ "type": "object",
5018
+ "properties": {
5019
+ "model": {
5020
+ "type": "string"
5021
+ },
5022
+ "variant": {
5023
+ "type": "string"
5024
+ },
5025
+ "reasoningEffort": {
5026
+ "type": "string",
5027
+ "enum": [
5028
+ "none",
5029
+ "minimal",
5030
+ "low",
5031
+ "medium",
5032
+ "high",
5033
+ "xhigh"
5034
+ ]
5035
+ },
5036
+ "temperature": {
5037
+ "type": "number",
5038
+ "minimum": 0,
5039
+ "maximum": 2
5040
+ },
5041
+ "top_p": {
5042
+ "type": "number",
5043
+ "minimum": 0,
5044
+ "maximum": 1
5045
+ },
5046
+ "maxTokens": {
5047
+ "type": "number"
5048
+ },
5049
+ "thinking": {
5050
+ "type": "object",
5051
+ "properties": {
5052
+ "type": {
5053
+ "type": "string",
5054
+ "enum": [
5055
+ "enabled",
5056
+ "disabled"
5057
+ ]
5058
+ },
5059
+ "budgetTokens": {
5060
+ "type": "number"
5061
+ }
5062
+ },
5063
+ "required": [
5064
+ "type"
5065
+ ],
5066
+ "additionalProperties": false
5067
+ }
5068
+ },
5069
+ "required": [
5070
+ "model"
5071
+ ],
5072
+ "additionalProperties": false
5073
+ }
5074
+ },
4063
5075
  {
4064
5076
  "type": "array",
4065
5077
  "items": {
@@ -4258,6 +5270,10 @@
4258
5270
  },
4259
5271
  "replace_plan": {
4260
5272
  "type": "boolean"
5273
+ },
5274
+ "tdd": {
5275
+ "default": true,
5276
+ "type": "boolean"
4261
5277
  }
4262
5278
  },
4263
5279
  "additionalProperties": false
@@ -4420,6 +5436,11 @@
4420
5436
  },
4421
5437
  "model_fallback_title": {
4422
5438
  "type": "boolean"
5439
+ },
5440
+ "max_tools": {
5441
+ "type": "integer",
5442
+ "minimum": 1,
5443
+ "maximum": 9007199254740991
4423
5444
  }
4424
5445
  },
4425
5446
  "additionalProperties": false
@@ -4615,6 +5636,14 @@
4615
5636
  "type": "number",
4616
5637
  "minimum": 60000
4617
5638
  },
5639
+ "taskTtlMs": {
5640
+ "type": "number",
5641
+ "minimum": 300000
5642
+ },
5643
+ "sessionGoneTimeoutMs": {
5644
+ "type": "number",
5645
+ "minimum": 10000
5646
+ },
4618
5647
  "syncPollTimeoutMs": {
4619
5648
  "type": "number",
4620
5649
  "minimum": 60000
@@ -4925,6 +5954,15 @@
4925
5954
  "default": 40,
4926
5955
  "type": "number",
4927
5956
  "minimum": 20
5957
+ },
5958
+ "isolation": {
5959
+ "default": "inline",
5960
+ "type": "string",
5961
+ "enum": [
5962
+ "inline",
5963
+ "window",
5964
+ "session"
5965
+ ]
4928
5966
  }
4929
5967
  },
4930
5968
  "required": [
@@ -4932,7 +5970,8 @@
4932
5970
  "layout",
4933
5971
  "main_pane_size",
4934
5972
  "main_pane_min_width",
4935
- "agent_pane_min_width"
5973
+ "agent_pane_min_width",
5974
+ "isolation"
4936
5975
  ],
4937
5976
  "additionalProperties": false
4938
5977
  },