@bohuyeshan/openagent-labforge-core 3.11.5 → 3.13.1

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 +235 -584
  4. package/README.ru.md +131 -364
  5. package/README.zh-cn.md +237 -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 +56632 -56935
  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
@@ -29,5 +29,4 @@ export declare function detectedToInitialValues(detected: DetectedConfig): {
29
29
  opencodeZen: BooleanArg;
30
30
  zaiCodingPlan: BooleanArg;
31
31
  kimiForCoding: BooleanArg;
32
- opencodeGo: BooleanArg;
33
32
  };
@@ -8,7 +8,6 @@ export interface ProviderAvailability {
8
8
  copilot: boolean;
9
9
  zai: boolean;
10
10
  kimiForCoding: boolean;
11
- opencodeGo: boolean;
12
11
  isMaxPlan: boolean;
13
12
  }
14
13
  export interface AgentConfig {
@@ -1,6 +1,5 @@
1
1
  export { run } from "./runner";
2
2
  export { resolveRunAgent } from "./agent-resolver";
3
- export { resolveRunModel } from "./model-resolver";
4
3
  export { createServerConnection } from "./server-connection";
5
4
  export { resolveSession } from "./session-resolver";
6
5
  export { createJsonOutputManager } from "./json-output";
@@ -3,7 +3,6 @@ export type { OpencodeClient };
3
3
  export interface RunOptions {
4
4
  message: string;
5
5
  agent?: string;
6
- model?: string;
7
6
  timestamp?: boolean;
8
7
  verbose?: boolean;
9
8
  directory?: string;
@@ -9,7 +9,6 @@ export interface InstallArgs {
9
9
  opencodeZen?: BooleanArg;
10
10
  zaiCodingPlan?: BooleanArg;
11
11
  kimiForCoding?: BooleanArg;
12
- opencodeGo?: BooleanArg;
13
12
  skipAuth?: boolean;
14
13
  }
15
14
  export interface InstallConfig {
@@ -21,7 +20,6 @@ export interface InstallConfig {
21
20
  hasOpencodeZen: boolean;
22
21
  hasZaiCodingPlan: boolean;
23
22
  hasKimiForCoding: boolean;
24
- hasOpencodeGo: boolean;
25
23
  }
26
24
  export interface ConfigMergeResult {
27
25
  success: boolean;
@@ -38,5 +36,4 @@ export interface DetectedConfig {
38
36
  hasOpencodeZen: boolean;
39
37
  hasZaiCodingPlan: boolean;
40
38
  hasKimiForCoding: boolean;
41
- hasOpencodeGo: boolean;
42
39
  }
@@ -1,18 +1,24 @@
1
1
  import { z } from "zod";
2
2
  export declare const BuiltinAgentNameSchema: z.ZodEnum<{
3
3
  sisyphus: "sisyphus";
4
+ wase: "wase";
4
5
  hephaestus: "hephaestus";
5
6
  oracle: "oracle";
6
7
  librarian: "librarian";
7
8
  explore: "explore";
9
+ "github-scout": "github-scout";
10
+ "tech-scout": "tech-scout";
11
+ "article-writer": "article-writer";
12
+ "scientific-writer": "scientific-writer";
13
+ "bio-orchestrator": "bio-orchestrator";
8
14
  "multimodal-looker": "multimodal-looker";
9
15
  "bio-methodologist": "bio-methodologist";
16
+ "wet-lab-designer": "wet-lab-designer";
10
17
  "bio-pipeline-operator": "bio-pipeline-operator";
11
18
  "paper-evidence-synthesizer": "paper-evidence-synthesizer";
12
19
  metis: "metis";
13
20
  momus: "momus";
14
21
  atlas: "atlas";
15
- "sisyphus-junior": "sisyphus-junior";
16
22
  prometheus: "prometheus";
17
23
  }>;
18
24
  export declare const BuiltinSkillNameSchema: z.ZodEnum<{
@@ -27,40 +33,67 @@ export declare const BuiltinSkillNameSchema: z.ZodEnum<{
27
33
  "xlsx-analyst": "xlsx-analyst";
28
34
  "web-research": "web-research";
29
35
  "data-analysis": "data-analysis";
36
+ "bio-tools": "bio-tools";
37
+ "bio-methods": "bio-methods";
38
+ "bio-visualization": "bio-visualization";
39
+ "wet-lab-design": "wet-lab-design";
40
+ "bio-pipeline": "bio-pipeline";
41
+ "paper-evidence": "paper-evidence";
42
+ "differential-expression": "differential-expression";
43
+ "scrna-preprocessing": "scrna-preprocessing";
44
+ "cell-annotation": "cell-annotation";
45
+ "pubmed-search": "pubmed-search";
46
+ "geo-query": "geo-query";
47
+ "sequence-analysis": "sequence-analysis";
48
+ "structural-biology": "structural-biology";
49
+ "vector-design": "vector-design";
30
50
  }>;
31
51
  export declare const OverridableAgentNameSchema: z.ZodEnum<{
32
52
  sisyphus: "sisyphus";
53
+ wase: "wase";
33
54
  hephaestus: "hephaestus";
34
55
  oracle: "oracle";
35
56
  librarian: "librarian";
36
57
  explore: "explore";
58
+ "github-scout": "github-scout";
59
+ "tech-scout": "tech-scout";
60
+ "article-writer": "article-writer";
61
+ "scientific-writer": "scientific-writer";
62
+ "bio-orchestrator": "bio-orchestrator";
37
63
  "multimodal-looker": "multimodal-looker";
38
64
  "bio-methodologist": "bio-methodologist";
65
+ "wet-lab-designer": "wet-lab-designer";
39
66
  "bio-pipeline-operator": "bio-pipeline-operator";
40
67
  "paper-evidence-synthesizer": "paper-evidence-synthesizer";
41
68
  metis: "metis";
42
69
  momus: "momus";
43
70
  atlas: "atlas";
44
- "sisyphus-junior": "sisyphus-junior";
45
71
  build: "build";
46
72
  plan: "plan";
47
73
  prometheus: "prometheus";
74
+ "sisyphus-junior": "sisyphus-junior";
48
75
  "OpenCode-Builder": "OpenCode-Builder";
49
76
  }>;
50
77
  export declare const AgentNameSchema: z.ZodEnum<{
51
78
  sisyphus: "sisyphus";
79
+ wase: "wase";
52
80
  hephaestus: "hephaestus";
53
81
  oracle: "oracle";
54
82
  librarian: "librarian";
55
83
  explore: "explore";
84
+ "github-scout": "github-scout";
85
+ "tech-scout": "tech-scout";
86
+ "article-writer": "article-writer";
87
+ "scientific-writer": "scientific-writer";
88
+ "bio-orchestrator": "bio-orchestrator";
56
89
  "multimodal-looker": "multimodal-looker";
57
90
  "bio-methodologist": "bio-methodologist";
91
+ "wet-lab-designer": "wet-lab-designer";
58
92
  "bio-pipeline-operator": "bio-pipeline-operator";
59
93
  "paper-evidence-synthesizer": "paper-evidence-synthesizer";
60
94
  metis: "metis";
61
95
  momus: "momus";
62
96
  atlas: "atlas";
63
- "sisyphus-junior": "sisyphus-junior";
64
97
  prometheus: "prometheus";
65
98
  }>;
66
99
  export type AgentName = z.infer<typeof AgentNameSchema>;
@@ -336,6 +336,90 @@ export declare const AgentOverridesSchema: z.ZodObject<{
336
336
  variant: z.ZodOptional<z.ZodString>;
337
337
  }, z.core.$strip>>;
338
338
  }, z.core.$strip>>;
339
+ wase: z.ZodOptional<z.ZodObject<{
340
+ model: z.ZodOptional<z.ZodString>;
341
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
342
+ variant: z.ZodOptional<z.ZodString>;
343
+ category: z.ZodOptional<z.ZodString>;
344
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
345
+ temperature: z.ZodOptional<z.ZodNumber>;
346
+ top_p: z.ZodOptional<z.ZodNumber>;
347
+ prompt: z.ZodOptional<z.ZodString>;
348
+ prompt_append: z.ZodOptional<z.ZodString>;
349
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
350
+ disable: z.ZodOptional<z.ZodBoolean>;
351
+ description: z.ZodOptional<z.ZodString>;
352
+ mode: z.ZodOptional<z.ZodEnum<{
353
+ primary: "primary";
354
+ subagent: "subagent";
355
+ all: "all";
356
+ }>>;
357
+ color: z.ZodOptional<z.ZodString>;
358
+ permission: z.ZodOptional<z.ZodObject<{
359
+ edit: z.ZodOptional<z.ZodEnum<{
360
+ ask: "ask";
361
+ allow: "allow";
362
+ deny: "deny";
363
+ }>>;
364
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
365
+ ask: "ask";
366
+ allow: "allow";
367
+ deny: "deny";
368
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
369
+ ask: "ask";
370
+ allow: "allow";
371
+ deny: "deny";
372
+ }>>]>>;
373
+ webfetch: z.ZodOptional<z.ZodEnum<{
374
+ ask: "ask";
375
+ allow: "allow";
376
+ deny: "deny";
377
+ }>>;
378
+ task: z.ZodOptional<z.ZodEnum<{
379
+ ask: "ask";
380
+ allow: "allow";
381
+ deny: "deny";
382
+ }>>;
383
+ doom_loop: z.ZodOptional<z.ZodEnum<{
384
+ ask: "ask";
385
+ allow: "allow";
386
+ deny: "deny";
387
+ }>>;
388
+ external_directory: z.ZodOptional<z.ZodEnum<{
389
+ ask: "ask";
390
+ allow: "allow";
391
+ deny: "deny";
392
+ }>>;
393
+ }, z.core.$strip>>;
394
+ maxTokens: z.ZodOptional<z.ZodNumber>;
395
+ thinking: z.ZodOptional<z.ZodObject<{
396
+ type: z.ZodEnum<{
397
+ enabled: "enabled";
398
+ disabled: "disabled";
399
+ }>;
400
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
401
+ }, z.core.$strip>>;
402
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
403
+ low: "low";
404
+ medium: "medium";
405
+ high: "high";
406
+ xhigh: "xhigh";
407
+ }>>;
408
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
409
+ low: "low";
410
+ medium: "medium";
411
+ high: "high";
412
+ }>>;
413
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
414
+ ultrawork: z.ZodOptional<z.ZodObject<{
415
+ model: z.ZodOptional<z.ZodString>;
416
+ variant: z.ZodOptional<z.ZodString>;
417
+ }, z.core.$strip>>;
418
+ compaction: z.ZodOptional<z.ZodObject<{
419
+ model: z.ZodOptional<z.ZodString>;
420
+ variant: z.ZodOptional<z.ZodString>;
421
+ }, z.core.$strip>>;
422
+ }, z.core.$strip>>;
339
423
  hephaestus: z.ZodOptional<z.ZodObject<{
340
424
  model: z.ZodOptional<z.ZodString>;
341
425
  fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
@@ -1093,6 +1177,90 @@ export declare const AgentOverridesSchema: z.ZodObject<{
1093
1177
  variant: z.ZodOptional<z.ZodString>;
1094
1178
  }, z.core.$strip>>;
1095
1179
  }, z.core.$strip>>;
1180
+ "bio-orchestrator": z.ZodOptional<z.ZodObject<{
1181
+ model: z.ZodOptional<z.ZodString>;
1182
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
1183
+ variant: z.ZodOptional<z.ZodString>;
1184
+ category: z.ZodOptional<z.ZodString>;
1185
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
1186
+ temperature: z.ZodOptional<z.ZodNumber>;
1187
+ top_p: z.ZodOptional<z.ZodNumber>;
1188
+ prompt: z.ZodOptional<z.ZodString>;
1189
+ prompt_append: z.ZodOptional<z.ZodString>;
1190
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1191
+ disable: z.ZodOptional<z.ZodBoolean>;
1192
+ description: z.ZodOptional<z.ZodString>;
1193
+ mode: z.ZodOptional<z.ZodEnum<{
1194
+ primary: "primary";
1195
+ subagent: "subagent";
1196
+ all: "all";
1197
+ }>>;
1198
+ color: z.ZodOptional<z.ZodString>;
1199
+ permission: z.ZodOptional<z.ZodObject<{
1200
+ edit: z.ZodOptional<z.ZodEnum<{
1201
+ ask: "ask";
1202
+ allow: "allow";
1203
+ deny: "deny";
1204
+ }>>;
1205
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1206
+ ask: "ask";
1207
+ allow: "allow";
1208
+ deny: "deny";
1209
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
1210
+ ask: "ask";
1211
+ allow: "allow";
1212
+ deny: "deny";
1213
+ }>>]>>;
1214
+ webfetch: z.ZodOptional<z.ZodEnum<{
1215
+ ask: "ask";
1216
+ allow: "allow";
1217
+ deny: "deny";
1218
+ }>>;
1219
+ task: z.ZodOptional<z.ZodEnum<{
1220
+ ask: "ask";
1221
+ allow: "allow";
1222
+ deny: "deny";
1223
+ }>>;
1224
+ doom_loop: z.ZodOptional<z.ZodEnum<{
1225
+ ask: "ask";
1226
+ allow: "allow";
1227
+ deny: "deny";
1228
+ }>>;
1229
+ external_directory: z.ZodOptional<z.ZodEnum<{
1230
+ ask: "ask";
1231
+ allow: "allow";
1232
+ deny: "deny";
1233
+ }>>;
1234
+ }, z.core.$strip>>;
1235
+ maxTokens: z.ZodOptional<z.ZodNumber>;
1236
+ thinking: z.ZodOptional<z.ZodObject<{
1237
+ type: z.ZodEnum<{
1238
+ enabled: "enabled";
1239
+ disabled: "disabled";
1240
+ }>;
1241
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
1242
+ }, z.core.$strip>>;
1243
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
1244
+ low: "low";
1245
+ medium: "medium";
1246
+ high: "high";
1247
+ xhigh: "xhigh";
1248
+ }>>;
1249
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
1250
+ low: "low";
1251
+ medium: "medium";
1252
+ high: "high";
1253
+ }>>;
1254
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1255
+ ultrawork: z.ZodOptional<z.ZodObject<{
1256
+ model: z.ZodOptional<z.ZodString>;
1257
+ variant: z.ZodOptional<z.ZodString>;
1258
+ }, z.core.$strip>>;
1259
+ compaction: z.ZodOptional<z.ZodObject<{
1260
+ model: z.ZodOptional<z.ZodString>;
1261
+ variant: z.ZodOptional<z.ZodString>;
1262
+ }, z.core.$strip>>;
1263
+ }, z.core.$strip>>;
1096
1264
  "multimodal-looker": z.ZodOptional<z.ZodObject<{
1097
1265
  model: z.ZodOptional<z.ZodString>;
1098
1266
  fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
@@ -1177,6 +1345,342 @@ export declare const AgentOverridesSchema: z.ZodObject<{
1177
1345
  variant: z.ZodOptional<z.ZodString>;
1178
1346
  }, z.core.$strip>>;
1179
1347
  }, z.core.$strip>>;
1348
+ "bio-methodologist": z.ZodOptional<z.ZodObject<{
1349
+ model: z.ZodOptional<z.ZodString>;
1350
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
1351
+ variant: z.ZodOptional<z.ZodString>;
1352
+ category: z.ZodOptional<z.ZodString>;
1353
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
1354
+ temperature: z.ZodOptional<z.ZodNumber>;
1355
+ top_p: z.ZodOptional<z.ZodNumber>;
1356
+ prompt: z.ZodOptional<z.ZodString>;
1357
+ prompt_append: z.ZodOptional<z.ZodString>;
1358
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1359
+ disable: z.ZodOptional<z.ZodBoolean>;
1360
+ description: z.ZodOptional<z.ZodString>;
1361
+ mode: z.ZodOptional<z.ZodEnum<{
1362
+ primary: "primary";
1363
+ subagent: "subagent";
1364
+ all: "all";
1365
+ }>>;
1366
+ color: z.ZodOptional<z.ZodString>;
1367
+ permission: z.ZodOptional<z.ZodObject<{
1368
+ edit: z.ZodOptional<z.ZodEnum<{
1369
+ ask: "ask";
1370
+ allow: "allow";
1371
+ deny: "deny";
1372
+ }>>;
1373
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1374
+ ask: "ask";
1375
+ allow: "allow";
1376
+ deny: "deny";
1377
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
1378
+ ask: "ask";
1379
+ allow: "allow";
1380
+ deny: "deny";
1381
+ }>>]>>;
1382
+ webfetch: z.ZodOptional<z.ZodEnum<{
1383
+ ask: "ask";
1384
+ allow: "allow";
1385
+ deny: "deny";
1386
+ }>>;
1387
+ task: z.ZodOptional<z.ZodEnum<{
1388
+ ask: "ask";
1389
+ allow: "allow";
1390
+ deny: "deny";
1391
+ }>>;
1392
+ doom_loop: z.ZodOptional<z.ZodEnum<{
1393
+ ask: "ask";
1394
+ allow: "allow";
1395
+ deny: "deny";
1396
+ }>>;
1397
+ external_directory: z.ZodOptional<z.ZodEnum<{
1398
+ ask: "ask";
1399
+ allow: "allow";
1400
+ deny: "deny";
1401
+ }>>;
1402
+ }, z.core.$strip>>;
1403
+ maxTokens: z.ZodOptional<z.ZodNumber>;
1404
+ thinking: z.ZodOptional<z.ZodObject<{
1405
+ type: z.ZodEnum<{
1406
+ enabled: "enabled";
1407
+ disabled: "disabled";
1408
+ }>;
1409
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
1410
+ }, z.core.$strip>>;
1411
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
1412
+ low: "low";
1413
+ medium: "medium";
1414
+ high: "high";
1415
+ xhigh: "xhigh";
1416
+ }>>;
1417
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
1418
+ low: "low";
1419
+ medium: "medium";
1420
+ high: "high";
1421
+ }>>;
1422
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1423
+ ultrawork: z.ZodOptional<z.ZodObject<{
1424
+ model: z.ZodOptional<z.ZodString>;
1425
+ variant: z.ZodOptional<z.ZodString>;
1426
+ }, z.core.$strip>>;
1427
+ compaction: z.ZodOptional<z.ZodObject<{
1428
+ model: z.ZodOptional<z.ZodString>;
1429
+ variant: z.ZodOptional<z.ZodString>;
1430
+ }, z.core.$strip>>;
1431
+ }, z.core.$strip>>;
1432
+ "wet-lab-designer": z.ZodOptional<z.ZodObject<{
1433
+ model: z.ZodOptional<z.ZodString>;
1434
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
1435
+ variant: z.ZodOptional<z.ZodString>;
1436
+ category: z.ZodOptional<z.ZodString>;
1437
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
1438
+ temperature: z.ZodOptional<z.ZodNumber>;
1439
+ top_p: z.ZodOptional<z.ZodNumber>;
1440
+ prompt: z.ZodOptional<z.ZodString>;
1441
+ prompt_append: z.ZodOptional<z.ZodString>;
1442
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1443
+ disable: z.ZodOptional<z.ZodBoolean>;
1444
+ description: z.ZodOptional<z.ZodString>;
1445
+ mode: z.ZodOptional<z.ZodEnum<{
1446
+ primary: "primary";
1447
+ subagent: "subagent";
1448
+ all: "all";
1449
+ }>>;
1450
+ color: z.ZodOptional<z.ZodString>;
1451
+ permission: z.ZodOptional<z.ZodObject<{
1452
+ edit: z.ZodOptional<z.ZodEnum<{
1453
+ ask: "ask";
1454
+ allow: "allow";
1455
+ deny: "deny";
1456
+ }>>;
1457
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1458
+ ask: "ask";
1459
+ allow: "allow";
1460
+ deny: "deny";
1461
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
1462
+ ask: "ask";
1463
+ allow: "allow";
1464
+ deny: "deny";
1465
+ }>>]>>;
1466
+ webfetch: z.ZodOptional<z.ZodEnum<{
1467
+ ask: "ask";
1468
+ allow: "allow";
1469
+ deny: "deny";
1470
+ }>>;
1471
+ task: z.ZodOptional<z.ZodEnum<{
1472
+ ask: "ask";
1473
+ allow: "allow";
1474
+ deny: "deny";
1475
+ }>>;
1476
+ doom_loop: z.ZodOptional<z.ZodEnum<{
1477
+ ask: "ask";
1478
+ allow: "allow";
1479
+ deny: "deny";
1480
+ }>>;
1481
+ external_directory: z.ZodOptional<z.ZodEnum<{
1482
+ ask: "ask";
1483
+ allow: "allow";
1484
+ deny: "deny";
1485
+ }>>;
1486
+ }, z.core.$strip>>;
1487
+ maxTokens: z.ZodOptional<z.ZodNumber>;
1488
+ thinking: z.ZodOptional<z.ZodObject<{
1489
+ type: z.ZodEnum<{
1490
+ enabled: "enabled";
1491
+ disabled: "disabled";
1492
+ }>;
1493
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
1494
+ }, z.core.$strip>>;
1495
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
1496
+ low: "low";
1497
+ medium: "medium";
1498
+ high: "high";
1499
+ xhigh: "xhigh";
1500
+ }>>;
1501
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
1502
+ low: "low";
1503
+ medium: "medium";
1504
+ high: "high";
1505
+ }>>;
1506
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1507
+ ultrawork: z.ZodOptional<z.ZodObject<{
1508
+ model: z.ZodOptional<z.ZodString>;
1509
+ variant: z.ZodOptional<z.ZodString>;
1510
+ }, z.core.$strip>>;
1511
+ compaction: z.ZodOptional<z.ZodObject<{
1512
+ model: z.ZodOptional<z.ZodString>;
1513
+ variant: z.ZodOptional<z.ZodString>;
1514
+ }, z.core.$strip>>;
1515
+ }, z.core.$strip>>;
1516
+ "bio-pipeline-operator": z.ZodOptional<z.ZodObject<{
1517
+ model: z.ZodOptional<z.ZodString>;
1518
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
1519
+ variant: z.ZodOptional<z.ZodString>;
1520
+ category: z.ZodOptional<z.ZodString>;
1521
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
1522
+ temperature: z.ZodOptional<z.ZodNumber>;
1523
+ top_p: z.ZodOptional<z.ZodNumber>;
1524
+ prompt: z.ZodOptional<z.ZodString>;
1525
+ prompt_append: z.ZodOptional<z.ZodString>;
1526
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1527
+ disable: z.ZodOptional<z.ZodBoolean>;
1528
+ description: z.ZodOptional<z.ZodString>;
1529
+ mode: z.ZodOptional<z.ZodEnum<{
1530
+ primary: "primary";
1531
+ subagent: "subagent";
1532
+ all: "all";
1533
+ }>>;
1534
+ color: z.ZodOptional<z.ZodString>;
1535
+ permission: z.ZodOptional<z.ZodObject<{
1536
+ edit: z.ZodOptional<z.ZodEnum<{
1537
+ ask: "ask";
1538
+ allow: "allow";
1539
+ deny: "deny";
1540
+ }>>;
1541
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1542
+ ask: "ask";
1543
+ allow: "allow";
1544
+ deny: "deny";
1545
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
1546
+ ask: "ask";
1547
+ allow: "allow";
1548
+ deny: "deny";
1549
+ }>>]>>;
1550
+ webfetch: z.ZodOptional<z.ZodEnum<{
1551
+ ask: "ask";
1552
+ allow: "allow";
1553
+ deny: "deny";
1554
+ }>>;
1555
+ task: z.ZodOptional<z.ZodEnum<{
1556
+ ask: "ask";
1557
+ allow: "allow";
1558
+ deny: "deny";
1559
+ }>>;
1560
+ doom_loop: z.ZodOptional<z.ZodEnum<{
1561
+ ask: "ask";
1562
+ allow: "allow";
1563
+ deny: "deny";
1564
+ }>>;
1565
+ external_directory: z.ZodOptional<z.ZodEnum<{
1566
+ ask: "ask";
1567
+ allow: "allow";
1568
+ deny: "deny";
1569
+ }>>;
1570
+ }, z.core.$strip>>;
1571
+ maxTokens: z.ZodOptional<z.ZodNumber>;
1572
+ thinking: z.ZodOptional<z.ZodObject<{
1573
+ type: z.ZodEnum<{
1574
+ enabled: "enabled";
1575
+ disabled: "disabled";
1576
+ }>;
1577
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
1578
+ }, z.core.$strip>>;
1579
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
1580
+ low: "low";
1581
+ medium: "medium";
1582
+ high: "high";
1583
+ xhigh: "xhigh";
1584
+ }>>;
1585
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
1586
+ low: "low";
1587
+ medium: "medium";
1588
+ high: "high";
1589
+ }>>;
1590
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1591
+ ultrawork: z.ZodOptional<z.ZodObject<{
1592
+ model: z.ZodOptional<z.ZodString>;
1593
+ variant: z.ZodOptional<z.ZodString>;
1594
+ }, z.core.$strip>>;
1595
+ compaction: z.ZodOptional<z.ZodObject<{
1596
+ model: z.ZodOptional<z.ZodString>;
1597
+ variant: z.ZodOptional<z.ZodString>;
1598
+ }, z.core.$strip>>;
1599
+ }, z.core.$strip>>;
1600
+ "paper-evidence-synthesizer": z.ZodOptional<z.ZodObject<{
1601
+ model: z.ZodOptional<z.ZodString>;
1602
+ fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
1603
+ variant: z.ZodOptional<z.ZodString>;
1604
+ category: z.ZodOptional<z.ZodString>;
1605
+ skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
1606
+ temperature: z.ZodOptional<z.ZodNumber>;
1607
+ top_p: z.ZodOptional<z.ZodNumber>;
1608
+ prompt: z.ZodOptional<z.ZodString>;
1609
+ prompt_append: z.ZodOptional<z.ZodString>;
1610
+ tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1611
+ disable: z.ZodOptional<z.ZodBoolean>;
1612
+ description: z.ZodOptional<z.ZodString>;
1613
+ mode: z.ZodOptional<z.ZodEnum<{
1614
+ primary: "primary";
1615
+ subagent: "subagent";
1616
+ all: "all";
1617
+ }>>;
1618
+ color: z.ZodOptional<z.ZodString>;
1619
+ permission: z.ZodOptional<z.ZodObject<{
1620
+ edit: z.ZodOptional<z.ZodEnum<{
1621
+ ask: "ask";
1622
+ allow: "allow";
1623
+ deny: "deny";
1624
+ }>>;
1625
+ bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1626
+ ask: "ask";
1627
+ allow: "allow";
1628
+ deny: "deny";
1629
+ }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
1630
+ ask: "ask";
1631
+ allow: "allow";
1632
+ deny: "deny";
1633
+ }>>]>>;
1634
+ webfetch: z.ZodOptional<z.ZodEnum<{
1635
+ ask: "ask";
1636
+ allow: "allow";
1637
+ deny: "deny";
1638
+ }>>;
1639
+ task: z.ZodOptional<z.ZodEnum<{
1640
+ ask: "ask";
1641
+ allow: "allow";
1642
+ deny: "deny";
1643
+ }>>;
1644
+ doom_loop: z.ZodOptional<z.ZodEnum<{
1645
+ ask: "ask";
1646
+ allow: "allow";
1647
+ deny: "deny";
1648
+ }>>;
1649
+ external_directory: z.ZodOptional<z.ZodEnum<{
1650
+ ask: "ask";
1651
+ allow: "allow";
1652
+ deny: "deny";
1653
+ }>>;
1654
+ }, z.core.$strip>>;
1655
+ maxTokens: z.ZodOptional<z.ZodNumber>;
1656
+ thinking: z.ZodOptional<z.ZodObject<{
1657
+ type: z.ZodEnum<{
1658
+ enabled: "enabled";
1659
+ disabled: "disabled";
1660
+ }>;
1661
+ budgetTokens: z.ZodOptional<z.ZodNumber>;
1662
+ }, z.core.$strip>>;
1663
+ reasoningEffort: z.ZodOptional<z.ZodEnum<{
1664
+ low: "low";
1665
+ medium: "medium";
1666
+ high: "high";
1667
+ xhigh: "xhigh";
1668
+ }>>;
1669
+ textVerbosity: z.ZodOptional<z.ZodEnum<{
1670
+ low: "low";
1671
+ medium: "medium";
1672
+ high: "high";
1673
+ }>>;
1674
+ providerOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1675
+ ultrawork: z.ZodOptional<z.ZodObject<{
1676
+ model: z.ZodOptional<z.ZodString>;
1677
+ variant: z.ZodOptional<z.ZodString>;
1678
+ }, z.core.$strip>>;
1679
+ compaction: z.ZodOptional<z.ZodObject<{
1680
+ model: z.ZodOptional<z.ZodString>;
1681
+ variant: z.ZodOptional<z.ZodString>;
1682
+ }, z.core.$strip>>;
1683
+ }, z.core.$strip>>;
1180
1684
  atlas: z.ZodOptional<z.ZodObject<{
1181
1685
  model: z.ZodOptional<z.ZodString>;
1182
1686
  fallback_models: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
@@ -3,8 +3,6 @@ export declare const BackgroundTaskConfigSchema: z.ZodObject<{
3
3
  defaultConcurrency: z.ZodOptional<z.ZodNumber>;
4
4
  providerConcurrency: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
5
5
  modelConcurrency: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
6
- maxDepth: z.ZodOptional<z.ZodNumber>;
7
- maxDescendants: z.ZodOptional<z.ZodNumber>;
8
6
  staleTimeoutMs: z.ZodOptional<z.ZodNumber>;
9
7
  messageStalenessTimeoutMs: z.ZodOptional<z.ZodNumber>;
10
8
  syncPollTimeoutMs: z.ZodOptional<z.ZodNumber>;