@bohuyeshan/openagent-labforge-core 3.11.4 → 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 +56608 -56859
  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
@@ -33,6 +33,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
33
33
  }>>;
34
34
  enable: z.ZodOptional<z.ZodArray<z.ZodString>>;
35
35
  disable: z.ZodOptional<z.ZodArray<z.ZodString>>;
36
+ search_english_fallback: z.ZodOptional<z.ZodBoolean>;
36
37
  bing_cn_english_fallback: z.ZodOptional<z.ZodBoolean>;
37
38
  }, z.core.$strip>>;
38
39
  new_task_system_enabled: z.ZodOptional<z.ZodBoolean>;
@@ -51,58 +52,22 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
51
52
  "xlsx-analyst": "xlsx-analyst";
52
53
  "web-research": "web-research";
53
54
  "data-analysis": "data-analysis";
55
+ "bio-tools": "bio-tools";
56
+ "bio-methods": "bio-methods";
57
+ "bio-visualization": "bio-visualization";
58
+ "wet-lab-design": "wet-lab-design";
59
+ "bio-pipeline": "bio-pipeline";
60
+ "paper-evidence": "paper-evidence";
61
+ "differential-expression": "differential-expression";
62
+ "scrna-preprocessing": "scrna-preprocessing";
63
+ "cell-annotation": "cell-annotation";
64
+ "pubmed-search": "pubmed-search";
65
+ "geo-query": "geo-query";
66
+ "sequence-analysis": "sequence-analysis";
67
+ "structural-biology": "structural-biology";
68
+ "vector-design": "vector-design";
54
69
  }>>>;
55
- disabled_hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
56
- atlas: "atlas";
57
- "ralph-loop": "ralph-loop";
58
- "start-work": "start-work";
59
- "gpt-permission-continuation": "gpt-permission-continuation";
60
- "todo-continuation-enforcer": "todo-continuation-enforcer";
61
- "context-window-monitor": "context-window-monitor";
62
- "session-recovery": "session-recovery";
63
- "session-notification": "session-notification";
64
- "comment-checker": "comment-checker";
65
- "tool-output-truncator": "tool-output-truncator";
66
- "question-label-truncator": "question-label-truncator";
67
- "directory-agents-injector": "directory-agents-injector";
68
- "directory-readme-injector": "directory-readme-injector";
69
- "empty-task-response-detector": "empty-task-response-detector";
70
- "think-mode": "think-mode";
71
- "model-fallback": "model-fallback";
72
- "anthropic-context-window-limit-recovery": "anthropic-context-window-limit-recovery";
73
- "preemptive-compaction": "preemptive-compaction";
74
- "rules-injector": "rules-injector";
75
- "background-notification": "background-notification";
76
- "auto-update-checker": "auto-update-checker";
77
- "startup-toast": "startup-toast";
78
- "keyword-detector": "keyword-detector";
79
- "agent-usage-reminder": "agent-usage-reminder";
80
- "non-interactive-env": "non-interactive-env";
81
- "interactive-bash-session": "interactive-bash-session";
82
- "thinking-block-validator": "thinking-block-validator";
83
- "category-skill-reminder": "category-skill-reminder";
84
- "compaction-context-injector": "compaction-context-injector";
85
- "compaction-todo-preserver": "compaction-todo-preserver";
86
- "claude-code-hooks": "claude-code-hooks";
87
- "auto-slash-command": "auto-slash-command";
88
- "edit-error-recovery": "edit-error-recovery";
89
- "json-error-recovery": "json-error-recovery";
90
- "delegate-task-retry": "delegate-task-retry";
91
- "prometheus-md-only": "prometheus-md-only";
92
- "sisyphus-junior-notepad": "sisyphus-junior-notepad";
93
- "no-sisyphus-gpt": "no-sisyphus-gpt";
94
- "no-hephaestus-non-gpt": "no-hephaestus-non-gpt";
95
- "unstable-agent-babysitter": "unstable-agent-babysitter";
96
- "task-resume-info": "task-resume-info";
97
- "stop-continuation-guard": "stop-continuation-guard";
98
- "tasks-todowrite-disabler": "tasks-todowrite-disabler";
99
- "runtime-fallback": "runtime-fallback";
100
- "write-existing-file-guard": "write-existing-file-guard";
101
- "anthropic-effort": "anthropic-effort";
102
- "hashline-read-enhancer": "hashline-read-enhancer";
103
- "read-image-resizer": "read-image-resizer";
104
- "delegate-task-english-directive": "delegate-task-english-directive";
105
- }>>>;
70
+ disabled_hooks: z.ZodOptional<z.ZodArray<z.ZodString>>;
106
71
  disabled_commands: z.ZodOptional<z.ZodArray<z.ZodEnum<{
107
72
  "init-deep": "init-deep";
108
73
  "ralph-loop": "ralph-loop";
@@ -113,6 +78,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
113
78
  "stop-continuation": "stop-continuation";
114
79
  }>>>;
115
80
  disabled_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
81
+ mcp_env_allowlist: z.ZodOptional<z.ZodArray<z.ZodString>>;
116
82
  hashline_edit: z.ZodOptional<z.ZodBoolean>;
117
83
  model_fallback: z.ZodOptional<z.ZodBoolean>;
118
84
  agents: z.ZodOptional<z.ZodObject<{
@@ -368,6 +334,90 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
368
334
  variant: z.ZodOptional<z.ZodString>;
369
335
  }, z.core.$strip>>;
370
336
  }, z.core.$strip>>;
337
+ wase: z.ZodOptional<z.ZodObject<{
338
+ model: z.ZodOptional<z.ZodString>;
339
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
340
+ variant: z.ZodOptional<z.ZodString>;
341
+ category: z.ZodOptional<z.ZodString>;
342
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
343
+ temperature: z.ZodOptional<z.ZodNumber>;
344
+ top_p: z.ZodOptional<z.ZodNumber>;
345
+ prompt: z.ZodOptional<z.ZodString>;
346
+ prompt_append: z.ZodOptional<z.ZodString>;
347
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
348
+ disable: z.ZodOptional<z.ZodBoolean>;
349
+ description: z.ZodOptional<z.ZodString>;
350
+ mode: z.ZodOptional<z.ZodEnum<{
351
+ primary: "primary";
352
+ subagent: "subagent";
353
+ all: "all";
354
+ }>>;
355
+ color: z.ZodOptional<z.ZodString>;
356
+ permission: z.ZodOptional<z.ZodObject<{
357
+ edit: z.ZodOptional<z.ZodEnum<{
358
+ ask: "ask";
359
+ allow: "allow";
360
+ deny: "deny";
361
+ }>>;
362
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
363
+ ask: "ask";
364
+ allow: "allow";
365
+ deny: "deny";
366
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
367
+ ask: "ask";
368
+ allow: "allow";
369
+ deny: "deny";
370
+ }>>]>>;
371
+ webfetch: z.ZodOptional<z.ZodEnum<{
372
+ ask: "ask";
373
+ allow: "allow";
374
+ deny: "deny";
375
+ }>>;
376
+ task: z.ZodOptional<z.ZodEnum<{
377
+ ask: "ask";
378
+ allow: "allow";
379
+ deny: "deny";
380
+ }>>;
381
+ doom_loop: z.ZodOptional<z.ZodEnum<{
382
+ ask: "ask";
383
+ allow: "allow";
384
+ deny: "deny";
385
+ }>>;
386
+ external_directory: z.ZodOptional<z.ZodEnum<{
387
+ ask: "ask";
388
+ allow: "allow";
389
+ deny: "deny";
390
+ }>>;
391
+ }, z.core.$strip>>;
392
+ maxTokens: z.ZodOptional<z.ZodNumber>;
393
+ thinking: z.ZodOptional<z.ZodObject<{
394
+ type: z.ZodEnum<{
395
+ enabled: "enabled";
396
+ disabled: "disabled";
397
+ }>;
398
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
399
+ }, z.core.$strip>>;
400
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
401
+ low: "low";
402
+ medium: "medium";
403
+ high: "high";
404
+ xhigh: "xhigh";
405
+ }>>;
406
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
407
+ low: "low";
408
+ medium: "medium";
409
+ high: "high";
410
+ }>>;
411
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
412
+ ultrawork: z.ZodOptional<z.ZodObject<{
413
+ model: z.ZodOptional<z.ZodString>;
414
+ variant: z.ZodOptional<z.ZodString>;
415
+ }, z.core.$strip>>;
416
+ compaction: z.ZodOptional<z.ZodObject<{
417
+ model: z.ZodOptional<z.ZodString>;
418
+ variant: z.ZodOptional<z.ZodString>;
419
+ }, z.core.$strip>>;
420
+ }, z.core.$strip>>;
371
421
  hephaestus: z.ZodOptional<z.ZodObject<{
372
422
  model: z.ZodOptional<z.ZodString>;
373
423
  fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
@@ -1125,6 +1175,90 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
1125
1175
  variant: z.ZodOptional<z.ZodString>;
1126
1176
  }, z.core.$strip>>;
1127
1177
  }, z.core.$strip>>;
1178
+ "bio-orchestrator": z.ZodOptional<z.ZodObject<{
1179
+ model: z.ZodOptional<z.ZodString>;
1180
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
1181
+ variant: z.ZodOptional<z.ZodString>;
1182
+ category: z.ZodOptional<z.ZodString>;
1183
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
1184
+ temperature: z.ZodOptional<z.ZodNumber>;
1185
+ top_p: z.ZodOptional<z.ZodNumber>;
1186
+ prompt: z.ZodOptional<z.ZodString>;
1187
+ prompt_append: z.ZodOptional<z.ZodString>;
1188
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1189
+ disable: z.ZodOptional<z.ZodBoolean>;
1190
+ description: z.ZodOptional<z.ZodString>;
1191
+ mode: z.ZodOptional<z.ZodEnum<{
1192
+ primary: "primary";
1193
+ subagent: "subagent";
1194
+ all: "all";
1195
+ }>>;
1196
+ color: z.ZodOptional<z.ZodString>;
1197
+ permission: z.ZodOptional<z.ZodObject<{
1198
+ edit: z.ZodOptional<z.ZodEnum<{
1199
+ ask: "ask";
1200
+ allow: "allow";
1201
+ deny: "deny";
1202
+ }>>;
1203
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1204
+ ask: "ask";
1205
+ allow: "allow";
1206
+ deny: "deny";
1207
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
1208
+ ask: "ask";
1209
+ allow: "allow";
1210
+ deny: "deny";
1211
+ }>>]>>;
1212
+ webfetch: z.ZodOptional<z.ZodEnum<{
1213
+ ask: "ask";
1214
+ allow: "allow";
1215
+ deny: "deny";
1216
+ }>>;
1217
+ task: z.ZodOptional<z.ZodEnum<{
1218
+ ask: "ask";
1219
+ allow: "allow";
1220
+ deny: "deny";
1221
+ }>>;
1222
+ doom_loop: z.ZodOptional<z.ZodEnum<{
1223
+ ask: "ask";
1224
+ allow: "allow";
1225
+ deny: "deny";
1226
+ }>>;
1227
+ external_directory: z.ZodOptional<z.ZodEnum<{
1228
+ ask: "ask";
1229
+ allow: "allow";
1230
+ deny: "deny";
1231
+ }>>;
1232
+ }, z.core.$strip>>;
1233
+ maxTokens: z.ZodOptional<z.ZodNumber>;
1234
+ thinking: z.ZodOptional<z.ZodObject<{
1235
+ type: z.ZodEnum<{
1236
+ enabled: "enabled";
1237
+ disabled: "disabled";
1238
+ }>;
1239
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
1240
+ }, z.core.$strip>>;
1241
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
1242
+ low: "low";
1243
+ medium: "medium";
1244
+ high: "high";
1245
+ xhigh: "xhigh";
1246
+ }>>;
1247
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
1248
+ low: "low";
1249
+ medium: "medium";
1250
+ high: "high";
1251
+ }>>;
1252
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1253
+ ultrawork: z.ZodOptional<z.ZodObject<{
1254
+ model: z.ZodOptional<z.ZodString>;
1255
+ variant: z.ZodOptional<z.ZodString>;
1256
+ }, z.core.$strip>>;
1257
+ compaction: z.ZodOptional<z.ZodObject<{
1258
+ model: z.ZodOptional<z.ZodString>;
1259
+ variant: z.ZodOptional<z.ZodString>;
1260
+ }, z.core.$strip>>;
1261
+ }, z.core.$strip>>;
1128
1262
  "multimodal-looker": z.ZodOptional<z.ZodObject<{
1129
1263
  model: z.ZodOptional<z.ZodString>;
1130
1264
  fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
@@ -1209,6 +1343,342 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
1209
1343
  variant: z.ZodOptional<z.ZodString>;
1210
1344
  }, z.core.$strip>>;
1211
1345
  }, z.core.$strip>>;
1346
+ "bio-methodologist": z.ZodOptional<z.ZodObject<{
1347
+ model: z.ZodOptional<z.ZodString>;
1348
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
1349
+ variant: z.ZodOptional<z.ZodString>;
1350
+ category: z.ZodOptional<z.ZodString>;
1351
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
1352
+ temperature: z.ZodOptional<z.ZodNumber>;
1353
+ top_p: z.ZodOptional<z.ZodNumber>;
1354
+ prompt: z.ZodOptional<z.ZodString>;
1355
+ prompt_append: z.ZodOptional<z.ZodString>;
1356
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1357
+ disable: z.ZodOptional<z.ZodBoolean>;
1358
+ description: z.ZodOptional<z.ZodString>;
1359
+ mode: z.ZodOptional<z.ZodEnum<{
1360
+ primary: "primary";
1361
+ subagent: "subagent";
1362
+ all: "all";
1363
+ }>>;
1364
+ color: z.ZodOptional<z.ZodString>;
1365
+ permission: z.ZodOptional<z.ZodObject<{
1366
+ edit: z.ZodOptional<z.ZodEnum<{
1367
+ ask: "ask";
1368
+ allow: "allow";
1369
+ deny: "deny";
1370
+ }>>;
1371
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1372
+ ask: "ask";
1373
+ allow: "allow";
1374
+ deny: "deny";
1375
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
1376
+ ask: "ask";
1377
+ allow: "allow";
1378
+ deny: "deny";
1379
+ }>>]>>;
1380
+ webfetch: z.ZodOptional<z.ZodEnum<{
1381
+ ask: "ask";
1382
+ allow: "allow";
1383
+ deny: "deny";
1384
+ }>>;
1385
+ task: z.ZodOptional<z.ZodEnum<{
1386
+ ask: "ask";
1387
+ allow: "allow";
1388
+ deny: "deny";
1389
+ }>>;
1390
+ doom_loop: z.ZodOptional<z.ZodEnum<{
1391
+ ask: "ask";
1392
+ allow: "allow";
1393
+ deny: "deny";
1394
+ }>>;
1395
+ external_directory: z.ZodOptional<z.ZodEnum<{
1396
+ ask: "ask";
1397
+ allow: "allow";
1398
+ deny: "deny";
1399
+ }>>;
1400
+ }, z.core.$strip>>;
1401
+ maxTokens: z.ZodOptional<z.ZodNumber>;
1402
+ thinking: z.ZodOptional<z.ZodObject<{
1403
+ type: z.ZodEnum<{
1404
+ enabled: "enabled";
1405
+ disabled: "disabled";
1406
+ }>;
1407
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
1408
+ }, z.core.$strip>>;
1409
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
1410
+ low: "low";
1411
+ medium: "medium";
1412
+ high: "high";
1413
+ xhigh: "xhigh";
1414
+ }>>;
1415
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
1416
+ low: "low";
1417
+ medium: "medium";
1418
+ high: "high";
1419
+ }>>;
1420
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1421
+ ultrawork: z.ZodOptional<z.ZodObject<{
1422
+ model: z.ZodOptional<z.ZodString>;
1423
+ variant: z.ZodOptional<z.ZodString>;
1424
+ }, z.core.$strip>>;
1425
+ compaction: z.ZodOptional<z.ZodObject<{
1426
+ model: z.ZodOptional<z.ZodString>;
1427
+ variant: z.ZodOptional<z.ZodString>;
1428
+ }, z.core.$strip>>;
1429
+ }, z.core.$strip>>;
1430
+ "wet-lab-designer": z.ZodOptional<z.ZodObject<{
1431
+ model: z.ZodOptional<z.ZodString>;
1432
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
1433
+ variant: z.ZodOptional<z.ZodString>;
1434
+ category: z.ZodOptional<z.ZodString>;
1435
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
1436
+ temperature: z.ZodOptional<z.ZodNumber>;
1437
+ top_p: z.ZodOptional<z.ZodNumber>;
1438
+ prompt: z.ZodOptional<z.ZodString>;
1439
+ prompt_append: z.ZodOptional<z.ZodString>;
1440
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1441
+ disable: z.ZodOptional<z.ZodBoolean>;
1442
+ description: z.ZodOptional<z.ZodString>;
1443
+ mode: z.ZodOptional<z.ZodEnum<{
1444
+ primary: "primary";
1445
+ subagent: "subagent";
1446
+ all: "all";
1447
+ }>>;
1448
+ color: z.ZodOptional<z.ZodString>;
1449
+ permission: z.ZodOptional<z.ZodObject<{
1450
+ edit: z.ZodOptional<z.ZodEnum<{
1451
+ ask: "ask";
1452
+ allow: "allow";
1453
+ deny: "deny";
1454
+ }>>;
1455
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1456
+ ask: "ask";
1457
+ allow: "allow";
1458
+ deny: "deny";
1459
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
1460
+ ask: "ask";
1461
+ allow: "allow";
1462
+ deny: "deny";
1463
+ }>>]>>;
1464
+ webfetch: z.ZodOptional<z.ZodEnum<{
1465
+ ask: "ask";
1466
+ allow: "allow";
1467
+ deny: "deny";
1468
+ }>>;
1469
+ task: z.ZodOptional<z.ZodEnum<{
1470
+ ask: "ask";
1471
+ allow: "allow";
1472
+ deny: "deny";
1473
+ }>>;
1474
+ doom_loop: z.ZodOptional<z.ZodEnum<{
1475
+ ask: "ask";
1476
+ allow: "allow";
1477
+ deny: "deny";
1478
+ }>>;
1479
+ external_directory: z.ZodOptional<z.ZodEnum<{
1480
+ ask: "ask";
1481
+ allow: "allow";
1482
+ deny: "deny";
1483
+ }>>;
1484
+ }, z.core.$strip>>;
1485
+ maxTokens: z.ZodOptional<z.ZodNumber>;
1486
+ thinking: z.ZodOptional<z.ZodObject<{
1487
+ type: z.ZodEnum<{
1488
+ enabled: "enabled";
1489
+ disabled: "disabled";
1490
+ }>;
1491
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
1492
+ }, z.core.$strip>>;
1493
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
1494
+ low: "low";
1495
+ medium: "medium";
1496
+ high: "high";
1497
+ xhigh: "xhigh";
1498
+ }>>;
1499
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
1500
+ low: "low";
1501
+ medium: "medium";
1502
+ high: "high";
1503
+ }>>;
1504
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1505
+ ultrawork: z.ZodOptional<z.ZodObject<{
1506
+ model: z.ZodOptional<z.ZodString>;
1507
+ variant: z.ZodOptional<z.ZodString>;
1508
+ }, z.core.$strip>>;
1509
+ compaction: z.ZodOptional<z.ZodObject<{
1510
+ model: z.ZodOptional<z.ZodString>;
1511
+ variant: z.ZodOptional<z.ZodString>;
1512
+ }, z.core.$strip>>;
1513
+ }, z.core.$strip>>;
1514
+ "bio-pipeline-operator": z.ZodOptional<z.ZodObject<{
1515
+ model: z.ZodOptional<z.ZodString>;
1516
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
1517
+ variant: z.ZodOptional<z.ZodString>;
1518
+ category: z.ZodOptional<z.ZodString>;
1519
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
1520
+ temperature: z.ZodOptional<z.ZodNumber>;
1521
+ top_p: z.ZodOptional<z.ZodNumber>;
1522
+ prompt: z.ZodOptional<z.ZodString>;
1523
+ prompt_append: z.ZodOptional<z.ZodString>;
1524
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1525
+ disable: z.ZodOptional<z.ZodBoolean>;
1526
+ description: z.ZodOptional<z.ZodString>;
1527
+ mode: z.ZodOptional<z.ZodEnum<{
1528
+ primary: "primary";
1529
+ subagent: "subagent";
1530
+ all: "all";
1531
+ }>>;
1532
+ color: z.ZodOptional<z.ZodString>;
1533
+ permission: z.ZodOptional<z.ZodObject<{
1534
+ edit: z.ZodOptional<z.ZodEnum<{
1535
+ ask: "ask";
1536
+ allow: "allow";
1537
+ deny: "deny";
1538
+ }>>;
1539
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1540
+ ask: "ask";
1541
+ allow: "allow";
1542
+ deny: "deny";
1543
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
1544
+ ask: "ask";
1545
+ allow: "allow";
1546
+ deny: "deny";
1547
+ }>>]>>;
1548
+ webfetch: z.ZodOptional<z.ZodEnum<{
1549
+ ask: "ask";
1550
+ allow: "allow";
1551
+ deny: "deny";
1552
+ }>>;
1553
+ task: z.ZodOptional<z.ZodEnum<{
1554
+ ask: "ask";
1555
+ allow: "allow";
1556
+ deny: "deny";
1557
+ }>>;
1558
+ doom_loop: z.ZodOptional<z.ZodEnum<{
1559
+ ask: "ask";
1560
+ allow: "allow";
1561
+ deny: "deny";
1562
+ }>>;
1563
+ external_directory: z.ZodOptional<z.ZodEnum<{
1564
+ ask: "ask";
1565
+ allow: "allow";
1566
+ deny: "deny";
1567
+ }>>;
1568
+ }, z.core.$strip>>;
1569
+ maxTokens: z.ZodOptional<z.ZodNumber>;
1570
+ thinking: z.ZodOptional<z.ZodObject<{
1571
+ type: z.ZodEnum<{
1572
+ enabled: "enabled";
1573
+ disabled: "disabled";
1574
+ }>;
1575
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
1576
+ }, z.core.$strip>>;
1577
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
1578
+ low: "low";
1579
+ medium: "medium";
1580
+ high: "high";
1581
+ xhigh: "xhigh";
1582
+ }>>;
1583
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
1584
+ low: "low";
1585
+ medium: "medium";
1586
+ high: "high";
1587
+ }>>;
1588
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1589
+ ultrawork: z.ZodOptional<z.ZodObject<{
1590
+ model: z.ZodOptional<z.ZodString>;
1591
+ variant: z.ZodOptional<z.ZodString>;
1592
+ }, z.core.$strip>>;
1593
+ compaction: z.ZodOptional<z.ZodObject<{
1594
+ model: z.ZodOptional<z.ZodString>;
1595
+ variant: z.ZodOptional<z.ZodString>;
1596
+ }, z.core.$strip>>;
1597
+ }, z.core.$strip>>;
1598
+ "paper-evidence-synthesizer": z.ZodOptional<z.ZodObject<{
1599
+ model: z.ZodOptional<z.ZodString>;
1600
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
1601
+ variant: z.ZodOptional<z.ZodString>;
1602
+ category: z.ZodOptional<z.ZodString>;
1603
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
1604
+ temperature: z.ZodOptional<z.ZodNumber>;
1605
+ top_p: z.ZodOptional<z.ZodNumber>;
1606
+ prompt: z.ZodOptional<z.ZodString>;
1607
+ prompt_append: z.ZodOptional<z.ZodString>;
1608
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1609
+ disable: z.ZodOptional<z.ZodBoolean>;
1610
+ description: z.ZodOptional<z.ZodString>;
1611
+ mode: z.ZodOptional<z.ZodEnum<{
1612
+ primary: "primary";
1613
+ subagent: "subagent";
1614
+ all: "all";
1615
+ }>>;
1616
+ color: z.ZodOptional<z.ZodString>;
1617
+ permission: z.ZodOptional<z.ZodObject<{
1618
+ edit: z.ZodOptional<z.ZodEnum<{
1619
+ ask: "ask";
1620
+ allow: "allow";
1621
+ deny: "deny";
1622
+ }>>;
1623
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1624
+ ask: "ask";
1625
+ allow: "allow";
1626
+ deny: "deny";
1627
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
1628
+ ask: "ask";
1629
+ allow: "allow";
1630
+ deny: "deny";
1631
+ }>>]>>;
1632
+ webfetch: z.ZodOptional<z.ZodEnum<{
1633
+ ask: "ask";
1634
+ allow: "allow";
1635
+ deny: "deny";
1636
+ }>>;
1637
+ task: z.ZodOptional<z.ZodEnum<{
1638
+ ask: "ask";
1639
+ allow: "allow";
1640
+ deny: "deny";
1641
+ }>>;
1642
+ doom_loop: z.ZodOptional<z.ZodEnum<{
1643
+ ask: "ask";
1644
+ allow: "allow";
1645
+ deny: "deny";
1646
+ }>>;
1647
+ external_directory: z.ZodOptional<z.ZodEnum<{
1648
+ ask: "ask";
1649
+ allow: "allow";
1650
+ deny: "deny";
1651
+ }>>;
1652
+ }, z.core.$strip>>;
1653
+ maxTokens: z.ZodOptional<z.ZodNumber>;
1654
+ thinking: z.ZodOptional<z.ZodObject<{
1655
+ type: z.ZodEnum<{
1656
+ enabled: "enabled";
1657
+ disabled: "disabled";
1658
+ }>;
1659
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
1660
+ }, z.core.$strip>>;
1661
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
1662
+ low: "low";
1663
+ medium: "medium";
1664
+ high: "high";
1665
+ xhigh: "xhigh";
1666
+ }>>;
1667
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
1668
+ low: "low";
1669
+ medium: "medium";
1670
+ high: "high";
1671
+ }>>;
1672
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1673
+ ultrawork: z.ZodOptional<z.ZodObject<{
1674
+ model: z.ZodOptional<z.ZodString>;
1675
+ variant: z.ZodOptional<z.ZodString>;
1676
+ }, z.core.$strip>>;
1677
+ compaction: z.ZodOptional<z.ZodObject<{
1678
+ model: z.ZodOptional<z.ZodString>;
1679
+ variant: z.ZodOptional<z.ZodString>;
1680
+ }, z.core.$strip>>;
1681
+ }, z.core.$strip>>;
1212
1682
  atlas: z.ZodOptional<z.ZodObject<{
1213
1683
  model: z.ZodOptional<z.ZodString>;
1214
1684
  fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
@@ -1385,6 +1855,11 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
1385
1855
  hashline_edit: z.ZodOptional<z.ZodBoolean>;
1386
1856
  model_fallback_title: z.ZodOptional<z.ZodBoolean>;
1387
1857
  strict_user_model_priority: z.ZodOptional<z.ZodBoolean>;
1858
+ semantic_mode_hint: z.ZodOptional<z.ZodEnum<{
1859
+ off: "off";
1860
+ suggest: "suggest";
1861
+ enforce: "enforce";
1862
+ }>>;
1388
1863
  }, z.core.$strip>>;
1389
1864
  auto_update: z.ZodOptional<z.ZodBoolean>;
1390
1865
  skills: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodObject<{
@@ -1434,8 +1909,6 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
1434
1909
  defaultConcurrency: z.ZodOptional<z.ZodNumber>;
1435
1910
  providerConcurrency: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
1436
1911
  modelConcurrency: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
1437
- maxDepth: z.ZodOptional<z.ZodNumber>;
1438
- maxDescendants: z.ZodOptional<z.ZodNumber>;
1439
1912
  staleTimeoutMs: z.ZodOptional<z.ZodNumber>;
1440
1913
  messageStalenessTimeoutMs: z.ZodOptional<z.ZodNumber>;
1441
1914
  syncPollTimeoutMs: z.ZodOptional<z.ZodNumber>;
@@ -1465,7 +1938,6 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
1465
1938
  git_master: z.ZodOptional<z.ZodObject<{
1466
1939
  commit_footer: z.ZodDefault<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>>;
1467
1940
  include_co_authored_by: z.ZodDefault<z.ZodBoolean>;
1468
- git_env_prefix: z.ZodDefault<z.ZodString>;
1469
1941
  }, z.core.$strip>>;
1470
1942
  browser_automation_engine: z.ZodOptional<z.ZodObject<{
1471
1943
  provider: z.ZodDefault<z.ZodEnum<{
@@ -10,7 +10,6 @@ export * from "./schema/commands";
10
10
  export * from "./schema/dynamic-context-pruning";
11
11
  export * from "./schema/experimental";
12
12
  export * from "./schema/fallback-models";
13
- export * from "./schema/git-env-prefix";
14
13
  export * from "./schema/git-master";
15
14
  export * from "./schema/hooks";
16
15
  export * from "./schema/i18n";