takt 0.47.0 → 0.49.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 (524) hide show
  1. package/README.md +24 -0
  2. package/builtins/en/facets/instructions/exec-loop-monitor.md +15 -0
  3. package/builtins/en/facets/instructions/exec-replan.md +5 -0
  4. package/builtins/en/facets/instructions/exec-review.md +10 -0
  5. package/builtins/en/facets/instructions/exec-worker.md +5 -0
  6. package/builtins/en/facets/instructions/fix-maintenance.md +1 -1
  7. package/builtins/en/facets/instructions/implement-maintenance.md +2 -2
  8. package/builtins/en/facets/instructions/plan-maintenance.md +3 -3
  9. package/builtins/en/facets/instructions/review-coding.md +6 -4
  10. package/builtins/en/facets/instructions/review-test.md +6 -1
  11. package/builtins/en/facets/knowledge/backend.md +2 -0
  12. package/builtins/en/facets/knowledge/cqrs-es.md +12 -0
  13. package/builtins/en/facets/knowledge/e2e-testing.md +13 -0
  14. package/builtins/en/facets/knowledge/existing-system.md +2 -2
  15. package/builtins/en/facets/knowledge/takt.md +27 -0
  16. package/builtins/en/facets/output-contracts/exec-review-result.md +13 -0
  17. package/builtins/en/facets/personas/exec-assistant.md +3 -0
  18. package/builtins/en/facets/personas/exec-worker.md +3 -0
  19. package/builtins/en/facets/policies/existing-system-respect.md +30 -16
  20. package/builtins/en/facets/policies/review.md +2 -0
  21. package/builtins/en/facets/policies/testing.md +41 -0
  22. package/builtins/en/workflow-categories.yaml +1 -0
  23. package/builtins/en/workflows/backend-maintenance.yaml +540 -0
  24. package/builtins/en/workflows/draft.yaml +4 -2
  25. package/builtins/en/workflows/frontend-maintenance.yaml +1 -1
  26. package/builtins/en/workflows/frontend.yaml +1 -1
  27. package/builtins/en/workflows/peer-review-with-fc.yaml +1 -1
  28. package/builtins/en/workflows/peer-review.yaml +1 -1
  29. package/builtins/exec/presets/backend.yaml +31 -0
  30. package/builtins/exec/presets/dual.yaml +34 -0
  31. package/builtins/exec/presets/frontend.yaml +31 -0
  32. package/builtins/exec/presets/research.yaml +45 -0
  33. package/builtins/ja/facets/instructions/exec-loop-monitor.md +15 -0
  34. package/builtins/ja/facets/instructions/exec-replan.md +5 -0
  35. package/builtins/ja/facets/instructions/exec-review.md +10 -0
  36. package/builtins/ja/facets/instructions/exec-worker.md +5 -0
  37. package/builtins/ja/facets/instructions/fix-maintenance.md +1 -1
  38. package/builtins/ja/facets/instructions/implement-maintenance.md +2 -2
  39. package/builtins/ja/facets/instructions/plan-maintenance.md +3 -3
  40. package/builtins/ja/facets/instructions/review-coding.md +6 -4
  41. package/builtins/ja/facets/instructions/review-test.md +6 -1
  42. package/builtins/ja/facets/knowledge/backend.md +2 -0
  43. package/builtins/ja/facets/knowledge/cqrs-es.md +12 -0
  44. package/builtins/ja/facets/knowledge/e2e-testing.md +13 -0
  45. package/builtins/ja/facets/knowledge/existing-system.md +2 -2
  46. package/builtins/ja/facets/knowledge/takt.md +27 -0
  47. package/builtins/ja/facets/output-contracts/exec-review-result.md +13 -0
  48. package/builtins/ja/facets/personas/exec-assistant.md +3 -0
  49. package/builtins/ja/facets/personas/exec-worker.md +3 -0
  50. package/builtins/ja/facets/policies/existing-system-respect.md +30 -16
  51. package/builtins/ja/facets/policies/review.md +3 -0
  52. package/builtins/ja/facets/policies/testing.md +41 -0
  53. package/builtins/ja/workflow-categories.yaml +1 -0
  54. package/builtins/ja/workflows/backend-maintenance.yaml +540 -0
  55. package/builtins/ja/workflows/draft.yaml +4 -2
  56. package/builtins/ja/workflows/frontend-maintenance.yaml +1 -1
  57. package/builtins/ja/workflows/frontend.yaml +1 -1
  58. package/builtins/ja/workflows/peer-review-with-fc.yaml +1 -1
  59. package/builtins/ja/workflows/peer-review.yaml +1 -1
  60. package/builtins/skill/SKILL.md +1 -1
  61. package/builtins/skill/references/engine.md +1 -15
  62. package/builtins/skill-codex/SKILL.md +1 -1
  63. package/builtins/skill-codex/references/engine.md +0 -2
  64. package/dist/agents/decompose-task-usecase.d.ts +3 -2
  65. package/dist/agents/decompose-task-usecase.d.ts.map +1 -1
  66. package/dist/agents/decompose-task-usecase.js +2 -6
  67. package/dist/agents/decompose-task-usecase.js.map +1 -1
  68. package/dist/agents/runner.d.ts.map +1 -1
  69. package/dist/agents/runner.js +7 -6
  70. package/dist/agents/runner.js.map +1 -1
  71. package/dist/agents/structured-caller/capability-aware-structured-caller.d.ts +2 -2
  72. package/dist/agents/structured-caller/capability-aware-structured-caller.d.ts.map +1 -1
  73. package/dist/agents/structured-caller/capability-aware-structured-caller.js.map +1 -1
  74. package/dist/agents/structured-caller/contracts.d.ts +2 -2
  75. package/dist/agents/structured-caller/contracts.d.ts.map +1 -1
  76. package/dist/agents/structured-caller/default-structured-caller.d.ts +2 -2
  77. package/dist/agents/structured-caller/default-structured-caller.d.ts.map +1 -1
  78. package/dist/agents/structured-caller/default-structured-caller.js.map +1 -1
  79. package/dist/agents/structured-caller/prompt-based-structured-caller.d.ts +2 -2
  80. package/dist/agents/structured-caller/prompt-based-structured-caller.d.ts.map +1 -1
  81. package/dist/agents/structured-caller/prompt-based-structured-caller.js +2 -5
  82. package/dist/agents/structured-caller/prompt-based-structured-caller.js.map +1 -1
  83. package/dist/agents/structured-caller/shared.d.ts.map +1 -1
  84. package/dist/agents/structured-caller/shared.js +2 -9
  85. package/dist/agents/structured-caller/shared.js.map +1 -1
  86. package/dist/agents/team-leader-structured-output.d.ts +2 -2
  87. package/dist/agents/team-leader-structured-output.d.ts.map +1 -1
  88. package/dist/agents/team-leader-structured-output.js +42 -9
  89. package/dist/agents/team-leader-structured-output.js.map +1 -1
  90. package/dist/app/cli/commands.js +13 -0
  91. package/dist/app/cli/commands.js.map +1 -1
  92. package/dist/commands/repertoire/add.d.ts.map +1 -1
  93. package/dist/commands/repertoire/add.js +2 -3
  94. package/dist/commands/repertoire/add.js.map +1 -1
  95. package/dist/core/models/config-schemas.d.ts +26 -0
  96. package/dist/core/models/config-schemas.d.ts.map +1 -1
  97. package/dist/core/models/part.d.ts +7 -0
  98. package/dist/core/models/part.d.ts.map +1 -1
  99. package/dist/core/models/schema-base.d.ts +10 -0
  100. package/dist/core/models/schema-base.d.ts.map +1 -1
  101. package/dist/core/models/schema-base.js +2 -0
  102. package/dist/core/models/schema-base.js.map +1 -1
  103. package/dist/core/models/workflow-provider-options.d.ts +2 -0
  104. package/dist/core/models/workflow-provider-options.d.ts.map +1 -1
  105. package/dist/core/models/workflow-provider-options.js.map +1 -1
  106. package/dist/core/models/workflow-schemas.d.ts +270 -16
  107. package/dist/core/models/workflow-schemas.d.ts.map +1 -1
  108. package/dist/core/models/workflow-schemas.js +39 -3
  109. package/dist/core/models/workflow-schemas.js.map +1 -1
  110. package/dist/core/models/workflow-types.d.ts +8 -0
  111. package/dist/core/models/workflow-types.d.ts.map +1 -1
  112. package/dist/core/workflow/engine/LoopMonitorJudgeRunner.d.ts +2 -2
  113. package/dist/core/workflow/engine/LoopMonitorJudgeRunner.d.ts.map +1 -1
  114. package/dist/core/workflow/engine/LoopMonitorJudgeRunner.js +8 -7
  115. package/dist/core/workflow/engine/LoopMonitorJudgeRunner.js.map +1 -1
  116. package/dist/core/workflow/engine/OptionsBuilder.d.ts +1 -0
  117. package/dist/core/workflow/engine/OptionsBuilder.d.ts.map +1 -1
  118. package/dist/core/workflow/engine/OptionsBuilder.js +23 -11
  119. package/dist/core/workflow/engine/OptionsBuilder.js.map +1 -1
  120. package/dist/core/workflow/engine/StepExecutor.d.ts.map +1 -1
  121. package/dist/core/workflow/engine/StepExecutor.js +4 -8
  122. package/dist/core/workflow/engine/StepExecutor.js.map +1 -1
  123. package/dist/core/workflow/engine/TeamLeaderRunner.d.ts.map +1 -1
  124. package/dist/core/workflow/engine/TeamLeaderRunner.js +6 -6
  125. package/dist/core/workflow/engine/TeamLeaderRunner.js.map +1 -1
  126. package/dist/core/workflow/engine/WorkflowEngineSetup.js +2 -2
  127. package/dist/core/workflow/engine/WorkflowEngineSetup.js.map +1 -1
  128. package/dist/core/workflow/engine/WorkflowRunLoop.d.ts.map +1 -1
  129. package/dist/core/workflow/engine/WorkflowRunLoop.js +31 -0
  130. package/dist/core/workflow/engine/WorkflowRunLoop.js.map +1 -1
  131. package/dist/core/workflow/engine/WorkflowValidator.d.ts.map +1 -1
  132. package/dist/core/workflow/engine/WorkflowValidator.js +17 -7
  133. package/dist/core/workflow/engine/WorkflowValidator.js.map +1 -1
  134. package/dist/core/workflow/engine/engine-provider-options.d.ts +2 -1
  135. package/dist/core/workflow/engine/engine-provider-options.d.ts.map +1 -1
  136. package/dist/core/workflow/engine/engine-provider-options.js +45 -6
  137. package/dist/core/workflow/engine/engine-provider-options.js.map +1 -1
  138. package/dist/core/workflow/engine/team-leader-common.d.ts +1 -0
  139. package/dist/core/workflow/engine/team-leader-common.d.ts.map +1 -1
  140. package/dist/core/workflow/engine/team-leader-common.js +13 -1
  141. package/dist/core/workflow/engine/team-leader-common.js.map +1 -1
  142. package/dist/core/workflow/findings/manager-runner.d.ts.map +1 -1
  143. package/dist/core/workflow/findings/manager-runner.js +9 -25
  144. package/dist/core/workflow/findings/manager-runner.js.map +1 -1
  145. package/dist/core/workflow/instruction/InstructionBuilder.js +1 -1
  146. package/dist/core/workflow/instruction/InstructionBuilder.js.map +1 -1
  147. package/dist/core/workflow/observability/workflowSpans.d.ts.map +1 -1
  148. package/dist/core/workflow/observability/workflowSpans.js +2 -1
  149. package/dist/core/workflow/observability/workflowSpans.js.map +1 -1
  150. package/dist/core/workflow/promotion/promotion-runtime.d.ts.map +1 -1
  151. package/dist/core/workflow/promotion/promotion-runtime.js +3 -2
  152. package/dist/core/workflow/promotion/promotion-runtime.js.map +1 -1
  153. package/dist/core/workflow/provider-model-compatibility.d.ts +0 -1
  154. package/dist/core/workflow/provider-model-compatibility.d.ts.map +1 -1
  155. package/dist/core/workflow/provider-model-compatibility.js +2 -2
  156. package/dist/core/workflow/provider-model-compatibility.js.map +1 -1
  157. package/dist/core/workflow/provider-resolution.d.ts +4 -6
  158. package/dist/core/workflow/provider-resolution.d.ts.map +1 -1
  159. package/dist/core/workflow/provider-resolution.js +19 -11
  160. package/dist/core/workflow/provider-resolution.js.map +1 -1
  161. package/dist/core/workflow/providerOptionsRedaction.d.ts +4 -0
  162. package/dist/core/workflow/providerOptionsRedaction.d.ts.map +1 -0
  163. package/dist/core/workflow/providerOptionsRedaction.js +18 -0
  164. package/dist/core/workflow/providerOptionsRedaction.js.map +1 -0
  165. package/dist/core/workflow/session-key.d.ts +4 -1
  166. package/dist/core/workflow/session-key.d.ts.map +1 -1
  167. package/dist/core/workflow/session-key.js +5 -2
  168. package/dist/core/workflow/session-key.js.map +1 -1
  169. package/dist/features/catalog/catalogFacets.d.ts +11 -1
  170. package/dist/features/catalog/catalogFacets.d.ts.map +1 -1
  171. package/dist/features/catalog/catalogFacets.js +36 -10
  172. package/dist/features/catalog/catalogFacets.js.map +1 -1
  173. package/dist/features/exec/assistantSession.d.ts +18 -0
  174. package/dist/features/exec/assistantSession.d.ts.map +1 -0
  175. package/dist/features/exec/assistantSession.js +51 -0
  176. package/dist/features/exec/assistantSession.js.map +1 -0
  177. package/dist/features/exec/command.d.ts +9 -0
  178. package/dist/features/exec/command.d.ts.map +1 -0
  179. package/dist/features/exec/command.js +143 -0
  180. package/dist/features/exec/command.js.map +1 -0
  181. package/dist/features/exec/commandAvailability.d.ts +4 -0
  182. package/dist/features/exec/commandAvailability.d.ts.map +1 -0
  183. package/dist/features/exec/commandAvailability.js +10 -0
  184. package/dist/features/exec/commandAvailability.js.map +1 -0
  185. package/dist/features/exec/configOps.d.ts +13 -0
  186. package/dist/features/exec/configOps.d.ts.map +1 -0
  187. package/dist/features/exec/configOps.js +129 -0
  188. package/dist/features/exec/configOps.js.map +1 -0
  189. package/dist/features/exec/configValidation.d.ts +15 -0
  190. package/dist/features/exec/configValidation.d.ts.map +1 -0
  191. package/dist/features/exec/configValidation.js +150 -0
  192. package/dist/features/exec/configValidation.js.map +1 -0
  193. package/dist/features/exec/defaults.d.ts +3 -0
  194. package/dist/features/exec/defaults.d.ts.map +1 -0
  195. package/dist/features/exec/defaults.js +30 -0
  196. package/dist/features/exec/defaults.js.map +1 -0
  197. package/dist/features/exec/facetEditor.d.ts +5 -0
  198. package/dist/features/exec/facetEditor.d.ts.map +1 -0
  199. package/dist/features/exec/facetEditor.js +293 -0
  200. package/dist/features/exec/facetEditor.js.map +1 -0
  201. package/dist/features/exec/index.d.ts +2 -0
  202. package/dist/features/exec/index.d.ts.map +1 -0
  203. package/dist/features/exec/index.js +2 -0
  204. package/dist/features/exec/index.js.map +1 -0
  205. package/dist/features/exec/labels.d.ts +11 -0
  206. package/dist/features/exec/labels.d.ts.map +1 -0
  207. package/dist/features/exec/labels.js +20 -0
  208. package/dist/features/exec/labels.js.map +1 -0
  209. package/dist/features/exec/presetSelection.d.ts +3 -0
  210. package/dist/features/exec/presetSelection.d.ts.map +1 -0
  211. package/dist/features/exec/presetSelection.js +16 -0
  212. package/dist/features/exec/presetSelection.js.map +1 -0
  213. package/dist/features/exec/presetSetup.d.ts +7 -0
  214. package/dist/features/exec/presetSetup.d.ts.map +1 -0
  215. package/dist/features/exec/presetSetup.js +120 -0
  216. package/dist/features/exec/presetSetup.js.map +1 -0
  217. package/dist/features/exec/presetStore.d.ts +25 -0
  218. package/dist/features/exec/presetStore.d.ts.map +1 -0
  219. package/dist/features/exec/presetStore.js +326 -0
  220. package/dist/features/exec/presetStore.js.map +1 -0
  221. package/dist/features/exec/projectLocalFiles.d.ts +9 -0
  222. package/dist/features/exec/projectLocalFiles.d.ts.map +1 -0
  223. package/dist/features/exec/projectLocalFiles.js +111 -0
  224. package/dist/features/exec/projectLocalFiles.js.map +1 -0
  225. package/dist/features/exec/promptUtils.d.ts +8 -0
  226. package/dist/features/exec/promptUtils.d.ts.map +1 -0
  227. package/dist/features/exec/promptUtils.js +32 -0
  228. package/dist/features/exec/promptUtils.js.map +1 -0
  229. package/dist/features/exec/runtimeConfig.d.ts +13 -0
  230. package/dist/features/exec/runtimeConfig.d.ts.map +1 -0
  231. package/dist/features/exec/runtimeConfig.js +59 -0
  232. package/dist/features/exec/runtimeConfig.js.map +1 -0
  233. package/dist/features/exec/setupMenu.d.ts +5 -0
  234. package/dist/features/exec/setupMenu.d.ts.map +1 -0
  235. package/dist/features/exec/setupMenu.js +431 -0
  236. package/dist/features/exec/setupMenu.js.map +1 -0
  237. package/dist/features/exec/types.d.ts +52 -0
  238. package/dist/features/exec/types.d.ts.map +1 -0
  239. package/dist/features/exec/types.js +2 -0
  240. package/dist/features/exec/types.js.map +1 -0
  241. package/dist/features/exec/workflowRunner.d.ts +9 -0
  242. package/dist/features/exec/workflowRunner.d.ts.map +1 -0
  243. package/dist/features/exec/workflowRunner.js +96 -0
  244. package/dist/features/exec/workflowRunner.js.map +1 -0
  245. package/dist/features/exec/workflowTemplate.d.ts +9 -0
  246. package/dist/features/exec/workflowTemplate.d.ts.map +1 -0
  247. package/dist/features/exec/workflowTemplate.js +159 -0
  248. package/dist/features/exec/workflowTemplate.js.map +1 -0
  249. package/dist/features/interactive/aiCaller.d.ts +3 -0
  250. package/dist/features/interactive/aiCaller.d.ts.map +1 -1
  251. package/dist/features/interactive/aiCaller.js +4 -0
  252. package/dist/features/interactive/aiCaller.js.map +1 -1
  253. package/dist/features/interactive/clipboardImage.js +2 -2
  254. package/dist/features/interactive/clipboardImage.js.map +1 -1
  255. package/dist/features/interactive/commandMatcher.d.ts +2 -1
  256. package/dist/features/interactive/commandMatcher.d.ts.map +1 -1
  257. package/dist/features/interactive/commandMatcher.js +13 -2
  258. package/dist/features/interactive/commandMatcher.js.map +1 -1
  259. package/dist/features/interactive/interactive-summary.d.ts.map +1 -1
  260. package/dist/features/interactive/interactive-summary.js +45 -23
  261. package/dist/features/interactive/interactive-summary.js.map +1 -1
  262. package/dist/features/interactive/interactive.js +2 -2
  263. package/dist/features/interactive/interactive.js.map +1 -1
  264. package/dist/features/interactive/promptSections.d.ts.map +1 -1
  265. package/dist/features/interactive/promptSections.js +3 -6
  266. package/dist/features/interactive/promptSections.js.map +1 -1
  267. package/dist/features/interactive/retryMode.d.ts.map +1 -1
  268. package/dist/features/interactive/retryMode.js +3 -3
  269. package/dist/features/interactive/retryMode.js.map +1 -1
  270. package/dist/features/interactive/runSessionReader.d.ts +4 -37
  271. package/dist/features/interactive/runSessionReader.d.ts.map +1 -1
  272. package/dist/features/interactive/runSessionReader.js +130 -49
  273. package/dist/features/interactive/runSessionReader.js.map +1 -1
  274. package/dist/features/interactive/slashCommandRegistry.d.ts +2 -0
  275. package/dist/features/interactive/slashCommandRegistry.d.ts.map +1 -1
  276. package/dist/features/interactive/slashCommandRegistry.js +5 -0
  277. package/dist/features/interactive/slashCommandRegistry.js.map +1 -1
  278. package/dist/features/prompt/preview.d.ts.map +1 -1
  279. package/dist/features/prompt/preview.js +58 -32
  280. package/dist/features/prompt/preview.js.map +1 -1
  281. package/dist/features/tasks/execute/selectAndExecute.d.ts.map +1 -1
  282. package/dist/features/tasks/execute/selectAndExecute.js +6 -2
  283. package/dist/features/tasks/execute/selectAndExecute.js.map +1 -1
  284. package/dist/features/tasks/execute/sessionLoggerRecordFactory.d.ts.map +1 -1
  285. package/dist/features/tasks/execute/sessionLoggerRecordFactory.js +2 -1
  286. package/dist/features/tasks/execute/sessionLoggerRecordFactory.js.map +1 -1
  287. package/dist/features/tasks/execute/taskWorkflowExecution.d.ts.map +1 -1
  288. package/dist/features/tasks/execute/taskWorkflowExecution.js +41 -1
  289. package/dist/features/tasks/execute/taskWorkflowExecution.js.map +1 -1
  290. package/dist/features/tasks/execute/types.d.ts +8 -0
  291. package/dist/features/tasks/execute/types.d.ts.map +1 -1
  292. package/dist/features/tasks/execute/workflowExecutionBootstrap.d.ts.map +1 -1
  293. package/dist/features/tasks/execute/workflowExecutionBootstrap.js +4 -0
  294. package/dist/features/tasks/execute/workflowExecutionBootstrap.js.map +1 -1
  295. package/dist/features/tasks/execute/workflowExecutionEvents.d.ts.map +1 -1
  296. package/dist/features/tasks/execute/workflowExecutionEvents.js +12 -1
  297. package/dist/features/tasks/execute/workflowExecutionEvents.js.map +1 -1
  298. package/dist/features/tasks/list/instructMode.d.ts.map +1 -1
  299. package/dist/features/tasks/list/instructMode.js +3 -3
  300. package/dist/features/tasks/list/instructMode.js.map +1 -1
  301. package/dist/features/tasks/resume/directInstructMode.d.ts.map +1 -1
  302. package/dist/features/tasks/resume/directInstructMode.js +3 -3
  303. package/dist/features/tasks/resume/directInstructMode.js.map +1 -1
  304. package/dist/infra/claude/client.d.ts.map +1 -1
  305. package/dist/infra/claude/client.js +1 -0
  306. package/dist/infra/claude/client.js.map +1 -1
  307. package/dist/infra/claude/mcp-config.d.ts.map +1 -1
  308. package/dist/infra/claude/mcp-config.js +2 -2
  309. package/dist/infra/claude/mcp-config.js.map +1 -1
  310. package/dist/infra/claude/options-builder.d.ts.map +1 -1
  311. package/dist/infra/claude/options-builder.js +3 -0
  312. package/dist/infra/claude/options-builder.js.map +1 -1
  313. package/dist/infra/claude/types.d.ts +4 -0
  314. package/dist/infra/claude/types.d.ts.map +1 -1
  315. package/dist/infra/claude-headless/headless-spawn.d.ts.map +1 -1
  316. package/dist/infra/claude-headless/headless-spawn.js +3 -0
  317. package/dist/infra/claude-headless/headless-spawn.js.map +1 -1
  318. package/dist/infra/claude-headless/types.d.ts +2 -0
  319. package/dist/infra/claude-headless/types.d.ts.map +1 -1
  320. package/dist/infra/codex/client.d.ts.map +1 -1
  321. package/dist/infra/codex/client.js +1 -0
  322. package/dist/infra/codex/client.js.map +1 -1
  323. package/dist/infra/codex/types.d.ts +2 -0
  324. package/dist/infra/codex/types.d.ts.map +1 -1
  325. package/dist/infra/config/configNormalizers.d.ts +3 -2
  326. package/dist/infra/config/configNormalizers.d.ts.map +1 -1
  327. package/dist/infra/config/configNormalizers.js +26 -13
  328. package/dist/infra/config/configNormalizers.js.map +1 -1
  329. package/dist/infra/config/global/globalConfigCore.d.ts.map +1 -1
  330. package/dist/infra/config/global/globalConfigCore.js +2 -1
  331. package/dist/infra/config/global/globalConfigCore.js.map +1 -1
  332. package/dist/infra/config/loaders/resource-resolver.d.ts +3 -33
  333. package/dist/infra/config/loaders/resource-resolver.d.ts.map +1 -1
  334. package/dist/infra/config/loaders/resource-resolver.js +119 -46
  335. package/dist/infra/config/loaders/resource-resolver.js.map +1 -1
  336. package/dist/infra/config/loaders/workflowCallableArgResolver.d.ts.map +1 -1
  337. package/dist/infra/config/loaders/workflowCallableArgResolver.js +15 -7
  338. package/dist/infra/config/loaders/workflowCallableArgResolver.js.map +1 -1
  339. package/dist/infra/config/loaders/workflowDoctor.d.ts.map +1 -1
  340. package/dist/infra/config/loaders/workflowDoctor.js +19 -7
  341. package/dist/infra/config/loaders/workflowDoctor.js.map +1 -1
  342. package/dist/infra/config/loaders/workflowLoopMonitorNormalizer.d.ts +3 -1
  343. package/dist/infra/config/loaders/workflowLoopMonitorNormalizer.d.ts.map +1 -1
  344. package/dist/infra/config/loaders/workflowLoopMonitorNormalizer.js +3 -1
  345. package/dist/infra/config/loaders/workflowLoopMonitorNormalizer.js.map +1 -1
  346. package/dist/infra/config/loaders/workflowParser.d.ts.map +1 -1
  347. package/dist/infra/config/loaders/workflowParser.js +6 -8
  348. package/dist/infra/config/loaders/workflowParser.js.map +1 -1
  349. package/dist/infra/config/loaders/workflowPreview.d.ts +3 -0
  350. package/dist/infra/config/loaders/workflowPreview.d.ts.map +1 -1
  351. package/dist/infra/config/loaders/workflowPreview.js +32 -12
  352. package/dist/infra/config/loaders/workflowPreview.js.map +1 -1
  353. package/dist/infra/config/loaders/workflowProviderOptionsResolver.js +8 -2
  354. package/dist/infra/config/loaders/workflowProviderOptionsResolver.js.map +1 -1
  355. package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.d.ts.map +1 -1
  356. package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.js +32 -1
  357. package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.js.map +1 -1
  358. package/dist/infra/config/loaders/workflowStepNormalizer.d.ts +1 -1
  359. package/dist/infra/config/loaders/workflowStepNormalizer.d.ts.map +1 -1
  360. package/dist/infra/config/loaders/workflowStepNormalizer.js +18 -10
  361. package/dist/infra/config/loaders/workflowStepNormalizer.js.map +1 -1
  362. package/dist/infra/config/project/projectConfig.d.ts.map +1 -1
  363. package/dist/infra/config/project/projectConfig.js +12 -4
  364. package/dist/infra/config/project/projectConfig.js.map +1 -1
  365. package/dist/infra/config/providerOptions.d.ts +12 -5
  366. package/dist/infra/config/providerOptions.d.ts.map +1 -1
  367. package/dist/infra/config/providerOptions.js +112 -10
  368. package/dist/infra/config/providerOptions.js.map +1 -1
  369. package/dist/infra/config/providerOptionsContract.d.ts +4 -3
  370. package/dist/infra/config/providerOptionsContract.d.ts.map +1 -1
  371. package/dist/infra/config/providerOptionsContract.js +11 -0
  372. package/dist/infra/config/providerOptionsContract.js.map +1 -1
  373. package/dist/infra/config/providerReference.d.ts +3 -2
  374. package/dist/infra/config/providerReference.d.ts.map +1 -1
  375. package/dist/infra/config/providerReference.js +6 -6
  376. package/dist/infra/config/providerReference.js.map +1 -1
  377. package/dist/infra/config/resolveConfigValue.d.ts.map +1 -1
  378. package/dist/infra/config/resolveConfigValue.js +95 -25
  379. package/dist/infra/config/resolveConfigValue.js.map +1 -1
  380. package/dist/infra/config/traced/tracedConfigLoader.d.ts +3 -2
  381. package/dist/infra/config/traced/tracedConfigLoader.d.ts.map +1 -1
  382. package/dist/infra/config/traced/tracedConfigLoader.js +28 -4
  383. package/dist/infra/config/traced/tracedConfigLoader.js.map +1 -1
  384. package/dist/infra/config/traced/tracedConfigRuntimeBridge.d.ts.map +1 -1
  385. package/dist/infra/config/traced/tracedConfigRuntimeBridge.js +2 -2
  386. package/dist/infra/config/traced/tracedConfigRuntimeBridge.js.map +1 -1
  387. package/dist/infra/copilot/client.d.ts.map +1 -1
  388. package/dist/infra/copilot/client.js +3 -3
  389. package/dist/infra/copilot/client.js.map +1 -1
  390. package/dist/infra/opencode/allowedTools.d.ts +1 -0
  391. package/dist/infra/opencode/allowedTools.d.ts.map +1 -1
  392. package/dist/infra/opencode/allowedTools.js +7 -0
  393. package/dist/infra/opencode/allowedTools.js.map +1 -1
  394. package/dist/infra/opencode/client.d.ts.map +1 -1
  395. package/dist/infra/opencode/client.js +47 -1
  396. package/dist/infra/opencode/client.js.map +1 -1
  397. package/dist/infra/opencode/types.d.ts +1 -0
  398. package/dist/infra/opencode/types.d.ts.map +1 -1
  399. package/dist/infra/opencode/types.js +10 -10
  400. package/dist/infra/opencode/types.js.map +1 -1
  401. package/dist/infra/providers/allowed-tool-edit-policy.d.ts +1 -0
  402. package/dist/infra/providers/allowed-tool-edit-policy.d.ts.map +1 -1
  403. package/dist/infra/providers/allowed-tool-edit-policy.js +35 -1
  404. package/dist/infra/providers/allowed-tool-edit-policy.js.map +1 -1
  405. package/dist/infra/providers/claude-headless.d.ts +1 -1
  406. package/dist/infra/providers/claude-headless.d.ts.map +1 -1
  407. package/dist/infra/providers/claude-headless.js +2 -1
  408. package/dist/infra/providers/claude-headless.js.map +1 -1
  409. package/dist/infra/providers/claude-terminal.d.ts +1 -1
  410. package/dist/infra/providers/claude-terminal.d.ts.map +1 -1
  411. package/dist/infra/providers/claude-terminal.js +1 -1
  412. package/dist/infra/providers/claude-terminal.js.map +1 -1
  413. package/dist/infra/providers/claude.d.ts +1 -1
  414. package/dist/infra/providers/claude.d.ts.map +1 -1
  415. package/dist/infra/providers/claude.js +2 -1
  416. package/dist/infra/providers/claude.js.map +1 -1
  417. package/dist/infra/providers/codex.d.ts +1 -1
  418. package/dist/infra/providers/codex.d.ts.map +1 -1
  419. package/dist/infra/providers/codex.js +2 -1
  420. package/dist/infra/providers/codex.js.map +1 -1
  421. package/dist/infra/providers/copilot.d.ts +1 -1
  422. package/dist/infra/providers/copilot.d.ts.map +1 -1
  423. package/dist/infra/providers/copilot.js +1 -1
  424. package/dist/infra/providers/copilot.js.map +1 -1
  425. package/dist/infra/providers/cursor.d.ts +1 -1
  426. package/dist/infra/providers/cursor.d.ts.map +1 -1
  427. package/dist/infra/providers/cursor.js +1 -1
  428. package/dist/infra/providers/cursor.js.map +1 -1
  429. package/dist/infra/providers/kiro.d.ts +1 -1
  430. package/dist/infra/providers/kiro.d.ts.map +1 -1
  431. package/dist/infra/providers/kiro.js +1 -1
  432. package/dist/infra/providers/kiro.js.map +1 -1
  433. package/dist/infra/providers/mock.d.ts +1 -1
  434. package/dist/infra/providers/mock.d.ts.map +1 -1
  435. package/dist/infra/providers/mock.js +1 -1
  436. package/dist/infra/providers/mock.js.map +1 -1
  437. package/dist/infra/providers/opencode.d.ts +2 -1
  438. package/dist/infra/providers/opencode.d.ts.map +1 -1
  439. package/dist/infra/providers/opencode.js +19 -6
  440. package/dist/infra/providers/opencode.js.map +1 -1
  441. package/dist/infra/providers/types.d.ts +1 -1
  442. package/dist/infra/providers/types.d.ts.map +1 -1
  443. package/dist/infra/task/projectLocalTaktSync.d.ts +1 -0
  444. package/dist/infra/task/projectLocalTaktSync.d.ts.map +1 -1
  445. package/dist/infra/task/projectLocalTaktSync.js +40 -0
  446. package/dist/infra/task/projectLocalTaktSync.js.map +1 -1
  447. package/dist/shared/constants.d.ts +1 -0
  448. package/dist/shared/constants.d.ts.map +1 -1
  449. package/dist/shared/constants.js +1 -0
  450. package/dist/shared/constants.js.map +1 -1
  451. package/dist/shared/i18n/labels_en.yaml +115 -0
  452. package/dist/shared/i18n/labels_ja.yaml +115 -0
  453. package/dist/shared/prompts/en/exec_assistant_clarify.md +14 -0
  454. package/dist/shared/prompts/en/exec_assistant_instruct.md +14 -0
  455. package/dist/shared/prompts/en/exec_assistant_summary.md +12 -0
  456. package/dist/shared/prompts/en/exec_facet_create.md +8 -0
  457. package/dist/shared/prompts/en/exec_facet_edit.md +8 -0
  458. package/dist/shared/prompts/en/finding_manager_instruction.md +28 -0
  459. package/dist/shared/prompts/en/opencode_agent_prompt.md +52 -0
  460. package/dist/shared/prompts/en/opencode_report_agent_prompt.md +8 -0
  461. package/dist/shared/prompts/en/opencode_review_agent_prompt.md +35 -0
  462. package/dist/shared/prompts/en/perform_phase1_message.md +1 -4
  463. package/dist/shared/prompts/en/perform_phase2_message.md +1 -0
  464. package/dist/shared/prompts/en/perform_phase3_message.md +1 -0
  465. package/dist/shared/prompts/en/provider_runtime_system_prompt.md +1 -0
  466. package/dist/shared/prompts/en/score_slug_system_prompt.md +1 -0
  467. package/dist/shared/prompts/en/score_slug_user_prompt.md +1 -0
  468. package/dist/shared/prompts/en/score_summary_system_prompt.md +1 -0
  469. package/dist/shared/prompts/en/source_context_section_guidance.md +6 -0
  470. package/dist/shared/prompts/en/source_context_system_guard.md +8 -0
  471. package/dist/shared/prompts/en/structured_json_schema_instruction.md +12 -0
  472. package/dist/shared/prompts/en/structured_json_step_instruction.md +12 -0
  473. package/dist/shared/prompts/en/sync_conflict_resolver_message.md +1 -0
  474. package/dist/shared/prompts/en/sync_conflict_resolver_system_prompt.md +1 -0
  475. package/dist/shared/prompts/index.d.ts.map +1 -1
  476. package/dist/shared/prompts/index.js +3 -1
  477. package/dist/shared/prompts/index.js.map +1 -1
  478. package/dist/shared/prompts/ja/exec_assistant_clarify.md +14 -0
  479. package/dist/shared/prompts/ja/exec_assistant_instruct.md +14 -0
  480. package/dist/shared/prompts/ja/exec_assistant_summary.md +12 -0
  481. package/dist/shared/prompts/ja/exec_facet_create.md +8 -0
  482. package/dist/shared/prompts/ja/exec_facet_edit.md +8 -0
  483. package/dist/shared/prompts/ja/finding_manager_instruction.md +28 -0
  484. package/dist/shared/prompts/ja/opencode_agent_prompt.md +52 -0
  485. package/dist/shared/prompts/ja/opencode_report_agent_prompt.md +8 -0
  486. package/dist/shared/prompts/ja/opencode_review_agent_prompt.md +35 -0
  487. package/dist/shared/prompts/ja/perform_phase1_message.md +1 -4
  488. package/dist/shared/prompts/ja/perform_phase2_message.md +1 -0
  489. package/dist/shared/prompts/ja/perform_phase3_message.md +1 -0
  490. package/dist/shared/prompts/ja/provider_runtime_system_prompt.md +1 -0
  491. package/dist/shared/prompts/ja/score_slug_system_prompt.md +1 -0
  492. package/dist/shared/prompts/ja/score_slug_user_prompt.md +1 -0
  493. package/dist/shared/prompts/ja/score_summary_system_prompt.md +1 -0
  494. package/dist/shared/prompts/ja/source_context_section_guidance.md +6 -0
  495. package/dist/shared/prompts/ja/source_context_system_guard.md +8 -0
  496. package/dist/shared/prompts/ja/structured_json_schema_instruction.md +12 -0
  497. package/dist/shared/prompts/ja/structured_json_step_instruction.md +12 -0
  498. package/dist/shared/prompts/ja/sync_conflict_resolver_message.md +1 -0
  499. package/dist/shared/prompts/ja/sync_conflict_resolver_system_prompt.md +1 -0
  500. package/dist/shared/team-leader-inspect-tools.d.ts +5 -0
  501. package/dist/shared/team-leader-inspect-tools.d.ts.map +1 -0
  502. package/dist/shared/team-leader-inspect-tools.js +8 -0
  503. package/dist/shared/team-leader-inspect-tools.js.map +1 -0
  504. package/dist/shared/utils/index.d.ts +1 -0
  505. package/dist/shared/utils/index.d.ts.map +1 -1
  506. package/dist/shared/utils/index.js +1 -0
  507. package/dist/shared/utils/index.js.map +1 -1
  508. package/dist/shared/utils/pathBoundary.d.ts +6 -0
  509. package/dist/shared/utils/pathBoundary.d.ts.map +1 -1
  510. package/dist/shared/utils/pathBoundary.js +38 -1
  511. package/dist/shared/utils/pathBoundary.js.map +1 -1
  512. package/dist/shared/utils/tmpdir.d.ts +2 -0
  513. package/dist/shared/utils/tmpdir.d.ts.map +1 -0
  514. package/dist/shared/utils/tmpdir.js +8 -0
  515. package/dist/shared/utils/tmpdir.js.map +1 -0
  516. package/package.json +10 -5
  517. package/builtins/en/provider-options/review-web.yaml +0 -14
  518. package/builtins/ja/provider-options/review-web.yaml +0 -14
  519. package/dist/features/interactive/policyPrompt.d.ts +0 -2
  520. package/dist/features/interactive/policyPrompt.d.ts.map +0 -1
  521. package/dist/features/interactive/policyPrompt.js +0 -18
  522. package/dist/features/interactive/policyPrompt.js.map +0 -1
  523. package/dist/shared/prompts/en/score_interactive_policy.md +0 -83
  524. package/dist/shared/prompts/ja/score_interactive_policy.md +0 -83
@@ -53,7 +53,9 @@ export declare const TeamLeaderConfigRawSchema: z.ZodObject<{
53
53
  max_total_parts: z.ZodOptional<z.ZodNumber>;
54
54
  refill_threshold: z.ZodOptional<z.ZodNumber>;
55
55
  timeout_ms: z.ZodOptional<z.ZodNumber>;
56
+ inspect_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
56
57
  part_persona: z.ZodOptional<z.ZodString>;
58
+ part_tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
57
59
  part_allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
58
60
  part_edit: z.ZodOptional<z.ZodBoolean>;
59
61
  part_permission_mode: z.ZodOptional<z.ZodEnum<{
@@ -65,6 +67,7 @@ export declare const TeamLeaderConfigRawSchema: z.ZodObject<{
65
67
  /** Sub-step schema for parallel execution */
66
68
  export declare const ParallelSubStepRawSchema: z.ZodObject<{
67
69
  name: z.ZodString;
70
+ session_key: z.ZodOptional<z.ZodString>;
68
71
  persona: z.ZodOptional<z.ZodString>;
69
72
  persona_name: z.ZodOptional<z.ZodString>;
70
73
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -119,7 +122,7 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
119
122
  excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
120
123
  }, z.core.$strip>>;
121
124
  }, z.core.$strict>]>>;
122
- model: z.ZodOptional<z.ZodString>;
125
+ model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
123
126
  promotion: z.ZodOptional<z.ZodNever>;
124
127
  permission_mode: z.ZodOptional<z.ZodNever>;
125
128
  required_permission_mode: z.ZodOptional<z.ZodEnum<{
@@ -129,6 +132,7 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
129
132
  }>>;
130
133
  provider_options: z.ZodOptional<z.ZodObject<{
131
134
  codex: z.ZodOptional<z.ZodObject<{
135
+ base_url: z.ZodOptional<z.ZodString>;
132
136
  network_access: z.ZodOptional<z.ZodBoolean>;
133
137
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
134
138
  minimal: "minimal";
@@ -144,6 +148,7 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
144
148
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
145
149
  }, z.core.$strip>>;
146
150
  claude: z.ZodOptional<z.ZodObject<{
151
+ base_url: z.ZodOptional<z.ZodString>;
147
152
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
148
153
  effort: z.ZodOptional<z.ZodEnum<{
149
154
  low: "low";
@@ -179,6 +184,7 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
179
184
  extends: z.ZodOptional<z.ZodString>;
180
185
  }, z.core.$strict>>;
181
186
  edit: z.ZodOptional<z.ZodBoolean>;
187
+ requires_user_input: z.ZodOptional<z.ZodNever>;
182
188
  instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
183
189
  $param: z.ZodString;
184
190
  }, z.core.$strict>]>>;
@@ -214,6 +220,7 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
214
220
  export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
215
221
  name: z.ZodString;
216
222
  description: z.ZodOptional<z.ZodString>;
223
+ session_key: z.ZodOptional<z.ZodString>;
217
224
  kind: z.ZodOptional<z.ZodEnum<{
218
225
  agent: "agent";
219
226
  system: "system";
@@ -254,6 +261,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
254
261
  model: z.ZodOptional<z.ZodString>;
255
262
  provider_options: z.ZodOptional<z.ZodObject<{
256
263
  codex: z.ZodOptional<z.ZodObject<{
264
+ base_url: z.ZodOptional<z.ZodString>;
257
265
  network_access: z.ZodOptional<z.ZodBoolean>;
258
266
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
259
267
  minimal: "minimal";
@@ -269,6 +277,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
269
277
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
270
278
  }, z.core.$strip>>;
271
279
  claude: z.ZodOptional<z.ZodObject<{
280
+ base_url: z.ZodOptional<z.ZodString>;
272
281
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
273
282
  effort: z.ZodOptional<z.ZodEnum<{
274
283
  low: "low";
@@ -363,7 +372,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
363
372
  excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
364
373
  }, z.core.$strip>>;
365
374
  }, z.core.$strict>]>>;
366
- model: z.ZodOptional<z.ZodString>;
375
+ model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
367
376
  promotion: z.ZodOptional<z.ZodArray<z.ZodObject<{
368
377
  at: z.ZodOptional<z.ZodNumber>;
369
378
  condition: z.ZodOptional<z.ZodString>;
@@ -399,6 +408,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
399
408
  model: z.ZodOptional<z.ZodString>;
400
409
  provider_options: z.ZodOptional<z.ZodObject<{
401
410
  codex: z.ZodOptional<z.ZodObject<{
411
+ base_url: z.ZodOptional<z.ZodString>;
402
412
  network_access: z.ZodOptional<z.ZodBoolean>;
403
413
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
404
414
  minimal: "minimal";
@@ -414,6 +424,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
414
424
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
415
425
  }, z.core.$strip>>;
416
426
  claude: z.ZodOptional<z.ZodObject<{
427
+ base_url: z.ZodOptional<z.ZodString>;
417
428
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
418
429
  effort: z.ZodOptional<z.ZodEnum<{
419
430
  low: "low";
@@ -457,6 +468,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
457
468
  }>>;
458
469
  provider_options: z.ZodOptional<z.ZodObject<{
459
470
  codex: z.ZodOptional<z.ZodObject<{
471
+ base_url: z.ZodOptional<z.ZodString>;
460
472
  network_access: z.ZodOptional<z.ZodBoolean>;
461
473
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
462
474
  minimal: "minimal";
@@ -472,6 +484,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
472
484
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
473
485
  }, z.core.$strip>>;
474
486
  claude: z.ZodOptional<z.ZodObject<{
487
+ base_url: z.ZodOptional<z.ZodString>;
475
488
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
476
489
  effort: z.ZodOptional<z.ZodEnum<{
477
490
  low: "low";
@@ -507,6 +520,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
507
520
  extends: z.ZodOptional<z.ZodString>;
508
521
  }, z.core.$strict>>;
509
522
  edit: z.ZodOptional<z.ZodBoolean>;
523
+ requires_user_input: z.ZodOptional<z.ZodBoolean>;
510
524
  instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
511
525
  $param: z.ZodString;
512
526
  }, z.core.$strict>]>>;
@@ -645,6 +659,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
645
659
  pass_previous_response: z.ZodOptional<z.ZodBoolean>;
646
660
  parallel: z.ZodOptional<z.ZodArray<z.ZodObject<{
647
661
  name: z.ZodString;
662
+ session_key: z.ZodOptional<z.ZodString>;
648
663
  persona: z.ZodOptional<z.ZodString>;
649
664
  persona_name: z.ZodOptional<z.ZodString>;
650
665
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -699,7 +714,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
699
714
  excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
700
715
  }, z.core.$strip>>;
701
716
  }, z.core.$strict>]>>;
702
- model: z.ZodOptional<z.ZodString>;
717
+ model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
703
718
  promotion: z.ZodOptional<z.ZodNever>;
704
719
  permission_mode: z.ZodOptional<z.ZodNever>;
705
720
  required_permission_mode: z.ZodOptional<z.ZodEnum<{
@@ -709,6 +724,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
709
724
  }>>;
710
725
  provider_options: z.ZodOptional<z.ZodObject<{
711
726
  codex: z.ZodOptional<z.ZodObject<{
727
+ base_url: z.ZodOptional<z.ZodString>;
712
728
  network_access: z.ZodOptional<z.ZodBoolean>;
713
729
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
714
730
  minimal: "minimal";
@@ -724,6 +740,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
724
740
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
725
741
  }, z.core.$strip>>;
726
742
  claude: z.ZodOptional<z.ZodObject<{
743
+ base_url: z.ZodOptional<z.ZodString>;
727
744
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
728
745
  effort: z.ZodOptional<z.ZodEnum<{
729
746
  low: "low";
@@ -759,6 +776,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
759
776
  extends: z.ZodOptional<z.ZodString>;
760
777
  }, z.core.$strict>>;
761
778
  edit: z.ZodOptional<z.ZodBoolean>;
779
+ requires_user_input: z.ZodOptional<z.ZodNever>;
762
780
  instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
763
781
  $param: z.ZodString;
764
782
  }, z.core.$strict>]>>;
@@ -818,7 +836,9 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
818
836
  max_total_parts: z.ZodOptional<z.ZodNumber>;
819
837
  refill_threshold: z.ZodOptional<z.ZodNumber>;
820
838
  timeout_ms: z.ZodOptional<z.ZodNumber>;
839
+ inspect_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
821
840
  part_persona: z.ZodOptional<z.ZodString>;
841
+ part_tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
822
842
  part_allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
823
843
  part_edit: z.ZodOptional<z.ZodBoolean>;
824
844
  part_permission_mode: z.ZodOptional<z.ZodEnum<{
@@ -830,6 +850,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
830
850
  }, z.core.$strip>, z.ZodTransform<{
831
851
  name: string;
832
852
  description?: string | undefined;
853
+ session_key?: string | undefined;
833
854
  kind?: "agent" | "system" | "workflow_call" | undefined;
834
855
  mode?: "system" | undefined;
835
856
  call?: string | undefined;
@@ -846,6 +867,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
846
867
  model?: string | undefined;
847
868
  provider_options?: {
848
869
  codex?: {
870
+ base_url?: string | undefined;
849
871
  network_access?: boolean | undefined;
850
872
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
851
873
  } | undefined;
@@ -855,6 +877,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
855
877
  allowed_tools?: string[] | undefined;
856
878
  } | undefined;
857
879
  claude?: {
880
+ base_url?: string | undefined;
858
881
  allowed_tools?: string[] | undefined;
859
882
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
860
883
  sandbox?: {
@@ -913,7 +936,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
913
936
  excluded_commands?: string[] | undefined;
914
937
  } | undefined;
915
938
  } | undefined;
916
- model?: string | undefined;
939
+ model?: string | null | undefined;
917
940
  promotion?: {
918
941
  at?: number | undefined;
919
942
  condition?: string | undefined;
@@ -929,6 +952,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
929
952
  model?: string | undefined;
930
953
  provider_options?: {
931
954
  codex?: {
955
+ base_url?: string | undefined;
932
956
  network_access?: boolean | undefined;
933
957
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
934
958
  } | undefined;
@@ -938,6 +962,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
938
962
  allowed_tools?: string[] | undefined;
939
963
  } | undefined;
940
964
  claude?: {
965
+ base_url?: string | undefined;
941
966
  allowed_tools?: string[] | undefined;
942
967
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
943
968
  sandbox?: {
@@ -964,6 +989,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
964
989
  required_permission_mode?: "readonly" | "edit" | "full" | undefined;
965
990
  provider_options?: {
966
991
  codex?: {
992
+ base_url?: string | undefined;
967
993
  network_access?: boolean | undefined;
968
994
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
969
995
  } | undefined;
@@ -973,6 +999,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
973
999
  allowed_tools?: string[] | undefined;
974
1000
  } | undefined;
975
1001
  claude?: {
1002
+ base_url?: string | undefined;
976
1003
  allowed_tools?: string[] | undefined;
977
1004
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
978
1005
  sandbox?: {
@@ -995,6 +1022,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
995
1022
  extends?: string | undefined;
996
1023
  } | undefined;
997
1024
  edit?: boolean | undefined;
1025
+ requires_user_input?: boolean | undefined;
998
1026
  instruction?: string | {
999
1027
  $param: string;
1000
1028
  } | undefined;
@@ -1130,6 +1158,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1130
1158
  pass_previous_response?: boolean | undefined;
1131
1159
  parallel?: {
1132
1160
  name: string;
1161
+ session_key?: string | undefined;
1133
1162
  persona?: string | undefined;
1134
1163
  persona_name?: string | undefined;
1135
1164
  tags?: string[] | undefined;
@@ -1164,12 +1193,13 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1164
1193
  excluded_commands?: string[] | undefined;
1165
1194
  } | undefined;
1166
1195
  } | undefined;
1167
- model?: string | undefined;
1196
+ model?: string | null | undefined;
1168
1197
  promotion?: undefined;
1169
1198
  permission_mode?: undefined;
1170
1199
  required_permission_mode?: "readonly" | "edit" | "full" | undefined;
1171
1200
  provider_options?: {
1172
1201
  codex?: {
1202
+ base_url?: string | undefined;
1173
1203
  network_access?: boolean | undefined;
1174
1204
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
1175
1205
  } | undefined;
@@ -1179,6 +1209,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1179
1209
  allowed_tools?: string[] | undefined;
1180
1210
  } | undefined;
1181
1211
  claude?: {
1212
+ base_url?: string | undefined;
1182
1213
  allowed_tools?: string[] | undefined;
1183
1214
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
1184
1215
  sandbox?: {
@@ -1201,6 +1232,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1201
1232
  extends?: string | undefined;
1202
1233
  } | undefined;
1203
1234
  edit?: boolean | undefined;
1235
+ requires_user_input?: undefined;
1204
1236
  instruction?: string | {
1205
1237
  $param: string;
1206
1238
  } | undefined;
@@ -1257,7 +1289,9 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1257
1289
  max_total_parts?: number | undefined;
1258
1290
  refill_threshold?: number | undefined;
1259
1291
  timeout_ms?: number | undefined;
1292
+ inspect_tools?: string[] | undefined;
1260
1293
  part_persona?: string | undefined;
1294
+ part_tags?: string[] | undefined;
1261
1295
  part_allowed_tools?: string[] | undefined;
1262
1296
  part_edit?: boolean | undefined;
1263
1297
  part_permission_mode?: "readonly" | "edit" | "full" | undefined;
@@ -1265,6 +1299,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1265
1299
  }, {
1266
1300
  name: string;
1267
1301
  description?: string | undefined;
1302
+ session_key?: string | undefined;
1268
1303
  kind?: "agent" | "system" | "workflow_call" | undefined;
1269
1304
  mode?: "system" | undefined;
1270
1305
  call?: string | undefined;
@@ -1281,6 +1316,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1281
1316
  model?: string | undefined;
1282
1317
  provider_options?: {
1283
1318
  codex?: {
1319
+ base_url?: string | undefined;
1284
1320
  network_access?: boolean | undefined;
1285
1321
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
1286
1322
  } | undefined;
@@ -1290,6 +1326,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1290
1326
  allowed_tools?: string[] | undefined;
1291
1327
  } | undefined;
1292
1328
  claude?: {
1329
+ base_url?: string | undefined;
1293
1330
  allowed_tools?: string[] | undefined;
1294
1331
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
1295
1332
  sandbox?: {
@@ -1348,7 +1385,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1348
1385
  excluded_commands?: string[] | undefined;
1349
1386
  } | undefined;
1350
1387
  } | undefined;
1351
- model?: string | undefined;
1388
+ model?: string | null | undefined;
1352
1389
  promotion?: {
1353
1390
  at?: number | undefined;
1354
1391
  condition?: string | undefined;
@@ -1364,6 +1401,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1364
1401
  model?: string | undefined;
1365
1402
  provider_options?: {
1366
1403
  codex?: {
1404
+ base_url?: string | undefined;
1367
1405
  network_access?: boolean | undefined;
1368
1406
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
1369
1407
  } | undefined;
@@ -1373,6 +1411,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1373
1411
  allowed_tools?: string[] | undefined;
1374
1412
  } | undefined;
1375
1413
  claude?: {
1414
+ base_url?: string | undefined;
1376
1415
  allowed_tools?: string[] | undefined;
1377
1416
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
1378
1417
  sandbox?: {
@@ -1399,6 +1438,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1399
1438
  required_permission_mode?: "readonly" | "edit" | "full" | undefined;
1400
1439
  provider_options?: {
1401
1440
  codex?: {
1441
+ base_url?: string | undefined;
1402
1442
  network_access?: boolean | undefined;
1403
1443
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
1404
1444
  } | undefined;
@@ -1408,6 +1448,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1408
1448
  allowed_tools?: string[] | undefined;
1409
1449
  } | undefined;
1410
1450
  claude?: {
1451
+ base_url?: string | undefined;
1411
1452
  allowed_tools?: string[] | undefined;
1412
1453
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
1413
1454
  sandbox?: {
@@ -1430,6 +1471,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1430
1471
  extends?: string | undefined;
1431
1472
  } | undefined;
1432
1473
  edit?: boolean | undefined;
1474
+ requires_user_input?: boolean | undefined;
1433
1475
  instruction?: string | {
1434
1476
  $param: string;
1435
1477
  } | undefined;
@@ -1565,6 +1607,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1565
1607
  pass_previous_response?: boolean | undefined;
1566
1608
  parallel?: {
1567
1609
  name: string;
1610
+ session_key?: string | undefined;
1568
1611
  persona?: string | undefined;
1569
1612
  persona_name?: string | undefined;
1570
1613
  tags?: string[] | undefined;
@@ -1599,12 +1642,13 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1599
1642
  excluded_commands?: string[] | undefined;
1600
1643
  } | undefined;
1601
1644
  } | undefined;
1602
- model?: string | undefined;
1645
+ model?: string | null | undefined;
1603
1646
  promotion?: undefined;
1604
1647
  permission_mode?: undefined;
1605
1648
  required_permission_mode?: "readonly" | "edit" | "full" | undefined;
1606
1649
  provider_options?: {
1607
1650
  codex?: {
1651
+ base_url?: string | undefined;
1608
1652
  network_access?: boolean | undefined;
1609
1653
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
1610
1654
  } | undefined;
@@ -1614,6 +1658,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1614
1658
  allowed_tools?: string[] | undefined;
1615
1659
  } | undefined;
1616
1660
  claude?: {
1661
+ base_url?: string | undefined;
1617
1662
  allowed_tools?: string[] | undefined;
1618
1663
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
1619
1664
  sandbox?: {
@@ -1636,6 +1681,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1636
1681
  extends?: string | undefined;
1637
1682
  } | undefined;
1638
1683
  edit?: boolean | undefined;
1684
+ requires_user_input?: undefined;
1639
1685
  instruction?: string | {
1640
1686
  $param: string;
1641
1687
  } | undefined;
@@ -1692,7 +1738,9 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
1692
1738
  max_total_parts?: number | undefined;
1693
1739
  refill_threshold?: number | undefined;
1694
1740
  timeout_ms?: number | undefined;
1741
+ inspect_tools?: string[] | undefined;
1695
1742
  part_persona?: string | undefined;
1743
+ part_tags?: string[] | undefined;
1696
1744
  part_allowed_tools?: string[] | undefined;
1697
1745
  part_edit?: boolean | undefined;
1698
1746
  part_permission_mode?: "readonly" | "edit" | "full" | undefined;
@@ -1705,6 +1753,7 @@ export declare const LoopMonitorRuleSchema: z.ZodObject<{
1705
1753
  }, z.core.$strip>;
1706
1754
  /** Loop monitor judge schema */
1707
1755
  export declare const LoopMonitorJudgeSchema: z.ZodObject<{
1756
+ session_key: z.ZodOptional<z.ZodString>;
1708
1757
  persona: z.ZodOptional<z.ZodString>;
1709
1758
  provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1710
1759
  claude: "claude";
@@ -1735,7 +1784,60 @@ export declare const LoopMonitorJudgeSchema: z.ZodObject<{
1735
1784
  excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
1736
1785
  }, z.core.$strip>>;
1737
1786
  }, z.core.$strict>]>>;
1738
- model: z.ZodOptional<z.ZodString>;
1787
+ model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1788
+ provider_options: z.ZodOptional<z.ZodObject<{
1789
+ codex: z.ZodOptional<z.ZodObject<{
1790
+ base_url: z.ZodOptional<z.ZodString>;
1791
+ network_access: z.ZodOptional<z.ZodBoolean>;
1792
+ reasoning_effort: z.ZodOptional<z.ZodEnum<{
1793
+ minimal: "minimal";
1794
+ low: "low";
1795
+ medium: "medium";
1796
+ high: "high";
1797
+ xhigh: "xhigh";
1798
+ }>>;
1799
+ }, z.core.$strip>>;
1800
+ opencode: z.ZodOptional<z.ZodObject<{
1801
+ network_access: z.ZodOptional<z.ZodBoolean>;
1802
+ variant: z.ZodOptional<z.ZodString>;
1803
+ allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
1804
+ }, z.core.$strip>>;
1805
+ claude: z.ZodOptional<z.ZodObject<{
1806
+ base_url: z.ZodOptional<z.ZodString>;
1807
+ allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
1808
+ effort: z.ZodOptional<z.ZodEnum<{
1809
+ low: "low";
1810
+ medium: "medium";
1811
+ high: "high";
1812
+ xhigh: "xhigh";
1813
+ max: "max";
1814
+ }>>;
1815
+ sandbox: z.ZodOptional<z.ZodObject<{
1816
+ allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
1817
+ excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
1818
+ }, z.core.$strip>>;
1819
+ }, z.core.$strip>>;
1820
+ claude_terminal: z.ZodOptional<z.ZodObject<{
1821
+ backend: z.ZodOptional<z.ZodEnum<{
1822
+ tmux: "tmux";
1823
+ }>>;
1824
+ timeout_ms: z.ZodOptional<z.ZodNumber>;
1825
+ keep_session: z.ZodOptional<z.ZodBoolean>;
1826
+ transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
1827
+ }, z.core.$strict>>;
1828
+ copilot: z.ZodOptional<z.ZodObject<{
1829
+ effort: z.ZodOptional<z.ZodEnum<{
1830
+ low: "low";
1831
+ medium: "medium";
1832
+ high: "high";
1833
+ xhigh: "xhigh";
1834
+ }>>;
1835
+ }, z.core.$strip>>;
1836
+ kiro: z.ZodOptional<z.ZodObject<{
1837
+ agent: z.ZodOptional<z.ZodString>;
1838
+ }, z.core.$strip>>;
1839
+ extends: z.ZodOptional<z.ZodString>;
1840
+ }, z.core.$strict>>;
1739
1841
  instruction: z.ZodOptional<z.ZodString>;
1740
1842
  instruction_template: z.ZodOptional<z.ZodNever>;
1741
1843
  rules: z.ZodArray<z.ZodObject<{
@@ -1748,6 +1850,7 @@ export declare const LoopMonitorSchema: z.ZodObject<{
1748
1850
  cycle: z.ZodArray<z.ZodString>;
1749
1851
  threshold: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1750
1852
  judge: z.ZodObject<{
1853
+ session_key: z.ZodOptional<z.ZodString>;
1751
1854
  persona: z.ZodOptional<z.ZodString>;
1752
1855
  provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
1753
1856
  claude: "claude";
@@ -1778,7 +1881,60 @@ export declare const LoopMonitorSchema: z.ZodObject<{
1778
1881
  excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
1779
1882
  }, z.core.$strip>>;
1780
1883
  }, z.core.$strict>]>>;
1781
- model: z.ZodOptional<z.ZodString>;
1884
+ model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1885
+ provider_options: z.ZodOptional<z.ZodObject<{
1886
+ codex: z.ZodOptional<z.ZodObject<{
1887
+ base_url: z.ZodOptional<z.ZodString>;
1888
+ network_access: z.ZodOptional<z.ZodBoolean>;
1889
+ reasoning_effort: z.ZodOptional<z.ZodEnum<{
1890
+ minimal: "minimal";
1891
+ low: "low";
1892
+ medium: "medium";
1893
+ high: "high";
1894
+ xhigh: "xhigh";
1895
+ }>>;
1896
+ }, z.core.$strip>>;
1897
+ opencode: z.ZodOptional<z.ZodObject<{
1898
+ network_access: z.ZodOptional<z.ZodBoolean>;
1899
+ variant: z.ZodOptional<z.ZodString>;
1900
+ allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
1901
+ }, z.core.$strip>>;
1902
+ claude: z.ZodOptional<z.ZodObject<{
1903
+ base_url: z.ZodOptional<z.ZodString>;
1904
+ allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
1905
+ effort: z.ZodOptional<z.ZodEnum<{
1906
+ low: "low";
1907
+ medium: "medium";
1908
+ high: "high";
1909
+ xhigh: "xhigh";
1910
+ max: "max";
1911
+ }>>;
1912
+ sandbox: z.ZodOptional<z.ZodObject<{
1913
+ allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
1914
+ excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
1915
+ }, z.core.$strip>>;
1916
+ }, z.core.$strip>>;
1917
+ claude_terminal: z.ZodOptional<z.ZodObject<{
1918
+ backend: z.ZodOptional<z.ZodEnum<{
1919
+ tmux: "tmux";
1920
+ }>>;
1921
+ timeout_ms: z.ZodOptional<z.ZodNumber>;
1922
+ keep_session: z.ZodOptional<z.ZodBoolean>;
1923
+ transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
1924
+ }, z.core.$strict>>;
1925
+ copilot: z.ZodOptional<z.ZodObject<{
1926
+ effort: z.ZodOptional<z.ZodEnum<{
1927
+ low: "low";
1928
+ medium: "medium";
1929
+ high: "high";
1930
+ xhigh: "xhigh";
1931
+ }>>;
1932
+ }, z.core.$strip>>;
1933
+ kiro: z.ZodOptional<z.ZodObject<{
1934
+ agent: z.ZodOptional<z.ZodString>;
1935
+ }, z.core.$strip>>;
1936
+ extends: z.ZodOptional<z.ZodString>;
1937
+ }, z.core.$strict>>;
1782
1938
  instruction: z.ZodOptional<z.ZodString>;
1783
1939
  instruction_template: z.ZodOptional<z.ZodNever>;
1784
1940
  rules: z.ZodArray<z.ZodObject<{
@@ -1860,6 +2016,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
1860
2016
  model: z.ZodOptional<z.ZodString>;
1861
2017
  provider_options: z.ZodOptional<z.ZodObject<{
1862
2018
  codex: z.ZodOptional<z.ZodObject<{
2019
+ base_url: z.ZodOptional<z.ZodString>;
1863
2020
  network_access: z.ZodOptional<z.ZodBoolean>;
1864
2021
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
1865
2022
  minimal: "minimal";
@@ -1875,6 +2032,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
1875
2032
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
1876
2033
  }, z.core.$strip>>;
1877
2034
  claude: z.ZodOptional<z.ZodObject<{
2035
+ base_url: z.ZodOptional<z.ZodString>;
1878
2036
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
1879
2037
  effort: z.ZodOptional<z.ZodEnum<{
1880
2038
  low: "low";
@@ -1942,6 +2100,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
1942
2100
  steps: z.ZodArray<z.ZodPipe<z.ZodObject<{
1943
2101
  name: z.ZodString;
1944
2102
  description: z.ZodOptional<z.ZodString>;
2103
+ session_key: z.ZodOptional<z.ZodString>;
1945
2104
  kind: z.ZodOptional<z.ZodEnum<{
1946
2105
  agent: "agent";
1947
2106
  system: "system";
@@ -1982,6 +2141,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
1982
2141
  model: z.ZodOptional<z.ZodString>;
1983
2142
  provider_options: z.ZodOptional<z.ZodObject<{
1984
2143
  codex: z.ZodOptional<z.ZodObject<{
2144
+ base_url: z.ZodOptional<z.ZodString>;
1985
2145
  network_access: z.ZodOptional<z.ZodBoolean>;
1986
2146
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
1987
2147
  minimal: "minimal";
@@ -1997,6 +2157,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
1997
2157
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
1998
2158
  }, z.core.$strip>>;
1999
2159
  claude: z.ZodOptional<z.ZodObject<{
2160
+ base_url: z.ZodOptional<z.ZodString>;
2000
2161
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2001
2162
  effort: z.ZodOptional<z.ZodEnum<{
2002
2163
  low: "low";
@@ -2091,7 +2252,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2091
2252
  excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
2092
2253
  }, z.core.$strip>>;
2093
2254
  }, z.core.$strict>]>>;
2094
- model: z.ZodOptional<z.ZodString>;
2255
+ model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2095
2256
  promotion: z.ZodOptional<z.ZodArray<z.ZodObject<{
2096
2257
  at: z.ZodOptional<z.ZodNumber>;
2097
2258
  condition: z.ZodOptional<z.ZodString>;
@@ -2127,6 +2288,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2127
2288
  model: z.ZodOptional<z.ZodString>;
2128
2289
  provider_options: z.ZodOptional<z.ZodObject<{
2129
2290
  codex: z.ZodOptional<z.ZodObject<{
2291
+ base_url: z.ZodOptional<z.ZodString>;
2130
2292
  network_access: z.ZodOptional<z.ZodBoolean>;
2131
2293
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
2132
2294
  minimal: "minimal";
@@ -2142,6 +2304,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2142
2304
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2143
2305
  }, z.core.$strip>>;
2144
2306
  claude: z.ZodOptional<z.ZodObject<{
2307
+ base_url: z.ZodOptional<z.ZodString>;
2145
2308
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2146
2309
  effort: z.ZodOptional<z.ZodEnum<{
2147
2310
  low: "low";
@@ -2185,6 +2348,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2185
2348
  }>>;
2186
2349
  provider_options: z.ZodOptional<z.ZodObject<{
2187
2350
  codex: z.ZodOptional<z.ZodObject<{
2351
+ base_url: z.ZodOptional<z.ZodString>;
2188
2352
  network_access: z.ZodOptional<z.ZodBoolean>;
2189
2353
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
2190
2354
  minimal: "minimal";
@@ -2200,6 +2364,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2200
2364
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2201
2365
  }, z.core.$strip>>;
2202
2366
  claude: z.ZodOptional<z.ZodObject<{
2367
+ base_url: z.ZodOptional<z.ZodString>;
2203
2368
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2204
2369
  effort: z.ZodOptional<z.ZodEnum<{
2205
2370
  low: "low";
@@ -2235,6 +2400,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2235
2400
  extends: z.ZodOptional<z.ZodString>;
2236
2401
  }, z.core.$strict>>;
2237
2402
  edit: z.ZodOptional<z.ZodBoolean>;
2403
+ requires_user_input: z.ZodOptional<z.ZodBoolean>;
2238
2404
  instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2239
2405
  $param: z.ZodString;
2240
2406
  }, z.core.$strict>]>>;
@@ -2373,6 +2539,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2373
2539
  pass_previous_response: z.ZodOptional<z.ZodBoolean>;
2374
2540
  parallel: z.ZodOptional<z.ZodArray<z.ZodObject<{
2375
2541
  name: z.ZodString;
2542
+ session_key: z.ZodOptional<z.ZodString>;
2376
2543
  persona: z.ZodOptional<z.ZodString>;
2377
2544
  persona_name: z.ZodOptional<z.ZodString>;
2378
2545
  tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -2427,7 +2594,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2427
2594
  excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
2428
2595
  }, z.core.$strip>>;
2429
2596
  }, z.core.$strict>]>>;
2430
- model: z.ZodOptional<z.ZodString>;
2597
+ model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2431
2598
  promotion: z.ZodOptional<z.ZodNever>;
2432
2599
  permission_mode: z.ZodOptional<z.ZodNever>;
2433
2600
  required_permission_mode: z.ZodOptional<z.ZodEnum<{
@@ -2437,6 +2604,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2437
2604
  }>>;
2438
2605
  provider_options: z.ZodOptional<z.ZodObject<{
2439
2606
  codex: z.ZodOptional<z.ZodObject<{
2607
+ base_url: z.ZodOptional<z.ZodString>;
2440
2608
  network_access: z.ZodOptional<z.ZodBoolean>;
2441
2609
  reasoning_effort: z.ZodOptional<z.ZodEnum<{
2442
2610
  minimal: "minimal";
@@ -2452,6 +2620,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2452
2620
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2453
2621
  }, z.core.$strip>>;
2454
2622
  claude: z.ZodOptional<z.ZodObject<{
2623
+ base_url: z.ZodOptional<z.ZodString>;
2455
2624
  allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2456
2625
  effort: z.ZodOptional<z.ZodEnum<{
2457
2626
  low: "low";
@@ -2487,6 +2656,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2487
2656
  extends: z.ZodOptional<z.ZodString>;
2488
2657
  }, z.core.$strict>>;
2489
2658
  edit: z.ZodOptional<z.ZodBoolean>;
2659
+ requires_user_input: z.ZodOptional<z.ZodNever>;
2490
2660
  instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2491
2661
  $param: z.ZodString;
2492
2662
  }, z.core.$strict>]>>;
@@ -2546,7 +2716,9 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2546
2716
  max_total_parts: z.ZodOptional<z.ZodNumber>;
2547
2717
  refill_threshold: z.ZodOptional<z.ZodNumber>;
2548
2718
  timeout_ms: z.ZodOptional<z.ZodNumber>;
2719
+ inspect_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2549
2720
  part_persona: z.ZodOptional<z.ZodString>;
2721
+ part_tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
2550
2722
  part_allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
2551
2723
  part_edit: z.ZodOptional<z.ZodBoolean>;
2552
2724
  part_permission_mode: z.ZodOptional<z.ZodEnum<{
@@ -2558,6 +2730,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2558
2730
  }, z.core.$strip>, z.ZodTransform<{
2559
2731
  name: string;
2560
2732
  description?: string | undefined;
2733
+ session_key?: string | undefined;
2561
2734
  kind?: "agent" | "system" | "workflow_call" | undefined;
2562
2735
  mode?: "system" | undefined;
2563
2736
  call?: string | undefined;
@@ -2574,6 +2747,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2574
2747
  model?: string | undefined;
2575
2748
  provider_options?: {
2576
2749
  codex?: {
2750
+ base_url?: string | undefined;
2577
2751
  network_access?: boolean | undefined;
2578
2752
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
2579
2753
  } | undefined;
@@ -2583,6 +2757,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2583
2757
  allowed_tools?: string[] | undefined;
2584
2758
  } | undefined;
2585
2759
  claude?: {
2760
+ base_url?: string | undefined;
2586
2761
  allowed_tools?: string[] | undefined;
2587
2762
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
2588
2763
  sandbox?: {
@@ -2641,7 +2816,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2641
2816
  excluded_commands?: string[] | undefined;
2642
2817
  } | undefined;
2643
2818
  } | undefined;
2644
- model?: string | undefined;
2819
+ model?: string | null | undefined;
2645
2820
  promotion?: {
2646
2821
  at?: number | undefined;
2647
2822
  condition?: string | undefined;
@@ -2657,6 +2832,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2657
2832
  model?: string | undefined;
2658
2833
  provider_options?: {
2659
2834
  codex?: {
2835
+ base_url?: string | undefined;
2660
2836
  network_access?: boolean | undefined;
2661
2837
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
2662
2838
  } | undefined;
@@ -2666,6 +2842,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2666
2842
  allowed_tools?: string[] | undefined;
2667
2843
  } | undefined;
2668
2844
  claude?: {
2845
+ base_url?: string | undefined;
2669
2846
  allowed_tools?: string[] | undefined;
2670
2847
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
2671
2848
  sandbox?: {
@@ -2692,6 +2869,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2692
2869
  required_permission_mode?: "readonly" | "edit" | "full" | undefined;
2693
2870
  provider_options?: {
2694
2871
  codex?: {
2872
+ base_url?: string | undefined;
2695
2873
  network_access?: boolean | undefined;
2696
2874
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
2697
2875
  } | undefined;
@@ -2701,6 +2879,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2701
2879
  allowed_tools?: string[] | undefined;
2702
2880
  } | undefined;
2703
2881
  claude?: {
2882
+ base_url?: string | undefined;
2704
2883
  allowed_tools?: string[] | undefined;
2705
2884
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
2706
2885
  sandbox?: {
@@ -2723,6 +2902,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2723
2902
  extends?: string | undefined;
2724
2903
  } | undefined;
2725
2904
  edit?: boolean | undefined;
2905
+ requires_user_input?: boolean | undefined;
2726
2906
  instruction?: string | {
2727
2907
  $param: string;
2728
2908
  } | undefined;
@@ -2858,6 +3038,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2858
3038
  pass_previous_response?: boolean | undefined;
2859
3039
  parallel?: {
2860
3040
  name: string;
3041
+ session_key?: string | undefined;
2861
3042
  persona?: string | undefined;
2862
3043
  persona_name?: string | undefined;
2863
3044
  tags?: string[] | undefined;
@@ -2892,12 +3073,13 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2892
3073
  excluded_commands?: string[] | undefined;
2893
3074
  } | undefined;
2894
3075
  } | undefined;
2895
- model?: string | undefined;
3076
+ model?: string | null | undefined;
2896
3077
  promotion?: undefined;
2897
3078
  permission_mode?: undefined;
2898
3079
  required_permission_mode?: "readonly" | "edit" | "full" | undefined;
2899
3080
  provider_options?: {
2900
3081
  codex?: {
3082
+ base_url?: string | undefined;
2901
3083
  network_access?: boolean | undefined;
2902
3084
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
2903
3085
  } | undefined;
@@ -2907,6 +3089,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2907
3089
  allowed_tools?: string[] | undefined;
2908
3090
  } | undefined;
2909
3091
  claude?: {
3092
+ base_url?: string | undefined;
2910
3093
  allowed_tools?: string[] | undefined;
2911
3094
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
2912
3095
  sandbox?: {
@@ -2929,6 +3112,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2929
3112
  extends?: string | undefined;
2930
3113
  } | undefined;
2931
3114
  edit?: boolean | undefined;
3115
+ requires_user_input?: undefined;
2932
3116
  instruction?: string | {
2933
3117
  $param: string;
2934
3118
  } | undefined;
@@ -2985,7 +3169,9 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2985
3169
  max_total_parts?: number | undefined;
2986
3170
  refill_threshold?: number | undefined;
2987
3171
  timeout_ms?: number | undefined;
3172
+ inspect_tools?: string[] | undefined;
2988
3173
  part_persona?: string | undefined;
3174
+ part_tags?: string[] | undefined;
2989
3175
  part_allowed_tools?: string[] | undefined;
2990
3176
  part_edit?: boolean | undefined;
2991
3177
  part_permission_mode?: "readonly" | "edit" | "full" | undefined;
@@ -2993,6 +3179,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
2993
3179
  }, {
2994
3180
  name: string;
2995
3181
  description?: string | undefined;
3182
+ session_key?: string | undefined;
2996
3183
  kind?: "agent" | "system" | "workflow_call" | undefined;
2997
3184
  mode?: "system" | undefined;
2998
3185
  call?: string | undefined;
@@ -3009,6 +3196,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3009
3196
  model?: string | undefined;
3010
3197
  provider_options?: {
3011
3198
  codex?: {
3199
+ base_url?: string | undefined;
3012
3200
  network_access?: boolean | undefined;
3013
3201
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
3014
3202
  } | undefined;
@@ -3018,6 +3206,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3018
3206
  allowed_tools?: string[] | undefined;
3019
3207
  } | undefined;
3020
3208
  claude?: {
3209
+ base_url?: string | undefined;
3021
3210
  allowed_tools?: string[] | undefined;
3022
3211
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
3023
3212
  sandbox?: {
@@ -3076,7 +3265,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3076
3265
  excluded_commands?: string[] | undefined;
3077
3266
  } | undefined;
3078
3267
  } | undefined;
3079
- model?: string | undefined;
3268
+ model?: string | null | undefined;
3080
3269
  promotion?: {
3081
3270
  at?: number | undefined;
3082
3271
  condition?: string | undefined;
@@ -3092,6 +3281,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3092
3281
  model?: string | undefined;
3093
3282
  provider_options?: {
3094
3283
  codex?: {
3284
+ base_url?: string | undefined;
3095
3285
  network_access?: boolean | undefined;
3096
3286
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
3097
3287
  } | undefined;
@@ -3101,6 +3291,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3101
3291
  allowed_tools?: string[] | undefined;
3102
3292
  } | undefined;
3103
3293
  claude?: {
3294
+ base_url?: string | undefined;
3104
3295
  allowed_tools?: string[] | undefined;
3105
3296
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
3106
3297
  sandbox?: {
@@ -3127,6 +3318,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3127
3318
  required_permission_mode?: "readonly" | "edit" | "full" | undefined;
3128
3319
  provider_options?: {
3129
3320
  codex?: {
3321
+ base_url?: string | undefined;
3130
3322
  network_access?: boolean | undefined;
3131
3323
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
3132
3324
  } | undefined;
@@ -3136,6 +3328,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3136
3328
  allowed_tools?: string[] | undefined;
3137
3329
  } | undefined;
3138
3330
  claude?: {
3331
+ base_url?: string | undefined;
3139
3332
  allowed_tools?: string[] | undefined;
3140
3333
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
3141
3334
  sandbox?: {
@@ -3158,6 +3351,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3158
3351
  extends?: string | undefined;
3159
3352
  } | undefined;
3160
3353
  edit?: boolean | undefined;
3354
+ requires_user_input?: boolean | undefined;
3161
3355
  instruction?: string | {
3162
3356
  $param: string;
3163
3357
  } | undefined;
@@ -3293,6 +3487,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3293
3487
  pass_previous_response?: boolean | undefined;
3294
3488
  parallel?: {
3295
3489
  name: string;
3490
+ session_key?: string | undefined;
3296
3491
  persona?: string | undefined;
3297
3492
  persona_name?: string | undefined;
3298
3493
  tags?: string[] | undefined;
@@ -3327,12 +3522,13 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3327
3522
  excluded_commands?: string[] | undefined;
3328
3523
  } | undefined;
3329
3524
  } | undefined;
3330
- model?: string | undefined;
3525
+ model?: string | null | undefined;
3331
3526
  promotion?: undefined;
3332
3527
  permission_mode?: undefined;
3333
3528
  required_permission_mode?: "readonly" | "edit" | "full" | undefined;
3334
3529
  provider_options?: {
3335
3530
  codex?: {
3531
+ base_url?: string | undefined;
3336
3532
  network_access?: boolean | undefined;
3337
3533
  reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
3338
3534
  } | undefined;
@@ -3342,6 +3538,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3342
3538
  allowed_tools?: string[] | undefined;
3343
3539
  } | undefined;
3344
3540
  claude?: {
3541
+ base_url?: string | undefined;
3345
3542
  allowed_tools?: string[] | undefined;
3346
3543
  effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
3347
3544
  sandbox?: {
@@ -3364,6 +3561,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3364
3561
  extends?: string | undefined;
3365
3562
  } | undefined;
3366
3563
  edit?: boolean | undefined;
3564
+ requires_user_input?: undefined;
3367
3565
  instruction?: string | {
3368
3566
  $param: string;
3369
3567
  } | undefined;
@@ -3420,7 +3618,9 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3420
3618
  max_total_parts?: number | undefined;
3421
3619
  refill_threshold?: number | undefined;
3422
3620
  timeout_ms?: number | undefined;
3621
+ inspect_tools?: string[] | undefined;
3423
3622
  part_persona?: string | undefined;
3623
+ part_tags?: string[] | undefined;
3424
3624
  part_allowed_tools?: string[] | undefined;
3425
3625
  part_edit?: boolean | undefined;
3426
3626
  part_permission_mode?: "readonly" | "edit" | "full" | undefined;
@@ -3432,6 +3632,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3432
3632
  cycle: z.ZodArray<z.ZodString>;
3433
3633
  threshold: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
3434
3634
  judge: z.ZodObject<{
3635
+ session_key: z.ZodOptional<z.ZodString>;
3435
3636
  persona: z.ZodOptional<z.ZodString>;
3436
3637
  provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
3437
3638
  claude: "claude";
@@ -3462,7 +3663,60 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
3462
3663
  excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
3463
3664
  }, z.core.$strip>>;
3464
3665
  }, z.core.$strict>]>>;
3465
- model: z.ZodOptional<z.ZodString>;
3666
+ model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3667
+ provider_options: z.ZodOptional<z.ZodObject<{
3668
+ codex: z.ZodOptional<z.ZodObject<{
3669
+ base_url: z.ZodOptional<z.ZodString>;
3670
+ network_access: z.ZodOptional<z.ZodBoolean>;
3671
+ reasoning_effort: z.ZodOptional<z.ZodEnum<{
3672
+ minimal: "minimal";
3673
+ low: "low";
3674
+ medium: "medium";
3675
+ high: "high";
3676
+ xhigh: "xhigh";
3677
+ }>>;
3678
+ }, z.core.$strip>>;
3679
+ opencode: z.ZodOptional<z.ZodObject<{
3680
+ network_access: z.ZodOptional<z.ZodBoolean>;
3681
+ variant: z.ZodOptional<z.ZodString>;
3682
+ allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
3683
+ }, z.core.$strip>>;
3684
+ claude: z.ZodOptional<z.ZodObject<{
3685
+ base_url: z.ZodOptional<z.ZodString>;
3686
+ allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
3687
+ effort: z.ZodOptional<z.ZodEnum<{
3688
+ low: "low";
3689
+ medium: "medium";
3690
+ high: "high";
3691
+ xhigh: "xhigh";
3692
+ max: "max";
3693
+ }>>;
3694
+ sandbox: z.ZodOptional<z.ZodObject<{
3695
+ allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
3696
+ excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
3697
+ }, z.core.$strip>>;
3698
+ }, z.core.$strip>>;
3699
+ claude_terminal: z.ZodOptional<z.ZodObject<{
3700
+ backend: z.ZodOptional<z.ZodEnum<{
3701
+ tmux: "tmux";
3702
+ }>>;
3703
+ timeout_ms: z.ZodOptional<z.ZodNumber>;
3704
+ keep_session: z.ZodOptional<z.ZodBoolean>;
3705
+ transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
3706
+ }, z.core.$strict>>;
3707
+ copilot: z.ZodOptional<z.ZodObject<{
3708
+ effort: z.ZodOptional<z.ZodEnum<{
3709
+ low: "low";
3710
+ medium: "medium";
3711
+ high: "high";
3712
+ xhigh: "xhigh";
3713
+ }>>;
3714
+ }, z.core.$strip>>;
3715
+ kiro: z.ZodOptional<z.ZodObject<{
3716
+ agent: z.ZodOptional<z.ZodString>;
3717
+ }, z.core.$strip>>;
3718
+ extends: z.ZodOptional<z.ZodString>;
3719
+ }, z.core.$strict>>;
3466
3720
  instruction: z.ZodOptional<z.ZodString>;
3467
3721
  instruction_template: z.ZodOptional<z.ZodNever>;
3468
3722
  rules: z.ZodArray<z.ZodObject<{