@bohuyeshan/openagent-labforge-core 3.11.5 → 3.13.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 (272) hide show
  1. package/README.ja.md +130 -343
  2. package/README.ko.md +128 -337
  3. package/README.md +229 -584
  4. package/README.ru.md +131 -364
  5. package/README.zh-cn.md +231 -547
  6. package/bin/openagent-labforge.js +95 -9
  7. package/bin/platform.test.ts +20 -21
  8. package/dist/agents/article-writer.d.ts +7 -0
  9. package/dist/agents/atlas/default.d.ts +1 -1
  10. package/dist/agents/atlas/gemini.d.ts +1 -1
  11. package/dist/agents/atlas/gpt.d.ts +1 -1
  12. package/dist/agents/bio-methodologist.d.ts +1 -1
  13. package/dist/agents/bio-orchestrator.d.ts +7 -0
  14. package/dist/agents/bio-skill-guidance.d.ts +1 -0
  15. package/dist/agents/builtin-agents/general-agents.d.ts +0 -1
  16. package/dist/agents/builtin-agents/sisyphus-agent.d.ts +16 -0
  17. package/dist/agents/dynamic-agent-prompt-builder.d.ts +0 -2
  18. package/dist/agents/engineering-capability.d.ts +7 -0
  19. package/dist/agents/env-context.d.ts +1 -1
  20. package/dist/agents/github-scout.d.ts +7 -0
  21. package/dist/agents/index.d.ts +0 -1
  22. package/dist/agents/metis.d.ts +1 -1
  23. package/dist/agents/momus.d.ts +1 -1
  24. package/dist/agents/prometheus/behavioral-summary.d.ts +1 -1
  25. package/dist/agents/prometheus/gemini.d.ts +1 -1
  26. package/dist/agents/prometheus/gpt.d.ts +1 -1
  27. package/dist/agents/prometheus/interview-mode.d.ts +1 -1
  28. package/dist/agents/prometheus/plan-generation.d.ts +1 -1
  29. package/dist/agents/prometheus/plan-template.d.ts +1 -1
  30. package/dist/agents/prometheus/system-prompt.d.ts +1 -1
  31. package/dist/agents/scientific-writer.d.ts +7 -0
  32. package/dist/agents/sisyphus-junior/gpt-5-3-codex.d.ts +1 -1
  33. package/dist/agents/sisyphus-junior/gpt-5-4.d.ts +1 -1
  34. package/dist/agents/sisyphus-junior/gpt.d.ts +1 -1
  35. package/dist/agents/tech-scout.d.ts +7 -0
  36. package/dist/agents/types.d.ts +1 -1
  37. package/dist/agents/wase.d.ts +8 -0
  38. package/dist/agents/wet-lab-designer.d.ts +7 -0
  39. package/dist/agents/writing-style-rules.d.ts +1 -0
  40. package/dist/cli/config-manager/bun-install.d.ts +1 -6
  41. package/dist/cli/config-manager/cleanup-managed-mcp-from-opencode-config.d.ts +2 -0
  42. package/dist/cli/config-manager/cleanup-stale-managed-agents.d.ts +2 -0
  43. package/dist/cli/config-manager/parse-opencode-config-file.d.ts +2 -0
  44. package/dist/cli/config-manager/plugin-name-with-version.d.ts +1 -1
  45. package/dist/cli/config-manager/sync-static-agent-to-opencode-config.d.ts +2 -0
  46. package/dist/cli/config-manager/sync-static-mcp-to-opencode-config.d.ts +2 -0
  47. package/dist/cli/config-manager/write-bootstrap-skill.d.ts +15 -0
  48. package/dist/cli/config-manager.d.ts +5 -0
  49. package/dist/cli/index.js +24986 -15362
  50. package/dist/cli/install-validators.d.ts +0 -1
  51. package/dist/cli/model-fallback-types.d.ts +0 -1
  52. package/dist/cli/run/index.d.ts +0 -1
  53. package/dist/cli/run/types.d.ts +0 -1
  54. package/dist/cli/types.d.ts +0 -3
  55. package/dist/config/schema/agent-names.d.ts +36 -3
  56. package/dist/config/schema/agent-overrides.d.ts +504 -0
  57. package/dist/config/schema/background-task.d.ts +0 -2
  58. package/dist/config/schema/experimental.d.ts +5 -0
  59. package/dist/config/schema/git-master.d.ts +0 -1
  60. package/dist/config/schema/hooks.d.ts +0 -2
  61. package/dist/config/schema/mcp-policy.d.ts +1 -0
  62. package/dist/config/schema/oh-my-opencode-config.d.ts +526 -54
  63. package/dist/config/schema.d.ts +0 -1
  64. package/dist/create-hooks.d.ts +0 -13
  65. package/dist/features/background-agent/compaction-aware-message-resolver.d.ts +1 -16
  66. package/dist/features/background-agent/constants.d.ts +2 -1
  67. package/dist/features/background-agent/manager.d.ts +5 -20
  68. package/dist/features/background-agent/process-cleanup.d.ts +1 -1
  69. package/dist/features/background-agent/task-history.d.ts +0 -1
  70. package/dist/features/background-agent/task-poller.d.ts +0 -1
  71. package/dist/features/background-agent/types.d.ts +0 -4
  72. package/dist/features/builtin-commands/commands.d.ts +4 -1
  73. package/dist/features/builtin-skills/skills/bio-methods.d.ts +2 -0
  74. package/dist/features/builtin-skills/skills/bio-pipeline.d.ts +2 -0
  75. package/dist/features/builtin-skills/skills/bio-tools.d.ts +2 -0
  76. package/dist/features/builtin-skills/skills/bio-visualization.d.ts +2 -0
  77. package/dist/features/builtin-skills/skills/cell-annotation.d.ts +2 -0
  78. package/dist/features/builtin-skills/skills/differential-expression.d.ts +2 -0
  79. package/dist/features/builtin-skills/skills/geo-query.d.ts +2 -0
  80. package/dist/features/builtin-skills/skills/index.d.ts +14 -0
  81. package/dist/features/builtin-skills/skills/paper-evidence.d.ts +2 -0
  82. package/dist/features/builtin-skills/skills/pubmed-search.d.ts +2 -0
  83. package/dist/features/builtin-skills/skills/scrna-preprocessing.d.ts +2 -0
  84. package/dist/features/builtin-skills/skills/sequence-analysis.d.ts +2 -0
  85. package/dist/features/builtin-skills/skills/structural-biology.d.ts +2 -0
  86. package/dist/features/builtin-skills/skills/vector-design.d.ts +2 -0
  87. package/dist/features/builtin-skills/skills/wet-lab-design.d.ts +2 -0
  88. package/dist/features/claude-code-agent-loader/loader.d.ts +3 -3
  89. package/dist/features/claude-code-agent-loader/types.d.ts +1 -8
  90. package/dist/features/claude-code-mcp-loader/configure-allowed-env-vars.d.ts +5 -0
  91. package/dist/features/claude-code-mcp-loader/index.d.ts +1 -0
  92. package/dist/features/claude-code-mcp-loader/types.d.ts +3 -0
  93. package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +2 -2
  94. package/dist/features/claude-code-plugin-loader/loader.d.ts +2 -2
  95. package/dist/features/claude-code-plugin-loader/types.d.ts +1 -1
  96. package/dist/features/claude-code-session-state/state.d.ts +5 -0
  97. package/dist/features/opencode-skill-loader/git-master-template-injection.d.ts +1 -1
  98. package/dist/features/opencode-skill-loader/project-skill-directory-discovery.d.ts +1 -0
  99. package/dist/features/opencode-skill-loader/skill-metadata-validator.d.ts +8 -0
  100. package/dist/features/skill-mcp-manager/types.d.ts +0 -4
  101. package/dist/features/tmux-subagent/index.d.ts +0 -1
  102. package/dist/features/tmux-subagent/manager.d.ts +0 -5
  103. package/dist/features/tmux-subagent/types.d.ts +0 -2
  104. package/dist/hooks/atlas/tool-execute-after.d.ts +0 -2
  105. package/dist/hooks/atlas/types.d.ts +0 -2
  106. package/dist/hooks/atlas/verification-reminders.d.ts +0 -4
  107. package/dist/hooks/auto-slash-command/hook.d.ts +0 -7
  108. package/dist/hooks/auto-update-checker/checker.d.ts +1 -3
  109. package/dist/hooks/auto-update-checker/constants.d.ts +2 -2
  110. package/dist/hooks/comment-checker/downloader.d.ts +1 -1
  111. package/dist/hooks/compaction-context-injector/hook.d.ts +1 -5
  112. package/dist/hooks/context-window-monitor.d.ts +5 -2
  113. package/dist/hooks/index.d.ts +0 -2
  114. package/dist/hooks/keyword-detector/detector.d.ts +1 -1
  115. package/dist/hooks/keyword-detector/hook.d.ts +2 -2
  116. package/dist/hooks/keyword-detector/index.d.ts +1 -0
  117. package/dist/hooks/keyword-detector/semantic-hint.d.ts +4 -0
  118. package/dist/hooks/keyword-detector/ultrawork/autonomous.d.ts +8 -0
  119. package/dist/hooks/preemptive-compaction.d.ts +5 -2
  120. package/dist/hooks/runtime-fallback/hook.d.ts +3 -2
  121. package/dist/hooks/runtime-fallback/message-update-handler.d.ts +2 -1
  122. package/dist/hooks/runtime-fallback/types.d.ts +3 -56
  123. package/dist/hooks/session-notification-scheduler.d.ts +3 -5
  124. package/dist/hooks/session-notification.d.ts +0 -2
  125. package/dist/hooks/session-recovery/tool-pairing.d.ts +16 -0
  126. package/dist/hooks/start-work/index.d.ts +1 -1
  127. package/dist/hooks/start-work/worktree-detector.d.ts +0 -7
  128. package/dist/hooks/todo-continuation-enforcer/compaction-guard.d.ts +4 -0
  129. package/dist/hooks/todo-continuation-enforcer/constants.d.ts +6 -5
  130. package/dist/hooks/todo-continuation-enforcer/handler.d.ts +0 -1
  131. package/dist/hooks/todo-continuation-enforcer/idle-event.d.ts +0 -1
  132. package/dist/hooks/todo-continuation-enforcer/resolve-message-info.d.ts +3 -0
  133. package/dist/hooks/todo-continuation-enforcer/session-state.d.ts +1 -1
  134. package/dist/hooks/todo-continuation-enforcer/types.d.ts +8 -3
  135. package/dist/hooks/tool-output-truncator.d.ts +0 -1
  136. package/dist/index.js +56627 -56933
  137. package/dist/mcp/extended.d.ts +4 -2
  138. package/dist/mcp/index.d.ts +2 -1
  139. package/dist/mcp/types.d.ts +2 -3
  140. package/dist/openagent-labforge.schema.json +1362 -83
  141. package/dist/plugin/hooks/create-continuation-hooks.d.ts +1 -2
  142. package/dist/plugin/hooks/create-core-hooks.d.ts +0 -1
  143. package/dist/plugin/hooks/create-session-hooks.d.ts +1 -2
  144. package/dist/plugin/ultrawork-model-override.d.ts +11 -1
  145. package/dist/plugin-dispose.d.ts +12 -10
  146. package/dist/plugin-handlers/agent-config-handler.d.ts +0 -1
  147. package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +1 -1
  148. package/dist/plugin-state.d.ts +0 -5
  149. package/dist/shared/agent-display-names.d.ts +1 -0
  150. package/dist/shared/data-path.d.ts +1 -1
  151. package/dist/shared/dynamic-truncator.d.ts +7 -4
  152. package/dist/shared/external-plugin-detector.d.ts +7 -0
  153. package/dist/shared/index.d.ts +5 -3
  154. package/dist/shared/jsonc-parser.d.ts +4 -0
  155. package/dist/shared/mcp-local-command-normalizer.d.ts +1 -0
  156. package/dist/shared/migrate-legacy-config-file.d.ts +1 -0
  157. package/dist/shared/model-error-classifier.d.ts +1 -2
  158. package/dist/shared/opencode-command-dirs.d.ts +0 -1
  159. package/dist/shared/plugin-identity.d.ts +2 -3
  160. package/dist/shared/project-discovery-dirs.d.ts +4 -0
  161. package/dist/shared/session-model-state.d.ts +1 -2
  162. package/dist/shared/system-directive.d.ts +5 -6
  163. package/dist/tools/call-omo-agent/background-executor.d.ts +1 -2
  164. package/dist/tools/call-omo-agent/constants.d.ts +2 -2
  165. package/dist/tools/call-omo-agent/sync-executor.d.ts +3 -11
  166. package/dist/tools/call-omo-agent/tools.d.ts +2 -2
  167. package/dist/tools/call-omo-agent/types.d.ts +13 -0
  168. package/dist/tools/delegate-task/constants.d.ts +1 -1
  169. package/dist/tools/delegate-task/model-selection.d.ts +0 -1
  170. package/dist/tools/delegate-task/model-string-parser.d.ts +3 -1
  171. package/dist/tools/delegate-task/parent-context-resolver.d.ts +22 -0
  172. package/dist/tools/lsp/constants.d.ts +0 -1
  173. package/dist/tools/lsp/lsp-client-transport.d.ts +2 -4
  174. package/dist/tools/lsp/lsp-client-wrapper.d.ts +1 -2
  175. package/generated/skills-bundles/catalog.json +1 -1
  176. package/generated/skills-bundles/full/skills/data-analysis/experiment-monitoring/auto-claude__monitor-experiment/SKILL.md +56 -55
  177. package/generated/skills-bundles/full/skills/data-analysis/experiment-ops/auto-claude__run-experiment/SKILL.md +105 -104
  178. package/generated/skills-bundles/full/skills/data-analysis/optimization/auto-claude__dse-loop/SKILL.md +272 -271
  179. package/generated/skills-bundles/full/skills/data-analysis/statistics/auto-claude__analyze-results/SKILL.md +40 -39
  180. package/generated/skills-bundles/full/skills/data-analysis/visualization/auto-claude__paper-figure/SKILL.md +274 -273
  181. package/generated/skills-bundles/full/skills/productivity/visual-design/auto-claude__pixel-art/SKILL.md +131 -130
  182. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-compile/SKILL.md +245 -244
  183. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-plan/SKILL.md +247 -246
  184. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/SKILL.md +303 -302
  185. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/iclr2026.tex +84 -84
  186. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/icml2025.tex +87 -87
  187. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/math_commands.tex +48 -48
  188. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/neurips2025.tex +80 -80
  189. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-writing/SKILL.md +31 -31
  190. package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__arxiv/SKILL.md +126 -125
  191. package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__novelty-check/SKILL.md +80 -79
  192. package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__research-lit/SKILL.md +187 -186
  193. package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-creator/SKILL.md +11 -11
  194. package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-discovery/SKILL.md +18 -18
  195. package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-discovery-robot/SKILL.md +20 -20
  196. package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__research-pipeline/SKILL.md +15 -15
  197. package/generated/skills-bundles/full/skills/research/theory-writing/auto-claude__proof-writer/SKILL.md +217 -216
  198. package/generated/skills-bundles/paper/skills/data-analysis/experiment-monitoring/auto-claude__monitor-experiment/SKILL.md +56 -55
  199. package/generated/skills-bundles/paper/skills/data-analysis/experiment-ops/auto-claude__run-experiment/SKILL.md +105 -104
  200. package/generated/skills-bundles/paper/skills/data-analysis/optimization/auto-claude__dse-loop/SKILL.md +272 -271
  201. package/generated/skills-bundles/paper/skills/data-analysis/statistics/auto-claude__analyze-results/SKILL.md +40 -39
  202. package/generated/skills-bundles/paper/skills/data-analysis/visualization/auto-claude__paper-figure/SKILL.md +274 -273
  203. package/generated/skills-bundles/paper/skills/productivity/visual-design/auto-claude__pixel-art/SKILL.md +131 -130
  204. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-compile/SKILL.md +245 -244
  205. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-plan/SKILL.md +247 -246
  206. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/SKILL.md +303 -302
  207. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/iclr2026.tex +84 -84
  208. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/icml2025.tex +87 -87
  209. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/math_commands.tex +48 -48
  210. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/neurips2025.tex +80 -80
  211. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-writing/SKILL.md +31 -31
  212. package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__arxiv/SKILL.md +126 -125
  213. package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__novelty-check/SKILL.md +80 -79
  214. package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__research-lit/SKILL.md +187 -186
  215. package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-creator/SKILL.md +11 -11
  216. package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-discovery/SKILL.md +18 -18
  217. package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-discovery-robot/SKILL.md +20 -20
  218. package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__research-pipeline/SKILL.md +15 -15
  219. package/generated/skills-bundles/paper/skills/research/theory-writing/auto-claude__proof-writer/SKILL.md +217 -216
  220. package/package.json +36 -32
  221. package/dist/cli/openai-only-model-catalog.d.ts +0 -3
  222. package/dist/cli/run/model-resolver.d.ts +0 -4
  223. package/dist/config/schema/git-env-prefix.d.ts +0 -5
  224. package/dist/features/background-agent/remove-task-toast-tracking.d.ts +0 -1
  225. package/dist/features/background-agent/subagent-spawn-limits.d.ts +0 -23
  226. package/dist/features/claude-code-agent-loader/claude-model-mapper.d.ts +0 -4
  227. package/dist/features/tmux-subagent/pane-state-parser.d.ts +0 -8
  228. package/dist/features/tmux-subagent/tracked-session-state.d.ts +0 -8
  229. package/dist/hooks/atlas/boulder-session-lineage.d.ts +0 -6
  230. package/dist/hooks/atlas/final-wave-approval-gate.d.ts +0 -4
  231. package/dist/hooks/atlas/idle-event.d.ts +0 -8
  232. package/dist/hooks/atlas/resolve-active-boulder-session.d.ts +0 -11
  233. package/dist/hooks/auto-slash-command/processed-command-store.d.ts +0 -7
  234. package/dist/hooks/auto-update-checker/checker/sync-package-json.d.ts +0 -7
  235. package/dist/hooks/compaction-context-injector/compaction-context-prompt.d.ts +0 -1
  236. package/dist/hooks/compaction-context-injector/constants.d.ts +0 -5
  237. package/dist/hooks/compaction-context-injector/recovery-prompt-config.d.ts +0 -6
  238. package/dist/hooks/compaction-context-injector/recovery.d.ts +0 -6
  239. package/dist/hooks/compaction-context-injector/session-id.d.ts +0 -2
  240. package/dist/hooks/compaction-context-injector/session-prompt-config-resolver.d.ts +0 -16
  241. package/dist/hooks/compaction-context-injector/tail-monitor.d.ts +0 -13
  242. package/dist/hooks/compaction-context-injector/types.d.ts +0 -43
  243. package/dist/hooks/compaction-context-injector/validated-model.d.ts +0 -13
  244. package/dist/hooks/delegate-task-english-directive/hook.d.ts +0 -14
  245. package/dist/hooks/delegate-task-english-directive/index.d.ts +0 -1
  246. package/dist/hooks/gpt-permission-continuation/assistant-message.d.ts +0 -23
  247. package/dist/hooks/gpt-permission-continuation/constants.d.ts +0 -4
  248. package/dist/hooks/gpt-permission-continuation/detector.d.ts +0 -1
  249. package/dist/hooks/gpt-permission-continuation/handler.d.ts +0 -12
  250. package/dist/hooks/gpt-permission-continuation/index.d.ts +0 -13
  251. package/dist/hooks/gpt-permission-continuation/session-state.d.ts +0 -15
  252. package/dist/hooks/ralph-loop/pending-verification-handler.d.ts +0 -16
  253. package/dist/hooks/runtime-fallback/fallback-bootstrap-model.d.ts +0 -10
  254. package/dist/hooks/runtime-fallback/fallback-retry-dispatcher.d.ts +0 -11
  255. package/dist/hooks/runtime-fallback/last-user-retry-parts.d.ts +0 -4
  256. package/dist/hooks/runtime-fallback/retry-model-payload.d.ts +0 -7
  257. package/dist/hooks/runtime-fallback/session-messages.d.ts +0 -9
  258. package/dist/hooks/runtime-fallback/session-status-handler.d.ts +0 -3
  259. package/dist/hooks/runtime-fallback/visible-assistant-response.d.ts +0 -3
  260. package/dist/hooks/session-notification-content.d.ts +0 -30
  261. package/dist/plugin/normalize-tool-arg-schemas.d.ts +0 -2
  262. package/dist/plugin/ultrawork-variant-availability.d.ts +0 -6
  263. package/dist/shared/compaction-agent-config-checkpoint.d.ts +0 -11
  264. package/dist/shared/context-limit-resolver.d.ts +0 -5
  265. package/dist/shared/fallback-chain-from-models.d.ts +0 -3
  266. package/dist/shared/question-denied-session-permission.d.ts +0 -6
  267. package/dist/shared/retry-status-utils.d.ts +0 -2
  268. package/dist/shared/vision-capable-models-cache.d.ts +0 -4
  269. package/dist/tools/delegate-task/cancel-unstable-agent-task.d.ts +0 -2
  270. package/dist/tools/look-at/multimodal-fallback-chain.d.ts +0 -4
  271. package/dist/tools/lsp/directory-diagnostics.d.ts +0 -1
  272. package/dist/tools/lsp/server-path-bases.d.ts +0 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://raw.githubusercontent.com/bohuyeshan/openagent-labforge/dev/assets/openagent-labforge.schema.json",
3
+ "$id": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/openagent-labforge.schema.json",
4
4
  "title": "OpenAgent Labforge Configuration",
5
5
  "description": "Configuration schema for @bohuyeshan/openagent-labforge-core",
6
6
  "type": "object",
@@ -84,6 +84,9 @@
84
84
  "type": "string"
85
85
  }
86
86
  },
87
+ "search_english_fallback": {
88
+ "type": "boolean"
89
+ },
87
90
  "bing_cn_english_fallback": {
88
91
  "type": "boolean"
89
92
  }
@@ -124,65 +127,28 @@
124
127
  "pptx-studio",
125
128
  "xlsx-analyst",
126
129
  "web-research",
127
- "data-analysis"
130
+ "data-analysis",
131
+ "bio-tools",
132
+ "bio-methods",
133
+ "bio-visualization",
134
+ "wet-lab-design",
135
+ "bio-pipeline",
136
+ "paper-evidence",
137
+ "differential-expression",
138
+ "scrna-preprocessing",
139
+ "cell-annotation",
140
+ "pubmed-search",
141
+ "geo-query",
142
+ "sequence-analysis",
143
+ "structural-biology",
144
+ "vector-design"
128
145
  ]
129
146
  }
130
147
  },
131
148
  "disabled_hooks": {
132
149
  "type": "array",
133
150
  "items": {
134
- "type": "string",
135
- "enum": [
136
- "gpt-permission-continuation",
137
- "todo-continuation-enforcer",
138
- "context-window-monitor",
139
- "session-recovery",
140
- "session-notification",
141
- "comment-checker",
142
- "tool-output-truncator",
143
- "question-label-truncator",
144
- "directory-agents-injector",
145
- "directory-readme-injector",
146
- "empty-task-response-detector",
147
- "think-mode",
148
- "model-fallback",
149
- "anthropic-context-window-limit-recovery",
150
- "preemptive-compaction",
151
- "rules-injector",
152
- "background-notification",
153
- "auto-update-checker",
154
- "startup-toast",
155
- "keyword-detector",
156
- "agent-usage-reminder",
157
- "non-interactive-env",
158
- "interactive-bash-session",
159
- "thinking-block-validator",
160
- "ralph-loop",
161
- "category-skill-reminder",
162
- "compaction-context-injector",
163
- "compaction-todo-preserver",
164
- "claude-code-hooks",
165
- "auto-slash-command",
166
- "edit-error-recovery",
167
- "json-error-recovery",
168
- "delegate-task-retry",
169
- "prometheus-md-only",
170
- "sisyphus-junior-notepad",
171
- "no-sisyphus-gpt",
172
- "no-hephaestus-non-gpt",
173
- "start-work",
174
- "atlas",
175
- "unstable-agent-babysitter",
176
- "task-resume-info",
177
- "stop-continuation-guard",
178
- "tasks-todowrite-disabler",
179
- "runtime-fallback",
180
- "write-existing-file-guard",
181
- "anthropic-effort",
182
- "hashline-read-enhancer",
183
- "read-image-resizer",
184
- "delegate-task-english-directive"
185
- ]
151
+ "type": "string"
186
152
  }
187
153
  },
188
154
  "disabled_commands": {
@@ -206,6 +172,12 @@
206
172
  "type": "string"
207
173
  }
208
174
  },
175
+ "mcp_env_allowlist": {
176
+ "type": "array",
177
+ "items": {
178
+ "type": "string"
179
+ }
180
+ },
209
181
  "hashline_edit": {
210
182
  "type": "boolean"
211
183
  },
@@ -434,7 +406,1105 @@
434
406
  },
435
407
  "additionalProperties": false
436
408
  },
437
- "plan": {
409
+ "plan": {
410
+ "type": "object",
411
+ "properties": {
412
+ "model": {
413
+ "type": "string"
414
+ },
415
+ "fallback_models": {
416
+ "anyOf": [
417
+ {
418
+ "type": "string"
419
+ },
420
+ {
421
+ "type": "array",
422
+ "items": {
423
+ "type": "string"
424
+ }
425
+ }
426
+ ]
427
+ },
428
+ "variant": {
429
+ "type": "string"
430
+ },
431
+ "category": {
432
+ "type": "string"
433
+ },
434
+ "skills": {
435
+ "type": "array",
436
+ "items": {
437
+ "type": "string"
438
+ }
439
+ },
440
+ "temperature": {
441
+ "type": "number",
442
+ "minimum": 0,
443
+ "maximum": 2
444
+ },
445
+ "top_p": {
446
+ "type": "number",
447
+ "minimum": 0,
448
+ "maximum": 1
449
+ },
450
+ "prompt": {
451
+ "type": "string"
452
+ },
453
+ "prompt_append": {
454
+ "type": "string"
455
+ },
456
+ "tools": {
457
+ "type": "object",
458
+ "propertyNames": {
459
+ "type": "string"
460
+ },
461
+ "additionalProperties": {
462
+ "type": "boolean"
463
+ }
464
+ },
465
+ "disable": {
466
+ "type": "boolean"
467
+ },
468
+ "description": {
469
+ "type": "string"
470
+ },
471
+ "mode": {
472
+ "type": "string",
473
+ "enum": [
474
+ "subagent",
475
+ "primary",
476
+ "all"
477
+ ]
478
+ },
479
+ "color": {
480
+ "type": "string",
481
+ "pattern": "^#[0-9A-Fa-f]{6}$"
482
+ },
483
+ "permission": {
484
+ "type": "object",
485
+ "properties": {
486
+ "edit": {
487
+ "type": "string",
488
+ "enum": [
489
+ "ask",
490
+ "allow",
491
+ "deny"
492
+ ]
493
+ },
494
+ "bash": {
495
+ "anyOf": [
496
+ {
497
+ "type": "string",
498
+ "enum": [
499
+ "ask",
500
+ "allow",
501
+ "deny"
502
+ ]
503
+ },
504
+ {
505
+ "type": "object",
506
+ "propertyNames": {
507
+ "type": "string"
508
+ },
509
+ "additionalProperties": {
510
+ "type": "string",
511
+ "enum": [
512
+ "ask",
513
+ "allow",
514
+ "deny"
515
+ ]
516
+ }
517
+ }
518
+ ]
519
+ },
520
+ "webfetch": {
521
+ "type": "string",
522
+ "enum": [
523
+ "ask",
524
+ "allow",
525
+ "deny"
526
+ ]
527
+ },
528
+ "task": {
529
+ "type": "string",
530
+ "enum": [
531
+ "ask",
532
+ "allow",
533
+ "deny"
534
+ ]
535
+ },
536
+ "doom_loop": {
537
+ "type": "string",
538
+ "enum": [
539
+ "ask",
540
+ "allow",
541
+ "deny"
542
+ ]
543
+ },
544
+ "external_directory": {
545
+ "type": "string",
546
+ "enum": [
547
+ "ask",
548
+ "allow",
549
+ "deny"
550
+ ]
551
+ }
552
+ },
553
+ "additionalProperties": false
554
+ },
555
+ "maxTokens": {
556
+ "type": "number"
557
+ },
558
+ "thinking": {
559
+ "type": "object",
560
+ "properties": {
561
+ "type": {
562
+ "type": "string",
563
+ "enum": [
564
+ "enabled",
565
+ "disabled"
566
+ ]
567
+ },
568
+ "budgetTokens": {
569
+ "type": "number"
570
+ }
571
+ },
572
+ "required": [
573
+ "type"
574
+ ],
575
+ "additionalProperties": false
576
+ },
577
+ "reasoningEffort": {
578
+ "type": "string",
579
+ "enum": [
580
+ "low",
581
+ "medium",
582
+ "high",
583
+ "xhigh"
584
+ ]
585
+ },
586
+ "textVerbosity": {
587
+ "type": "string",
588
+ "enum": [
589
+ "low",
590
+ "medium",
591
+ "high"
592
+ ]
593
+ },
594
+ "providerOptions": {
595
+ "type": "object",
596
+ "propertyNames": {
597
+ "type": "string"
598
+ },
599
+ "additionalProperties": {}
600
+ },
601
+ "ultrawork": {
602
+ "type": "object",
603
+ "properties": {
604
+ "model": {
605
+ "type": "string"
606
+ },
607
+ "variant": {
608
+ "type": "string"
609
+ }
610
+ },
611
+ "additionalProperties": false
612
+ },
613
+ "compaction": {
614
+ "type": "object",
615
+ "properties": {
616
+ "model": {
617
+ "type": "string"
618
+ },
619
+ "variant": {
620
+ "type": "string"
621
+ }
622
+ },
623
+ "additionalProperties": false
624
+ }
625
+ },
626
+ "additionalProperties": false
627
+ },
628
+ "sisyphus": {
629
+ "type": "object",
630
+ "properties": {
631
+ "model": {
632
+ "type": "string"
633
+ },
634
+ "fallback_models": {
635
+ "anyOf": [
636
+ {
637
+ "type": "string"
638
+ },
639
+ {
640
+ "type": "array",
641
+ "items": {
642
+ "type": "string"
643
+ }
644
+ }
645
+ ]
646
+ },
647
+ "variant": {
648
+ "type": "string"
649
+ },
650
+ "category": {
651
+ "type": "string"
652
+ },
653
+ "skills": {
654
+ "type": "array",
655
+ "items": {
656
+ "type": "string"
657
+ }
658
+ },
659
+ "temperature": {
660
+ "type": "number",
661
+ "minimum": 0,
662
+ "maximum": 2
663
+ },
664
+ "top_p": {
665
+ "type": "number",
666
+ "minimum": 0,
667
+ "maximum": 1
668
+ },
669
+ "prompt": {
670
+ "type": "string"
671
+ },
672
+ "prompt_append": {
673
+ "type": "string"
674
+ },
675
+ "tools": {
676
+ "type": "object",
677
+ "propertyNames": {
678
+ "type": "string"
679
+ },
680
+ "additionalProperties": {
681
+ "type": "boolean"
682
+ }
683
+ },
684
+ "disable": {
685
+ "type": "boolean"
686
+ },
687
+ "description": {
688
+ "type": "string"
689
+ },
690
+ "mode": {
691
+ "type": "string",
692
+ "enum": [
693
+ "subagent",
694
+ "primary",
695
+ "all"
696
+ ]
697
+ },
698
+ "color": {
699
+ "type": "string",
700
+ "pattern": "^#[0-9A-Fa-f]{6}$"
701
+ },
702
+ "permission": {
703
+ "type": "object",
704
+ "properties": {
705
+ "edit": {
706
+ "type": "string",
707
+ "enum": [
708
+ "ask",
709
+ "allow",
710
+ "deny"
711
+ ]
712
+ },
713
+ "bash": {
714
+ "anyOf": [
715
+ {
716
+ "type": "string",
717
+ "enum": [
718
+ "ask",
719
+ "allow",
720
+ "deny"
721
+ ]
722
+ },
723
+ {
724
+ "type": "object",
725
+ "propertyNames": {
726
+ "type": "string"
727
+ },
728
+ "additionalProperties": {
729
+ "type": "string",
730
+ "enum": [
731
+ "ask",
732
+ "allow",
733
+ "deny"
734
+ ]
735
+ }
736
+ }
737
+ ]
738
+ },
739
+ "webfetch": {
740
+ "type": "string",
741
+ "enum": [
742
+ "ask",
743
+ "allow",
744
+ "deny"
745
+ ]
746
+ },
747
+ "task": {
748
+ "type": "string",
749
+ "enum": [
750
+ "ask",
751
+ "allow",
752
+ "deny"
753
+ ]
754
+ },
755
+ "doom_loop": {
756
+ "type": "string",
757
+ "enum": [
758
+ "ask",
759
+ "allow",
760
+ "deny"
761
+ ]
762
+ },
763
+ "external_directory": {
764
+ "type": "string",
765
+ "enum": [
766
+ "ask",
767
+ "allow",
768
+ "deny"
769
+ ]
770
+ }
771
+ },
772
+ "additionalProperties": false
773
+ },
774
+ "maxTokens": {
775
+ "type": "number"
776
+ },
777
+ "thinking": {
778
+ "type": "object",
779
+ "properties": {
780
+ "type": {
781
+ "type": "string",
782
+ "enum": [
783
+ "enabled",
784
+ "disabled"
785
+ ]
786
+ },
787
+ "budgetTokens": {
788
+ "type": "number"
789
+ }
790
+ },
791
+ "required": [
792
+ "type"
793
+ ],
794
+ "additionalProperties": false
795
+ },
796
+ "reasoningEffort": {
797
+ "type": "string",
798
+ "enum": [
799
+ "low",
800
+ "medium",
801
+ "high",
802
+ "xhigh"
803
+ ]
804
+ },
805
+ "textVerbosity": {
806
+ "type": "string",
807
+ "enum": [
808
+ "low",
809
+ "medium",
810
+ "high"
811
+ ]
812
+ },
813
+ "providerOptions": {
814
+ "type": "object",
815
+ "propertyNames": {
816
+ "type": "string"
817
+ },
818
+ "additionalProperties": {}
819
+ },
820
+ "ultrawork": {
821
+ "type": "object",
822
+ "properties": {
823
+ "model": {
824
+ "type": "string"
825
+ },
826
+ "variant": {
827
+ "type": "string"
828
+ }
829
+ },
830
+ "additionalProperties": false
831
+ },
832
+ "compaction": {
833
+ "type": "object",
834
+ "properties": {
835
+ "model": {
836
+ "type": "string"
837
+ },
838
+ "variant": {
839
+ "type": "string"
840
+ }
841
+ },
842
+ "additionalProperties": false
843
+ }
844
+ },
845
+ "additionalProperties": false
846
+ },
847
+ "wase": {
848
+ "type": "object",
849
+ "properties": {
850
+ "model": {
851
+ "type": "string"
852
+ },
853
+ "fallback_models": {
854
+ "anyOf": [
855
+ {
856
+ "type": "string"
857
+ },
858
+ {
859
+ "type": "array",
860
+ "items": {
861
+ "type": "string"
862
+ }
863
+ }
864
+ ]
865
+ },
866
+ "variant": {
867
+ "type": "string"
868
+ },
869
+ "category": {
870
+ "type": "string"
871
+ },
872
+ "skills": {
873
+ "type": "array",
874
+ "items": {
875
+ "type": "string"
876
+ }
877
+ },
878
+ "temperature": {
879
+ "type": "number",
880
+ "minimum": 0,
881
+ "maximum": 2
882
+ },
883
+ "top_p": {
884
+ "type": "number",
885
+ "minimum": 0,
886
+ "maximum": 1
887
+ },
888
+ "prompt": {
889
+ "type": "string"
890
+ },
891
+ "prompt_append": {
892
+ "type": "string"
893
+ },
894
+ "tools": {
895
+ "type": "object",
896
+ "propertyNames": {
897
+ "type": "string"
898
+ },
899
+ "additionalProperties": {
900
+ "type": "boolean"
901
+ }
902
+ },
903
+ "disable": {
904
+ "type": "boolean"
905
+ },
906
+ "description": {
907
+ "type": "string"
908
+ },
909
+ "mode": {
910
+ "type": "string",
911
+ "enum": [
912
+ "subagent",
913
+ "primary",
914
+ "all"
915
+ ]
916
+ },
917
+ "color": {
918
+ "type": "string",
919
+ "pattern": "^#[0-9A-Fa-f]{6}$"
920
+ },
921
+ "permission": {
922
+ "type": "object",
923
+ "properties": {
924
+ "edit": {
925
+ "type": "string",
926
+ "enum": [
927
+ "ask",
928
+ "allow",
929
+ "deny"
930
+ ]
931
+ },
932
+ "bash": {
933
+ "anyOf": [
934
+ {
935
+ "type": "string",
936
+ "enum": [
937
+ "ask",
938
+ "allow",
939
+ "deny"
940
+ ]
941
+ },
942
+ {
943
+ "type": "object",
944
+ "propertyNames": {
945
+ "type": "string"
946
+ },
947
+ "additionalProperties": {
948
+ "type": "string",
949
+ "enum": [
950
+ "ask",
951
+ "allow",
952
+ "deny"
953
+ ]
954
+ }
955
+ }
956
+ ]
957
+ },
958
+ "webfetch": {
959
+ "type": "string",
960
+ "enum": [
961
+ "ask",
962
+ "allow",
963
+ "deny"
964
+ ]
965
+ },
966
+ "task": {
967
+ "type": "string",
968
+ "enum": [
969
+ "ask",
970
+ "allow",
971
+ "deny"
972
+ ]
973
+ },
974
+ "doom_loop": {
975
+ "type": "string",
976
+ "enum": [
977
+ "ask",
978
+ "allow",
979
+ "deny"
980
+ ]
981
+ },
982
+ "external_directory": {
983
+ "type": "string",
984
+ "enum": [
985
+ "ask",
986
+ "allow",
987
+ "deny"
988
+ ]
989
+ }
990
+ },
991
+ "additionalProperties": false
992
+ },
993
+ "maxTokens": {
994
+ "type": "number"
995
+ },
996
+ "thinking": {
997
+ "type": "object",
998
+ "properties": {
999
+ "type": {
1000
+ "type": "string",
1001
+ "enum": [
1002
+ "enabled",
1003
+ "disabled"
1004
+ ]
1005
+ },
1006
+ "budgetTokens": {
1007
+ "type": "number"
1008
+ }
1009
+ },
1010
+ "required": [
1011
+ "type"
1012
+ ],
1013
+ "additionalProperties": false
1014
+ },
1015
+ "reasoningEffort": {
1016
+ "type": "string",
1017
+ "enum": [
1018
+ "low",
1019
+ "medium",
1020
+ "high",
1021
+ "xhigh"
1022
+ ]
1023
+ },
1024
+ "textVerbosity": {
1025
+ "type": "string",
1026
+ "enum": [
1027
+ "low",
1028
+ "medium",
1029
+ "high"
1030
+ ]
1031
+ },
1032
+ "providerOptions": {
1033
+ "type": "object",
1034
+ "propertyNames": {
1035
+ "type": "string"
1036
+ },
1037
+ "additionalProperties": {}
1038
+ },
1039
+ "ultrawork": {
1040
+ "type": "object",
1041
+ "properties": {
1042
+ "model": {
1043
+ "type": "string"
1044
+ },
1045
+ "variant": {
1046
+ "type": "string"
1047
+ }
1048
+ },
1049
+ "additionalProperties": false
1050
+ },
1051
+ "compaction": {
1052
+ "type": "object",
1053
+ "properties": {
1054
+ "model": {
1055
+ "type": "string"
1056
+ },
1057
+ "variant": {
1058
+ "type": "string"
1059
+ }
1060
+ },
1061
+ "additionalProperties": false
1062
+ }
1063
+ },
1064
+ "additionalProperties": false
1065
+ },
1066
+ "hephaestus": {
1067
+ "type": "object",
1068
+ "properties": {
1069
+ "model": {
1070
+ "type": "string"
1071
+ },
1072
+ "fallback_models": {
1073
+ "anyOf": [
1074
+ {
1075
+ "type": "string"
1076
+ },
1077
+ {
1078
+ "type": "array",
1079
+ "items": {
1080
+ "type": "string"
1081
+ }
1082
+ }
1083
+ ]
1084
+ },
1085
+ "variant": {
1086
+ "type": "string"
1087
+ },
1088
+ "category": {
1089
+ "type": "string"
1090
+ },
1091
+ "skills": {
1092
+ "type": "array",
1093
+ "items": {
1094
+ "type": "string"
1095
+ }
1096
+ },
1097
+ "temperature": {
1098
+ "type": "number",
1099
+ "minimum": 0,
1100
+ "maximum": 2
1101
+ },
1102
+ "top_p": {
1103
+ "type": "number",
1104
+ "minimum": 0,
1105
+ "maximum": 1
1106
+ },
1107
+ "prompt": {
1108
+ "type": "string"
1109
+ },
1110
+ "prompt_append": {
1111
+ "type": "string"
1112
+ },
1113
+ "tools": {
1114
+ "type": "object",
1115
+ "propertyNames": {
1116
+ "type": "string"
1117
+ },
1118
+ "additionalProperties": {
1119
+ "type": "boolean"
1120
+ }
1121
+ },
1122
+ "disable": {
1123
+ "type": "boolean"
1124
+ },
1125
+ "description": {
1126
+ "type": "string"
1127
+ },
1128
+ "mode": {
1129
+ "type": "string",
1130
+ "enum": [
1131
+ "subagent",
1132
+ "primary",
1133
+ "all"
1134
+ ]
1135
+ },
1136
+ "color": {
1137
+ "type": "string",
1138
+ "pattern": "^#[0-9A-Fa-f]{6}$"
1139
+ },
1140
+ "permission": {
1141
+ "type": "object",
1142
+ "properties": {
1143
+ "edit": {
1144
+ "type": "string",
1145
+ "enum": [
1146
+ "ask",
1147
+ "allow",
1148
+ "deny"
1149
+ ]
1150
+ },
1151
+ "bash": {
1152
+ "anyOf": [
1153
+ {
1154
+ "type": "string",
1155
+ "enum": [
1156
+ "ask",
1157
+ "allow",
1158
+ "deny"
1159
+ ]
1160
+ },
1161
+ {
1162
+ "type": "object",
1163
+ "propertyNames": {
1164
+ "type": "string"
1165
+ },
1166
+ "additionalProperties": {
1167
+ "type": "string",
1168
+ "enum": [
1169
+ "ask",
1170
+ "allow",
1171
+ "deny"
1172
+ ]
1173
+ }
1174
+ }
1175
+ ]
1176
+ },
1177
+ "webfetch": {
1178
+ "type": "string",
1179
+ "enum": [
1180
+ "ask",
1181
+ "allow",
1182
+ "deny"
1183
+ ]
1184
+ },
1185
+ "task": {
1186
+ "type": "string",
1187
+ "enum": [
1188
+ "ask",
1189
+ "allow",
1190
+ "deny"
1191
+ ]
1192
+ },
1193
+ "doom_loop": {
1194
+ "type": "string",
1195
+ "enum": [
1196
+ "ask",
1197
+ "allow",
1198
+ "deny"
1199
+ ]
1200
+ },
1201
+ "external_directory": {
1202
+ "type": "string",
1203
+ "enum": [
1204
+ "ask",
1205
+ "allow",
1206
+ "deny"
1207
+ ]
1208
+ }
1209
+ },
1210
+ "additionalProperties": false
1211
+ },
1212
+ "maxTokens": {
1213
+ "type": "number"
1214
+ },
1215
+ "thinking": {
1216
+ "type": "object",
1217
+ "properties": {
1218
+ "type": {
1219
+ "type": "string",
1220
+ "enum": [
1221
+ "enabled",
1222
+ "disabled"
1223
+ ]
1224
+ },
1225
+ "budgetTokens": {
1226
+ "type": "number"
1227
+ }
1228
+ },
1229
+ "required": [
1230
+ "type"
1231
+ ],
1232
+ "additionalProperties": false
1233
+ },
1234
+ "reasoningEffort": {
1235
+ "type": "string",
1236
+ "enum": [
1237
+ "low",
1238
+ "medium",
1239
+ "high",
1240
+ "xhigh"
1241
+ ]
1242
+ },
1243
+ "textVerbosity": {
1244
+ "type": "string",
1245
+ "enum": [
1246
+ "low",
1247
+ "medium",
1248
+ "high"
1249
+ ]
1250
+ },
1251
+ "providerOptions": {
1252
+ "type": "object",
1253
+ "propertyNames": {
1254
+ "type": "string"
1255
+ },
1256
+ "additionalProperties": {}
1257
+ },
1258
+ "ultrawork": {
1259
+ "type": "object",
1260
+ "properties": {
1261
+ "model": {
1262
+ "type": "string"
1263
+ },
1264
+ "variant": {
1265
+ "type": "string"
1266
+ }
1267
+ },
1268
+ "additionalProperties": false
1269
+ },
1270
+ "compaction": {
1271
+ "type": "object",
1272
+ "properties": {
1273
+ "model": {
1274
+ "type": "string"
1275
+ },
1276
+ "variant": {
1277
+ "type": "string"
1278
+ }
1279
+ },
1280
+ "additionalProperties": false
1281
+ },
1282
+ "allow_non_gpt_model": {
1283
+ "type": "boolean"
1284
+ }
1285
+ },
1286
+ "additionalProperties": false
1287
+ },
1288
+ "sisyphus-junior": {
1289
+ "type": "object",
1290
+ "properties": {
1291
+ "model": {
1292
+ "type": "string"
1293
+ },
1294
+ "fallback_models": {
1295
+ "anyOf": [
1296
+ {
1297
+ "type": "string"
1298
+ },
1299
+ {
1300
+ "type": "array",
1301
+ "items": {
1302
+ "type": "string"
1303
+ }
1304
+ }
1305
+ ]
1306
+ },
1307
+ "variant": {
1308
+ "type": "string"
1309
+ },
1310
+ "category": {
1311
+ "type": "string"
1312
+ },
1313
+ "skills": {
1314
+ "type": "array",
1315
+ "items": {
1316
+ "type": "string"
1317
+ }
1318
+ },
1319
+ "temperature": {
1320
+ "type": "number",
1321
+ "minimum": 0,
1322
+ "maximum": 2
1323
+ },
1324
+ "top_p": {
1325
+ "type": "number",
1326
+ "minimum": 0,
1327
+ "maximum": 1
1328
+ },
1329
+ "prompt": {
1330
+ "type": "string"
1331
+ },
1332
+ "prompt_append": {
1333
+ "type": "string"
1334
+ },
1335
+ "tools": {
1336
+ "type": "object",
1337
+ "propertyNames": {
1338
+ "type": "string"
1339
+ },
1340
+ "additionalProperties": {
1341
+ "type": "boolean"
1342
+ }
1343
+ },
1344
+ "disable": {
1345
+ "type": "boolean"
1346
+ },
1347
+ "description": {
1348
+ "type": "string"
1349
+ },
1350
+ "mode": {
1351
+ "type": "string",
1352
+ "enum": [
1353
+ "subagent",
1354
+ "primary",
1355
+ "all"
1356
+ ]
1357
+ },
1358
+ "color": {
1359
+ "type": "string",
1360
+ "pattern": "^#[0-9A-Fa-f]{6}$"
1361
+ },
1362
+ "permission": {
1363
+ "type": "object",
1364
+ "properties": {
1365
+ "edit": {
1366
+ "type": "string",
1367
+ "enum": [
1368
+ "ask",
1369
+ "allow",
1370
+ "deny"
1371
+ ]
1372
+ },
1373
+ "bash": {
1374
+ "anyOf": [
1375
+ {
1376
+ "type": "string",
1377
+ "enum": [
1378
+ "ask",
1379
+ "allow",
1380
+ "deny"
1381
+ ]
1382
+ },
1383
+ {
1384
+ "type": "object",
1385
+ "propertyNames": {
1386
+ "type": "string"
1387
+ },
1388
+ "additionalProperties": {
1389
+ "type": "string",
1390
+ "enum": [
1391
+ "ask",
1392
+ "allow",
1393
+ "deny"
1394
+ ]
1395
+ }
1396
+ }
1397
+ ]
1398
+ },
1399
+ "webfetch": {
1400
+ "type": "string",
1401
+ "enum": [
1402
+ "ask",
1403
+ "allow",
1404
+ "deny"
1405
+ ]
1406
+ },
1407
+ "task": {
1408
+ "type": "string",
1409
+ "enum": [
1410
+ "ask",
1411
+ "allow",
1412
+ "deny"
1413
+ ]
1414
+ },
1415
+ "doom_loop": {
1416
+ "type": "string",
1417
+ "enum": [
1418
+ "ask",
1419
+ "allow",
1420
+ "deny"
1421
+ ]
1422
+ },
1423
+ "external_directory": {
1424
+ "type": "string",
1425
+ "enum": [
1426
+ "ask",
1427
+ "allow",
1428
+ "deny"
1429
+ ]
1430
+ }
1431
+ },
1432
+ "additionalProperties": false
1433
+ },
1434
+ "maxTokens": {
1435
+ "type": "number"
1436
+ },
1437
+ "thinking": {
1438
+ "type": "object",
1439
+ "properties": {
1440
+ "type": {
1441
+ "type": "string",
1442
+ "enum": [
1443
+ "enabled",
1444
+ "disabled"
1445
+ ]
1446
+ },
1447
+ "budgetTokens": {
1448
+ "type": "number"
1449
+ }
1450
+ },
1451
+ "required": [
1452
+ "type"
1453
+ ],
1454
+ "additionalProperties": false
1455
+ },
1456
+ "reasoningEffort": {
1457
+ "type": "string",
1458
+ "enum": [
1459
+ "low",
1460
+ "medium",
1461
+ "high",
1462
+ "xhigh"
1463
+ ]
1464
+ },
1465
+ "textVerbosity": {
1466
+ "type": "string",
1467
+ "enum": [
1468
+ "low",
1469
+ "medium",
1470
+ "high"
1471
+ ]
1472
+ },
1473
+ "providerOptions": {
1474
+ "type": "object",
1475
+ "propertyNames": {
1476
+ "type": "string"
1477
+ },
1478
+ "additionalProperties": {}
1479
+ },
1480
+ "ultrawork": {
1481
+ "type": "object",
1482
+ "properties": {
1483
+ "model": {
1484
+ "type": "string"
1485
+ },
1486
+ "variant": {
1487
+ "type": "string"
1488
+ }
1489
+ },
1490
+ "additionalProperties": false
1491
+ },
1492
+ "compaction": {
1493
+ "type": "object",
1494
+ "properties": {
1495
+ "model": {
1496
+ "type": "string"
1497
+ },
1498
+ "variant": {
1499
+ "type": "string"
1500
+ }
1501
+ },
1502
+ "additionalProperties": false
1503
+ }
1504
+ },
1505
+ "additionalProperties": false
1506
+ },
1507
+ "OpenCode-Builder": {
438
1508
  "type": "object",
439
1509
  "properties": {
440
1510
  "model": {
@@ -653,7 +1723,7 @@
653
1723
  },
654
1724
  "additionalProperties": false
655
1725
  },
656
- "sisyphus": {
1726
+ "prometheus": {
657
1727
  "type": "object",
658
1728
  "properties": {
659
1729
  "model": {
@@ -872,7 +1942,7 @@
872
1942
  },
873
1943
  "additionalProperties": false
874
1944
  },
875
- "hephaestus": {
1945
+ "metis": {
876
1946
  "type": "object",
877
1947
  "properties": {
878
1948
  "model": {
@@ -1087,14 +2157,230 @@
1087
2157
  }
1088
2158
  },
1089
2159
  "additionalProperties": false
2160
+ }
2161
+ },
2162
+ "additionalProperties": false
2163
+ },
2164
+ "momus": {
2165
+ "type": "object",
2166
+ "properties": {
2167
+ "model": {
2168
+ "type": "string"
1090
2169
  },
1091
- "allow_non_gpt_model": {
2170
+ "fallback_models": {
2171
+ "anyOf": [
2172
+ {
2173
+ "type": "string"
2174
+ },
2175
+ {
2176
+ "type": "array",
2177
+ "items": {
2178
+ "type": "string"
2179
+ }
2180
+ }
2181
+ ]
2182
+ },
2183
+ "variant": {
2184
+ "type": "string"
2185
+ },
2186
+ "category": {
2187
+ "type": "string"
2188
+ },
2189
+ "skills": {
2190
+ "type": "array",
2191
+ "items": {
2192
+ "type": "string"
2193
+ }
2194
+ },
2195
+ "temperature": {
2196
+ "type": "number",
2197
+ "minimum": 0,
2198
+ "maximum": 2
2199
+ },
2200
+ "top_p": {
2201
+ "type": "number",
2202
+ "minimum": 0,
2203
+ "maximum": 1
2204
+ },
2205
+ "prompt": {
2206
+ "type": "string"
2207
+ },
2208
+ "prompt_append": {
2209
+ "type": "string"
2210
+ },
2211
+ "tools": {
2212
+ "type": "object",
2213
+ "propertyNames": {
2214
+ "type": "string"
2215
+ },
2216
+ "additionalProperties": {
2217
+ "type": "boolean"
2218
+ }
2219
+ },
2220
+ "disable": {
1092
2221
  "type": "boolean"
2222
+ },
2223
+ "description": {
2224
+ "type": "string"
2225
+ },
2226
+ "mode": {
2227
+ "type": "string",
2228
+ "enum": [
2229
+ "subagent",
2230
+ "primary",
2231
+ "all"
2232
+ ]
2233
+ },
2234
+ "color": {
2235
+ "type": "string",
2236
+ "pattern": "^#[0-9A-Fa-f]{6}$"
2237
+ },
2238
+ "permission": {
2239
+ "type": "object",
2240
+ "properties": {
2241
+ "edit": {
2242
+ "type": "string",
2243
+ "enum": [
2244
+ "ask",
2245
+ "allow",
2246
+ "deny"
2247
+ ]
2248
+ },
2249
+ "bash": {
2250
+ "anyOf": [
2251
+ {
2252
+ "type": "string",
2253
+ "enum": [
2254
+ "ask",
2255
+ "allow",
2256
+ "deny"
2257
+ ]
2258
+ },
2259
+ {
2260
+ "type": "object",
2261
+ "propertyNames": {
2262
+ "type": "string"
2263
+ },
2264
+ "additionalProperties": {
2265
+ "type": "string",
2266
+ "enum": [
2267
+ "ask",
2268
+ "allow",
2269
+ "deny"
2270
+ ]
2271
+ }
2272
+ }
2273
+ ]
2274
+ },
2275
+ "webfetch": {
2276
+ "type": "string",
2277
+ "enum": [
2278
+ "ask",
2279
+ "allow",
2280
+ "deny"
2281
+ ]
2282
+ },
2283
+ "task": {
2284
+ "type": "string",
2285
+ "enum": [
2286
+ "ask",
2287
+ "allow",
2288
+ "deny"
2289
+ ]
2290
+ },
2291
+ "doom_loop": {
2292
+ "type": "string",
2293
+ "enum": [
2294
+ "ask",
2295
+ "allow",
2296
+ "deny"
2297
+ ]
2298
+ },
2299
+ "external_directory": {
2300
+ "type": "string",
2301
+ "enum": [
2302
+ "ask",
2303
+ "allow",
2304
+ "deny"
2305
+ ]
2306
+ }
2307
+ },
2308
+ "additionalProperties": false
2309
+ },
2310
+ "maxTokens": {
2311
+ "type": "number"
2312
+ },
2313
+ "thinking": {
2314
+ "type": "object",
2315
+ "properties": {
2316
+ "type": {
2317
+ "type": "string",
2318
+ "enum": [
2319
+ "enabled",
2320
+ "disabled"
2321
+ ]
2322
+ },
2323
+ "budgetTokens": {
2324
+ "type": "number"
2325
+ }
2326
+ },
2327
+ "required": [
2328
+ "type"
2329
+ ],
2330
+ "additionalProperties": false
2331
+ },
2332
+ "reasoningEffort": {
2333
+ "type": "string",
2334
+ "enum": [
2335
+ "low",
2336
+ "medium",
2337
+ "high",
2338
+ "xhigh"
2339
+ ]
2340
+ },
2341
+ "textVerbosity": {
2342
+ "type": "string",
2343
+ "enum": [
2344
+ "low",
2345
+ "medium",
2346
+ "high"
2347
+ ]
2348
+ },
2349
+ "providerOptions": {
2350
+ "type": "object",
2351
+ "propertyNames": {
2352
+ "type": "string"
2353
+ },
2354
+ "additionalProperties": {}
2355
+ },
2356
+ "ultrawork": {
2357
+ "type": "object",
2358
+ "properties": {
2359
+ "model": {
2360
+ "type": "string"
2361
+ },
2362
+ "variant": {
2363
+ "type": "string"
2364
+ }
2365
+ },
2366
+ "additionalProperties": false
2367
+ },
2368
+ "compaction": {
2369
+ "type": "object",
2370
+ "properties": {
2371
+ "model": {
2372
+ "type": "string"
2373
+ },
2374
+ "variant": {
2375
+ "type": "string"
2376
+ }
2377
+ },
2378
+ "additionalProperties": false
1093
2379
  }
1094
2380
  },
1095
2381
  "additionalProperties": false
1096
2382
  },
1097
- "sisyphus-junior": {
2383
+ "oracle": {
1098
2384
  "type": "object",
1099
2385
  "properties": {
1100
2386
  "model": {
@@ -1313,7 +2599,7 @@
1313
2599
  },
1314
2600
  "additionalProperties": false
1315
2601
  },
1316
- "OpenCode-Builder": {
2602
+ "librarian": {
1317
2603
  "type": "object",
1318
2604
  "properties": {
1319
2605
  "model": {
@@ -1532,7 +2818,7 @@
1532
2818
  },
1533
2819
  "additionalProperties": false
1534
2820
  },
1535
- "prometheus": {
2821
+ "explore": {
1536
2822
  "type": "object",
1537
2823
  "properties": {
1538
2824
  "model": {
@@ -1751,7 +3037,7 @@
1751
3037
  },
1752
3038
  "additionalProperties": false
1753
3039
  },
1754
- "metis": {
3040
+ "bio-orchestrator": {
1755
3041
  "type": "object",
1756
3042
  "properties": {
1757
3043
  "model": {
@@ -1970,7 +3256,7 @@
1970
3256
  },
1971
3257
  "additionalProperties": false
1972
3258
  },
1973
- "momus": {
3259
+ "multimodal-looker": {
1974
3260
  "type": "object",
1975
3261
  "properties": {
1976
3262
  "model": {
@@ -2189,7 +3475,7 @@
2189
3475
  },
2190
3476
  "additionalProperties": false
2191
3477
  },
2192
- "oracle": {
3478
+ "bio-methodologist": {
2193
3479
  "type": "object",
2194
3480
  "properties": {
2195
3481
  "model": {
@@ -2408,7 +3694,7 @@
2408
3694
  },
2409
3695
  "additionalProperties": false
2410
3696
  },
2411
- "librarian": {
3697
+ "wet-lab-designer": {
2412
3698
  "type": "object",
2413
3699
  "properties": {
2414
3700
  "model": {
@@ -2627,7 +3913,7 @@
2627
3913
  },
2628
3914
  "additionalProperties": false
2629
3915
  },
2630
- "explore": {
3916
+ "bio-pipeline-operator": {
2631
3917
  "type": "object",
2632
3918
  "properties": {
2633
3919
  "model": {
@@ -2846,7 +4132,7 @@
2846
4132
  },
2847
4133
  "additionalProperties": false
2848
4134
  },
2849
- "multimodal-looker": {
4135
+ "paper-evidence-synthesizer": {
2850
4136
  "type": "object",
2851
4137
  "properties": {
2852
4138
  "model": {
@@ -3614,6 +4900,14 @@
3614
4900
  },
3615
4901
  "strict_user_model_priority": {
3616
4902
  "type": "boolean"
4903
+ },
4904
+ "semantic_mode_hint": {
4905
+ "type": "string",
4906
+ "enum": [
4907
+ "off",
4908
+ "suggest",
4909
+ "enforce"
4910
+ ]
3617
4911
  }
3618
4912
  },
3619
4913
  "additionalProperties": false
@@ -3836,16 +5130,6 @@
3836
5130
  "minimum": 0
3837
5131
  }
3838
5132
  },
3839
- "maxDepth": {
3840
- "type": "integer",
3841
- "minimum": 1,
3842
- "maximum": 9007199254740991
3843
- },
3844
- "maxDescendants": {
3845
- "type": "integer",
3846
- "minimum": 1,
3847
- "maximum": 9007199254740991
3848
- },
3849
5133
  "staleTimeoutMs": {
3850
5134
  "type": "number",
3851
5135
  "minimum": 60000
@@ -3936,16 +5220,11 @@
3936
5220
  "include_co_authored_by": {
3937
5221
  "default": true,
3938
5222
  "type": "boolean"
3939
- },
3940
- "git_env_prefix": {
3941
- "default": "GIT_MASTER=1",
3942
- "type": "string"
3943
5223
  }
3944
5224
  },
3945
5225
  "required": [
3946
5226
  "commit_footer",
3947
- "include_co_authored_by",
3948
- "git_env_prefix"
5227
+ "include_co_authored_by"
3949
5228
  ],
3950
5229
  "additionalProperties": false
3951
5230
  },