@heidi-dang/oh-my-opencode 3.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (958) hide show
  1. package/LICENSE.md +82 -0
  2. package/README.ja.md +336 -0
  3. package/README.ko.md +330 -0
  4. package/README.md +405 -0
  5. package/README.ru.md +357 -0
  6. package/README.zh-cn.md +335 -0
  7. package/bin/oh-my-opencode.js +142 -0
  8. package/bin/platform.d.ts +14 -0
  9. package/bin/platform.js +82 -0
  10. package/bin/platform.test.ts +205 -0
  11. package/dist/agents/agent-builder.d.ts +7 -0
  12. package/dist/agents/atlas/agent.d.ts +35 -0
  13. package/dist/agents/atlas/default.d.ts +11 -0
  14. package/dist/agents/atlas/gemini.d.ts +11 -0
  15. package/dist/agents/atlas/gpt.d.ts +19 -0
  16. package/dist/agents/atlas/index.d.ts +2 -0
  17. package/dist/agents/atlas/prompt-section-builder.d.ts +13 -0
  18. package/dist/agents/builtin-agents/agent-overrides.d.ts +12 -0
  19. package/dist/agents/builtin-agents/atlas-agent.d.ts +17 -0
  20. package/dist/agents/builtin-agents/available-skills.d.ts +4 -0
  21. package/dist/agents/builtin-agents/environment-context.d.ts +6 -0
  22. package/dist/agents/builtin-agents/general-agents.d.ts +24 -0
  23. package/dist/agents/builtin-agents/hephaestus-agent.d.ts +18 -0
  24. package/dist/agents/builtin-agents/junior-inheritance.d.ts +34 -0
  25. package/dist/agents/builtin-agents/model-resolution.d.ts +24 -0
  26. package/dist/agents/builtin-agents/resolve-file-uri.d.ts +1 -0
  27. package/dist/agents/builtin-agents/sisyphus-agent.d.ts +20 -0
  28. package/dist/agents/builtin-agents.d.ts +6 -0
  29. package/dist/agents/custom-agent-summaries.d.ts +8 -0
  30. package/dist/agents/dynamic-agent-prompt-builder.d.ts +33 -0
  31. package/dist/agents/env-context.d.ts +7 -0
  32. package/dist/agents/explore.d.ts +7 -0
  33. package/dist/agents/hephaestus.d.ts +6 -0
  34. package/dist/agents/index.d.ts +4 -0
  35. package/dist/agents/librarian.d.ts +7 -0
  36. package/dist/agents/metis.d.ts +21 -0
  37. package/dist/agents/momus.d.ts +21 -0
  38. package/dist/agents/multimodal-looker.d.ts +7 -0
  39. package/dist/agents/oracle.d.ts +7 -0
  40. package/dist/agents/prometheus/behavioral-summary.d.ts +6 -0
  41. package/dist/agents/prometheus/gemini.d.ts +12 -0
  42. package/dist/agents/prometheus/gpt.d.ts +24 -0
  43. package/dist/agents/prometheus/high-accuracy-mode.d.ts +6 -0
  44. package/dist/agents/prometheus/identity-constraints.d.ts +7 -0
  45. package/dist/agents/prometheus/index.d.ts +2 -0
  46. package/dist/agents/prometheus/interview-mode.d.ts +7 -0
  47. package/dist/agents/prometheus/plan-generation.d.ts +7 -0
  48. package/dist/agents/prometheus/plan-template.d.ts +7 -0
  49. package/dist/agents/prometheus/system-prompt.d.ts +28 -0
  50. package/dist/agents/sisyphus-gemini-overlays.d.ts +20 -0
  51. package/dist/agents/sisyphus-junior/agent.d.ts +30 -0
  52. package/dist/agents/sisyphus-junior/default.d.ts +9 -0
  53. package/dist/agents/sisyphus-junior/gemini.d.ts +10 -0
  54. package/dist/agents/sisyphus-junior/gpt.d.ts +8 -0
  55. package/dist/agents/sisyphus-junior/index.d.ts +5 -0
  56. package/dist/agents/sisyphus.d.ts +8 -0
  57. package/dist/agents/types.d.ts +65 -0
  58. package/dist/cli/cli-installer.d.ts +2 -0
  59. package/dist/cli/cli-program.d.ts +1 -0
  60. package/dist/cli/config-manager/add-plugin-to-opencode-config.d.ts +2 -0
  61. package/dist/cli/config-manager/bun-install.d.ts +7 -0
  62. package/dist/cli/config-manager/config-context.d.ts +13 -0
  63. package/dist/cli/config-manager/deep-merge-record.d.ts +1 -0
  64. package/dist/cli/config-manager/detect-current-config.d.ts +2 -0
  65. package/dist/cli/config-manager/ensure-config-directory-exists.d.ts +1 -0
  66. package/dist/cli/config-manager/format-error-with-suggestion.d.ts +1 -0
  67. package/dist/cli/config-manager/generate-omo-config.d.ts +2 -0
  68. package/dist/cli/config-manager/npm-dist-tags.d.ts +7 -0
  69. package/dist/cli/config-manager/opencode-binary.d.ts +2 -0
  70. package/dist/cli/config-manager/opencode-config-format.d.ts +5 -0
  71. package/dist/cli/config-manager/parse-opencode-config-file.d.ts +10 -0
  72. package/dist/cli/config-manager/plugin-name-with-version.d.ts +1 -0
  73. package/dist/cli/config-manager/write-omo-config.d.ts +2 -0
  74. package/dist/cli/config-manager.d.ts +11 -0
  75. package/dist/cli/doctor/checks/config.d.ts +2 -0
  76. package/dist/cli/doctor/checks/default-config.d.ts +10 -0
  77. package/dist/cli/doctor/checks/dependencies.d.ts +4 -0
  78. package/dist/cli/doctor/checks/fork.d.ts +14 -0
  79. package/dist/cli/doctor/checks/index.d.ts +7 -0
  80. package/dist/cli/doctor/checks/model-resolution-cache.d.ts +2 -0
  81. package/dist/cli/doctor/checks/model-resolution-config.d.ts +2 -0
  82. package/dist/cli/doctor/checks/model-resolution-details.d.ts +6 -0
  83. package/dist/cli/doctor/checks/model-resolution-effective-model.d.ts +3 -0
  84. package/dist/cli/doctor/checks/model-resolution-types.d.ts +37 -0
  85. package/dist/cli/doctor/checks/model-resolution-variant.d.ts +5 -0
  86. package/dist/cli/doctor/checks/model-resolution.d.ts +6 -0
  87. package/dist/cli/doctor/checks/system-binary.d.ts +13 -0
  88. package/dist/cli/doctor/checks/system-loaded-version.d.ts +10 -0
  89. package/dist/cli/doctor/checks/system-plugin.d.ts +15 -0
  90. package/dist/cli/doctor/checks/system.d.ts +3 -0
  91. package/dist/cli/doctor/checks/tools-gh.d.ts +10 -0
  92. package/dist/cli/doctor/checks/tools-lsp.d.ts +6 -0
  93. package/dist/cli/doctor/checks/tools-mcp.d.ts +3 -0
  94. package/dist/cli/doctor/checks/tools.d.ts +3 -0
  95. package/dist/cli/doctor/constants.d.ts +32 -0
  96. package/dist/cli/doctor/format-default.d.ts +2 -0
  97. package/dist/cli/doctor/format-shared.d.ts +6 -0
  98. package/dist/cli/doctor/format-status.d.ts +2 -0
  99. package/dist/cli/doctor/format-verbose.d.ts +2 -0
  100. package/dist/cli/doctor/formatter.d.ts +3 -0
  101. package/dist/cli/doctor/index.d.ts +5 -0
  102. package/dist/cli/doctor/runner.d.ts +5 -0
  103. package/dist/cli/doctor/types.d.ts +124 -0
  104. package/dist/cli/fallback-chain-resolution.d.ts +10 -0
  105. package/dist/cli/get-local-version/formatter.d.ts +3 -0
  106. package/dist/cli/get-local-version/get-local-version.d.ts +2 -0
  107. package/dist/cli/get-local-version/index.d.ts +2 -0
  108. package/dist/cli/get-local-version/types.d.ts +13 -0
  109. package/dist/cli/index.d.ts +2 -0
  110. package/dist/cli/index.js +29552 -0
  111. package/dist/cli/init/index.d.ts +19 -0
  112. package/dist/cli/install-validators.d.ts +32 -0
  113. package/dist/cli/install.d.ts +2 -0
  114. package/dist/cli/mcp-oauth/index.d.ts +6 -0
  115. package/dist/cli/mcp-oauth/login.d.ts +6 -0
  116. package/dist/cli/mcp-oauth/logout.d.ts +4 -0
  117. package/dist/cli/mcp-oauth/status.d.ts +1 -0
  118. package/dist/cli/model-fallback-requirements.d.ts +3 -0
  119. package/dist/cli/model-fallback-types.d.ts +26 -0
  120. package/dist/cli/model-fallback.d.ts +5 -0
  121. package/dist/cli/provider-availability.d.ts +4 -0
  122. package/dist/cli/provider-model-id-transform.d.ts +1 -0
  123. package/dist/cli/run/agent-profile-colors.d.ts +2 -0
  124. package/dist/cli/run/agent-resolver.d.ts +5 -0
  125. package/dist/cli/run/completion.d.ts +2 -0
  126. package/dist/cli/run/continuation-state.d.ts +9 -0
  127. package/dist/cli/run/display-chars.d.ts +5 -0
  128. package/dist/cli/run/event-formatting.d.ts +3 -0
  129. package/dist/cli/run/event-handlers.d.ts +11 -0
  130. package/dist/cli/run/event-state.d.ts +49 -0
  131. package/dist/cli/run/event-stream-processor.d.ts +3 -0
  132. package/dist/cli/run/events.d.ts +4 -0
  133. package/dist/cli/run/index.d.ts +9 -0
  134. package/dist/cli/run/json-output.d.ts +12 -0
  135. package/dist/cli/run/on-complete-hook.d.ts +7 -0
  136. package/dist/cli/run/opencode-binary-resolver.d.ts +5 -0
  137. package/dist/cli/run/output-renderer.d.ts +7 -0
  138. package/dist/cli/run/poll-for-completion.d.ts +10 -0
  139. package/dist/cli/run/runner.d.ts +5 -0
  140. package/dist/cli/run/server-connection.d.ts +6 -0
  141. package/dist/cli/run/session-resolver.d.ts +6 -0
  142. package/dist/cli/run/stdin-suppression.d.ts +12 -0
  143. package/dist/cli/run/timestamp-output.d.ts +5 -0
  144. package/dist/cli/run/tool-input-preview.d.ts +6 -0
  145. package/dist/cli/run/types.d.ts +131 -0
  146. package/dist/cli/tui-install-prompts.d.ts +2 -0
  147. package/dist/cli/tui-installer.d.ts +2 -0
  148. package/dist/cli/types.d.ts +39 -0
  149. package/dist/config/index.d.ts +2 -0
  150. package/dist/config/schema/agent-names.d.ts +50 -0
  151. package/dist/config/schema/agent-overrides.d.ts +1266 -0
  152. package/dist/config/schema/babysitting.d.ts +5 -0
  153. package/dist/config/schema/background-task.d.ts +10 -0
  154. package/dist/config/schema/browser-automation.d.ts +17 -0
  155. package/dist/config/schema/categories.d.ts +78 -0
  156. package/dist/config/schema/claude-code.d.ts +11 -0
  157. package/dist/config/schema/commands.d.ts +11 -0
  158. package/dist/config/schema/comment-checker.d.ts +5 -0
  159. package/dist/config/schema/dynamic-context-pruning.d.ts +28 -0
  160. package/dist/config/schema/experimental.d.ts +40 -0
  161. package/dist/config/schema/fallback-models.d.ts +3 -0
  162. package/dist/config/schema/git-master.d.ts +6 -0
  163. package/dist/config/schema/hooks.d.ts +51 -0
  164. package/dist/config/schema/internal/permission.d.ts +44 -0
  165. package/dist/config/schema/notification.d.ts +5 -0
  166. package/dist/config/schema/oh-my-opencode-config.d.ts +1392 -0
  167. package/dist/config/schema/ralph-loop.d.ts +11 -0
  168. package/dist/config/schema/runtime-fallback.d.ts +10 -0
  169. package/dist/config/schema/sisyphus-agent.d.ts +8 -0
  170. package/dist/config/schema/sisyphus.d.ts +15 -0
  171. package/dist/config/schema/skills.d.ts +58 -0
  172. package/dist/config/schema/start-work.d.ts +5 -0
  173. package/dist/config/schema/tmux.d.ts +23 -0
  174. package/dist/config/schema/websearch.d.ts +13 -0
  175. package/dist/config/schema.d.ts +24 -0
  176. package/dist/create-hooks.d.ts +65 -0
  177. package/dist/create-managers.d.ts +20 -0
  178. package/dist/create-tools.d.ts +20 -0
  179. package/dist/features/background-agent/background-task-notification-template.d.ts +10 -0
  180. package/dist/features/background-agent/compaction-aware-message-resolver.d.ts +3 -0
  181. package/dist/features/background-agent/concurrency.d.ts +27 -0
  182. package/dist/features/background-agent/constants.d.ts +45 -0
  183. package/dist/features/background-agent/duration-formatter.d.ts +1 -0
  184. package/dist/features/background-agent/error-classifier.d.ts +10 -0
  185. package/dist/features/background-agent/fallback-retry-handler.d.ts +16 -0
  186. package/dist/features/background-agent/index.d.ts +2 -0
  187. package/dist/features/background-agent/manager.d.ts +140 -0
  188. package/dist/features/background-agent/opencode-client.d.ts +2 -0
  189. package/dist/features/background-agent/process-cleanup.d.ts +8 -0
  190. package/dist/features/background-agent/session-idle-event-handler.d.ts +10 -0
  191. package/dist/features/background-agent/spawner/parent-directory-resolver.d.ts +6 -0
  192. package/dist/features/background-agent/spawner.d.ts +14 -0
  193. package/dist/features/background-agent/state.d.ts +35 -0
  194. package/dist/features/background-agent/task-history.d.ts +18 -0
  195. package/dist/features/background-agent/task-poller.d.ts +20 -0
  196. package/dist/features/background-agent/types.d.ts +90 -0
  197. package/dist/features/boulder-state/constants.d.ts +10 -0
  198. package/dist/features/boulder-state/index.d.ts +3 -0
  199. package/dist/features/boulder-state/storage.d.ts +28 -0
  200. package/dist/features/boulder-state/types.d.ts +28 -0
  201. package/dist/features/builtin-commands/commands.d.ts +2 -0
  202. package/dist/features/builtin-commands/index.d.ts +2 -0
  203. package/dist/features/builtin-commands/templates/handoff.d.ts +1 -0
  204. package/dist/features/builtin-commands/templates/init-deep.d.ts +1 -0
  205. package/dist/features/builtin-commands/templates/ralph-loop.d.ts +2 -0
  206. package/dist/features/builtin-commands/templates/refactor.d.ts +1 -0
  207. package/dist/features/builtin-commands/templates/start-work.d.ts +1 -0
  208. package/dist/features/builtin-commands/templates/stop-continuation.d.ts +1 -0
  209. package/dist/features/builtin-commands/types.d.ts +6 -0
  210. package/dist/features/builtin-skills/index.d.ts +2 -0
  211. package/dist/features/builtin-skills/skills/dev-browser.d.ts +2 -0
  212. package/dist/features/builtin-skills/skills/frontend-ui-ux.d.ts +2 -0
  213. package/dist/features/builtin-skills/skills/git-master-skill-metadata.d.ts +2 -0
  214. package/dist/features/builtin-skills/skills/git-master.d.ts +2 -0
  215. package/dist/features/builtin-skills/skills/index.d.ts +5 -0
  216. package/dist/features/builtin-skills/skills/playwright-cli.d.ts +10 -0
  217. package/dist/features/builtin-skills/skills/playwright.d.ts +3 -0
  218. package/dist/features/builtin-skills/skills.d.ts +7 -0
  219. package/dist/features/builtin-skills/types.d.ts +15 -0
  220. package/dist/features/claude-code-agent-loader/index.d.ts +2 -0
  221. package/dist/features/claude-code-agent-loader/loader.d.ts +3 -0
  222. package/dist/features/claude-code-agent-loader/types.d.ts +14 -0
  223. package/dist/features/claude-code-command-loader/index.d.ts +2 -0
  224. package/dist/features/claude-code-command-loader/loader.d.ts +6 -0
  225. package/dist/features/claude-code-command-loader/types.d.ts +42 -0
  226. package/dist/features/claude-code-mcp-loader/env-expander.d.ts +2 -0
  227. package/dist/features/claude-code-mcp-loader/index.d.ts +10 -0
  228. package/dist/features/claude-code-mcp-loader/loader.d.ts +4 -0
  229. package/dist/features/claude-code-mcp-loader/transformer.d.ts +2 -0
  230. package/dist/features/claude-code-mcp-loader/types.d.ts +39 -0
  231. package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +3 -0
  232. package/dist/features/claude-code-plugin-loader/command-loader.d.ts +3 -0
  233. package/dist/features/claude-code-plugin-loader/discovery.d.ts +2 -0
  234. package/dist/features/claude-code-plugin-loader/hook-loader.d.ts +2 -0
  235. package/dist/features/claude-code-plugin-loader/index.d.ts +10 -0
  236. package/dist/features/claude-code-plugin-loader/loader.d.ts +20 -0
  237. package/dist/features/claude-code-plugin-loader/mcp-server-loader.d.ts +3 -0
  238. package/dist/features/claude-code-plugin-loader/plugin-path-resolver.d.ts +2 -0
  239. package/dist/features/claude-code-plugin-loader/skill-loader.d.ts +3 -0
  240. package/dist/features/claude-code-plugin-loader/types.d.ts +196 -0
  241. package/dist/features/claude-code-session-state/index.d.ts +1 -0
  242. package/dist/features/claude-code-session-state/state.d.ts +10 -0
  243. package/dist/features/claude-tasks/session-storage.d.ts +9 -0
  244. package/dist/features/claude-tasks/storage.d.ts +14 -0
  245. package/dist/features/claude-tasks/types.d.ts +25 -0
  246. package/dist/features/context-injector/collector.d.ts +11 -0
  247. package/dist/features/context-injector/index.d.ts +3 -0
  248. package/dist/features/context-injector/injector.d.ts +39 -0
  249. package/dist/features/context-injector/types.d.ts +83 -0
  250. package/dist/features/hook-message-injector/constants.d.ts +1 -0
  251. package/dist/features/hook-message-injector/index.d.ts +4 -0
  252. package/dist/features/hook-message-injector/injector.d.ts +69 -0
  253. package/dist/features/hook-message-injector/types.d.ts +46 -0
  254. package/dist/features/mcp-oauth/callback-server.d.ts +11 -0
  255. package/dist/features/mcp-oauth/dcr.d.ts +34 -0
  256. package/dist/features/mcp-oauth/discovery.d.ts +8 -0
  257. package/dist/features/mcp-oauth/oauth-authorization-flow.d.ts +26 -0
  258. package/dist/features/mcp-oauth/provider.d.ts +29 -0
  259. package/dist/features/mcp-oauth/resource-indicator.d.ts +2 -0
  260. package/dist/features/mcp-oauth/schema.d.ts +6 -0
  261. package/dist/features/mcp-oauth/step-up.d.ts +8 -0
  262. package/dist/features/mcp-oauth/storage.d.ts +17 -0
  263. package/dist/features/opencode-skill-loader/allowed-tools-parser.d.ts +1 -0
  264. package/dist/features/opencode-skill-loader/async-loader.d.ts +6 -0
  265. package/dist/features/opencode-skill-loader/blocking.d.ts +2 -0
  266. package/dist/features/opencode-skill-loader/config-source-discovery.d.ts +7 -0
  267. package/dist/features/opencode-skill-loader/discover-worker.d.ts +1 -0
  268. package/dist/features/opencode-skill-loader/git-master-template-injection.d.ts +2 -0
  269. package/dist/features/opencode-skill-loader/index.d.ts +15 -0
  270. package/dist/features/opencode-skill-loader/loaded-skill-from-path.d.ts +9 -0
  271. package/dist/features/opencode-skill-loader/loaded-skill-template-extractor.d.ts +2 -0
  272. package/dist/features/opencode-skill-loader/loader.d.ts +19 -0
  273. package/dist/features/opencode-skill-loader/merger/builtin-skill-converter.d.ts +3 -0
  274. package/dist/features/opencode-skill-loader/merger/config-skill-entry-loader.d.ts +3 -0
  275. package/dist/features/opencode-skill-loader/merger/scope-priority.d.ts +2 -0
  276. package/dist/features/opencode-skill-loader/merger/skill-definition-merger.d.ts +3 -0
  277. package/dist/features/opencode-skill-loader/merger/skills-config-normalizer.d.ts +11 -0
  278. package/dist/features/opencode-skill-loader/merger.d.ts +7 -0
  279. package/dist/features/opencode-skill-loader/skill-content.d.ts +5 -0
  280. package/dist/features/opencode-skill-loader/skill-deduplication.d.ts +2 -0
  281. package/dist/features/opencode-skill-loader/skill-definition-record.d.ts +3 -0
  282. package/dist/features/opencode-skill-loader/skill-directory-loader.d.ts +8 -0
  283. package/dist/features/opencode-skill-loader/skill-discovery.d.ts +4 -0
  284. package/dist/features/opencode-skill-loader/skill-mcp-config.d.ts +3 -0
  285. package/dist/features/opencode-skill-loader/skill-resolution-options.d.ts +8 -0
  286. package/dist/features/opencode-skill-loader/skill-template-resolver.d.ts +11 -0
  287. package/dist/features/opencode-skill-loader/types.d.ts +34 -0
  288. package/dist/features/run-continuation-state/constants.d.ts +1 -0
  289. package/dist/features/run-continuation-state/index.d.ts +3 -0
  290. package/dist/features/run-continuation-state/storage.d.ts +6 -0
  291. package/dist/features/run-continuation-state/types.d.ts +12 -0
  292. package/dist/features/skill-mcp-manager/cleanup.d.ts +8 -0
  293. package/dist/features/skill-mcp-manager/connection-type.d.ts +7 -0
  294. package/dist/features/skill-mcp-manager/connection.d.ts +15 -0
  295. package/dist/features/skill-mcp-manager/env-cleaner.d.ts +2 -0
  296. package/dist/features/skill-mcp-manager/http-client.d.ts +3 -0
  297. package/dist/features/skill-mcp-manager/index.d.ts +2 -0
  298. package/dist/features/skill-mcp-manager/manager.d.ts +21 -0
  299. package/dist/features/skill-mcp-manager/oauth-handler.d.ts +9 -0
  300. package/dist/features/skill-mcp-manager/stdio-client.d.ts +3 -0
  301. package/dist/features/skill-mcp-manager/types.d.ts +55 -0
  302. package/dist/features/task-toast-manager/index.d.ts +2 -0
  303. package/dist/features/task-toast-manager/manager.d.ts +64 -0
  304. package/dist/features/task-toast-manager/types.d.ts +25 -0
  305. package/dist/features/tmux-subagent/action-executor-core.d.ts +21 -0
  306. package/dist/features/tmux-subagent/action-executor.d.ts +20 -0
  307. package/dist/features/tmux-subagent/cleanup.d.ts +9 -0
  308. package/dist/features/tmux-subagent/decision-engine.d.ts +7 -0
  309. package/dist/features/tmux-subagent/event-handlers.d.ts +6 -0
  310. package/dist/features/tmux-subagent/grid-planning.d.ts +21 -0
  311. package/dist/features/tmux-subagent/index.d.ts +15 -0
  312. package/dist/features/tmux-subagent/manager.d.ts +68 -0
  313. package/dist/features/tmux-subagent/oldest-agent-pane.d.ts +7 -0
  314. package/dist/features/tmux-subagent/pane-split-availability.d.ts +8 -0
  315. package/dist/features/tmux-subagent/pane-state-querier.d.ts +2 -0
  316. package/dist/features/tmux-subagent/polling-constants.d.ts +3 -0
  317. package/dist/features/tmux-subagent/polling-manager.d.ts +13 -0
  318. package/dist/features/tmux-subagent/polling.d.ts +19 -0
  319. package/dist/features/tmux-subagent/session-created-event.d.ts +14 -0
  320. package/dist/features/tmux-subagent/session-created-handler.d.ts +22 -0
  321. package/dist/features/tmux-subagent/session-deleted-handler.d.ts +15 -0
  322. package/dist/features/tmux-subagent/session-message-count.d.ts +1 -0
  323. package/dist/features/tmux-subagent/session-ready-waiter.d.ts +7 -0
  324. package/dist/features/tmux-subagent/session-status-parser.d.ts +5 -0
  325. package/dist/features/tmux-subagent/spawn-action-decider.d.ts +4 -0
  326. package/dist/features/tmux-subagent/spawn-target-finder.d.ts +6 -0
  327. package/dist/features/tmux-subagent/tmux-grid-constants.d.ts +11 -0
  328. package/dist/features/tmux-subagent/types.d.ts +55 -0
  329. package/dist/features/tool-metadata-store/index.d.ts +2 -0
  330. package/dist/features/tool-metadata-store/store.d.ts +39 -0
  331. package/dist/hooks/agent-usage-reminder/constants.d.ts +4 -0
  332. package/dist/hooks/agent-usage-reminder/hook.d.ts +22 -0
  333. package/dist/hooks/agent-usage-reminder/index.d.ts +1 -0
  334. package/dist/hooks/agent-usage-reminder/storage.d.ts +4 -0
  335. package/dist/hooks/agent-usage-reminder/types.d.ts +6 -0
  336. package/dist/hooks/anthropic-context-window-limit-recovery/aggressive-truncation-strategy.d.ts +14 -0
  337. package/dist/hooks/anthropic-context-window-limit-recovery/client.d.ts +29 -0
  338. package/dist/hooks/anthropic-context-window-limit-recovery/deduplication-recovery.d.ts +6 -0
  339. package/dist/hooks/anthropic-context-window-limit-recovery/empty-content-recovery-sdk.d.ts +11 -0
  340. package/dist/hooks/anthropic-context-window-limit-recovery/empty-content-recovery.d.ts +8 -0
  341. package/dist/hooks/anthropic-context-window-limit-recovery/executor.d.ts +6 -0
  342. package/dist/hooks/anthropic-context-window-limit-recovery/index.d.ts +8 -0
  343. package/dist/hooks/anthropic-context-window-limit-recovery/message-builder.d.ts +7 -0
  344. package/dist/hooks/anthropic-context-window-limit-recovery/message-storage-directory.d.ts +6 -0
  345. package/dist/hooks/anthropic-context-window-limit-recovery/parser.d.ts +2 -0
  346. package/dist/hooks/anthropic-context-window-limit-recovery/pruning-deduplication.d.ts +10 -0
  347. package/dist/hooks/anthropic-context-window-limit-recovery/pruning-tool-output-truncation.d.ts +6 -0
  348. package/dist/hooks/anthropic-context-window-limit-recovery/pruning-types.d.ts +36 -0
  349. package/dist/hooks/anthropic-context-window-limit-recovery/recovery-hook.d.ts +14 -0
  350. package/dist/hooks/anthropic-context-window-limit-recovery/recovery-strategy.d.ts +2 -0
  351. package/dist/hooks/anthropic-context-window-limit-recovery/state.d.ts +6 -0
  352. package/dist/hooks/anthropic-context-window-limit-recovery/storage-paths.d.ts +3 -0
  353. package/dist/hooks/anthropic-context-window-limit-recovery/storage.d.ts +4 -0
  354. package/dist/hooks/anthropic-context-window-limit-recovery/summarize-retry-strategy.d.ts +13 -0
  355. package/dist/hooks/anthropic-context-window-limit-recovery/target-token-truncation.d.ts +5 -0
  356. package/dist/hooks/anthropic-context-window-limit-recovery/tool-part-types.d.ts +39 -0
  357. package/dist/hooks/anthropic-context-window-limit-recovery/tool-result-storage-sdk.d.ts +29 -0
  358. package/dist/hooks/anthropic-context-window-limit-recovery/tool-result-storage.d.ts +10 -0
  359. package/dist/hooks/anthropic-context-window-limit-recovery/types.d.ts +38 -0
  360. package/dist/hooks/anthropic-effort/hook.d.ts +26 -0
  361. package/dist/hooks/anthropic-effort/index.d.ts +1 -0
  362. package/dist/hooks/atlas/atlas-hook.d.ts +19 -0
  363. package/dist/hooks/atlas/boulder-continuation-injector.d.ts +14 -0
  364. package/dist/hooks/atlas/event-handler.d.ts +13 -0
  365. package/dist/hooks/atlas/hook-name.d.ts +1 -0
  366. package/dist/hooks/atlas/index.d.ts +3 -0
  367. package/dist/hooks/atlas/is-abort-error.d.ts +1 -0
  368. package/dist/hooks/atlas/recent-model-resolver.d.ts +9 -0
  369. package/dist/hooks/atlas/session-last-agent.d.ts +4 -0
  370. package/dist/hooks/atlas/sisyphus-path.d.ts +6 -0
  371. package/dist/hooks/atlas/subagent-session-id.d.ts +1 -0
  372. package/dist/hooks/atlas/system-reminder-templates.d.ts +6 -0
  373. package/dist/hooks/atlas/tool-execute-after.d.ts +7 -0
  374. package/dist/hooks/atlas/tool-execute-before.d.ts +12 -0
  375. package/dist/hooks/atlas/types.d.ts +30 -0
  376. package/dist/hooks/atlas/verification-reminders.d.ts +5 -0
  377. package/dist/hooks/atlas/write-edit-tool-policy.d.ts +1 -0
  378. package/dist/hooks/auto-slash-command/constants.d.ts +5 -0
  379. package/dist/hooks/auto-slash-command/detector.d.ts +13 -0
  380. package/dist/hooks/auto-slash-command/executor.d.ts +13 -0
  381. package/dist/hooks/auto-slash-command/hook.d.ts +11 -0
  382. package/dist/hooks/auto-slash-command/index.d.ts +6 -0
  383. package/dist/hooks/auto-slash-command/types.d.ts +39 -0
  384. package/dist/hooks/auto-update-checker/cache.d.ts +3 -0
  385. package/dist/hooks/auto-update-checker/checker/cached-version.d.ts +1 -0
  386. package/dist/hooks/auto-update-checker/checker/check-for-update.d.ts +2 -0
  387. package/dist/hooks/auto-update-checker/checker/config-paths.d.ts +1 -0
  388. package/dist/hooks/auto-update-checker/checker/jsonc-strip.d.ts +1 -0
  389. package/dist/hooks/auto-update-checker/checker/latest-version.d.ts +1 -0
  390. package/dist/hooks/auto-update-checker/checker/local-dev-path.d.ts +2 -0
  391. package/dist/hooks/auto-update-checker/checker/local-dev-version.d.ts +1 -0
  392. package/dist/hooks/auto-update-checker/checker/package-json-locator.d.ts +1 -0
  393. package/dist/hooks/auto-update-checker/checker/pinned-version-updater.d.ts +2 -0
  394. package/dist/hooks/auto-update-checker/checker/plugin-entry.d.ts +7 -0
  395. package/dist/hooks/auto-update-checker/checker.d.ts +8 -0
  396. package/dist/hooks/auto-update-checker/constants.d.ts +10 -0
  397. package/dist/hooks/auto-update-checker/hook/background-update-check.d.ts +2 -0
  398. package/dist/hooks/auto-update-checker/hook/config-errors-toast.d.ts +2 -0
  399. package/dist/hooks/auto-update-checker/hook/connected-providers-status.d.ts +2 -0
  400. package/dist/hooks/auto-update-checker/hook/model-cache-warning.d.ts +2 -0
  401. package/dist/hooks/auto-update-checker/hook/spinner-toast.d.ts +2 -0
  402. package/dist/hooks/auto-update-checker/hook/startup-toasts.d.ts +3 -0
  403. package/dist/hooks/auto-update-checker/hook/update-toasts.d.ts +3 -0
  404. package/dist/hooks/auto-update-checker/hook.d.ts +10 -0
  405. package/dist/hooks/auto-update-checker/index.d.ts +5 -0
  406. package/dist/hooks/auto-update-checker/types.d.ts +25 -0
  407. package/dist/hooks/auto-update-checker/version-channel.d.ts +4 -0
  408. package/dist/hooks/background-notification/hook.d.ts +29 -0
  409. package/dist/hooks/background-notification/index.d.ts +2 -0
  410. package/dist/hooks/background-notification/types.d.ts +4 -0
  411. package/dist/hooks/category-skill-reminder/formatter.d.ts +2 -0
  412. package/dist/hooks/category-skill-reminder/hook.d.ts +23 -0
  413. package/dist/hooks/category-skill-reminder/index.d.ts +1 -0
  414. package/dist/hooks/claude-code-hooks/claude-code-hooks-hook.d.ts +48 -0
  415. package/dist/hooks/claude-code-hooks/config-loader.d.ts +13 -0
  416. package/dist/hooks/claude-code-hooks/config.d.ts +3 -0
  417. package/dist/hooks/claude-code-hooks/dispatch-hook.d.ts +4 -0
  418. package/dist/hooks/claude-code-hooks/execute-http-hook.d.ts +4 -0
  419. package/dist/hooks/claude-code-hooks/handlers/chat-message-handler.d.ts +19 -0
  420. package/dist/hooks/claude-code-hooks/handlers/pre-compact-handler.d.ts +7 -0
  421. package/dist/hooks/claude-code-hooks/handlers/session-event-handler.d.ts +8 -0
  422. package/dist/hooks/claude-code-hooks/handlers/tool-execute-after-handler.d.ts +11 -0
  423. package/dist/hooks/claude-code-hooks/handlers/tool-execute-before-handler.d.ts +9 -0
  424. package/dist/hooks/claude-code-hooks/index.d.ts +1 -0
  425. package/dist/hooks/claude-code-hooks/plugin-config.d.ts +8 -0
  426. package/dist/hooks/claude-code-hooks/post-tool-use.d.ts +40 -0
  427. package/dist/hooks/claude-code-hooks/pre-compact.d.ts +16 -0
  428. package/dist/hooks/claude-code-hooks/pre-tool-use.d.ts +25 -0
  429. package/dist/hooks/claude-code-hooks/session-hook-state.d.ts +9 -0
  430. package/dist/hooks/claude-code-hooks/stop.d.ts +20 -0
  431. package/dist/hooks/claude-code-hooks/todo.d.ts +12 -0
  432. package/dist/hooks/claude-code-hooks/tool-input-cache.d.ts +5 -0
  433. package/dist/hooks/claude-code-hooks/transcript.d.ts +29 -0
  434. package/dist/hooks/claude-code-hooks/types.d.ts +191 -0
  435. package/dist/hooks/claude-code-hooks/user-prompt-submit.d.ts +22 -0
  436. package/dist/hooks/comment-checker/cli-runner.d.ts +19 -0
  437. package/dist/hooks/comment-checker/cli.d.ts +52 -0
  438. package/dist/hooks/comment-checker/downloader.d.ts +25 -0
  439. package/dist/hooks/comment-checker/hook.d.ts +19 -0
  440. package/dist/hooks/comment-checker/index.d.ts +1 -0
  441. package/dist/hooks/comment-checker/pending-calls.d.ts +4 -0
  442. package/dist/hooks/comment-checker/types.d.ts +31 -0
  443. package/dist/hooks/compaction-context-injector/hook.d.ts +2 -0
  444. package/dist/hooks/compaction-context-injector/index.d.ts +1 -0
  445. package/dist/hooks/compaction-todo-preserver/hook.d.ts +11 -0
  446. package/dist/hooks/compaction-todo-preserver/index.d.ts +2 -0
  447. package/dist/hooks/context-window-monitor.d.ts +22 -0
  448. package/dist/hooks/delegate-task-retry/guidance.d.ts +2 -0
  449. package/dist/hooks/delegate-task-retry/hook.d.ts +12 -0
  450. package/dist/hooks/delegate-task-retry/index.d.ts +4 -0
  451. package/dist/hooks/delegate-task-retry/patterns.d.ts +11 -0
  452. package/dist/hooks/directory-agents-injector/constants.d.ts +2 -0
  453. package/dist/hooks/directory-agents-injector/finder.d.ts +5 -0
  454. package/dist/hooks/directory-agents-injector/hook.d.ts +28 -0
  455. package/dist/hooks/directory-agents-injector/index.d.ts +1 -0
  456. package/dist/hooks/directory-agents-injector/injector.d.ts +16 -0
  457. package/dist/hooks/directory-agents-injector/storage.d.ts +1 -0
  458. package/dist/hooks/directory-readme-injector/constants.d.ts +2 -0
  459. package/dist/hooks/directory-readme-injector/finder.d.ts +5 -0
  460. package/dist/hooks/directory-readme-injector/hook.d.ts +28 -0
  461. package/dist/hooks/directory-readme-injector/index.d.ts +1 -0
  462. package/dist/hooks/directory-readme-injector/injector.d.ts +16 -0
  463. package/dist/hooks/directory-readme-injector/storage.d.ts +1 -0
  464. package/dist/hooks/edit-error-recovery/hook.d.ts +31 -0
  465. package/dist/hooks/edit-error-recovery/index.d.ts +1 -0
  466. package/dist/hooks/empty-task-response-detector.d.ts +12 -0
  467. package/dist/hooks/hashline-edit-diff-enhancer/hook.d.ts +28 -0
  468. package/dist/hooks/hashline-read-enhancer/hook.d.ts +18 -0
  469. package/dist/hooks/hashline-read-enhancer/index.d.ts +1 -0
  470. package/dist/hooks/index.d.ts +49 -0
  471. package/dist/hooks/interactive-bash-session/constants.d.ts +3 -0
  472. package/dist/hooks/interactive-bash-session/hook.d.ts +23 -0
  473. package/dist/hooks/interactive-bash-session/index.d.ts +3 -0
  474. package/dist/hooks/interactive-bash-session/interactive-bash-session-tracker.d.ts +21 -0
  475. package/dist/hooks/interactive-bash-session/parser.d.ts +26 -0
  476. package/dist/hooks/interactive-bash-session/state-manager.d.ts +4 -0
  477. package/dist/hooks/interactive-bash-session/storage.d.ts +4 -0
  478. package/dist/hooks/interactive-bash-session/tmux-command-parser.d.ts +4 -0
  479. package/dist/hooks/interactive-bash-session/types.d.ts +10 -0
  480. package/dist/hooks/json-error-recovery/hook.d.ts +15 -0
  481. package/dist/hooks/json-error-recovery/index.d.ts +1 -0
  482. package/dist/hooks/keyword-detector/analyze/default.d.ts +12 -0
  483. package/dist/hooks/keyword-detector/analyze/index.d.ts +1 -0
  484. package/dist/hooks/keyword-detector/constants.d.ts +10 -0
  485. package/dist/hooks/keyword-detector/detector.d.ts +11 -0
  486. package/dist/hooks/keyword-detector/hook.d.ts +20 -0
  487. package/dist/hooks/keyword-detector/index.d.ts +4 -0
  488. package/dist/hooks/keyword-detector/search/default.d.ts +12 -0
  489. package/dist/hooks/keyword-detector/search/index.d.ts +1 -0
  490. package/dist/hooks/keyword-detector/types.d.ts +4 -0
  491. package/dist/hooks/keyword-detector/ultrawork/default.d.ts +10 -0
  492. package/dist/hooks/keyword-detector/ultrawork/gemini.d.ts +17 -0
  493. package/dist/hooks/keyword-detector/ultrawork/gpt5.2.d.ts +15 -0
  494. package/dist/hooks/keyword-detector/ultrawork/index.d.ts +19 -0
  495. package/dist/hooks/keyword-detector/ultrawork/planner.d.ts +6 -0
  496. package/dist/hooks/keyword-detector/ultrawork/source-detector.d.ts +22 -0
  497. package/dist/hooks/model-fallback/hook.d.ts +60 -0
  498. package/dist/hooks/no-hephaestus-non-gpt/hook.d.ts +20 -0
  499. package/dist/hooks/no-hephaestus-non-gpt/index.d.ts +1 -0
  500. package/dist/hooks/no-sisyphus-gpt/hook.d.ts +16 -0
  501. package/dist/hooks/no-sisyphus-gpt/index.d.ts +1 -0
  502. package/dist/hooks/non-interactive-env/constants.d.ts +34 -0
  503. package/dist/hooks/non-interactive-env/detector.d.ts +1 -0
  504. package/dist/hooks/non-interactive-env/index.d.ts +4 -0
  505. package/dist/hooks/non-interactive-env/non-interactive-env-hook.d.ts +14 -0
  506. package/dist/hooks/non-interactive-env/types.d.ts +3 -0
  507. package/dist/hooks/preemptive-compaction.d.ts +35 -0
  508. package/dist/hooks/prometheus-md-only/agent-matcher.d.ts +1 -0
  509. package/dist/hooks/prometheus-md-only/agent-resolution.d.ts +16 -0
  510. package/dist/hooks/prometheus-md-only/constants.d.ts +7 -0
  511. package/dist/hooks/prometheus-md-only/hook.d.ts +11 -0
  512. package/dist/hooks/prometheus-md-only/index.d.ts +2 -0
  513. package/dist/hooks/prometheus-md-only/path-policy.d.ts +10 -0
  514. package/dist/hooks/question-label-truncator/hook.d.ts +7 -0
  515. package/dist/hooks/question-label-truncator/index.d.ts +1 -0
  516. package/dist/hooks/ralph-loop/command-arguments.d.ts +8 -0
  517. package/dist/hooks/ralph-loop/completion-promise-detector.d.ts +9 -0
  518. package/dist/hooks/ralph-loop/constants.d.ts +5 -0
  519. package/dist/hooks/ralph-loop/continuation-prompt-builder.d.ts +2 -0
  520. package/dist/hooks/ralph-loop/continuation-prompt-injector.d.ts +8 -0
  521. package/dist/hooks/ralph-loop/index.d.ts +5 -0
  522. package/dist/hooks/ralph-loop/iteration-continuation.d.ts +12 -0
  523. package/dist/hooks/ralph-loop/loop-session-recovery.d.ts +7 -0
  524. package/dist/hooks/ralph-loop/loop-state-controller.d.ts +20 -0
  525. package/dist/hooks/ralph-loop/message-storage-directory.d.ts +1 -0
  526. package/dist/hooks/ralph-loop/ralph-loop-event-handler.d.ts +28 -0
  527. package/dist/hooks/ralph-loop/ralph-loop-hook.d.ts +20 -0
  528. package/dist/hooks/ralph-loop/session-reset-strategy.d.ts +3 -0
  529. package/dist/hooks/ralph-loop/storage.d.ts +6 -0
  530. package/dist/hooks/ralph-loop/types.d.ts +19 -0
  531. package/dist/hooks/ralph-loop/with-timeout.d.ts +1 -0
  532. package/dist/hooks/read-image-resizer/hook.d.ts +12 -0
  533. package/dist/hooks/read-image-resizer/image-dimensions.d.ts +2 -0
  534. package/dist/hooks/read-image-resizer/image-resizer.d.ts +3 -0
  535. package/dist/hooks/read-image-resizer/index.d.ts +1 -0
  536. package/dist/hooks/read-image-resizer/types.d.ts +14 -0
  537. package/dist/hooks/rules-injector/cache.d.ts +8 -0
  538. package/dist/hooks/rules-injector/constants.d.ts +7 -0
  539. package/dist/hooks/rules-injector/finder.d.ts +3 -0
  540. package/dist/hooks/rules-injector/hook.d.ts +28 -0
  541. package/dist/hooks/rules-injector/index.d.ts +2 -0
  542. package/dist/hooks/rules-injector/injector.d.ts +20 -0
  543. package/dist/hooks/rules-injector/matcher.d.ts +21 -0
  544. package/dist/hooks/rules-injector/output-path.d.ts +5 -0
  545. package/dist/hooks/rules-injector/parser.d.ts +18 -0
  546. package/dist/hooks/rules-injector/project-root-finder.d.ts +8 -0
  547. package/dist/hooks/rules-injector/rule-distance.d.ts +10 -0
  548. package/dist/hooks/rules-injector/rule-file-finder.d.ts +15 -0
  549. package/dist/hooks/rules-injector/rule-file-scanner.d.ts +14 -0
  550. package/dist/hooks/rules-injector/storage.d.ts +9 -0
  551. package/dist/hooks/rules-injector/types.d.ts +54 -0
  552. package/dist/hooks/runtime-fallback/agent-resolver.d.ts +5 -0
  553. package/dist/hooks/runtime-fallback/auto-retry.d.ts +10 -0
  554. package/dist/hooks/runtime-fallback/chat-message-handler.d.ts +20 -0
  555. package/dist/hooks/runtime-fallback/constants.d.ts +19 -0
  556. package/dist/hooks/runtime-fallback/error-classifier.d.ts +17 -0
  557. package/dist/hooks/runtime-fallback/event-handler.d.ts +8 -0
  558. package/dist/hooks/runtime-fallback/fallback-models.d.ts +2 -0
  559. package/dist/hooks/runtime-fallback/fallback-state.d.ts +6 -0
  560. package/dist/hooks/runtime-fallback/hook.d.ts +3 -0
  561. package/dist/hooks/runtime-fallback/index.d.ts +2 -0
  562. package/dist/hooks/runtime-fallback/message-update-handler.d.ts +5 -0
  563. package/dist/hooks/runtime-fallback/types.d.ts +59 -0
  564. package/dist/hooks/session-notification-formatting.d.ts +3 -0
  565. package/dist/hooks/session-notification-scheduler.d.ts +24 -0
  566. package/dist/hooks/session-notification-sender.d.ts +6 -0
  567. package/dist/hooks/session-notification-utils.d.ts +10 -0
  568. package/dist/hooks/session-notification.d.ts +23 -0
  569. package/dist/hooks/session-recovery/constants.d.ts +4 -0
  570. package/dist/hooks/session-recovery/detect-error-type.d.ts +4 -0
  571. package/dist/hooks/session-recovery/hook.d.ts +20 -0
  572. package/dist/hooks/session-recovery/index.d.ts +5 -0
  573. package/dist/hooks/session-recovery/recover-empty-content-message-sdk.d.ts +13 -0
  574. package/dist/hooks/session-recovery/recover-thinking-block-order.d.ts +5 -0
  575. package/dist/hooks/session-recovery/recover-thinking-disabled-violation.d.ts +5 -0
  576. package/dist/hooks/session-recovery/recover-tool-result-missing.d.ts +5 -0
  577. package/dist/hooks/session-recovery/recover-unavailable-tool.d.ts +5 -0
  578. package/dist/hooks/session-recovery/resume.d.ts +7 -0
  579. package/dist/hooks/session-recovery/storage/empty-messages.d.ts +3 -0
  580. package/dist/hooks/session-recovery/storage/empty-text.d.ts +7 -0
  581. package/dist/hooks/session-recovery/storage/message-dir.d.ts +1 -0
  582. package/dist/hooks/session-recovery/storage/messages-reader.d.ts +6 -0
  583. package/dist/hooks/session-recovery/storage/orphan-thinking-search.d.ts +2 -0
  584. package/dist/hooks/session-recovery/storage/part-content.d.ts +3 -0
  585. package/dist/hooks/session-recovery/storage/part-id.d.ts +1 -0
  586. package/dist/hooks/session-recovery/storage/parts-reader.d.ts +6 -0
  587. package/dist/hooks/session-recovery/storage/text-part-injector.d.ts +5 -0
  588. package/dist/hooks/session-recovery/storage/thinking-block-search.d.ts +2 -0
  589. package/dist/hooks/session-recovery/storage/thinking-prepend.d.ts +5 -0
  590. package/dist/hooks/session-recovery/storage/thinking-strip.d.ts +5 -0
  591. package/dist/hooks/session-recovery/storage.d.ts +20 -0
  592. package/dist/hooks/session-recovery/types.d.ts +91 -0
  593. package/dist/hooks/session-todo-status.d.ts +2 -0
  594. package/dist/hooks/shared/compaction-model-resolver.d.ts +5 -0
  595. package/dist/hooks/sisyphus-junior-notepad/constants.d.ts +2 -0
  596. package/dist/hooks/sisyphus-junior-notepad/hook.d.ts +11 -0
  597. package/dist/hooks/sisyphus-junior-notepad/index.d.ts +2 -0
  598. package/dist/hooks/start-work/index.d.ts +4 -0
  599. package/dist/hooks/start-work/parse-user-request.d.ts +5 -0
  600. package/dist/hooks/start-work/start-work-hook.d.ts +16 -0
  601. package/dist/hooks/start-work/worktree-detector.d.ts +1 -0
  602. package/dist/hooks/stop-continuation-guard/hook.d.ts +21 -0
  603. package/dist/hooks/stop-continuation-guard/index.d.ts +2 -0
  604. package/dist/hooks/task-reminder/hook.d.ts +19 -0
  605. package/dist/hooks/task-reminder/index.d.ts +1 -0
  606. package/dist/hooks/task-resume-info/hook.d.ts +11 -0
  607. package/dist/hooks/task-resume-info/index.d.ts +1 -0
  608. package/dist/hooks/tasks-todowrite-disabler/constants.d.ts +3 -0
  609. package/dist/hooks/tasks-todowrite-disabler/hook.d.ts +14 -0
  610. package/dist/hooks/tasks-todowrite-disabler/index.d.ts +2 -0
  611. package/dist/hooks/think-mode/detector.d.ts +5 -0
  612. package/dist/hooks/think-mode/hook.d.ts +23 -0
  613. package/dist/hooks/think-mode/index.d.ts +4 -0
  614. package/dist/hooks/think-mode/switcher.d.ts +19 -0
  615. package/dist/hooks/think-mode/types.d.ts +7 -0
  616. package/dist/hooks/thinking-block-validator/hook.d.ts +30 -0
  617. package/dist/hooks/thinking-block-validator/index.d.ts +1 -0
  618. package/dist/hooks/todo-continuation-enforcer/abort-detection.d.ts +4 -0
  619. package/dist/hooks/todo-continuation-enforcer/constants.d.ts +10 -0
  620. package/dist/hooks/todo-continuation-enforcer/continuation-injection.d.ts +13 -0
  621. package/dist/hooks/todo-continuation-enforcer/countdown.d.ts +15 -0
  622. package/dist/hooks/todo-continuation-enforcer/handler.d.ts +15 -0
  623. package/dist/hooks/todo-continuation-enforcer/idle-event.d.ts +11 -0
  624. package/dist/hooks/todo-continuation-enforcer/index.d.ts +4 -0
  625. package/dist/hooks/todo-continuation-enforcer/message-directory.d.ts +1 -0
  626. package/dist/hooks/todo-continuation-enforcer/non-idle-events.d.ts +6 -0
  627. package/dist/hooks/todo-continuation-enforcer/pending-question-detection.d.ts +14 -0
  628. package/dist/hooks/todo-continuation-enforcer/session-state.d.ts +10 -0
  629. package/dist/hooks/todo-continuation-enforcer/todo.d.ts +2 -0
  630. package/dist/hooks/todo-continuation-enforcer/types.d.ts +58 -0
  631. package/dist/hooks/tool-output-truncator.d.ts +20 -0
  632. package/dist/hooks/unstable-agent-babysitter/index.d.ts +2 -0
  633. package/dist/hooks/unstable-agent-babysitter/task-message-analyzer.d.ts +24 -0
  634. package/dist/hooks/unstable-agent-babysitter/unstable-agent-babysitter-hook.d.ts +71 -0
  635. package/dist/hooks/write-existing-file-guard/hook.d.ts +3 -0
  636. package/dist/hooks/write-existing-file-guard/index.d.ts +1 -0
  637. package/dist/index.d.ts +5 -0
  638. package/dist/index.js +91706 -0
  639. package/dist/mcp/context7.d.ts +9 -0
  640. package/dist/mcp/grep-app.d.ts +6 -0
  641. package/dist/mcp/index.d.ts +10 -0
  642. package/dist/mcp/types.d.ts +9 -0
  643. package/dist/mcp/websearch.d.ts +11 -0
  644. package/dist/oh-my-opencode.schema.json +3865 -0
  645. package/dist/plugin/available-categories.d.ts +3 -0
  646. package/dist/plugin/chat-headers.d.ts +4 -0
  647. package/dist/plugin/chat-message.d.ts +31 -0
  648. package/dist/plugin/chat-params.d.ts +27 -0
  649. package/dist/plugin/event.d.ts +21 -0
  650. package/dist/plugin/hooks/create-continuation-hooks.d.ts +27 -0
  651. package/dist/plugin/hooks/create-core-hooks.d.ts +49 -0
  652. package/dist/plugin/hooks/create-session-hooks.d.ts +37 -0
  653. package/dist/plugin/hooks/create-skill-hooks.d.ts +17 -0
  654. package/dist/plugin/hooks/create-tool-guard-hooks.d.ts +24 -0
  655. package/dist/plugin/hooks/create-transform-hooks.d.ts +16 -0
  656. package/dist/plugin/messages-transform.d.ts +13 -0
  657. package/dist/plugin/recent-synthetic-idles.d.ts +6 -0
  658. package/dist/plugin/session-agent-resolver.d.ts +19 -0
  659. package/dist/plugin/session-status-normalizer.d.ts +8 -0
  660. package/dist/plugin/skill-context.d.ts +14 -0
  661. package/dist/plugin/system-transform.d.ts +10 -0
  662. package/dist/plugin/tool-execute-after.d.ts +12 -0
  663. package/dist/plugin/tool-execute-before.d.ts +12 -0
  664. package/dist/plugin/tool-registry.d.ts +16 -0
  665. package/dist/plugin/types.d.ts +18 -0
  666. package/dist/plugin/ultrawork-db-model-override.d.ts +11 -0
  667. package/dist/plugin/ultrawork-model-override.d.ts +37 -0
  668. package/dist/plugin/unstable-agent-babysitter.d.ts +15 -0
  669. package/dist/plugin-config.d.ts +5 -0
  670. package/dist/plugin-handlers/agent-config-handler.d.ts +11 -0
  671. package/dist/plugin-handlers/agent-key-remapper.d.ts +1 -0
  672. package/dist/plugin-handlers/agent-priority-order.d.ts +1 -0
  673. package/dist/plugin-handlers/category-config-resolver.d.ts +2 -0
  674. package/dist/plugin-handlers/command-config-handler.d.ts +10 -0
  675. package/dist/plugin-handlers/config-handler.d.ts +12 -0
  676. package/dist/plugin-handlers/index.d.ts +10 -0
  677. package/dist/plugin-handlers/mcp-config-handler.d.ts +7 -0
  678. package/dist/plugin-handlers/plan-model-inheritance.d.ts +1 -0
  679. package/dist/plugin-handlers/plugin-components-loader.d.ts +22 -0
  680. package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +23 -0
  681. package/dist/plugin-handlers/provider-config-handler.d.ts +5 -0
  682. package/dist/plugin-handlers/tool-config-handler.d.ts +6 -0
  683. package/dist/plugin-interface.d.ts +21 -0
  684. package/dist/plugin-state.d.ts +5 -0
  685. package/dist/shared/agent-display-names.d.ts +17 -0
  686. package/dist/shared/agent-tool-restrictions.d.ts +7 -0
  687. package/dist/shared/agent-variant.d.ts +9 -0
  688. package/dist/shared/binary-downloader.d.ts +10 -0
  689. package/dist/shared/claude-config-dir.d.ts +1 -0
  690. package/dist/shared/command-executor/embedded-commands.d.ts +7 -0
  691. package/dist/shared/command-executor/execute-command.d.ts +1 -0
  692. package/dist/shared/command-executor/execute-hook-command.d.ts +12 -0
  693. package/dist/shared/command-executor/home-directory.d.ts +1 -0
  694. package/dist/shared/command-executor/resolve-commands-in-text.d.ts +1 -0
  695. package/dist/shared/command-executor/shell-path.d.ts +2 -0
  696. package/dist/shared/command-executor.d.ts +4 -0
  697. package/dist/shared/config-errors.d.ts +7 -0
  698. package/dist/shared/connected-providers-cache.d.ts +55 -0
  699. package/dist/shared/data-path.d.ts +30 -0
  700. package/dist/shared/deep-merge.d.ts +13 -0
  701. package/dist/shared/disabled-tools.d.ts +2 -0
  702. package/dist/shared/dynamic-truncator.d.ts +31 -0
  703. package/dist/shared/external-plugin-detector.d.ts +18 -0
  704. package/dist/shared/fallback-model-availability.d.ts +12 -0
  705. package/dist/shared/file-reference-resolver.d.ts +1 -0
  706. package/dist/shared/file-utils.d.ts +7 -0
  707. package/dist/shared/first-message-variant.d.ts +11 -0
  708. package/dist/shared/frontmatter.d.ts +7 -0
  709. package/dist/shared/git-worktree/collect-git-diff-stats.d.ts +2 -0
  710. package/dist/shared/git-worktree/format-file-changes.d.ts +2 -0
  711. package/dist/shared/git-worktree/index.d.ts +7 -0
  712. package/dist/shared/git-worktree/parse-diff-numstat.d.ts +2 -0
  713. package/dist/shared/git-worktree/parse-status-porcelain-line.d.ts +6 -0
  714. package/dist/shared/git-worktree/parse-status-porcelain.d.ts +2 -0
  715. package/dist/shared/git-worktree/types.d.ts +7 -0
  716. package/dist/shared/hook-disabled.d.ts +2 -0
  717. package/dist/shared/index.d.ts +56 -0
  718. package/dist/shared/internal-initiator-marker.d.ts +5 -0
  719. package/dist/shared/jsonc-parser.d.ts +15 -0
  720. package/dist/shared/logger.d.ts +2 -0
  721. package/dist/shared/merge-categories.d.ts +6 -0
  722. package/dist/shared/migration/agent-category.d.ts +19 -0
  723. package/dist/shared/migration/agent-names.d.ts +6 -0
  724. package/dist/shared/migration/config-migration.d.ts +1 -0
  725. package/dist/shared/migration/hook-names.d.ts +6 -0
  726. package/dist/shared/migration/model-versions.d.ts +13 -0
  727. package/dist/shared/migration.d.ts +5 -0
  728. package/dist/shared/model-availability.d.ts +15 -0
  729. package/dist/shared/model-error-classifier.d.ts +31 -0
  730. package/dist/shared/model-format-normalizer.d.ts +7 -0
  731. package/dist/shared/model-normalization.d.ts +2 -0
  732. package/dist/shared/model-policy.d.ts +25 -0
  733. package/dist/shared/model-requirements.d.ts +14 -0
  734. package/dist/shared/model-resolution-pipeline.d.ts +26 -0
  735. package/dist/shared/model-resolution-types.d.ts +23 -0
  736. package/dist/shared/model-resolver.d.ts +28 -0
  737. package/dist/shared/model-sanitizer.d.ts +3 -0
  738. package/dist/shared/model-suggestion-retry.d.ts +36 -0
  739. package/dist/shared/normalize-sdk-response.d.ts +4 -0
  740. package/dist/shared/opencode-config-dir-types.d.ts +13 -0
  741. package/dist/shared/opencode-config-dir.d.ts +8 -0
  742. package/dist/shared/opencode-http-api.d.ts +3 -0
  743. package/dist/shared/opencode-message-dir.d.ts +1 -0
  744. package/dist/shared/opencode-server-auth.d.ts +19 -0
  745. package/dist/shared/opencode-storage-detection.d.ts +2 -0
  746. package/dist/shared/opencode-storage-paths.d.ts +4 -0
  747. package/dist/shared/opencode-version.d.ts +24 -0
  748. package/dist/shared/pattern-matcher.d.ts +3 -0
  749. package/dist/shared/permission-compat.d.ts +27 -0
  750. package/dist/shared/plugin-command-discovery.d.ts +6 -0
  751. package/dist/shared/port-utils.d.ts +9 -0
  752. package/dist/shared/prompt-timeout-context.d.ts +12 -0
  753. package/dist/shared/prompt-tools.d.ts +3 -0
  754. package/dist/shared/provider-model-id-transform.d.ts +1 -0
  755. package/dist/shared/record-type-guard.d.ts +1 -0
  756. package/dist/shared/safe-create-hook.d.ts +5 -0
  757. package/dist/shared/session-category-registry.d.ts +32 -0
  758. package/dist/shared/session-cursor.d.ts +13 -0
  759. package/dist/shared/session-directory-resolver.d.ts +7 -0
  760. package/dist/shared/session-injected-paths.d.ts +10 -0
  761. package/dist/shared/session-model-state.d.ts +7 -0
  762. package/dist/shared/session-tools-store.d.ts +4 -0
  763. package/dist/shared/session-utils.d.ts +2 -0
  764. package/dist/shared/shell-env.d.ts +41 -0
  765. package/dist/shared/skill-path-resolver.d.ts +9 -0
  766. package/dist/shared/snake-case.d.ts +5 -0
  767. package/dist/shared/spawn-with-windows-hide.d.ts +15 -0
  768. package/dist/shared/system-directive.d.ts +45 -0
  769. package/dist/shared/tmux/constants.d.ts +5 -0
  770. package/dist/shared/tmux/index.d.ts +3 -0
  771. package/dist/shared/tmux/tmux-utils/environment.d.ts +3 -0
  772. package/dist/shared/tmux/tmux-utils/layout.d.ts +18 -0
  773. package/dist/shared/tmux/tmux-utils/pane-close.d.ts +1 -0
  774. package/dist/shared/tmux/tmux-utils/pane-dimensions.d.ts +5 -0
  775. package/dist/shared/tmux/tmux-utils/pane-replace.d.ts +3 -0
  776. package/dist/shared/tmux/tmux-utils/pane-spawn.d.ts +4 -0
  777. package/dist/shared/tmux/tmux-utils/server-health.d.ts +2 -0
  778. package/dist/shared/tmux/tmux-utils.d.ts +9 -0
  779. package/dist/shared/tmux/types.d.ts +4 -0
  780. package/dist/shared/tool-name.d.ts +1 -0
  781. package/dist/shared/truncate-description.d.ts +1 -0
  782. package/dist/shared/zip-extractor.d.ts +1 -0
  783. package/dist/tools/ast-grep/cli-binary-path-resolution.d.ts +5 -0
  784. package/dist/tools/ast-grep/cli.d.ts +12 -0
  785. package/dist/tools/ast-grep/constants.d.ts +5 -0
  786. package/dist/tools/ast-grep/downloader.d.ts +5 -0
  787. package/dist/tools/ast-grep/environment-check.d.ts +20 -0
  788. package/dist/tools/ast-grep/index.d.ts +5 -0
  789. package/dist/tools/ast-grep/language-support.d.ts +6 -0
  790. package/dist/tools/ast-grep/process-output-timeout.d.ts +12 -0
  791. package/dist/tools/ast-grep/result-formatter.d.ts +5 -0
  792. package/dist/tools/ast-grep/sg-cli-path.d.ts +3 -0
  793. package/dist/tools/ast-grep/sg-compact-json-output.d.ts +2 -0
  794. package/dist/tools/ast-grep/tools.d.ts +3 -0
  795. package/dist/tools/ast-grep/types.d.ts +58 -0
  796. package/dist/tools/background-task/clients.d.ts +45 -0
  797. package/dist/tools/background-task/constants.d.ts +3 -0
  798. package/dist/tools/background-task/create-background-cancel.d.ts +4 -0
  799. package/dist/tools/background-task/create-background-output.d.ts +3 -0
  800. package/dist/tools/background-task/create-background-task.d.ts +3 -0
  801. package/dist/tools/background-task/delay.d.ts +1 -0
  802. package/dist/tools/background-task/full-session-format.d.ts +9 -0
  803. package/dist/tools/background-task/index.d.ts +3 -0
  804. package/dist/tools/background-task/message-dir.d.ts +1 -0
  805. package/dist/tools/background-task/session-messages.d.ts +3 -0
  806. package/dist/tools/background-task/task-result-format.d.ts +3 -0
  807. package/dist/tools/background-task/task-status-format.d.ts +2 -0
  808. package/dist/tools/background-task/time-format.d.ts +2 -0
  809. package/dist/tools/background-task/tools.d.ts +4 -0
  810. package/dist/tools/background-task/truncate-text.d.ts +1 -0
  811. package/dist/tools/background-task/types.d.ts +90 -0
  812. package/dist/tools/call-omo-agent/background-agent-executor.d.ts +5 -0
  813. package/dist/tools/call-omo-agent/background-executor.d.ts +13 -0
  814. package/dist/tools/call-omo-agent/completion-poller.d.ts +11 -0
  815. package/dist/tools/call-omo-agent/constants.d.ts +2 -0
  816. package/dist/tools/call-omo-agent/index.d.ts +3 -0
  817. package/dist/tools/call-omo-agent/message-dir.d.ts +1 -0
  818. package/dist/tools/call-omo-agent/message-processor.d.ts +2 -0
  819. package/dist/tools/call-omo-agent/message-storage-directory.d.ts +1 -0
  820. package/dist/tools/call-omo-agent/session-creator.d.ts +15 -0
  821. package/dist/tools/call-omo-agent/subagent-session-creator.d.ts +10 -0
  822. package/dist/tools/call-omo-agent/sync-executor.d.ts +21 -0
  823. package/dist/tools/call-omo-agent/tool-context-with-metadata.d.ts +10 -0
  824. package/dist/tools/call-omo-agent/tools.d.ts +3 -0
  825. package/dist/tools/call-omo-agent/types.d.ts +34 -0
  826. package/dist/tools/delegate-task/available-models.d.ts +2 -0
  827. package/dist/tools/delegate-task/background-continuation.d.ts +3 -0
  828. package/dist/tools/delegate-task/background-task.d.ts +8 -0
  829. package/dist/tools/delegate-task/categories.d.ts +17 -0
  830. package/dist/tools/delegate-task/category-resolver.d.ts +20 -0
  831. package/dist/tools/delegate-task/constants.d.ts +42 -0
  832. package/dist/tools/delegate-task/error-formatting.d.ts +15 -0
  833. package/dist/tools/delegate-task/executor-types.d.ts +52 -0
  834. package/dist/tools/delegate-task/executor.d.ts +11 -0
  835. package/dist/tools/delegate-task/index.d.ts +4 -0
  836. package/dist/tools/delegate-task/model-selection.d.ts +11 -0
  837. package/dist/tools/delegate-task/model-string-parser.d.ts +7 -0
  838. package/dist/tools/delegate-task/parent-context-resolver.d.ts +4 -0
  839. package/dist/tools/delegate-task/prompt-builder.d.ts +6 -0
  840. package/dist/tools/delegate-task/sisyphus-junior-agent.d.ts +1 -0
  841. package/dist/tools/delegate-task/skill-resolver.d.ts +11 -0
  842. package/dist/tools/delegate-task/subagent-resolver.d.ts +13 -0
  843. package/dist/tools/delegate-task/sync-continuation-deps.d.ts +7 -0
  844. package/dist/tools/delegate-task/sync-continuation.d.ts +4 -0
  845. package/dist/tools/delegate-task/sync-prompt-sender.d.ts +22 -0
  846. package/dist/tools/delegate-task/sync-result-fetcher.d.ts +8 -0
  847. package/dist/tools/delegate-task/sync-session-creator.d.ts +14 -0
  848. package/dist/tools/delegate-task/sync-session-poller.d.ts +12 -0
  849. package/dist/tools/delegate-task/sync-task-deps.d.ts +11 -0
  850. package/dist/tools/delegate-task/sync-task.d.ts +9 -0
  851. package/dist/tools/delegate-task/time-formatter.d.ts +4 -0
  852. package/dist/tools/delegate-task/timing.d.ts +13 -0
  853. package/dist/tools/delegate-task/token-limiter.d.ts +4 -0
  854. package/dist/tools/delegate-task/tools.d.ts +6 -0
  855. package/dist/tools/delegate-task/types.d.ts +83 -0
  856. package/dist/tools/delegate-task/unstable-agent-task.d.ts +7 -0
  857. package/dist/tools/glob/cli.d.ts +11 -0
  858. package/dist/tools/glob/constants.d.ts +6 -0
  859. package/dist/tools/glob/index.d.ts +1 -0
  860. package/dist/tools/glob/result-formatter.d.ts +2 -0
  861. package/dist/tools/glob/tools.d.ts +3 -0
  862. package/dist/tools/glob/types.d.ts +21 -0
  863. package/dist/tools/grep/cli.d.ts +3 -0
  864. package/dist/tools/grep/constants.d.ts +18 -0
  865. package/dist/tools/grep/downloader.d.ts +3 -0
  866. package/dist/tools/grep/index.d.ts +1 -0
  867. package/dist/tools/grep/result-formatter.d.ts +3 -0
  868. package/dist/tools/grep/tools.d.ts +3 -0
  869. package/dist/tools/grep/types.d.ts +39 -0
  870. package/dist/tools/hashline-edit/autocorrect-replacement-lines.d.ts +6 -0
  871. package/dist/tools/hashline-edit/constants.d.ts +4 -0
  872. package/dist/tools/hashline-edit/diff-utils.d.ts +6 -0
  873. package/dist/tools/hashline-edit/edit-deduplication.d.ts +5 -0
  874. package/dist/tools/hashline-edit/edit-operation-primitives.d.ts +10 -0
  875. package/dist/tools/hashline-edit/edit-operations.d.ts +8 -0
  876. package/dist/tools/hashline-edit/edit-ordering.d.ts +4 -0
  877. package/dist/tools/hashline-edit/edit-text-normalization.d.ts +7 -0
  878. package/dist/tools/hashline-edit/file-text-canonicalization.d.ts +7 -0
  879. package/dist/tools/hashline-edit/hash-computation.d.ts +10 -0
  880. package/dist/tools/hashline-edit/hashline-chunk-formatter.d.ts +10 -0
  881. package/dist/tools/hashline-edit/hashline-edit-diff.d.ts +1 -0
  882. package/dist/tools/hashline-edit/hashline-edit-executor.d.ts +10 -0
  883. package/dist/tools/hashline-edit/index.d.ts +7 -0
  884. package/dist/tools/hashline-edit/normalize-edits.d.ts +10 -0
  885. package/dist/tools/hashline-edit/tool-description.d.ts +1 -0
  886. package/dist/tools/hashline-edit/tools.d.ts +2 -0
  887. package/dist/tools/hashline-edit/types.d.ts +17 -0
  888. package/dist/tools/hashline-edit/validation.d.ts +20 -0
  889. package/dist/tools/index.d.ts +21 -0
  890. package/dist/tools/interactive-bash/constants.d.ts +3 -0
  891. package/dist/tools/interactive-bash/index.d.ts +3 -0
  892. package/dist/tools/interactive-bash/tmux-path-resolver.d.ts +3 -0
  893. package/dist/tools/interactive-bash/tools.d.ts +7 -0
  894. package/dist/tools/look-at/assistant-message-extractor.d.ts +1 -0
  895. package/dist/tools/look-at/constants.d.ts +2 -0
  896. package/dist/tools/look-at/image-converter.d.ts +7 -0
  897. package/dist/tools/look-at/index.d.ts +3 -0
  898. package/dist/tools/look-at/look-at-arguments.d.ts +6 -0
  899. package/dist/tools/look-at/mime-type-inference.d.ts +3 -0
  900. package/dist/tools/look-at/multimodal-agent-metadata.d.ts +11 -0
  901. package/dist/tools/look-at/session-poller.d.ts +8 -0
  902. package/dist/tools/look-at/tools.d.ts +3 -0
  903. package/dist/tools/look-at/types.d.ts +5 -0
  904. package/dist/tools/lsp/client.d.ts +3 -0
  905. package/dist/tools/lsp/config.d.ts +3 -0
  906. package/dist/tools/lsp/constants.d.ts +5 -0
  907. package/dist/tools/lsp/diagnostics-tool.d.ts +2 -0
  908. package/dist/tools/lsp/find-references-tool.d.ts +2 -0
  909. package/dist/tools/lsp/goto-definition-tool.d.ts +2 -0
  910. package/dist/tools/lsp/index.d.ts +8 -0
  911. package/dist/tools/lsp/language-config.d.ts +1 -0
  912. package/dist/tools/lsp/language-mappings.d.ts +3 -0
  913. package/dist/tools/lsp/lsp-client-connection.d.ts +4 -0
  914. package/dist/tools/lsp/lsp-client-transport.d.ts +20 -0
  915. package/dist/tools/lsp/lsp-client-wrapper.d.ts +8 -0
  916. package/dist/tools/lsp/lsp-client.d.ts +17 -0
  917. package/dist/tools/lsp/lsp-formatters.d.ts +13 -0
  918. package/dist/tools/lsp/lsp-manager-process-cleanup.d.ts +15 -0
  919. package/dist/tools/lsp/lsp-manager-temp-directory-cleanup.d.ts +8 -0
  920. package/dist/tools/lsp/lsp-process.d.ts +29 -0
  921. package/dist/tools/lsp/lsp-server.d.ts +24 -0
  922. package/dist/tools/lsp/rename-tools.d.ts +3 -0
  923. package/dist/tools/lsp/server-config-loader.d.ts +25 -0
  924. package/dist/tools/lsp/server-definitions.d.ts +3 -0
  925. package/dist/tools/lsp/server-installation.d.ts +1 -0
  926. package/dist/tools/lsp/server-resolution.d.ts +15 -0
  927. package/dist/tools/lsp/symbols-tool.d.ts +2 -0
  928. package/dist/tools/lsp/tools.d.ts +5 -0
  929. package/dist/tools/lsp/types.d.ts +123 -0
  930. package/dist/tools/lsp/workspace-edit.d.ts +8 -0
  931. package/dist/tools/session-manager/constants.d.ts +9 -0
  932. package/dist/tools/session-manager/index.d.ts +3 -0
  933. package/dist/tools/session-manager/session-formatter.d.ts +11 -0
  934. package/dist/tools/session-manager/storage.d.ts +15 -0
  935. package/dist/tools/session-manager/tools.d.ts +3 -0
  936. package/dist/tools/session-manager/types.d.ts +89 -0
  937. package/dist/tools/shared/semaphore.d.ts +14 -0
  938. package/dist/tools/skill/constants.d.ts +3 -0
  939. package/dist/tools/skill/index.d.ts +3 -0
  940. package/dist/tools/skill/tools.d.ts +4 -0
  941. package/dist/tools/skill/types.d.ts +37 -0
  942. package/dist/tools/skill-mcp/constants.d.ts +3 -0
  943. package/dist/tools/skill-mcp/index.d.ts +3 -0
  944. package/dist/tools/skill-mcp/tools.d.ts +11 -0
  945. package/dist/tools/skill-mcp/types.d.ts +8 -0
  946. package/dist/tools/slashcommand/command-discovery.d.ts +6 -0
  947. package/dist/tools/slashcommand/command-output-formatter.d.ts +3 -0
  948. package/dist/tools/slashcommand/index.d.ts +2 -0
  949. package/dist/tools/slashcommand/types.d.ts +18 -0
  950. package/dist/tools/task/index.d.ts +7 -0
  951. package/dist/tools/task/task-create.d.ts +4 -0
  952. package/dist/tools/task/task-get.d.ts +3 -0
  953. package/dist/tools/task/task-list.d.ts +3 -0
  954. package/dist/tools/task/task-update.d.ts +4 -0
  955. package/dist/tools/task/todo-sync.d.ts +16 -0
  956. package/dist/tools/task/types.d.ts +97 -0
  957. package/package.json +99 -0
  958. package/postinstall.mjs +59 -0
@@ -0,0 +1,3865 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json",
4
+ "title": "Oh My OpenCode Configuration",
5
+ "description": "Configuration schema for oh-my-opencode plugin",
6
+ "type": "object",
7
+ "properties": {
8
+ "$schema": {
9
+ "type": "string"
10
+ },
11
+ "new_task_system_enabled": {
12
+ "type": "boolean"
13
+ },
14
+ "default_run_agent": {
15
+ "type": "string"
16
+ },
17
+ "disabled_mcps": {
18
+ "type": "array",
19
+ "items": {
20
+ "type": "string",
21
+ "minLength": 1
22
+ }
23
+ },
24
+ "disabled_agents": {
25
+ "type": "array",
26
+ "items": {
27
+ "type": "string"
28
+ }
29
+ },
30
+ "disabled_skills": {
31
+ "type": "array",
32
+ "items": {
33
+ "type": "string",
34
+ "enum": [
35
+ "playwright",
36
+ "agent-browser",
37
+ "dev-browser",
38
+ "frontend-ui-ux",
39
+ "git-master"
40
+ ]
41
+ }
42
+ },
43
+ "disabled_hooks": {
44
+ "type": "array",
45
+ "items": {
46
+ "type": "string"
47
+ }
48
+ },
49
+ "disabled_commands": {
50
+ "type": "array",
51
+ "items": {
52
+ "type": "string",
53
+ "enum": [
54
+ "init-deep",
55
+ "ralph-loop",
56
+ "ulw-loop",
57
+ "cancel-ralph",
58
+ "refactor",
59
+ "start-work",
60
+ "stop-continuation"
61
+ ]
62
+ }
63
+ },
64
+ "disabled_tools": {
65
+ "type": "array",
66
+ "items": {
67
+ "type": "string"
68
+ }
69
+ },
70
+ "hashline_edit": {
71
+ "type": "boolean"
72
+ },
73
+ "model_fallback": {
74
+ "type": "boolean"
75
+ },
76
+ "agents": {
77
+ "type": "object",
78
+ "properties": {
79
+ "build": {
80
+ "type": "object",
81
+ "properties": {
82
+ "model": {
83
+ "type": "string"
84
+ },
85
+ "fallback_models": {
86
+ "anyOf": [
87
+ {
88
+ "type": "string"
89
+ },
90
+ {
91
+ "type": "array",
92
+ "items": {
93
+ "type": "string"
94
+ }
95
+ }
96
+ ]
97
+ },
98
+ "variant": {
99
+ "type": "string"
100
+ },
101
+ "category": {
102
+ "type": "string"
103
+ },
104
+ "skills": {
105
+ "type": "array",
106
+ "items": {
107
+ "type": "string"
108
+ }
109
+ },
110
+ "temperature": {
111
+ "type": "number",
112
+ "minimum": 0,
113
+ "maximum": 2
114
+ },
115
+ "top_p": {
116
+ "type": "number",
117
+ "minimum": 0,
118
+ "maximum": 1
119
+ },
120
+ "prompt": {
121
+ "type": "string"
122
+ },
123
+ "prompt_append": {
124
+ "type": "string"
125
+ },
126
+ "tools": {
127
+ "type": "object",
128
+ "propertyNames": {
129
+ "type": "string"
130
+ },
131
+ "additionalProperties": {
132
+ "type": "boolean"
133
+ }
134
+ },
135
+ "disable": {
136
+ "type": "boolean"
137
+ },
138
+ "description": {
139
+ "type": "string"
140
+ },
141
+ "mode": {
142
+ "type": "string",
143
+ "enum": [
144
+ "subagent",
145
+ "primary",
146
+ "all"
147
+ ]
148
+ },
149
+ "color": {
150
+ "type": "string",
151
+ "pattern": "^#[0-9A-Fa-f]{6}$"
152
+ },
153
+ "permission": {
154
+ "type": "object",
155
+ "properties": {
156
+ "edit": {
157
+ "type": "string",
158
+ "enum": [
159
+ "ask",
160
+ "allow",
161
+ "deny"
162
+ ]
163
+ },
164
+ "bash": {
165
+ "anyOf": [
166
+ {
167
+ "type": "string",
168
+ "enum": [
169
+ "ask",
170
+ "allow",
171
+ "deny"
172
+ ]
173
+ },
174
+ {
175
+ "type": "object",
176
+ "propertyNames": {
177
+ "type": "string"
178
+ },
179
+ "additionalProperties": {
180
+ "type": "string",
181
+ "enum": [
182
+ "ask",
183
+ "allow",
184
+ "deny"
185
+ ]
186
+ }
187
+ }
188
+ ]
189
+ },
190
+ "webfetch": {
191
+ "type": "string",
192
+ "enum": [
193
+ "ask",
194
+ "allow",
195
+ "deny"
196
+ ]
197
+ },
198
+ "task": {
199
+ "type": "string",
200
+ "enum": [
201
+ "ask",
202
+ "allow",
203
+ "deny"
204
+ ]
205
+ },
206
+ "doom_loop": {
207
+ "type": "string",
208
+ "enum": [
209
+ "ask",
210
+ "allow",
211
+ "deny"
212
+ ]
213
+ },
214
+ "external_directory": {
215
+ "type": "string",
216
+ "enum": [
217
+ "ask",
218
+ "allow",
219
+ "deny"
220
+ ]
221
+ }
222
+ },
223
+ "additionalProperties": false
224
+ },
225
+ "maxTokens": {
226
+ "type": "number"
227
+ },
228
+ "thinking": {
229
+ "type": "object",
230
+ "properties": {
231
+ "type": {
232
+ "type": "string",
233
+ "enum": [
234
+ "enabled",
235
+ "disabled"
236
+ ]
237
+ },
238
+ "budgetTokens": {
239
+ "type": "number"
240
+ }
241
+ },
242
+ "required": [
243
+ "type"
244
+ ],
245
+ "additionalProperties": false
246
+ },
247
+ "reasoningEffort": {
248
+ "type": "string",
249
+ "enum": [
250
+ "low",
251
+ "medium",
252
+ "high",
253
+ "xhigh"
254
+ ]
255
+ },
256
+ "textVerbosity": {
257
+ "type": "string",
258
+ "enum": [
259
+ "low",
260
+ "medium",
261
+ "high"
262
+ ]
263
+ },
264
+ "providerOptions": {
265
+ "type": "object",
266
+ "propertyNames": {
267
+ "type": "string"
268
+ },
269
+ "additionalProperties": {}
270
+ },
271
+ "ultrawork": {
272
+ "type": "object",
273
+ "properties": {
274
+ "model": {
275
+ "type": "string"
276
+ },
277
+ "variant": {
278
+ "type": "string"
279
+ }
280
+ },
281
+ "additionalProperties": false
282
+ },
283
+ "compaction": {
284
+ "type": "object",
285
+ "properties": {
286
+ "model": {
287
+ "type": "string"
288
+ },
289
+ "variant": {
290
+ "type": "string"
291
+ }
292
+ },
293
+ "additionalProperties": false
294
+ }
295
+ },
296
+ "additionalProperties": false
297
+ },
298
+ "plan": {
299
+ "type": "object",
300
+ "properties": {
301
+ "model": {
302
+ "type": "string"
303
+ },
304
+ "fallback_models": {
305
+ "anyOf": [
306
+ {
307
+ "type": "string"
308
+ },
309
+ {
310
+ "type": "array",
311
+ "items": {
312
+ "type": "string"
313
+ }
314
+ }
315
+ ]
316
+ },
317
+ "variant": {
318
+ "type": "string"
319
+ },
320
+ "category": {
321
+ "type": "string"
322
+ },
323
+ "skills": {
324
+ "type": "array",
325
+ "items": {
326
+ "type": "string"
327
+ }
328
+ },
329
+ "temperature": {
330
+ "type": "number",
331
+ "minimum": 0,
332
+ "maximum": 2
333
+ },
334
+ "top_p": {
335
+ "type": "number",
336
+ "minimum": 0,
337
+ "maximum": 1
338
+ },
339
+ "prompt": {
340
+ "type": "string"
341
+ },
342
+ "prompt_append": {
343
+ "type": "string"
344
+ },
345
+ "tools": {
346
+ "type": "object",
347
+ "propertyNames": {
348
+ "type": "string"
349
+ },
350
+ "additionalProperties": {
351
+ "type": "boolean"
352
+ }
353
+ },
354
+ "disable": {
355
+ "type": "boolean"
356
+ },
357
+ "description": {
358
+ "type": "string"
359
+ },
360
+ "mode": {
361
+ "type": "string",
362
+ "enum": [
363
+ "subagent",
364
+ "primary",
365
+ "all"
366
+ ]
367
+ },
368
+ "color": {
369
+ "type": "string",
370
+ "pattern": "^#[0-9A-Fa-f]{6}$"
371
+ },
372
+ "permission": {
373
+ "type": "object",
374
+ "properties": {
375
+ "edit": {
376
+ "type": "string",
377
+ "enum": [
378
+ "ask",
379
+ "allow",
380
+ "deny"
381
+ ]
382
+ },
383
+ "bash": {
384
+ "anyOf": [
385
+ {
386
+ "type": "string",
387
+ "enum": [
388
+ "ask",
389
+ "allow",
390
+ "deny"
391
+ ]
392
+ },
393
+ {
394
+ "type": "object",
395
+ "propertyNames": {
396
+ "type": "string"
397
+ },
398
+ "additionalProperties": {
399
+ "type": "string",
400
+ "enum": [
401
+ "ask",
402
+ "allow",
403
+ "deny"
404
+ ]
405
+ }
406
+ }
407
+ ]
408
+ },
409
+ "webfetch": {
410
+ "type": "string",
411
+ "enum": [
412
+ "ask",
413
+ "allow",
414
+ "deny"
415
+ ]
416
+ },
417
+ "task": {
418
+ "type": "string",
419
+ "enum": [
420
+ "ask",
421
+ "allow",
422
+ "deny"
423
+ ]
424
+ },
425
+ "doom_loop": {
426
+ "type": "string",
427
+ "enum": [
428
+ "ask",
429
+ "allow",
430
+ "deny"
431
+ ]
432
+ },
433
+ "external_directory": {
434
+ "type": "string",
435
+ "enum": [
436
+ "ask",
437
+ "allow",
438
+ "deny"
439
+ ]
440
+ }
441
+ },
442
+ "additionalProperties": false
443
+ },
444
+ "maxTokens": {
445
+ "type": "number"
446
+ },
447
+ "thinking": {
448
+ "type": "object",
449
+ "properties": {
450
+ "type": {
451
+ "type": "string",
452
+ "enum": [
453
+ "enabled",
454
+ "disabled"
455
+ ]
456
+ },
457
+ "budgetTokens": {
458
+ "type": "number"
459
+ }
460
+ },
461
+ "required": [
462
+ "type"
463
+ ],
464
+ "additionalProperties": false
465
+ },
466
+ "reasoningEffort": {
467
+ "type": "string",
468
+ "enum": [
469
+ "low",
470
+ "medium",
471
+ "high",
472
+ "xhigh"
473
+ ]
474
+ },
475
+ "textVerbosity": {
476
+ "type": "string",
477
+ "enum": [
478
+ "low",
479
+ "medium",
480
+ "high"
481
+ ]
482
+ },
483
+ "providerOptions": {
484
+ "type": "object",
485
+ "propertyNames": {
486
+ "type": "string"
487
+ },
488
+ "additionalProperties": {}
489
+ },
490
+ "ultrawork": {
491
+ "type": "object",
492
+ "properties": {
493
+ "model": {
494
+ "type": "string"
495
+ },
496
+ "variant": {
497
+ "type": "string"
498
+ }
499
+ },
500
+ "additionalProperties": false
501
+ },
502
+ "compaction": {
503
+ "type": "object",
504
+ "properties": {
505
+ "model": {
506
+ "type": "string"
507
+ },
508
+ "variant": {
509
+ "type": "string"
510
+ }
511
+ },
512
+ "additionalProperties": false
513
+ }
514
+ },
515
+ "additionalProperties": false
516
+ },
517
+ "sisyphus": {
518
+ "type": "object",
519
+ "properties": {
520
+ "model": {
521
+ "type": "string"
522
+ },
523
+ "fallback_models": {
524
+ "anyOf": [
525
+ {
526
+ "type": "string"
527
+ },
528
+ {
529
+ "type": "array",
530
+ "items": {
531
+ "type": "string"
532
+ }
533
+ }
534
+ ]
535
+ },
536
+ "variant": {
537
+ "type": "string"
538
+ },
539
+ "category": {
540
+ "type": "string"
541
+ },
542
+ "skills": {
543
+ "type": "array",
544
+ "items": {
545
+ "type": "string"
546
+ }
547
+ },
548
+ "temperature": {
549
+ "type": "number",
550
+ "minimum": 0,
551
+ "maximum": 2
552
+ },
553
+ "top_p": {
554
+ "type": "number",
555
+ "minimum": 0,
556
+ "maximum": 1
557
+ },
558
+ "prompt": {
559
+ "type": "string"
560
+ },
561
+ "prompt_append": {
562
+ "type": "string"
563
+ },
564
+ "tools": {
565
+ "type": "object",
566
+ "propertyNames": {
567
+ "type": "string"
568
+ },
569
+ "additionalProperties": {
570
+ "type": "boolean"
571
+ }
572
+ },
573
+ "disable": {
574
+ "type": "boolean"
575
+ },
576
+ "description": {
577
+ "type": "string"
578
+ },
579
+ "mode": {
580
+ "type": "string",
581
+ "enum": [
582
+ "subagent",
583
+ "primary",
584
+ "all"
585
+ ]
586
+ },
587
+ "color": {
588
+ "type": "string",
589
+ "pattern": "^#[0-9A-Fa-f]{6}$"
590
+ },
591
+ "permission": {
592
+ "type": "object",
593
+ "properties": {
594
+ "edit": {
595
+ "type": "string",
596
+ "enum": [
597
+ "ask",
598
+ "allow",
599
+ "deny"
600
+ ]
601
+ },
602
+ "bash": {
603
+ "anyOf": [
604
+ {
605
+ "type": "string",
606
+ "enum": [
607
+ "ask",
608
+ "allow",
609
+ "deny"
610
+ ]
611
+ },
612
+ {
613
+ "type": "object",
614
+ "propertyNames": {
615
+ "type": "string"
616
+ },
617
+ "additionalProperties": {
618
+ "type": "string",
619
+ "enum": [
620
+ "ask",
621
+ "allow",
622
+ "deny"
623
+ ]
624
+ }
625
+ }
626
+ ]
627
+ },
628
+ "webfetch": {
629
+ "type": "string",
630
+ "enum": [
631
+ "ask",
632
+ "allow",
633
+ "deny"
634
+ ]
635
+ },
636
+ "task": {
637
+ "type": "string",
638
+ "enum": [
639
+ "ask",
640
+ "allow",
641
+ "deny"
642
+ ]
643
+ },
644
+ "doom_loop": {
645
+ "type": "string",
646
+ "enum": [
647
+ "ask",
648
+ "allow",
649
+ "deny"
650
+ ]
651
+ },
652
+ "external_directory": {
653
+ "type": "string",
654
+ "enum": [
655
+ "ask",
656
+ "allow",
657
+ "deny"
658
+ ]
659
+ }
660
+ },
661
+ "additionalProperties": false
662
+ },
663
+ "maxTokens": {
664
+ "type": "number"
665
+ },
666
+ "thinking": {
667
+ "type": "object",
668
+ "properties": {
669
+ "type": {
670
+ "type": "string",
671
+ "enum": [
672
+ "enabled",
673
+ "disabled"
674
+ ]
675
+ },
676
+ "budgetTokens": {
677
+ "type": "number"
678
+ }
679
+ },
680
+ "required": [
681
+ "type"
682
+ ],
683
+ "additionalProperties": false
684
+ },
685
+ "reasoningEffort": {
686
+ "type": "string",
687
+ "enum": [
688
+ "low",
689
+ "medium",
690
+ "high",
691
+ "xhigh"
692
+ ]
693
+ },
694
+ "textVerbosity": {
695
+ "type": "string",
696
+ "enum": [
697
+ "low",
698
+ "medium",
699
+ "high"
700
+ ]
701
+ },
702
+ "providerOptions": {
703
+ "type": "object",
704
+ "propertyNames": {
705
+ "type": "string"
706
+ },
707
+ "additionalProperties": {}
708
+ },
709
+ "ultrawork": {
710
+ "type": "object",
711
+ "properties": {
712
+ "model": {
713
+ "type": "string"
714
+ },
715
+ "variant": {
716
+ "type": "string"
717
+ }
718
+ },
719
+ "additionalProperties": false
720
+ },
721
+ "compaction": {
722
+ "type": "object",
723
+ "properties": {
724
+ "model": {
725
+ "type": "string"
726
+ },
727
+ "variant": {
728
+ "type": "string"
729
+ }
730
+ },
731
+ "additionalProperties": false
732
+ }
733
+ },
734
+ "additionalProperties": false
735
+ },
736
+ "hephaestus": {
737
+ "type": "object",
738
+ "properties": {
739
+ "model": {
740
+ "type": "string"
741
+ },
742
+ "fallback_models": {
743
+ "anyOf": [
744
+ {
745
+ "type": "string"
746
+ },
747
+ {
748
+ "type": "array",
749
+ "items": {
750
+ "type": "string"
751
+ }
752
+ }
753
+ ]
754
+ },
755
+ "variant": {
756
+ "type": "string"
757
+ },
758
+ "category": {
759
+ "type": "string"
760
+ },
761
+ "skills": {
762
+ "type": "array",
763
+ "items": {
764
+ "type": "string"
765
+ }
766
+ },
767
+ "temperature": {
768
+ "type": "number",
769
+ "minimum": 0,
770
+ "maximum": 2
771
+ },
772
+ "top_p": {
773
+ "type": "number",
774
+ "minimum": 0,
775
+ "maximum": 1
776
+ },
777
+ "prompt": {
778
+ "type": "string"
779
+ },
780
+ "prompt_append": {
781
+ "type": "string"
782
+ },
783
+ "tools": {
784
+ "type": "object",
785
+ "propertyNames": {
786
+ "type": "string"
787
+ },
788
+ "additionalProperties": {
789
+ "type": "boolean"
790
+ }
791
+ },
792
+ "disable": {
793
+ "type": "boolean"
794
+ },
795
+ "description": {
796
+ "type": "string"
797
+ },
798
+ "mode": {
799
+ "type": "string",
800
+ "enum": [
801
+ "subagent",
802
+ "primary",
803
+ "all"
804
+ ]
805
+ },
806
+ "color": {
807
+ "type": "string",
808
+ "pattern": "^#[0-9A-Fa-f]{6}$"
809
+ },
810
+ "permission": {
811
+ "type": "object",
812
+ "properties": {
813
+ "edit": {
814
+ "type": "string",
815
+ "enum": [
816
+ "ask",
817
+ "allow",
818
+ "deny"
819
+ ]
820
+ },
821
+ "bash": {
822
+ "anyOf": [
823
+ {
824
+ "type": "string",
825
+ "enum": [
826
+ "ask",
827
+ "allow",
828
+ "deny"
829
+ ]
830
+ },
831
+ {
832
+ "type": "object",
833
+ "propertyNames": {
834
+ "type": "string"
835
+ },
836
+ "additionalProperties": {
837
+ "type": "string",
838
+ "enum": [
839
+ "ask",
840
+ "allow",
841
+ "deny"
842
+ ]
843
+ }
844
+ }
845
+ ]
846
+ },
847
+ "webfetch": {
848
+ "type": "string",
849
+ "enum": [
850
+ "ask",
851
+ "allow",
852
+ "deny"
853
+ ]
854
+ },
855
+ "task": {
856
+ "type": "string",
857
+ "enum": [
858
+ "ask",
859
+ "allow",
860
+ "deny"
861
+ ]
862
+ },
863
+ "doom_loop": {
864
+ "type": "string",
865
+ "enum": [
866
+ "ask",
867
+ "allow",
868
+ "deny"
869
+ ]
870
+ },
871
+ "external_directory": {
872
+ "type": "string",
873
+ "enum": [
874
+ "ask",
875
+ "allow",
876
+ "deny"
877
+ ]
878
+ }
879
+ },
880
+ "additionalProperties": false
881
+ },
882
+ "maxTokens": {
883
+ "type": "number"
884
+ },
885
+ "thinking": {
886
+ "type": "object",
887
+ "properties": {
888
+ "type": {
889
+ "type": "string",
890
+ "enum": [
891
+ "enabled",
892
+ "disabled"
893
+ ]
894
+ },
895
+ "budgetTokens": {
896
+ "type": "number"
897
+ }
898
+ },
899
+ "required": [
900
+ "type"
901
+ ],
902
+ "additionalProperties": false
903
+ },
904
+ "reasoningEffort": {
905
+ "type": "string",
906
+ "enum": [
907
+ "low",
908
+ "medium",
909
+ "high",
910
+ "xhigh"
911
+ ]
912
+ },
913
+ "textVerbosity": {
914
+ "type": "string",
915
+ "enum": [
916
+ "low",
917
+ "medium",
918
+ "high"
919
+ ]
920
+ },
921
+ "providerOptions": {
922
+ "type": "object",
923
+ "propertyNames": {
924
+ "type": "string"
925
+ },
926
+ "additionalProperties": {}
927
+ },
928
+ "ultrawork": {
929
+ "type": "object",
930
+ "properties": {
931
+ "model": {
932
+ "type": "string"
933
+ },
934
+ "variant": {
935
+ "type": "string"
936
+ }
937
+ },
938
+ "additionalProperties": false
939
+ },
940
+ "compaction": {
941
+ "type": "object",
942
+ "properties": {
943
+ "model": {
944
+ "type": "string"
945
+ },
946
+ "variant": {
947
+ "type": "string"
948
+ }
949
+ },
950
+ "additionalProperties": false
951
+ },
952
+ "allow_non_gpt_model": {
953
+ "type": "boolean"
954
+ }
955
+ },
956
+ "additionalProperties": false
957
+ },
958
+ "sisyphus-junior": {
959
+ "type": "object",
960
+ "properties": {
961
+ "model": {
962
+ "type": "string"
963
+ },
964
+ "fallback_models": {
965
+ "anyOf": [
966
+ {
967
+ "type": "string"
968
+ },
969
+ {
970
+ "type": "array",
971
+ "items": {
972
+ "type": "string"
973
+ }
974
+ }
975
+ ]
976
+ },
977
+ "variant": {
978
+ "type": "string"
979
+ },
980
+ "category": {
981
+ "type": "string"
982
+ },
983
+ "skills": {
984
+ "type": "array",
985
+ "items": {
986
+ "type": "string"
987
+ }
988
+ },
989
+ "temperature": {
990
+ "type": "number",
991
+ "minimum": 0,
992
+ "maximum": 2
993
+ },
994
+ "top_p": {
995
+ "type": "number",
996
+ "minimum": 0,
997
+ "maximum": 1
998
+ },
999
+ "prompt": {
1000
+ "type": "string"
1001
+ },
1002
+ "prompt_append": {
1003
+ "type": "string"
1004
+ },
1005
+ "tools": {
1006
+ "type": "object",
1007
+ "propertyNames": {
1008
+ "type": "string"
1009
+ },
1010
+ "additionalProperties": {
1011
+ "type": "boolean"
1012
+ }
1013
+ },
1014
+ "disable": {
1015
+ "type": "boolean"
1016
+ },
1017
+ "description": {
1018
+ "type": "string"
1019
+ },
1020
+ "mode": {
1021
+ "type": "string",
1022
+ "enum": [
1023
+ "subagent",
1024
+ "primary",
1025
+ "all"
1026
+ ]
1027
+ },
1028
+ "color": {
1029
+ "type": "string",
1030
+ "pattern": "^#[0-9A-Fa-f]{6}$"
1031
+ },
1032
+ "permission": {
1033
+ "type": "object",
1034
+ "properties": {
1035
+ "edit": {
1036
+ "type": "string",
1037
+ "enum": [
1038
+ "ask",
1039
+ "allow",
1040
+ "deny"
1041
+ ]
1042
+ },
1043
+ "bash": {
1044
+ "anyOf": [
1045
+ {
1046
+ "type": "string",
1047
+ "enum": [
1048
+ "ask",
1049
+ "allow",
1050
+ "deny"
1051
+ ]
1052
+ },
1053
+ {
1054
+ "type": "object",
1055
+ "propertyNames": {
1056
+ "type": "string"
1057
+ },
1058
+ "additionalProperties": {
1059
+ "type": "string",
1060
+ "enum": [
1061
+ "ask",
1062
+ "allow",
1063
+ "deny"
1064
+ ]
1065
+ }
1066
+ }
1067
+ ]
1068
+ },
1069
+ "webfetch": {
1070
+ "type": "string",
1071
+ "enum": [
1072
+ "ask",
1073
+ "allow",
1074
+ "deny"
1075
+ ]
1076
+ },
1077
+ "task": {
1078
+ "type": "string",
1079
+ "enum": [
1080
+ "ask",
1081
+ "allow",
1082
+ "deny"
1083
+ ]
1084
+ },
1085
+ "doom_loop": {
1086
+ "type": "string",
1087
+ "enum": [
1088
+ "ask",
1089
+ "allow",
1090
+ "deny"
1091
+ ]
1092
+ },
1093
+ "external_directory": {
1094
+ "type": "string",
1095
+ "enum": [
1096
+ "ask",
1097
+ "allow",
1098
+ "deny"
1099
+ ]
1100
+ }
1101
+ },
1102
+ "additionalProperties": false
1103
+ },
1104
+ "maxTokens": {
1105
+ "type": "number"
1106
+ },
1107
+ "thinking": {
1108
+ "type": "object",
1109
+ "properties": {
1110
+ "type": {
1111
+ "type": "string",
1112
+ "enum": [
1113
+ "enabled",
1114
+ "disabled"
1115
+ ]
1116
+ },
1117
+ "budgetTokens": {
1118
+ "type": "number"
1119
+ }
1120
+ },
1121
+ "required": [
1122
+ "type"
1123
+ ],
1124
+ "additionalProperties": false
1125
+ },
1126
+ "reasoningEffort": {
1127
+ "type": "string",
1128
+ "enum": [
1129
+ "low",
1130
+ "medium",
1131
+ "high",
1132
+ "xhigh"
1133
+ ]
1134
+ },
1135
+ "textVerbosity": {
1136
+ "type": "string",
1137
+ "enum": [
1138
+ "low",
1139
+ "medium",
1140
+ "high"
1141
+ ]
1142
+ },
1143
+ "providerOptions": {
1144
+ "type": "object",
1145
+ "propertyNames": {
1146
+ "type": "string"
1147
+ },
1148
+ "additionalProperties": {}
1149
+ },
1150
+ "ultrawork": {
1151
+ "type": "object",
1152
+ "properties": {
1153
+ "model": {
1154
+ "type": "string"
1155
+ },
1156
+ "variant": {
1157
+ "type": "string"
1158
+ }
1159
+ },
1160
+ "additionalProperties": false
1161
+ },
1162
+ "compaction": {
1163
+ "type": "object",
1164
+ "properties": {
1165
+ "model": {
1166
+ "type": "string"
1167
+ },
1168
+ "variant": {
1169
+ "type": "string"
1170
+ }
1171
+ },
1172
+ "additionalProperties": false
1173
+ }
1174
+ },
1175
+ "additionalProperties": false
1176
+ },
1177
+ "OpenCode-Builder": {
1178
+ "type": "object",
1179
+ "properties": {
1180
+ "model": {
1181
+ "type": "string"
1182
+ },
1183
+ "fallback_models": {
1184
+ "anyOf": [
1185
+ {
1186
+ "type": "string"
1187
+ },
1188
+ {
1189
+ "type": "array",
1190
+ "items": {
1191
+ "type": "string"
1192
+ }
1193
+ }
1194
+ ]
1195
+ },
1196
+ "variant": {
1197
+ "type": "string"
1198
+ },
1199
+ "category": {
1200
+ "type": "string"
1201
+ },
1202
+ "skills": {
1203
+ "type": "array",
1204
+ "items": {
1205
+ "type": "string"
1206
+ }
1207
+ },
1208
+ "temperature": {
1209
+ "type": "number",
1210
+ "minimum": 0,
1211
+ "maximum": 2
1212
+ },
1213
+ "top_p": {
1214
+ "type": "number",
1215
+ "minimum": 0,
1216
+ "maximum": 1
1217
+ },
1218
+ "prompt": {
1219
+ "type": "string"
1220
+ },
1221
+ "prompt_append": {
1222
+ "type": "string"
1223
+ },
1224
+ "tools": {
1225
+ "type": "object",
1226
+ "propertyNames": {
1227
+ "type": "string"
1228
+ },
1229
+ "additionalProperties": {
1230
+ "type": "boolean"
1231
+ }
1232
+ },
1233
+ "disable": {
1234
+ "type": "boolean"
1235
+ },
1236
+ "description": {
1237
+ "type": "string"
1238
+ },
1239
+ "mode": {
1240
+ "type": "string",
1241
+ "enum": [
1242
+ "subagent",
1243
+ "primary",
1244
+ "all"
1245
+ ]
1246
+ },
1247
+ "color": {
1248
+ "type": "string",
1249
+ "pattern": "^#[0-9A-Fa-f]{6}$"
1250
+ },
1251
+ "permission": {
1252
+ "type": "object",
1253
+ "properties": {
1254
+ "edit": {
1255
+ "type": "string",
1256
+ "enum": [
1257
+ "ask",
1258
+ "allow",
1259
+ "deny"
1260
+ ]
1261
+ },
1262
+ "bash": {
1263
+ "anyOf": [
1264
+ {
1265
+ "type": "string",
1266
+ "enum": [
1267
+ "ask",
1268
+ "allow",
1269
+ "deny"
1270
+ ]
1271
+ },
1272
+ {
1273
+ "type": "object",
1274
+ "propertyNames": {
1275
+ "type": "string"
1276
+ },
1277
+ "additionalProperties": {
1278
+ "type": "string",
1279
+ "enum": [
1280
+ "ask",
1281
+ "allow",
1282
+ "deny"
1283
+ ]
1284
+ }
1285
+ }
1286
+ ]
1287
+ },
1288
+ "webfetch": {
1289
+ "type": "string",
1290
+ "enum": [
1291
+ "ask",
1292
+ "allow",
1293
+ "deny"
1294
+ ]
1295
+ },
1296
+ "task": {
1297
+ "type": "string",
1298
+ "enum": [
1299
+ "ask",
1300
+ "allow",
1301
+ "deny"
1302
+ ]
1303
+ },
1304
+ "doom_loop": {
1305
+ "type": "string",
1306
+ "enum": [
1307
+ "ask",
1308
+ "allow",
1309
+ "deny"
1310
+ ]
1311
+ },
1312
+ "external_directory": {
1313
+ "type": "string",
1314
+ "enum": [
1315
+ "ask",
1316
+ "allow",
1317
+ "deny"
1318
+ ]
1319
+ }
1320
+ },
1321
+ "additionalProperties": false
1322
+ },
1323
+ "maxTokens": {
1324
+ "type": "number"
1325
+ },
1326
+ "thinking": {
1327
+ "type": "object",
1328
+ "properties": {
1329
+ "type": {
1330
+ "type": "string",
1331
+ "enum": [
1332
+ "enabled",
1333
+ "disabled"
1334
+ ]
1335
+ },
1336
+ "budgetTokens": {
1337
+ "type": "number"
1338
+ }
1339
+ },
1340
+ "required": [
1341
+ "type"
1342
+ ],
1343
+ "additionalProperties": false
1344
+ },
1345
+ "reasoningEffort": {
1346
+ "type": "string",
1347
+ "enum": [
1348
+ "low",
1349
+ "medium",
1350
+ "high",
1351
+ "xhigh"
1352
+ ]
1353
+ },
1354
+ "textVerbosity": {
1355
+ "type": "string",
1356
+ "enum": [
1357
+ "low",
1358
+ "medium",
1359
+ "high"
1360
+ ]
1361
+ },
1362
+ "providerOptions": {
1363
+ "type": "object",
1364
+ "propertyNames": {
1365
+ "type": "string"
1366
+ },
1367
+ "additionalProperties": {}
1368
+ },
1369
+ "ultrawork": {
1370
+ "type": "object",
1371
+ "properties": {
1372
+ "model": {
1373
+ "type": "string"
1374
+ },
1375
+ "variant": {
1376
+ "type": "string"
1377
+ }
1378
+ },
1379
+ "additionalProperties": false
1380
+ },
1381
+ "compaction": {
1382
+ "type": "object",
1383
+ "properties": {
1384
+ "model": {
1385
+ "type": "string"
1386
+ },
1387
+ "variant": {
1388
+ "type": "string"
1389
+ }
1390
+ },
1391
+ "additionalProperties": false
1392
+ }
1393
+ },
1394
+ "additionalProperties": false
1395
+ },
1396
+ "prometheus": {
1397
+ "type": "object",
1398
+ "properties": {
1399
+ "model": {
1400
+ "type": "string"
1401
+ },
1402
+ "fallback_models": {
1403
+ "anyOf": [
1404
+ {
1405
+ "type": "string"
1406
+ },
1407
+ {
1408
+ "type": "array",
1409
+ "items": {
1410
+ "type": "string"
1411
+ }
1412
+ }
1413
+ ]
1414
+ },
1415
+ "variant": {
1416
+ "type": "string"
1417
+ },
1418
+ "category": {
1419
+ "type": "string"
1420
+ },
1421
+ "skills": {
1422
+ "type": "array",
1423
+ "items": {
1424
+ "type": "string"
1425
+ }
1426
+ },
1427
+ "temperature": {
1428
+ "type": "number",
1429
+ "minimum": 0,
1430
+ "maximum": 2
1431
+ },
1432
+ "top_p": {
1433
+ "type": "number",
1434
+ "minimum": 0,
1435
+ "maximum": 1
1436
+ },
1437
+ "prompt": {
1438
+ "type": "string"
1439
+ },
1440
+ "prompt_append": {
1441
+ "type": "string"
1442
+ },
1443
+ "tools": {
1444
+ "type": "object",
1445
+ "propertyNames": {
1446
+ "type": "string"
1447
+ },
1448
+ "additionalProperties": {
1449
+ "type": "boolean"
1450
+ }
1451
+ },
1452
+ "disable": {
1453
+ "type": "boolean"
1454
+ },
1455
+ "description": {
1456
+ "type": "string"
1457
+ },
1458
+ "mode": {
1459
+ "type": "string",
1460
+ "enum": [
1461
+ "subagent",
1462
+ "primary",
1463
+ "all"
1464
+ ]
1465
+ },
1466
+ "color": {
1467
+ "type": "string",
1468
+ "pattern": "^#[0-9A-Fa-f]{6}$"
1469
+ },
1470
+ "permission": {
1471
+ "type": "object",
1472
+ "properties": {
1473
+ "edit": {
1474
+ "type": "string",
1475
+ "enum": [
1476
+ "ask",
1477
+ "allow",
1478
+ "deny"
1479
+ ]
1480
+ },
1481
+ "bash": {
1482
+ "anyOf": [
1483
+ {
1484
+ "type": "string",
1485
+ "enum": [
1486
+ "ask",
1487
+ "allow",
1488
+ "deny"
1489
+ ]
1490
+ },
1491
+ {
1492
+ "type": "object",
1493
+ "propertyNames": {
1494
+ "type": "string"
1495
+ },
1496
+ "additionalProperties": {
1497
+ "type": "string",
1498
+ "enum": [
1499
+ "ask",
1500
+ "allow",
1501
+ "deny"
1502
+ ]
1503
+ }
1504
+ }
1505
+ ]
1506
+ },
1507
+ "webfetch": {
1508
+ "type": "string",
1509
+ "enum": [
1510
+ "ask",
1511
+ "allow",
1512
+ "deny"
1513
+ ]
1514
+ },
1515
+ "task": {
1516
+ "type": "string",
1517
+ "enum": [
1518
+ "ask",
1519
+ "allow",
1520
+ "deny"
1521
+ ]
1522
+ },
1523
+ "doom_loop": {
1524
+ "type": "string",
1525
+ "enum": [
1526
+ "ask",
1527
+ "allow",
1528
+ "deny"
1529
+ ]
1530
+ },
1531
+ "external_directory": {
1532
+ "type": "string",
1533
+ "enum": [
1534
+ "ask",
1535
+ "allow",
1536
+ "deny"
1537
+ ]
1538
+ }
1539
+ },
1540
+ "additionalProperties": false
1541
+ },
1542
+ "maxTokens": {
1543
+ "type": "number"
1544
+ },
1545
+ "thinking": {
1546
+ "type": "object",
1547
+ "properties": {
1548
+ "type": {
1549
+ "type": "string",
1550
+ "enum": [
1551
+ "enabled",
1552
+ "disabled"
1553
+ ]
1554
+ },
1555
+ "budgetTokens": {
1556
+ "type": "number"
1557
+ }
1558
+ },
1559
+ "required": [
1560
+ "type"
1561
+ ],
1562
+ "additionalProperties": false
1563
+ },
1564
+ "reasoningEffort": {
1565
+ "type": "string",
1566
+ "enum": [
1567
+ "low",
1568
+ "medium",
1569
+ "high",
1570
+ "xhigh"
1571
+ ]
1572
+ },
1573
+ "textVerbosity": {
1574
+ "type": "string",
1575
+ "enum": [
1576
+ "low",
1577
+ "medium",
1578
+ "high"
1579
+ ]
1580
+ },
1581
+ "providerOptions": {
1582
+ "type": "object",
1583
+ "propertyNames": {
1584
+ "type": "string"
1585
+ },
1586
+ "additionalProperties": {}
1587
+ },
1588
+ "ultrawork": {
1589
+ "type": "object",
1590
+ "properties": {
1591
+ "model": {
1592
+ "type": "string"
1593
+ },
1594
+ "variant": {
1595
+ "type": "string"
1596
+ }
1597
+ },
1598
+ "additionalProperties": false
1599
+ },
1600
+ "compaction": {
1601
+ "type": "object",
1602
+ "properties": {
1603
+ "model": {
1604
+ "type": "string"
1605
+ },
1606
+ "variant": {
1607
+ "type": "string"
1608
+ }
1609
+ },
1610
+ "additionalProperties": false
1611
+ }
1612
+ },
1613
+ "additionalProperties": false
1614
+ },
1615
+ "metis": {
1616
+ "type": "object",
1617
+ "properties": {
1618
+ "model": {
1619
+ "type": "string"
1620
+ },
1621
+ "fallback_models": {
1622
+ "anyOf": [
1623
+ {
1624
+ "type": "string"
1625
+ },
1626
+ {
1627
+ "type": "array",
1628
+ "items": {
1629
+ "type": "string"
1630
+ }
1631
+ }
1632
+ ]
1633
+ },
1634
+ "variant": {
1635
+ "type": "string"
1636
+ },
1637
+ "category": {
1638
+ "type": "string"
1639
+ },
1640
+ "skills": {
1641
+ "type": "array",
1642
+ "items": {
1643
+ "type": "string"
1644
+ }
1645
+ },
1646
+ "temperature": {
1647
+ "type": "number",
1648
+ "minimum": 0,
1649
+ "maximum": 2
1650
+ },
1651
+ "top_p": {
1652
+ "type": "number",
1653
+ "minimum": 0,
1654
+ "maximum": 1
1655
+ },
1656
+ "prompt": {
1657
+ "type": "string"
1658
+ },
1659
+ "prompt_append": {
1660
+ "type": "string"
1661
+ },
1662
+ "tools": {
1663
+ "type": "object",
1664
+ "propertyNames": {
1665
+ "type": "string"
1666
+ },
1667
+ "additionalProperties": {
1668
+ "type": "boolean"
1669
+ }
1670
+ },
1671
+ "disable": {
1672
+ "type": "boolean"
1673
+ },
1674
+ "description": {
1675
+ "type": "string"
1676
+ },
1677
+ "mode": {
1678
+ "type": "string",
1679
+ "enum": [
1680
+ "subagent",
1681
+ "primary",
1682
+ "all"
1683
+ ]
1684
+ },
1685
+ "color": {
1686
+ "type": "string",
1687
+ "pattern": "^#[0-9A-Fa-f]{6}$"
1688
+ },
1689
+ "permission": {
1690
+ "type": "object",
1691
+ "properties": {
1692
+ "edit": {
1693
+ "type": "string",
1694
+ "enum": [
1695
+ "ask",
1696
+ "allow",
1697
+ "deny"
1698
+ ]
1699
+ },
1700
+ "bash": {
1701
+ "anyOf": [
1702
+ {
1703
+ "type": "string",
1704
+ "enum": [
1705
+ "ask",
1706
+ "allow",
1707
+ "deny"
1708
+ ]
1709
+ },
1710
+ {
1711
+ "type": "object",
1712
+ "propertyNames": {
1713
+ "type": "string"
1714
+ },
1715
+ "additionalProperties": {
1716
+ "type": "string",
1717
+ "enum": [
1718
+ "ask",
1719
+ "allow",
1720
+ "deny"
1721
+ ]
1722
+ }
1723
+ }
1724
+ ]
1725
+ },
1726
+ "webfetch": {
1727
+ "type": "string",
1728
+ "enum": [
1729
+ "ask",
1730
+ "allow",
1731
+ "deny"
1732
+ ]
1733
+ },
1734
+ "task": {
1735
+ "type": "string",
1736
+ "enum": [
1737
+ "ask",
1738
+ "allow",
1739
+ "deny"
1740
+ ]
1741
+ },
1742
+ "doom_loop": {
1743
+ "type": "string",
1744
+ "enum": [
1745
+ "ask",
1746
+ "allow",
1747
+ "deny"
1748
+ ]
1749
+ },
1750
+ "external_directory": {
1751
+ "type": "string",
1752
+ "enum": [
1753
+ "ask",
1754
+ "allow",
1755
+ "deny"
1756
+ ]
1757
+ }
1758
+ },
1759
+ "additionalProperties": false
1760
+ },
1761
+ "maxTokens": {
1762
+ "type": "number"
1763
+ },
1764
+ "thinking": {
1765
+ "type": "object",
1766
+ "properties": {
1767
+ "type": {
1768
+ "type": "string",
1769
+ "enum": [
1770
+ "enabled",
1771
+ "disabled"
1772
+ ]
1773
+ },
1774
+ "budgetTokens": {
1775
+ "type": "number"
1776
+ }
1777
+ },
1778
+ "required": [
1779
+ "type"
1780
+ ],
1781
+ "additionalProperties": false
1782
+ },
1783
+ "reasoningEffort": {
1784
+ "type": "string",
1785
+ "enum": [
1786
+ "low",
1787
+ "medium",
1788
+ "high",
1789
+ "xhigh"
1790
+ ]
1791
+ },
1792
+ "textVerbosity": {
1793
+ "type": "string",
1794
+ "enum": [
1795
+ "low",
1796
+ "medium",
1797
+ "high"
1798
+ ]
1799
+ },
1800
+ "providerOptions": {
1801
+ "type": "object",
1802
+ "propertyNames": {
1803
+ "type": "string"
1804
+ },
1805
+ "additionalProperties": {}
1806
+ },
1807
+ "ultrawork": {
1808
+ "type": "object",
1809
+ "properties": {
1810
+ "model": {
1811
+ "type": "string"
1812
+ },
1813
+ "variant": {
1814
+ "type": "string"
1815
+ }
1816
+ },
1817
+ "additionalProperties": false
1818
+ },
1819
+ "compaction": {
1820
+ "type": "object",
1821
+ "properties": {
1822
+ "model": {
1823
+ "type": "string"
1824
+ },
1825
+ "variant": {
1826
+ "type": "string"
1827
+ }
1828
+ },
1829
+ "additionalProperties": false
1830
+ }
1831
+ },
1832
+ "additionalProperties": false
1833
+ },
1834
+ "momus": {
1835
+ "type": "object",
1836
+ "properties": {
1837
+ "model": {
1838
+ "type": "string"
1839
+ },
1840
+ "fallback_models": {
1841
+ "anyOf": [
1842
+ {
1843
+ "type": "string"
1844
+ },
1845
+ {
1846
+ "type": "array",
1847
+ "items": {
1848
+ "type": "string"
1849
+ }
1850
+ }
1851
+ ]
1852
+ },
1853
+ "variant": {
1854
+ "type": "string"
1855
+ },
1856
+ "category": {
1857
+ "type": "string"
1858
+ },
1859
+ "skills": {
1860
+ "type": "array",
1861
+ "items": {
1862
+ "type": "string"
1863
+ }
1864
+ },
1865
+ "temperature": {
1866
+ "type": "number",
1867
+ "minimum": 0,
1868
+ "maximum": 2
1869
+ },
1870
+ "top_p": {
1871
+ "type": "number",
1872
+ "minimum": 0,
1873
+ "maximum": 1
1874
+ },
1875
+ "prompt": {
1876
+ "type": "string"
1877
+ },
1878
+ "prompt_append": {
1879
+ "type": "string"
1880
+ },
1881
+ "tools": {
1882
+ "type": "object",
1883
+ "propertyNames": {
1884
+ "type": "string"
1885
+ },
1886
+ "additionalProperties": {
1887
+ "type": "boolean"
1888
+ }
1889
+ },
1890
+ "disable": {
1891
+ "type": "boolean"
1892
+ },
1893
+ "description": {
1894
+ "type": "string"
1895
+ },
1896
+ "mode": {
1897
+ "type": "string",
1898
+ "enum": [
1899
+ "subagent",
1900
+ "primary",
1901
+ "all"
1902
+ ]
1903
+ },
1904
+ "color": {
1905
+ "type": "string",
1906
+ "pattern": "^#[0-9A-Fa-f]{6}$"
1907
+ },
1908
+ "permission": {
1909
+ "type": "object",
1910
+ "properties": {
1911
+ "edit": {
1912
+ "type": "string",
1913
+ "enum": [
1914
+ "ask",
1915
+ "allow",
1916
+ "deny"
1917
+ ]
1918
+ },
1919
+ "bash": {
1920
+ "anyOf": [
1921
+ {
1922
+ "type": "string",
1923
+ "enum": [
1924
+ "ask",
1925
+ "allow",
1926
+ "deny"
1927
+ ]
1928
+ },
1929
+ {
1930
+ "type": "object",
1931
+ "propertyNames": {
1932
+ "type": "string"
1933
+ },
1934
+ "additionalProperties": {
1935
+ "type": "string",
1936
+ "enum": [
1937
+ "ask",
1938
+ "allow",
1939
+ "deny"
1940
+ ]
1941
+ }
1942
+ }
1943
+ ]
1944
+ },
1945
+ "webfetch": {
1946
+ "type": "string",
1947
+ "enum": [
1948
+ "ask",
1949
+ "allow",
1950
+ "deny"
1951
+ ]
1952
+ },
1953
+ "task": {
1954
+ "type": "string",
1955
+ "enum": [
1956
+ "ask",
1957
+ "allow",
1958
+ "deny"
1959
+ ]
1960
+ },
1961
+ "doom_loop": {
1962
+ "type": "string",
1963
+ "enum": [
1964
+ "ask",
1965
+ "allow",
1966
+ "deny"
1967
+ ]
1968
+ },
1969
+ "external_directory": {
1970
+ "type": "string",
1971
+ "enum": [
1972
+ "ask",
1973
+ "allow",
1974
+ "deny"
1975
+ ]
1976
+ }
1977
+ },
1978
+ "additionalProperties": false
1979
+ },
1980
+ "maxTokens": {
1981
+ "type": "number"
1982
+ },
1983
+ "thinking": {
1984
+ "type": "object",
1985
+ "properties": {
1986
+ "type": {
1987
+ "type": "string",
1988
+ "enum": [
1989
+ "enabled",
1990
+ "disabled"
1991
+ ]
1992
+ },
1993
+ "budgetTokens": {
1994
+ "type": "number"
1995
+ }
1996
+ },
1997
+ "required": [
1998
+ "type"
1999
+ ],
2000
+ "additionalProperties": false
2001
+ },
2002
+ "reasoningEffort": {
2003
+ "type": "string",
2004
+ "enum": [
2005
+ "low",
2006
+ "medium",
2007
+ "high",
2008
+ "xhigh"
2009
+ ]
2010
+ },
2011
+ "textVerbosity": {
2012
+ "type": "string",
2013
+ "enum": [
2014
+ "low",
2015
+ "medium",
2016
+ "high"
2017
+ ]
2018
+ },
2019
+ "providerOptions": {
2020
+ "type": "object",
2021
+ "propertyNames": {
2022
+ "type": "string"
2023
+ },
2024
+ "additionalProperties": {}
2025
+ },
2026
+ "ultrawork": {
2027
+ "type": "object",
2028
+ "properties": {
2029
+ "model": {
2030
+ "type": "string"
2031
+ },
2032
+ "variant": {
2033
+ "type": "string"
2034
+ }
2035
+ },
2036
+ "additionalProperties": false
2037
+ },
2038
+ "compaction": {
2039
+ "type": "object",
2040
+ "properties": {
2041
+ "model": {
2042
+ "type": "string"
2043
+ },
2044
+ "variant": {
2045
+ "type": "string"
2046
+ }
2047
+ },
2048
+ "additionalProperties": false
2049
+ }
2050
+ },
2051
+ "additionalProperties": false
2052
+ },
2053
+ "oracle": {
2054
+ "type": "object",
2055
+ "properties": {
2056
+ "model": {
2057
+ "type": "string"
2058
+ },
2059
+ "fallback_models": {
2060
+ "anyOf": [
2061
+ {
2062
+ "type": "string"
2063
+ },
2064
+ {
2065
+ "type": "array",
2066
+ "items": {
2067
+ "type": "string"
2068
+ }
2069
+ }
2070
+ ]
2071
+ },
2072
+ "variant": {
2073
+ "type": "string"
2074
+ },
2075
+ "category": {
2076
+ "type": "string"
2077
+ },
2078
+ "skills": {
2079
+ "type": "array",
2080
+ "items": {
2081
+ "type": "string"
2082
+ }
2083
+ },
2084
+ "temperature": {
2085
+ "type": "number",
2086
+ "minimum": 0,
2087
+ "maximum": 2
2088
+ },
2089
+ "top_p": {
2090
+ "type": "number",
2091
+ "minimum": 0,
2092
+ "maximum": 1
2093
+ },
2094
+ "prompt": {
2095
+ "type": "string"
2096
+ },
2097
+ "prompt_append": {
2098
+ "type": "string"
2099
+ },
2100
+ "tools": {
2101
+ "type": "object",
2102
+ "propertyNames": {
2103
+ "type": "string"
2104
+ },
2105
+ "additionalProperties": {
2106
+ "type": "boolean"
2107
+ }
2108
+ },
2109
+ "disable": {
2110
+ "type": "boolean"
2111
+ },
2112
+ "description": {
2113
+ "type": "string"
2114
+ },
2115
+ "mode": {
2116
+ "type": "string",
2117
+ "enum": [
2118
+ "subagent",
2119
+ "primary",
2120
+ "all"
2121
+ ]
2122
+ },
2123
+ "color": {
2124
+ "type": "string",
2125
+ "pattern": "^#[0-9A-Fa-f]{6}$"
2126
+ },
2127
+ "permission": {
2128
+ "type": "object",
2129
+ "properties": {
2130
+ "edit": {
2131
+ "type": "string",
2132
+ "enum": [
2133
+ "ask",
2134
+ "allow",
2135
+ "deny"
2136
+ ]
2137
+ },
2138
+ "bash": {
2139
+ "anyOf": [
2140
+ {
2141
+ "type": "string",
2142
+ "enum": [
2143
+ "ask",
2144
+ "allow",
2145
+ "deny"
2146
+ ]
2147
+ },
2148
+ {
2149
+ "type": "object",
2150
+ "propertyNames": {
2151
+ "type": "string"
2152
+ },
2153
+ "additionalProperties": {
2154
+ "type": "string",
2155
+ "enum": [
2156
+ "ask",
2157
+ "allow",
2158
+ "deny"
2159
+ ]
2160
+ }
2161
+ }
2162
+ ]
2163
+ },
2164
+ "webfetch": {
2165
+ "type": "string",
2166
+ "enum": [
2167
+ "ask",
2168
+ "allow",
2169
+ "deny"
2170
+ ]
2171
+ },
2172
+ "task": {
2173
+ "type": "string",
2174
+ "enum": [
2175
+ "ask",
2176
+ "allow",
2177
+ "deny"
2178
+ ]
2179
+ },
2180
+ "doom_loop": {
2181
+ "type": "string",
2182
+ "enum": [
2183
+ "ask",
2184
+ "allow",
2185
+ "deny"
2186
+ ]
2187
+ },
2188
+ "external_directory": {
2189
+ "type": "string",
2190
+ "enum": [
2191
+ "ask",
2192
+ "allow",
2193
+ "deny"
2194
+ ]
2195
+ }
2196
+ },
2197
+ "additionalProperties": false
2198
+ },
2199
+ "maxTokens": {
2200
+ "type": "number"
2201
+ },
2202
+ "thinking": {
2203
+ "type": "object",
2204
+ "properties": {
2205
+ "type": {
2206
+ "type": "string",
2207
+ "enum": [
2208
+ "enabled",
2209
+ "disabled"
2210
+ ]
2211
+ },
2212
+ "budgetTokens": {
2213
+ "type": "number"
2214
+ }
2215
+ },
2216
+ "required": [
2217
+ "type"
2218
+ ],
2219
+ "additionalProperties": false
2220
+ },
2221
+ "reasoningEffort": {
2222
+ "type": "string",
2223
+ "enum": [
2224
+ "low",
2225
+ "medium",
2226
+ "high",
2227
+ "xhigh"
2228
+ ]
2229
+ },
2230
+ "textVerbosity": {
2231
+ "type": "string",
2232
+ "enum": [
2233
+ "low",
2234
+ "medium",
2235
+ "high"
2236
+ ]
2237
+ },
2238
+ "providerOptions": {
2239
+ "type": "object",
2240
+ "propertyNames": {
2241
+ "type": "string"
2242
+ },
2243
+ "additionalProperties": {}
2244
+ },
2245
+ "ultrawork": {
2246
+ "type": "object",
2247
+ "properties": {
2248
+ "model": {
2249
+ "type": "string"
2250
+ },
2251
+ "variant": {
2252
+ "type": "string"
2253
+ }
2254
+ },
2255
+ "additionalProperties": false
2256
+ },
2257
+ "compaction": {
2258
+ "type": "object",
2259
+ "properties": {
2260
+ "model": {
2261
+ "type": "string"
2262
+ },
2263
+ "variant": {
2264
+ "type": "string"
2265
+ }
2266
+ },
2267
+ "additionalProperties": false
2268
+ }
2269
+ },
2270
+ "additionalProperties": false
2271
+ },
2272
+ "librarian": {
2273
+ "type": "object",
2274
+ "properties": {
2275
+ "model": {
2276
+ "type": "string"
2277
+ },
2278
+ "fallback_models": {
2279
+ "anyOf": [
2280
+ {
2281
+ "type": "string"
2282
+ },
2283
+ {
2284
+ "type": "array",
2285
+ "items": {
2286
+ "type": "string"
2287
+ }
2288
+ }
2289
+ ]
2290
+ },
2291
+ "variant": {
2292
+ "type": "string"
2293
+ },
2294
+ "category": {
2295
+ "type": "string"
2296
+ },
2297
+ "skills": {
2298
+ "type": "array",
2299
+ "items": {
2300
+ "type": "string"
2301
+ }
2302
+ },
2303
+ "temperature": {
2304
+ "type": "number",
2305
+ "minimum": 0,
2306
+ "maximum": 2
2307
+ },
2308
+ "top_p": {
2309
+ "type": "number",
2310
+ "minimum": 0,
2311
+ "maximum": 1
2312
+ },
2313
+ "prompt": {
2314
+ "type": "string"
2315
+ },
2316
+ "prompt_append": {
2317
+ "type": "string"
2318
+ },
2319
+ "tools": {
2320
+ "type": "object",
2321
+ "propertyNames": {
2322
+ "type": "string"
2323
+ },
2324
+ "additionalProperties": {
2325
+ "type": "boolean"
2326
+ }
2327
+ },
2328
+ "disable": {
2329
+ "type": "boolean"
2330
+ },
2331
+ "description": {
2332
+ "type": "string"
2333
+ },
2334
+ "mode": {
2335
+ "type": "string",
2336
+ "enum": [
2337
+ "subagent",
2338
+ "primary",
2339
+ "all"
2340
+ ]
2341
+ },
2342
+ "color": {
2343
+ "type": "string",
2344
+ "pattern": "^#[0-9A-Fa-f]{6}$"
2345
+ },
2346
+ "permission": {
2347
+ "type": "object",
2348
+ "properties": {
2349
+ "edit": {
2350
+ "type": "string",
2351
+ "enum": [
2352
+ "ask",
2353
+ "allow",
2354
+ "deny"
2355
+ ]
2356
+ },
2357
+ "bash": {
2358
+ "anyOf": [
2359
+ {
2360
+ "type": "string",
2361
+ "enum": [
2362
+ "ask",
2363
+ "allow",
2364
+ "deny"
2365
+ ]
2366
+ },
2367
+ {
2368
+ "type": "object",
2369
+ "propertyNames": {
2370
+ "type": "string"
2371
+ },
2372
+ "additionalProperties": {
2373
+ "type": "string",
2374
+ "enum": [
2375
+ "ask",
2376
+ "allow",
2377
+ "deny"
2378
+ ]
2379
+ }
2380
+ }
2381
+ ]
2382
+ },
2383
+ "webfetch": {
2384
+ "type": "string",
2385
+ "enum": [
2386
+ "ask",
2387
+ "allow",
2388
+ "deny"
2389
+ ]
2390
+ },
2391
+ "task": {
2392
+ "type": "string",
2393
+ "enum": [
2394
+ "ask",
2395
+ "allow",
2396
+ "deny"
2397
+ ]
2398
+ },
2399
+ "doom_loop": {
2400
+ "type": "string",
2401
+ "enum": [
2402
+ "ask",
2403
+ "allow",
2404
+ "deny"
2405
+ ]
2406
+ },
2407
+ "external_directory": {
2408
+ "type": "string",
2409
+ "enum": [
2410
+ "ask",
2411
+ "allow",
2412
+ "deny"
2413
+ ]
2414
+ }
2415
+ },
2416
+ "additionalProperties": false
2417
+ },
2418
+ "maxTokens": {
2419
+ "type": "number"
2420
+ },
2421
+ "thinking": {
2422
+ "type": "object",
2423
+ "properties": {
2424
+ "type": {
2425
+ "type": "string",
2426
+ "enum": [
2427
+ "enabled",
2428
+ "disabled"
2429
+ ]
2430
+ },
2431
+ "budgetTokens": {
2432
+ "type": "number"
2433
+ }
2434
+ },
2435
+ "required": [
2436
+ "type"
2437
+ ],
2438
+ "additionalProperties": false
2439
+ },
2440
+ "reasoningEffort": {
2441
+ "type": "string",
2442
+ "enum": [
2443
+ "low",
2444
+ "medium",
2445
+ "high",
2446
+ "xhigh"
2447
+ ]
2448
+ },
2449
+ "textVerbosity": {
2450
+ "type": "string",
2451
+ "enum": [
2452
+ "low",
2453
+ "medium",
2454
+ "high"
2455
+ ]
2456
+ },
2457
+ "providerOptions": {
2458
+ "type": "object",
2459
+ "propertyNames": {
2460
+ "type": "string"
2461
+ },
2462
+ "additionalProperties": {}
2463
+ },
2464
+ "ultrawork": {
2465
+ "type": "object",
2466
+ "properties": {
2467
+ "model": {
2468
+ "type": "string"
2469
+ },
2470
+ "variant": {
2471
+ "type": "string"
2472
+ }
2473
+ },
2474
+ "additionalProperties": false
2475
+ },
2476
+ "compaction": {
2477
+ "type": "object",
2478
+ "properties": {
2479
+ "model": {
2480
+ "type": "string"
2481
+ },
2482
+ "variant": {
2483
+ "type": "string"
2484
+ }
2485
+ },
2486
+ "additionalProperties": false
2487
+ }
2488
+ },
2489
+ "additionalProperties": false
2490
+ },
2491
+ "explore": {
2492
+ "type": "object",
2493
+ "properties": {
2494
+ "model": {
2495
+ "type": "string"
2496
+ },
2497
+ "fallback_models": {
2498
+ "anyOf": [
2499
+ {
2500
+ "type": "string"
2501
+ },
2502
+ {
2503
+ "type": "array",
2504
+ "items": {
2505
+ "type": "string"
2506
+ }
2507
+ }
2508
+ ]
2509
+ },
2510
+ "variant": {
2511
+ "type": "string"
2512
+ },
2513
+ "category": {
2514
+ "type": "string"
2515
+ },
2516
+ "skills": {
2517
+ "type": "array",
2518
+ "items": {
2519
+ "type": "string"
2520
+ }
2521
+ },
2522
+ "temperature": {
2523
+ "type": "number",
2524
+ "minimum": 0,
2525
+ "maximum": 2
2526
+ },
2527
+ "top_p": {
2528
+ "type": "number",
2529
+ "minimum": 0,
2530
+ "maximum": 1
2531
+ },
2532
+ "prompt": {
2533
+ "type": "string"
2534
+ },
2535
+ "prompt_append": {
2536
+ "type": "string"
2537
+ },
2538
+ "tools": {
2539
+ "type": "object",
2540
+ "propertyNames": {
2541
+ "type": "string"
2542
+ },
2543
+ "additionalProperties": {
2544
+ "type": "boolean"
2545
+ }
2546
+ },
2547
+ "disable": {
2548
+ "type": "boolean"
2549
+ },
2550
+ "description": {
2551
+ "type": "string"
2552
+ },
2553
+ "mode": {
2554
+ "type": "string",
2555
+ "enum": [
2556
+ "subagent",
2557
+ "primary",
2558
+ "all"
2559
+ ]
2560
+ },
2561
+ "color": {
2562
+ "type": "string",
2563
+ "pattern": "^#[0-9A-Fa-f]{6}$"
2564
+ },
2565
+ "permission": {
2566
+ "type": "object",
2567
+ "properties": {
2568
+ "edit": {
2569
+ "type": "string",
2570
+ "enum": [
2571
+ "ask",
2572
+ "allow",
2573
+ "deny"
2574
+ ]
2575
+ },
2576
+ "bash": {
2577
+ "anyOf": [
2578
+ {
2579
+ "type": "string",
2580
+ "enum": [
2581
+ "ask",
2582
+ "allow",
2583
+ "deny"
2584
+ ]
2585
+ },
2586
+ {
2587
+ "type": "object",
2588
+ "propertyNames": {
2589
+ "type": "string"
2590
+ },
2591
+ "additionalProperties": {
2592
+ "type": "string",
2593
+ "enum": [
2594
+ "ask",
2595
+ "allow",
2596
+ "deny"
2597
+ ]
2598
+ }
2599
+ }
2600
+ ]
2601
+ },
2602
+ "webfetch": {
2603
+ "type": "string",
2604
+ "enum": [
2605
+ "ask",
2606
+ "allow",
2607
+ "deny"
2608
+ ]
2609
+ },
2610
+ "task": {
2611
+ "type": "string",
2612
+ "enum": [
2613
+ "ask",
2614
+ "allow",
2615
+ "deny"
2616
+ ]
2617
+ },
2618
+ "doom_loop": {
2619
+ "type": "string",
2620
+ "enum": [
2621
+ "ask",
2622
+ "allow",
2623
+ "deny"
2624
+ ]
2625
+ },
2626
+ "external_directory": {
2627
+ "type": "string",
2628
+ "enum": [
2629
+ "ask",
2630
+ "allow",
2631
+ "deny"
2632
+ ]
2633
+ }
2634
+ },
2635
+ "additionalProperties": false
2636
+ },
2637
+ "maxTokens": {
2638
+ "type": "number"
2639
+ },
2640
+ "thinking": {
2641
+ "type": "object",
2642
+ "properties": {
2643
+ "type": {
2644
+ "type": "string",
2645
+ "enum": [
2646
+ "enabled",
2647
+ "disabled"
2648
+ ]
2649
+ },
2650
+ "budgetTokens": {
2651
+ "type": "number"
2652
+ }
2653
+ },
2654
+ "required": [
2655
+ "type"
2656
+ ],
2657
+ "additionalProperties": false
2658
+ },
2659
+ "reasoningEffort": {
2660
+ "type": "string",
2661
+ "enum": [
2662
+ "low",
2663
+ "medium",
2664
+ "high",
2665
+ "xhigh"
2666
+ ]
2667
+ },
2668
+ "textVerbosity": {
2669
+ "type": "string",
2670
+ "enum": [
2671
+ "low",
2672
+ "medium",
2673
+ "high"
2674
+ ]
2675
+ },
2676
+ "providerOptions": {
2677
+ "type": "object",
2678
+ "propertyNames": {
2679
+ "type": "string"
2680
+ },
2681
+ "additionalProperties": {}
2682
+ },
2683
+ "ultrawork": {
2684
+ "type": "object",
2685
+ "properties": {
2686
+ "model": {
2687
+ "type": "string"
2688
+ },
2689
+ "variant": {
2690
+ "type": "string"
2691
+ }
2692
+ },
2693
+ "additionalProperties": false
2694
+ },
2695
+ "compaction": {
2696
+ "type": "object",
2697
+ "properties": {
2698
+ "model": {
2699
+ "type": "string"
2700
+ },
2701
+ "variant": {
2702
+ "type": "string"
2703
+ }
2704
+ },
2705
+ "additionalProperties": false
2706
+ }
2707
+ },
2708
+ "additionalProperties": false
2709
+ },
2710
+ "multimodal-looker": {
2711
+ "type": "object",
2712
+ "properties": {
2713
+ "model": {
2714
+ "type": "string"
2715
+ },
2716
+ "fallback_models": {
2717
+ "anyOf": [
2718
+ {
2719
+ "type": "string"
2720
+ },
2721
+ {
2722
+ "type": "array",
2723
+ "items": {
2724
+ "type": "string"
2725
+ }
2726
+ }
2727
+ ]
2728
+ },
2729
+ "variant": {
2730
+ "type": "string"
2731
+ },
2732
+ "category": {
2733
+ "type": "string"
2734
+ },
2735
+ "skills": {
2736
+ "type": "array",
2737
+ "items": {
2738
+ "type": "string"
2739
+ }
2740
+ },
2741
+ "temperature": {
2742
+ "type": "number",
2743
+ "minimum": 0,
2744
+ "maximum": 2
2745
+ },
2746
+ "top_p": {
2747
+ "type": "number",
2748
+ "minimum": 0,
2749
+ "maximum": 1
2750
+ },
2751
+ "prompt": {
2752
+ "type": "string"
2753
+ },
2754
+ "prompt_append": {
2755
+ "type": "string"
2756
+ },
2757
+ "tools": {
2758
+ "type": "object",
2759
+ "propertyNames": {
2760
+ "type": "string"
2761
+ },
2762
+ "additionalProperties": {
2763
+ "type": "boolean"
2764
+ }
2765
+ },
2766
+ "disable": {
2767
+ "type": "boolean"
2768
+ },
2769
+ "description": {
2770
+ "type": "string"
2771
+ },
2772
+ "mode": {
2773
+ "type": "string",
2774
+ "enum": [
2775
+ "subagent",
2776
+ "primary",
2777
+ "all"
2778
+ ]
2779
+ },
2780
+ "color": {
2781
+ "type": "string",
2782
+ "pattern": "^#[0-9A-Fa-f]{6}$"
2783
+ },
2784
+ "permission": {
2785
+ "type": "object",
2786
+ "properties": {
2787
+ "edit": {
2788
+ "type": "string",
2789
+ "enum": [
2790
+ "ask",
2791
+ "allow",
2792
+ "deny"
2793
+ ]
2794
+ },
2795
+ "bash": {
2796
+ "anyOf": [
2797
+ {
2798
+ "type": "string",
2799
+ "enum": [
2800
+ "ask",
2801
+ "allow",
2802
+ "deny"
2803
+ ]
2804
+ },
2805
+ {
2806
+ "type": "object",
2807
+ "propertyNames": {
2808
+ "type": "string"
2809
+ },
2810
+ "additionalProperties": {
2811
+ "type": "string",
2812
+ "enum": [
2813
+ "ask",
2814
+ "allow",
2815
+ "deny"
2816
+ ]
2817
+ }
2818
+ }
2819
+ ]
2820
+ },
2821
+ "webfetch": {
2822
+ "type": "string",
2823
+ "enum": [
2824
+ "ask",
2825
+ "allow",
2826
+ "deny"
2827
+ ]
2828
+ },
2829
+ "task": {
2830
+ "type": "string",
2831
+ "enum": [
2832
+ "ask",
2833
+ "allow",
2834
+ "deny"
2835
+ ]
2836
+ },
2837
+ "doom_loop": {
2838
+ "type": "string",
2839
+ "enum": [
2840
+ "ask",
2841
+ "allow",
2842
+ "deny"
2843
+ ]
2844
+ },
2845
+ "external_directory": {
2846
+ "type": "string",
2847
+ "enum": [
2848
+ "ask",
2849
+ "allow",
2850
+ "deny"
2851
+ ]
2852
+ }
2853
+ },
2854
+ "additionalProperties": false
2855
+ },
2856
+ "maxTokens": {
2857
+ "type": "number"
2858
+ },
2859
+ "thinking": {
2860
+ "type": "object",
2861
+ "properties": {
2862
+ "type": {
2863
+ "type": "string",
2864
+ "enum": [
2865
+ "enabled",
2866
+ "disabled"
2867
+ ]
2868
+ },
2869
+ "budgetTokens": {
2870
+ "type": "number"
2871
+ }
2872
+ },
2873
+ "required": [
2874
+ "type"
2875
+ ],
2876
+ "additionalProperties": false
2877
+ },
2878
+ "reasoningEffort": {
2879
+ "type": "string",
2880
+ "enum": [
2881
+ "low",
2882
+ "medium",
2883
+ "high",
2884
+ "xhigh"
2885
+ ]
2886
+ },
2887
+ "textVerbosity": {
2888
+ "type": "string",
2889
+ "enum": [
2890
+ "low",
2891
+ "medium",
2892
+ "high"
2893
+ ]
2894
+ },
2895
+ "providerOptions": {
2896
+ "type": "object",
2897
+ "propertyNames": {
2898
+ "type": "string"
2899
+ },
2900
+ "additionalProperties": {}
2901
+ },
2902
+ "ultrawork": {
2903
+ "type": "object",
2904
+ "properties": {
2905
+ "model": {
2906
+ "type": "string"
2907
+ },
2908
+ "variant": {
2909
+ "type": "string"
2910
+ }
2911
+ },
2912
+ "additionalProperties": false
2913
+ },
2914
+ "compaction": {
2915
+ "type": "object",
2916
+ "properties": {
2917
+ "model": {
2918
+ "type": "string"
2919
+ },
2920
+ "variant": {
2921
+ "type": "string"
2922
+ }
2923
+ },
2924
+ "additionalProperties": false
2925
+ }
2926
+ },
2927
+ "additionalProperties": false
2928
+ },
2929
+ "atlas": {
2930
+ "type": "object",
2931
+ "properties": {
2932
+ "model": {
2933
+ "type": "string"
2934
+ },
2935
+ "fallback_models": {
2936
+ "anyOf": [
2937
+ {
2938
+ "type": "string"
2939
+ },
2940
+ {
2941
+ "type": "array",
2942
+ "items": {
2943
+ "type": "string"
2944
+ }
2945
+ }
2946
+ ]
2947
+ },
2948
+ "variant": {
2949
+ "type": "string"
2950
+ },
2951
+ "category": {
2952
+ "type": "string"
2953
+ },
2954
+ "skills": {
2955
+ "type": "array",
2956
+ "items": {
2957
+ "type": "string"
2958
+ }
2959
+ },
2960
+ "temperature": {
2961
+ "type": "number",
2962
+ "minimum": 0,
2963
+ "maximum": 2
2964
+ },
2965
+ "top_p": {
2966
+ "type": "number",
2967
+ "minimum": 0,
2968
+ "maximum": 1
2969
+ },
2970
+ "prompt": {
2971
+ "type": "string"
2972
+ },
2973
+ "prompt_append": {
2974
+ "type": "string"
2975
+ },
2976
+ "tools": {
2977
+ "type": "object",
2978
+ "propertyNames": {
2979
+ "type": "string"
2980
+ },
2981
+ "additionalProperties": {
2982
+ "type": "boolean"
2983
+ }
2984
+ },
2985
+ "disable": {
2986
+ "type": "boolean"
2987
+ },
2988
+ "description": {
2989
+ "type": "string"
2990
+ },
2991
+ "mode": {
2992
+ "type": "string",
2993
+ "enum": [
2994
+ "subagent",
2995
+ "primary",
2996
+ "all"
2997
+ ]
2998
+ },
2999
+ "color": {
3000
+ "type": "string",
3001
+ "pattern": "^#[0-9A-Fa-f]{6}$"
3002
+ },
3003
+ "permission": {
3004
+ "type": "object",
3005
+ "properties": {
3006
+ "edit": {
3007
+ "type": "string",
3008
+ "enum": [
3009
+ "ask",
3010
+ "allow",
3011
+ "deny"
3012
+ ]
3013
+ },
3014
+ "bash": {
3015
+ "anyOf": [
3016
+ {
3017
+ "type": "string",
3018
+ "enum": [
3019
+ "ask",
3020
+ "allow",
3021
+ "deny"
3022
+ ]
3023
+ },
3024
+ {
3025
+ "type": "object",
3026
+ "propertyNames": {
3027
+ "type": "string"
3028
+ },
3029
+ "additionalProperties": {
3030
+ "type": "string",
3031
+ "enum": [
3032
+ "ask",
3033
+ "allow",
3034
+ "deny"
3035
+ ]
3036
+ }
3037
+ }
3038
+ ]
3039
+ },
3040
+ "webfetch": {
3041
+ "type": "string",
3042
+ "enum": [
3043
+ "ask",
3044
+ "allow",
3045
+ "deny"
3046
+ ]
3047
+ },
3048
+ "task": {
3049
+ "type": "string",
3050
+ "enum": [
3051
+ "ask",
3052
+ "allow",
3053
+ "deny"
3054
+ ]
3055
+ },
3056
+ "doom_loop": {
3057
+ "type": "string",
3058
+ "enum": [
3059
+ "ask",
3060
+ "allow",
3061
+ "deny"
3062
+ ]
3063
+ },
3064
+ "external_directory": {
3065
+ "type": "string",
3066
+ "enum": [
3067
+ "ask",
3068
+ "allow",
3069
+ "deny"
3070
+ ]
3071
+ }
3072
+ },
3073
+ "additionalProperties": false
3074
+ },
3075
+ "maxTokens": {
3076
+ "type": "number"
3077
+ },
3078
+ "thinking": {
3079
+ "type": "object",
3080
+ "properties": {
3081
+ "type": {
3082
+ "type": "string",
3083
+ "enum": [
3084
+ "enabled",
3085
+ "disabled"
3086
+ ]
3087
+ },
3088
+ "budgetTokens": {
3089
+ "type": "number"
3090
+ }
3091
+ },
3092
+ "required": [
3093
+ "type"
3094
+ ],
3095
+ "additionalProperties": false
3096
+ },
3097
+ "reasoningEffort": {
3098
+ "type": "string",
3099
+ "enum": [
3100
+ "low",
3101
+ "medium",
3102
+ "high",
3103
+ "xhigh"
3104
+ ]
3105
+ },
3106
+ "textVerbosity": {
3107
+ "type": "string",
3108
+ "enum": [
3109
+ "low",
3110
+ "medium",
3111
+ "high"
3112
+ ]
3113
+ },
3114
+ "providerOptions": {
3115
+ "type": "object",
3116
+ "propertyNames": {
3117
+ "type": "string"
3118
+ },
3119
+ "additionalProperties": {}
3120
+ },
3121
+ "ultrawork": {
3122
+ "type": "object",
3123
+ "properties": {
3124
+ "model": {
3125
+ "type": "string"
3126
+ },
3127
+ "variant": {
3128
+ "type": "string"
3129
+ }
3130
+ },
3131
+ "additionalProperties": false
3132
+ },
3133
+ "compaction": {
3134
+ "type": "object",
3135
+ "properties": {
3136
+ "model": {
3137
+ "type": "string"
3138
+ },
3139
+ "variant": {
3140
+ "type": "string"
3141
+ }
3142
+ },
3143
+ "additionalProperties": false
3144
+ }
3145
+ },
3146
+ "additionalProperties": false
3147
+ }
3148
+ },
3149
+ "additionalProperties": false
3150
+ },
3151
+ "categories": {
3152
+ "type": "object",
3153
+ "propertyNames": {
3154
+ "type": "string"
3155
+ },
3156
+ "additionalProperties": {
3157
+ "type": "object",
3158
+ "properties": {
3159
+ "description": {
3160
+ "type": "string"
3161
+ },
3162
+ "model": {
3163
+ "type": "string"
3164
+ },
3165
+ "fallback_models": {
3166
+ "anyOf": [
3167
+ {
3168
+ "type": "string"
3169
+ },
3170
+ {
3171
+ "type": "array",
3172
+ "items": {
3173
+ "type": "string"
3174
+ }
3175
+ }
3176
+ ]
3177
+ },
3178
+ "variant": {
3179
+ "type": "string"
3180
+ },
3181
+ "temperature": {
3182
+ "type": "number",
3183
+ "minimum": 0,
3184
+ "maximum": 2
3185
+ },
3186
+ "top_p": {
3187
+ "type": "number",
3188
+ "minimum": 0,
3189
+ "maximum": 1
3190
+ },
3191
+ "maxTokens": {
3192
+ "type": "number"
3193
+ },
3194
+ "thinking": {
3195
+ "type": "object",
3196
+ "properties": {
3197
+ "type": {
3198
+ "type": "string",
3199
+ "enum": [
3200
+ "enabled",
3201
+ "disabled"
3202
+ ]
3203
+ },
3204
+ "budgetTokens": {
3205
+ "type": "number"
3206
+ }
3207
+ },
3208
+ "required": [
3209
+ "type"
3210
+ ],
3211
+ "additionalProperties": false
3212
+ },
3213
+ "reasoningEffort": {
3214
+ "type": "string",
3215
+ "enum": [
3216
+ "low",
3217
+ "medium",
3218
+ "high",
3219
+ "xhigh"
3220
+ ]
3221
+ },
3222
+ "textVerbosity": {
3223
+ "type": "string",
3224
+ "enum": [
3225
+ "low",
3226
+ "medium",
3227
+ "high"
3228
+ ]
3229
+ },
3230
+ "tools": {
3231
+ "type": "object",
3232
+ "propertyNames": {
3233
+ "type": "string"
3234
+ },
3235
+ "additionalProperties": {
3236
+ "type": "boolean"
3237
+ }
3238
+ },
3239
+ "prompt_append": {
3240
+ "type": "string"
3241
+ },
3242
+ "max_prompt_tokens": {
3243
+ "type": "integer",
3244
+ "exclusiveMinimum": 0,
3245
+ "maximum": 9007199254740991
3246
+ },
3247
+ "is_unstable_agent": {
3248
+ "type": "boolean"
3249
+ },
3250
+ "disable": {
3251
+ "type": "boolean"
3252
+ }
3253
+ },
3254
+ "additionalProperties": false
3255
+ }
3256
+ },
3257
+ "claude_code": {
3258
+ "type": "object",
3259
+ "properties": {
3260
+ "mcp": {
3261
+ "type": "boolean"
3262
+ },
3263
+ "commands": {
3264
+ "type": "boolean"
3265
+ },
3266
+ "skills": {
3267
+ "type": "boolean"
3268
+ },
3269
+ "agents": {
3270
+ "type": "boolean"
3271
+ },
3272
+ "hooks": {
3273
+ "type": "boolean"
3274
+ },
3275
+ "plugins": {
3276
+ "type": "boolean"
3277
+ },
3278
+ "plugins_override": {
3279
+ "type": "object",
3280
+ "propertyNames": {
3281
+ "type": "string"
3282
+ },
3283
+ "additionalProperties": {
3284
+ "type": "boolean"
3285
+ }
3286
+ }
3287
+ },
3288
+ "additionalProperties": false
3289
+ },
3290
+ "sisyphus_agent": {
3291
+ "type": "object",
3292
+ "properties": {
3293
+ "disabled": {
3294
+ "type": "boolean"
3295
+ },
3296
+ "default_builder_enabled": {
3297
+ "type": "boolean"
3298
+ },
3299
+ "planner_enabled": {
3300
+ "type": "boolean"
3301
+ },
3302
+ "replace_plan": {
3303
+ "type": "boolean"
3304
+ }
3305
+ },
3306
+ "additionalProperties": false
3307
+ },
3308
+ "comment_checker": {
3309
+ "type": "object",
3310
+ "properties": {
3311
+ "custom_prompt": {
3312
+ "type": "string"
3313
+ }
3314
+ },
3315
+ "additionalProperties": false
3316
+ },
3317
+ "experimental": {
3318
+ "type": "object",
3319
+ "properties": {
3320
+ "aggressive_truncation": {
3321
+ "type": "boolean"
3322
+ },
3323
+ "auto_resume": {
3324
+ "type": "boolean"
3325
+ },
3326
+ "preemptive_compaction": {
3327
+ "type": "boolean"
3328
+ },
3329
+ "truncate_all_tool_outputs": {
3330
+ "type": "boolean"
3331
+ },
3332
+ "dynamic_context_pruning": {
3333
+ "type": "object",
3334
+ "properties": {
3335
+ "enabled": {
3336
+ "default": false,
3337
+ "type": "boolean"
3338
+ },
3339
+ "notification": {
3340
+ "default": "detailed",
3341
+ "type": "string",
3342
+ "enum": [
3343
+ "off",
3344
+ "minimal",
3345
+ "detailed"
3346
+ ]
3347
+ },
3348
+ "turn_protection": {
3349
+ "type": "object",
3350
+ "properties": {
3351
+ "enabled": {
3352
+ "default": true,
3353
+ "type": "boolean"
3354
+ },
3355
+ "turns": {
3356
+ "default": 3,
3357
+ "type": "number",
3358
+ "minimum": 1,
3359
+ "maximum": 10
3360
+ }
3361
+ },
3362
+ "required": [
3363
+ "enabled",
3364
+ "turns"
3365
+ ],
3366
+ "additionalProperties": false
3367
+ },
3368
+ "protected_tools": {
3369
+ "default": [
3370
+ "task",
3371
+ "todowrite",
3372
+ "todoread",
3373
+ "lsp_rename",
3374
+ "session_read",
3375
+ "session_write",
3376
+ "session_search"
3377
+ ],
3378
+ "type": "array",
3379
+ "items": {
3380
+ "type": "string"
3381
+ }
3382
+ },
3383
+ "strategies": {
3384
+ "type": "object",
3385
+ "properties": {
3386
+ "deduplication": {
3387
+ "type": "object",
3388
+ "properties": {
3389
+ "enabled": {
3390
+ "default": true,
3391
+ "type": "boolean"
3392
+ }
3393
+ },
3394
+ "required": [
3395
+ "enabled"
3396
+ ],
3397
+ "additionalProperties": false
3398
+ },
3399
+ "supersede_writes": {
3400
+ "type": "object",
3401
+ "properties": {
3402
+ "enabled": {
3403
+ "default": true,
3404
+ "type": "boolean"
3405
+ },
3406
+ "aggressive": {
3407
+ "default": false,
3408
+ "type": "boolean"
3409
+ }
3410
+ },
3411
+ "required": [
3412
+ "enabled",
3413
+ "aggressive"
3414
+ ],
3415
+ "additionalProperties": false
3416
+ },
3417
+ "purge_errors": {
3418
+ "type": "object",
3419
+ "properties": {
3420
+ "enabled": {
3421
+ "default": true,
3422
+ "type": "boolean"
3423
+ },
3424
+ "turns": {
3425
+ "default": 5,
3426
+ "type": "number",
3427
+ "minimum": 1,
3428
+ "maximum": 20
3429
+ }
3430
+ },
3431
+ "required": [
3432
+ "enabled",
3433
+ "turns"
3434
+ ],
3435
+ "additionalProperties": false
3436
+ }
3437
+ },
3438
+ "additionalProperties": false
3439
+ }
3440
+ },
3441
+ "required": [
3442
+ "enabled",
3443
+ "notification",
3444
+ "protected_tools"
3445
+ ],
3446
+ "additionalProperties": false
3447
+ },
3448
+ "task_system": {
3449
+ "type": "boolean"
3450
+ },
3451
+ "plugin_load_timeout_ms": {
3452
+ "type": "number",
3453
+ "minimum": 1000
3454
+ },
3455
+ "safe_hook_creation": {
3456
+ "type": "boolean"
3457
+ },
3458
+ "disable_omo_env": {
3459
+ "type": "boolean"
3460
+ },
3461
+ "hashline_edit": {
3462
+ "type": "boolean"
3463
+ },
3464
+ "model_fallback_title": {
3465
+ "type": "boolean"
3466
+ }
3467
+ },
3468
+ "additionalProperties": false
3469
+ },
3470
+ "auto_update": {
3471
+ "type": "boolean"
3472
+ },
3473
+ "skills": {
3474
+ "anyOf": [
3475
+ {
3476
+ "type": "array",
3477
+ "items": {
3478
+ "type": "string"
3479
+ }
3480
+ },
3481
+ {
3482
+ "type": "object",
3483
+ "properties": {
3484
+ "sources": {
3485
+ "type": "array",
3486
+ "items": {
3487
+ "anyOf": [
3488
+ {
3489
+ "type": "string"
3490
+ },
3491
+ {
3492
+ "type": "object",
3493
+ "properties": {
3494
+ "path": {
3495
+ "type": "string"
3496
+ },
3497
+ "recursive": {
3498
+ "type": "boolean"
3499
+ },
3500
+ "glob": {
3501
+ "type": "string"
3502
+ }
3503
+ },
3504
+ "required": [
3505
+ "path"
3506
+ ],
3507
+ "additionalProperties": false
3508
+ }
3509
+ ]
3510
+ }
3511
+ },
3512
+ "enable": {
3513
+ "type": "array",
3514
+ "items": {
3515
+ "type": "string"
3516
+ }
3517
+ },
3518
+ "disable": {
3519
+ "type": "array",
3520
+ "items": {
3521
+ "type": "string"
3522
+ }
3523
+ }
3524
+ },
3525
+ "additionalProperties": {
3526
+ "anyOf": [
3527
+ {
3528
+ "type": "boolean"
3529
+ },
3530
+ {
3531
+ "type": "object",
3532
+ "properties": {
3533
+ "description": {
3534
+ "type": "string"
3535
+ },
3536
+ "template": {
3537
+ "type": "string"
3538
+ },
3539
+ "from": {
3540
+ "type": "string"
3541
+ },
3542
+ "model": {
3543
+ "type": "string"
3544
+ },
3545
+ "agent": {
3546
+ "type": "string"
3547
+ },
3548
+ "subtask": {
3549
+ "type": "boolean"
3550
+ },
3551
+ "argument-hint": {
3552
+ "type": "string"
3553
+ },
3554
+ "license": {
3555
+ "type": "string"
3556
+ },
3557
+ "compatibility": {
3558
+ "type": "string"
3559
+ },
3560
+ "metadata": {
3561
+ "type": "object",
3562
+ "propertyNames": {
3563
+ "type": "string"
3564
+ },
3565
+ "additionalProperties": {}
3566
+ },
3567
+ "allowed-tools": {
3568
+ "type": "array",
3569
+ "items": {
3570
+ "type": "string"
3571
+ }
3572
+ },
3573
+ "disable": {
3574
+ "type": "boolean"
3575
+ }
3576
+ },
3577
+ "additionalProperties": false
3578
+ }
3579
+ ]
3580
+ }
3581
+ }
3582
+ ]
3583
+ },
3584
+ "ralph_loop": {
3585
+ "type": "object",
3586
+ "properties": {
3587
+ "enabled": {
3588
+ "default": false,
3589
+ "type": "boolean"
3590
+ },
3591
+ "default_max_iterations": {
3592
+ "default": 100,
3593
+ "type": "number",
3594
+ "minimum": 1,
3595
+ "maximum": 1000
3596
+ },
3597
+ "state_dir": {
3598
+ "type": "string"
3599
+ },
3600
+ "default_strategy": {
3601
+ "default": "continue",
3602
+ "type": "string",
3603
+ "enum": [
3604
+ "reset",
3605
+ "continue"
3606
+ ]
3607
+ }
3608
+ },
3609
+ "required": [
3610
+ "enabled",
3611
+ "default_max_iterations",
3612
+ "default_strategy"
3613
+ ],
3614
+ "additionalProperties": false
3615
+ },
3616
+ "runtime_fallback": {
3617
+ "anyOf": [
3618
+ {
3619
+ "type": "boolean"
3620
+ },
3621
+ {
3622
+ "type": "object",
3623
+ "properties": {
3624
+ "enabled": {
3625
+ "type": "boolean"
3626
+ },
3627
+ "retry_on_errors": {
3628
+ "type": "array",
3629
+ "items": {
3630
+ "type": "number"
3631
+ }
3632
+ },
3633
+ "max_fallback_attempts": {
3634
+ "type": "number",
3635
+ "minimum": 1,
3636
+ "maximum": 20
3637
+ },
3638
+ "cooldown_seconds": {
3639
+ "type": "number",
3640
+ "minimum": 0
3641
+ },
3642
+ "timeout_seconds": {
3643
+ "type": "number",
3644
+ "minimum": 0
3645
+ },
3646
+ "notify_on_fallback": {
3647
+ "type": "boolean"
3648
+ }
3649
+ },
3650
+ "additionalProperties": false
3651
+ }
3652
+ ]
3653
+ },
3654
+ "background_task": {
3655
+ "type": "object",
3656
+ "properties": {
3657
+ "defaultConcurrency": {
3658
+ "type": "number",
3659
+ "minimum": 1
3660
+ },
3661
+ "providerConcurrency": {
3662
+ "type": "object",
3663
+ "propertyNames": {
3664
+ "type": "string"
3665
+ },
3666
+ "additionalProperties": {
3667
+ "type": "number",
3668
+ "minimum": 0
3669
+ }
3670
+ },
3671
+ "modelConcurrency": {
3672
+ "type": "object",
3673
+ "propertyNames": {
3674
+ "type": "string"
3675
+ },
3676
+ "additionalProperties": {
3677
+ "type": "number",
3678
+ "minimum": 0
3679
+ }
3680
+ },
3681
+ "staleTimeoutMs": {
3682
+ "type": "number",
3683
+ "minimum": 60000
3684
+ },
3685
+ "messageStalenessTimeoutMs": {
3686
+ "type": "number",
3687
+ "minimum": 60000
3688
+ },
3689
+ "syncPollTimeoutMs": {
3690
+ "type": "number",
3691
+ "minimum": 60000
3692
+ }
3693
+ },
3694
+ "additionalProperties": false
3695
+ },
3696
+ "notification": {
3697
+ "type": "object",
3698
+ "properties": {
3699
+ "force_enable": {
3700
+ "type": "boolean"
3701
+ }
3702
+ },
3703
+ "additionalProperties": false
3704
+ },
3705
+ "babysitting": {
3706
+ "type": "object",
3707
+ "properties": {
3708
+ "timeout_ms": {
3709
+ "default": 120000,
3710
+ "type": "number"
3711
+ }
3712
+ },
3713
+ "required": [
3714
+ "timeout_ms"
3715
+ ],
3716
+ "additionalProperties": false
3717
+ },
3718
+ "git_master": {
3719
+ "type": "object",
3720
+ "properties": {
3721
+ "commit_footer": {
3722
+ "default": true,
3723
+ "anyOf": [
3724
+ {
3725
+ "type": "boolean"
3726
+ },
3727
+ {
3728
+ "type": "string"
3729
+ }
3730
+ ]
3731
+ },
3732
+ "include_co_authored_by": {
3733
+ "default": true,
3734
+ "type": "boolean"
3735
+ }
3736
+ },
3737
+ "required": [
3738
+ "commit_footer",
3739
+ "include_co_authored_by"
3740
+ ],
3741
+ "additionalProperties": false
3742
+ },
3743
+ "browser_automation_engine": {
3744
+ "type": "object",
3745
+ "properties": {
3746
+ "provider": {
3747
+ "default": "playwright",
3748
+ "type": "string",
3749
+ "enum": [
3750
+ "playwright",
3751
+ "agent-browser",
3752
+ "dev-browser",
3753
+ "playwright-cli"
3754
+ ]
3755
+ }
3756
+ },
3757
+ "required": [
3758
+ "provider"
3759
+ ],
3760
+ "additionalProperties": false
3761
+ },
3762
+ "websearch": {
3763
+ "type": "object",
3764
+ "properties": {
3765
+ "provider": {
3766
+ "type": "string",
3767
+ "enum": [
3768
+ "exa",
3769
+ "tavily"
3770
+ ]
3771
+ }
3772
+ },
3773
+ "additionalProperties": false
3774
+ },
3775
+ "tmux": {
3776
+ "type": "object",
3777
+ "properties": {
3778
+ "enabled": {
3779
+ "default": false,
3780
+ "type": "boolean"
3781
+ },
3782
+ "layout": {
3783
+ "default": "main-vertical",
3784
+ "type": "string",
3785
+ "enum": [
3786
+ "main-horizontal",
3787
+ "main-vertical",
3788
+ "tiled",
3789
+ "even-horizontal",
3790
+ "even-vertical"
3791
+ ]
3792
+ },
3793
+ "main_pane_size": {
3794
+ "default": 60,
3795
+ "type": "number",
3796
+ "minimum": 20,
3797
+ "maximum": 80
3798
+ },
3799
+ "main_pane_min_width": {
3800
+ "default": 120,
3801
+ "type": "number",
3802
+ "minimum": 40
3803
+ },
3804
+ "agent_pane_min_width": {
3805
+ "default": 40,
3806
+ "type": "number",
3807
+ "minimum": 20
3808
+ }
3809
+ },
3810
+ "required": [
3811
+ "enabled",
3812
+ "layout",
3813
+ "main_pane_size",
3814
+ "main_pane_min_width",
3815
+ "agent_pane_min_width"
3816
+ ],
3817
+ "additionalProperties": false
3818
+ },
3819
+ "sisyphus": {
3820
+ "type": "object",
3821
+ "properties": {
3822
+ "tasks": {
3823
+ "type": "object",
3824
+ "properties": {
3825
+ "storage_path": {
3826
+ "type": "string"
3827
+ },
3828
+ "task_list_id": {
3829
+ "type": "string"
3830
+ },
3831
+ "claude_code_compat": {
3832
+ "default": false,
3833
+ "type": "boolean"
3834
+ }
3835
+ },
3836
+ "required": [
3837
+ "claude_code_compat"
3838
+ ],
3839
+ "additionalProperties": false
3840
+ }
3841
+ },
3842
+ "additionalProperties": false
3843
+ },
3844
+ "start_work": {
3845
+ "type": "object",
3846
+ "properties": {
3847
+ "auto_commit": {
3848
+ "default": true,
3849
+ "type": "boolean"
3850
+ }
3851
+ },
3852
+ "required": [
3853
+ "auto_commit"
3854
+ ],
3855
+ "additionalProperties": false
3856
+ },
3857
+ "_migrations": {
3858
+ "type": "array",
3859
+ "items": {
3860
+ "type": "string"
3861
+ }
3862
+ }
3863
+ },
3864
+ "additionalProperties": false
3865
+ }