botmux 3.11.0 → 3.12.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 (343) hide show
  1. package/dist/.runtime-build-id +1 -1
  2. package/dist/adapters/backend/riff-backend.d.ts +18 -0
  3. package/dist/adapters/backend/riff-backend.d.ts.map +1 -1
  4. package/dist/adapters/backend/riff-backend.js +154 -2
  5. package/dist/adapters/backend/riff-backend.js.map +1 -1
  6. package/dist/adapters/cli/coco.js +3 -3
  7. package/dist/adapters/cli/coco.js.map +1 -1
  8. package/dist/adapters/cli/codex.js +2 -2
  9. package/dist/adapters/cli/codex.js.map +1 -1
  10. package/dist/adapters/cli/kimi.d.ts.map +1 -1
  11. package/dist/adapters/cli/kimi.js +22 -8
  12. package/dist/adapters/cli/kimi.js.map +1 -1
  13. package/dist/adapters/cli/pi.d.ts.map +1 -1
  14. package/dist/adapters/cli/pi.js +3 -1
  15. package/dist/adapters/cli/pi.js.map +1 -1
  16. package/dist/bot-registry.d.ts.map +1 -1
  17. package/dist/bot-registry.js +4 -1
  18. package/dist/bot-registry.js.map +1 -1
  19. package/dist/cli/dashboard-command.d.ts +23 -0
  20. package/dist/cli/dashboard-command.d.ts.map +1 -0
  21. package/dist/cli/dashboard-command.js +61 -0
  22. package/dist/cli/dashboard-command.js.map +1 -0
  23. package/dist/cli/dashboard-endpoint.d.ts +3 -3
  24. package/dist/cli/dashboard-endpoint.d.ts.map +1 -1
  25. package/dist/cli/dashboard-endpoint.js +1 -1
  26. package/dist/cli.d.ts.map +1 -1
  27. package/dist/cli.js +101 -49
  28. package/dist/cli.js.map +1 -1
  29. package/dist/codex-rpc-engine.d.ts +33 -3
  30. package/dist/codex-rpc-engine.d.ts.map +1 -1
  31. package/dist/codex-rpc-engine.js +182 -20
  32. package/dist/codex-rpc-engine.js.map +1 -1
  33. package/dist/codex-rpc-lifecycle.d.ts +42 -7
  34. package/dist/codex-rpc-lifecycle.d.ts.map +1 -1
  35. package/dist/codex-rpc-lifecycle.js +73 -7
  36. package/dist/codex-rpc-lifecycle.js.map +1 -1
  37. package/dist/config.d.ts +1 -1
  38. package/dist/config.js +1 -1
  39. package/dist/core/command-handler.d.ts +3 -2
  40. package/dist/core/command-handler.d.ts.map +1 -1
  41. package/dist/core/command-handler.js +19 -4
  42. package/dist/core/command-handler.js.map +1 -1
  43. package/dist/core/dashboard-ipc-server.d.ts.map +1 -1
  44. package/dist/core/dashboard-ipc-server.js +16 -11
  45. package/dist/core/dashboard-ipc-server.js.map +1 -1
  46. package/dist/core/dashboard-rows.d.ts +17 -1
  47. package/dist/core/dashboard-rows.d.ts.map +1 -1
  48. package/dist/core/dashboard-rows.js +13 -1
  49. package/dist/core/dashboard-rows.js.map +1 -1
  50. package/dist/core/dispatch.d.ts +9 -10
  51. package/dist/core/dispatch.d.ts.map +1 -1
  52. package/dist/core/dispatch.js +17 -10
  53. package/dist/core/dispatch.js.map +1 -1
  54. package/dist/core/maintenance.d.ts.map +1 -1
  55. package/dist/core/maintenance.js +5 -0
  56. package/dist/core/maintenance.js.map +1 -1
  57. package/dist/core/role-resolver.d.ts +5 -2
  58. package/dist/core/role-resolver.d.ts.map +1 -1
  59. package/dist/core/role-resolver.js +55 -23
  60. package/dist/core/role-resolver.js.map +1 -1
  61. package/dist/core/session-manager.d.ts +2 -0
  62. package/dist/core/session-manager.d.ts.map +1 -1
  63. package/dist/core/session-manager.js +20 -18
  64. package/dist/core/session-manager.js.map +1 -1
  65. package/dist/core/skills/cli-admin-command.d.ts.map +1 -1
  66. package/dist/core/skills/cli-admin-command.js +142 -3
  67. package/dist/core/skills/cli-admin-command.js.map +1 -1
  68. package/dist/core/skills/frontmatter.d.ts.map +1 -1
  69. package/dist/core/skills/frontmatter.js +44 -7
  70. package/dist/core/skills/frontmatter.js.map +1 -1
  71. package/dist/core/skills/im-command.d.ts +6 -0
  72. package/dist/core/skills/im-command.d.ts.map +1 -1
  73. package/dist/core/skills/im-command.js +34 -7
  74. package/dist/core/skills/im-command.js.map +1 -1
  75. package/dist/core/skills/install-command.d.ts +4 -0
  76. package/dist/core/skills/install-command.d.ts.map +1 -0
  77. package/dist/core/skills/install-command.js +89 -0
  78. package/dist/core/skills/install-command.js.map +1 -0
  79. package/dist/core/skills/package.d.ts.map +1 -1
  80. package/dist/core/skills/package.js +10 -3
  81. package/dist/core/skills/package.js.map +1 -1
  82. package/dist/core/skills/policy.d.ts +5 -1
  83. package/dist/core/skills/policy.d.ts.map +1 -1
  84. package/dist/core/skills/policy.js +66 -3
  85. package/dist/core/skills/policy.js.map +1 -1
  86. package/dist/core/skills/references.d.ts +9 -1
  87. package/dist/core/skills/references.d.ts.map +1 -1
  88. package/dist/core/skills/references.js +35 -2
  89. package/dist/core/skills/references.js.map +1 -1
  90. package/dist/core/skills/registry-paths.d.ts +1 -0
  91. package/dist/core/skills/registry-paths.d.ts.map +1 -1
  92. package/dist/core/skills/registry-paths.js +3 -0
  93. package/dist/core/skills/registry-paths.js.map +1 -1
  94. package/dist/core/skills/session-resolver.d.ts +2 -1
  95. package/dist/core/skills/session-resolver.d.ts.map +1 -1
  96. package/dist/core/skills/session-resolver.js +1 -0
  97. package/dist/core/skills/session-resolver.js.map +1 -1
  98. package/dist/core/skills/session-runtime.d.ts.map +1 -1
  99. package/dist/core/skills/session-runtime.js +2 -0
  100. package/dist/core/skills/session-runtime.js.map +1 -1
  101. package/dist/core/skills/sources.d.ts +23 -0
  102. package/dist/core/skills/sources.d.ts.map +1 -1
  103. package/dist/core/skills/sources.js +128 -12
  104. package/dist/core/skills/sources.js.map +1 -1
  105. package/dist/core/skills/types.d.ts +22 -1
  106. package/dist/core/skills/types.d.ts.map +1 -1
  107. package/dist/core/terminal-write-auth.d.ts +4 -4
  108. package/dist/core/terminal-write-auth.d.ts.map +1 -1
  109. package/dist/core/terminal-write-auth.js +18 -6
  110. package/dist/core/terminal-write-auth.js.map +1 -1
  111. package/dist/core/types.d.ts +2 -0
  112. package/dist/core/types.d.ts.map +1 -1
  113. package/dist/core/types.js.map +1 -1
  114. package/dist/core/worker-pool.d.ts.map +1 -1
  115. package/dist/core/worker-pool.js +52 -1
  116. package/dist/core/worker-pool.js.map +1 -1
  117. package/dist/daemon.d.ts +1 -0
  118. package/dist/daemon.d.ts.map +1 -1
  119. package/dist/daemon.js +101 -12
  120. package/dist/daemon.js.map +1 -1
  121. package/dist/dashboard/auth.d.ts +21 -11
  122. package/dist/dashboard/auth.d.ts.map +1 -1
  123. package/dist/dashboard/auth.js +39 -25
  124. package/dist/dashboard/auth.js.map +1 -1
  125. package/dist/dashboard/bot-onboarding.d.ts.map +1 -1
  126. package/dist/dashboard/bot-onboarding.js +2 -114
  127. package/dist/dashboard/bot-onboarding.js.map +1 -1
  128. package/dist/dashboard/bot-payload.d.ts +0 -1
  129. package/dist/dashboard/bot-payload.d.ts.map +1 -1
  130. package/dist/dashboard/bot-payload.js +0 -1
  131. package/dist/dashboard/bot-payload.js.map +1 -1
  132. package/dist/dashboard/connector-api.d.ts.map +1 -1
  133. package/dist/dashboard/connector-api.js +66 -6
  134. package/dist/dashboard/connector-api.js.map +1 -1
  135. package/dist/dashboard/dashboard-summary-endpoint.d.ts +39 -0
  136. package/dist/dashboard/dashboard-summary-endpoint.d.ts.map +1 -0
  137. package/dist/dashboard/dashboard-summary-endpoint.js +50 -0
  138. package/dist/dashboard/dashboard-summary-endpoint.js.map +1 -0
  139. package/dist/dashboard/dashboard-summary.d.ts +62 -0
  140. package/dist/dashboard/dashboard-summary.d.ts.map +1 -0
  141. package/dist/dashboard/dashboard-summary.js +106 -0
  142. package/dist/dashboard/dashboard-summary.js.map +1 -0
  143. package/dist/dashboard/public-redact.d.ts.map +1 -1
  144. package/dist/dashboard/public-redact.js +3 -0
  145. package/dist/dashboard/public-redact.js.map +1 -1
  146. package/dist/dashboard/skill-install-request.js +10 -11
  147. package/dist/dashboard/skill-install-request.js.map +1 -1
  148. package/dist/dashboard/skill-pack-response.d.ts +15 -0
  149. package/dist/dashboard/skill-pack-response.d.ts.map +1 -0
  150. package/dist/dashboard/skill-pack-response.js +32 -0
  151. package/dist/dashboard/skill-pack-response.js.map +1 -0
  152. package/dist/dashboard/web/connectors-page.d.ts +69 -0
  153. package/dist/dashboard/web/connectors-page.d.ts.map +1 -1
  154. package/dist/dashboard/web/connectors-page.js +47 -7
  155. package/dist/dashboard/web/connectors-page.js.map +1 -1
  156. package/dist/dashboard/web/feed-group-picker.d.ts +13 -0
  157. package/dist/dashboard/web/feed-group-picker.d.ts.map +1 -0
  158. package/dist/dashboard/web/feed-group-picker.js +45 -0
  159. package/dist/dashboard/web/feed-group-picker.js.map +1 -0
  160. package/dist/dashboard/web/groups-page.d.ts.map +1 -1
  161. package/dist/dashboard/web/groups-page.js +2 -5
  162. package/dist/dashboard/web/groups-page.js.map +1 -1
  163. package/dist/dashboard/web/i18n.d.ts.map +1 -1
  164. package/dist/dashboard/web/i18n.js +309 -40
  165. package/dist/dashboard/web/i18n.js.map +1 -1
  166. package/dist/dashboard/web/preferences.d.ts +4 -2
  167. package/dist/dashboard/web/preferences.d.ts.map +1 -1
  168. package/dist/dashboard/web/preferences.js +14 -6
  169. package/dist/dashboard/web/preferences.js.map +1 -1
  170. package/dist/dashboard/web/roles-page.d.ts.map +1 -1
  171. package/dist/dashboard/web/roles-page.js +36 -4
  172. package/dist/dashboard/web/roles-page.js.map +1 -1
  173. package/dist/dashboard/web/roles.d.ts +3 -1
  174. package/dist/dashboard/web/roles.d.ts.map +1 -1
  175. package/dist/dashboard/web/roles.js +10 -2
  176. package/dist/dashboard/web/roles.js.map +1 -1
  177. package/dist/dashboard/web/schedules-page.d.ts.map +1 -1
  178. package/dist/dashboard/web/schedules-page.js +8 -2
  179. package/dist/dashboard/web/schedules-page.js.map +1 -1
  180. package/dist/dashboard/web/sessions-page.d.ts.map +1 -1
  181. package/dist/dashboard/web/sessions-page.js +101 -5
  182. package/dist/dashboard/web/sessions-page.js.map +1 -1
  183. package/dist/dashboard/web/sessions.d.ts +3 -1
  184. package/dist/dashboard/web/sessions.d.ts.map +1 -1
  185. package/dist/dashboard/web/sessions.js +13 -6
  186. package/dist/dashboard/web/sessions.js.map +1 -1
  187. package/dist/dashboard/web/skills/bot-assignments-tab.d.ts +27 -0
  188. package/dist/dashboard/web/skills/bot-assignments-tab.d.ts.map +1 -0
  189. package/dist/dashboard/web/skills/bot-assignments-tab.js +257 -0
  190. package/dist/dashboard/web/skills/bot-assignments-tab.js.map +1 -0
  191. package/dist/dashboard/web/skills/delivery-settings-tab.d.ts +25 -0
  192. package/dist/dashboard/web/skills/delivery-settings-tab.d.ts.map +1 -0
  193. package/dist/dashboard/web/skills/delivery-settings-tab.js +20 -0
  194. package/dist/dashboard/web/skills/delivery-settings-tab.js.map +1 -0
  195. package/dist/dashboard/web/skills/shared.d.ts +86 -0
  196. package/dist/dashboard/web/skills/shared.d.ts.map +1 -0
  197. package/dist/dashboard/web/skills/shared.js +178 -0
  198. package/dist/dashboard/web/skills/shared.js.map +1 -0
  199. package/dist/dashboard/web/skills/skill-library-tab.d.ts +75 -0
  200. package/dist/dashboard/web/skills/skill-library-tab.d.ts.map +1 -0
  201. package/dist/dashboard/web/skills/skill-library-tab.js +108 -0
  202. package/dist/dashboard/web/skills/skill-library-tab.js.map +1 -0
  203. package/dist/dashboard/web/skills/skill-packs-tab.d.ts +21 -0
  204. package/dist/dashboard/web/skills/skill-packs-tab.d.ts.map +1 -0
  205. package/dist/dashboard/web/skills/skill-packs-tab.js +185 -0
  206. package/dist/dashboard/web/skills/skill-packs-tab.js.map +1 -0
  207. package/dist/dashboard/web/skills/types.d.ts +95 -0
  208. package/dist/dashboard/web/skills/types.d.ts.map +1 -0
  209. package/dist/dashboard/web/skills/types.js +2 -0
  210. package/dist/dashboard/web/skills/types.js.map +1 -0
  211. package/dist/dashboard/web/skills/use-skills-data.d.ts +31 -0
  212. package/dist/dashboard/web/skills/use-skills-data.d.ts.map +1 -0
  213. package/dist/dashboard/web/skills/use-skills-data.js +86 -0
  214. package/dist/dashboard/web/skills/use-skills-data.js.map +1 -0
  215. package/dist/dashboard/web/skills-page.d.ts +34 -31
  216. package/dist/dashboard/web/skills-page.d.ts.map +1 -1
  217. package/dist/dashboard/web/skills-page.js +321 -176
  218. package/dist/dashboard/web/skills-page.js.map +1 -1
  219. package/dist/dashboard/webhook-routes.d.ts +18 -0
  220. package/dist/dashboard/webhook-routes.d.ts.map +1 -1
  221. package/dist/dashboard/webhook-routes.js +35 -1
  222. package/dist/dashboard/webhook-routes.js.map +1 -1
  223. package/dist/dashboard-web/app.js +1 -1
  224. package/dist/dashboard-web/chunks/{bot-defaults-page-GED4FEMS.js → bot-defaults-page-HL655CNR.js} +1 -1
  225. package/dist/dashboard-web/chunks/{chunk-HK7NIBJG.js → chunk-5PAYQ3KT.js} +1 -1
  226. package/dist/dashboard-web/chunks/{chunk-KRHWZEXU.js → chunk-5ZL7NLR5.js} +1 -1
  227. package/dist/dashboard-web/chunks/chunk-6ALR252E.js +1 -0
  228. package/dist/dashboard-web/chunks/{chunk-VBXJOJFH.js → chunk-BFUTTYVK.js} +1 -1
  229. package/dist/dashboard-web/chunks/chunk-ELL53D62.js +55 -0
  230. package/dist/dashboard-web/chunks/connectors-page-3QQACF23.js +1 -0
  231. package/dist/dashboard-web/chunks/groups-page-SDZMJ7UV.js +8 -0
  232. package/dist/dashboard-web/chunks/{insights-page-54UBPPOC.js → insights-page-ZZ3JEJ6L.js} +1 -1
  233. package/dist/dashboard-web/chunks/{monitor-room-PORHVKRH.js → monitor-room-ROJ5GZ4N.js} +1 -1
  234. package/dist/dashboard-web/chunks/{monitoring-page-XGA7AXNL.js → monitoring-page-IATV7KJF.js} +1 -1
  235. package/dist/dashboard-web/chunks/{office-page-AO3AFG45.js → office-page-TYO5OIIT.js} +1 -1
  236. package/dist/dashboard-web/chunks/{overview-page-F5BUTYR6.js → overview-page-VJUULZF2.js} +1 -1
  237. package/dist/dashboard-web/chunks/roles-page-7RJJKZGK.js +1 -0
  238. package/dist/dashboard-web/chunks/schedules-page-JTEJ5IXW.js +1 -0
  239. package/dist/dashboard-web/chunks/sessions-page-KD7HDT3U.js +8 -0
  240. package/dist/dashboard-web/chunks/{settings-page-OJAZLZQT.js → settings-page-7CTTFBRS.js} +1 -1
  241. package/dist/dashboard-web/chunks/skills-page-57NZECJ3.js +4 -0
  242. package/dist/dashboard-web/chunks/{team-federation-page-ZJVAP7HW.js → team-federation-page-6YYIMJG3.js} +1 -1
  243. package/dist/dashboard-web/chunks/{v3-page-GYWTRGO2.js → v3-page-ZGKBSBK3.js} +1 -1
  244. package/dist/dashboard-web/chunks/{whiteboards-page-MSDAG6P7.js → whiteboards-page-AACJF6DB.js} +1 -1
  245. package/dist/dashboard-web/style.css +1952 -377
  246. package/dist/dashboard.js +316 -47
  247. package/dist/dashboard.js.map +1 -1
  248. package/dist/desktop/main/ipc.js +1 -1
  249. package/dist/desktop/main/runtime-service.js +2 -2
  250. package/dist/desktop/main/runtime-service.js.map +1 -1
  251. package/dist/desktop/shared/types.d.ts +1 -1
  252. package/dist/i18n/en.d.ts.map +1 -1
  253. package/dist/i18n/en.js +5 -1
  254. package/dist/i18n/en.js.map +1 -1
  255. package/dist/i18n/zh.d.ts.map +1 -1
  256. package/dist/i18n/zh.js +5 -1
  257. package/dist/i18n/zh.js.map +1 -1
  258. package/dist/index-daemon.js +6 -1
  259. package/dist/index-daemon.js.map +1 -1
  260. package/dist/services/adopt-input-sequence.d.ts +52 -0
  261. package/dist/services/adopt-input-sequence.d.ts.map +1 -0
  262. package/dist/services/adopt-input-sequence.js +50 -0
  263. package/dist/services/adopt-input-sequence.js.map +1 -0
  264. package/dist/services/bridge-fallback-gate.d.ts.map +1 -1
  265. package/dist/services/bridge-fallback-gate.js +34 -11
  266. package/dist/services/bridge-fallback-gate.js.map +1 -1
  267. package/dist/services/codex-bridge-queue.d.ts +103 -7
  268. package/dist/services/codex-bridge-queue.d.ts.map +1 -1
  269. package/dist/services/codex-bridge-queue.js +291 -17
  270. package/dist/services/codex-bridge-queue.js.map +1 -1
  271. package/dist/services/codex-transcript.d.ts +4 -3
  272. package/dist/services/codex-transcript.d.ts.map +1 -1
  273. package/dist/services/codex-transcript.js.map +1 -1
  274. package/dist/services/connector-store.d.ts +14 -1
  275. package/dist/services/connector-store.d.ts.map +1 -1
  276. package/dist/services/connector-store.js.map +1 -1
  277. package/dist/services/connector-topic-template.d.ts +7 -0
  278. package/dist/services/connector-topic-template.d.ts.map +1 -0
  279. package/dist/services/connector-topic-template.js +210 -0
  280. package/dist/services/connector-topic-template.js.map +1 -0
  281. package/dist/services/project-scanner.d.ts +33 -0
  282. package/dist/services/project-scanner.d.ts.map +1 -1
  283. package/dist/services/project-scanner.js +40 -1
  284. package/dist/services/project-scanner.js.map +1 -1
  285. package/dist/services/skill-pack-store.d.ts +50 -0
  286. package/dist/services/skill-pack-store.d.ts.map +1 -0
  287. package/dist/services/skill-pack-store.js +270 -0
  288. package/dist/services/skill-pack-store.js.map +1 -0
  289. package/dist/services/skill-registry-store.d.ts +8 -0
  290. package/dist/services/skill-registry-store.d.ts.map +1 -1
  291. package/dist/services/skill-registry-store.js +100 -68
  292. package/dist/services/skill-registry-store.js.map +1 -1
  293. package/dist/services/structured-bridge-clis.d.ts +8 -1
  294. package/dist/services/structured-bridge-clis.d.ts.map +1 -1
  295. package/dist/services/structured-bridge-clis.js +13 -0
  296. package/dist/services/structured-bridge-clis.js.map +1 -1
  297. package/dist/services/submit-confirmation.d.ts +50 -0
  298. package/dist/services/submit-confirmation.d.ts.map +1 -1
  299. package/dist/services/submit-confirmation.js +82 -0
  300. package/dist/services/submit-confirmation.js.map +1 -1
  301. package/dist/services/todo-state.d.ts +74 -0
  302. package/dist/services/todo-state.d.ts.map +1 -0
  303. package/dist/services/todo-state.js +351 -0
  304. package/dist/services/todo-state.js.map +1 -0
  305. package/dist/setup/agent-preset.d.ts.map +1 -1
  306. package/dist/setup/agent-preset.js +2 -0
  307. package/dist/setup/agent-preset.js.map +1 -1
  308. package/dist/setup/owner-identity.d.ts +47 -0
  309. package/dist/setup/owner-identity.d.ts.map +1 -0
  310. package/dist/setup/owner-identity.js +196 -0
  311. package/dist/setup/owner-identity.js.map +1 -0
  312. package/dist/setup/register-app.d.ts +4 -3
  313. package/dist/setup/register-app.d.ts.map +1 -1
  314. package/dist/setup/register-app.js.map +1 -1
  315. package/dist/setup/setup-args.d.ts +1 -1
  316. package/dist/setup/setup-args.d.ts.map +1 -1
  317. package/dist/setup/setup-args.js +7 -3
  318. package/dist/setup/setup-args.js.map +1 -1
  319. package/dist/types.d.ts +11 -0
  320. package/dist/types.d.ts.map +1 -1
  321. package/dist/utils/async-serial-queue.d.ts +9 -0
  322. package/dist/utils/async-serial-queue.d.ts.map +1 -0
  323. package/dist/utils/async-serial-queue.js +13 -0
  324. package/dist/utils/async-serial-queue.js.map +1 -0
  325. package/dist/utils/child-env.d.ts +25 -0
  326. package/dist/utils/child-env.d.ts.map +1 -1
  327. package/dist/utils/child-env.js +47 -0
  328. package/dist/utils/child-env.js.map +1 -1
  329. package/dist/utils/runtime-screen-status.d.ts +52 -0
  330. package/dist/utils/runtime-screen-status.d.ts.map +1 -0
  331. package/dist/utils/runtime-screen-status.js +60 -0
  332. package/dist/utils/runtime-screen-status.js.map +1 -0
  333. package/dist/worker.js +1697 -468
  334. package/dist/worker.js.map +1 -1
  335. package/dist/workflows/definition.d.ts +44 -44
  336. package/package.json +1 -1
  337. package/dist/dashboard-web/chunks/chunk-6J5LS5AU.js +0 -51
  338. package/dist/dashboard-web/chunks/connectors-page-EELM66G3.js +0 -1
  339. package/dist/dashboard-web/chunks/groups-page-WKUV6E42.js +0 -8
  340. package/dist/dashboard-web/chunks/roles-page-M5GIASJU.js +0 -1
  341. package/dist/dashboard-web/chunks/schedules-page-O232WQRR.js +0 -1
  342. package/dist/dashboard-web/chunks/sessions-page-YFRPSTIL.js +0 -6
  343. package/dist/dashboard-web/chunks/skills-page-EFZQPWV4.js +0 -4
@@ -105,18 +105,18 @@ export declare const HumanGateSchema: z.ZodObject<{
105
105
  deadlineMs: z.ZodOptional<z.ZodNumber>;
106
106
  onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
107
107
  }, "strip", z.ZodTypeAny, {
108
+ stage: "before";
108
109
  prompt: string | {
109
110
  $ref: string;
110
111
  };
111
- stage: "before";
112
112
  approvers?: string[] | undefined;
113
113
  onTimeout?: "fail" | "success" | undefined;
114
114
  deadlineMs?: number | undefined;
115
115
  }, {
116
+ stage: "before";
116
117
  prompt: string | {
117
118
  $ref: string;
118
119
  };
119
- stage: "before";
120
120
  approvers?: string[] | undefined;
121
121
  onTimeout?: "fail" | "success" | undefined;
122
122
  deadlineMs?: number | undefined;
@@ -169,18 +169,18 @@ export declare const SubagentNodeSchema: z.ZodObject<{
169
169
  deadlineMs: z.ZodOptional<z.ZodNumber>;
170
170
  onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
171
171
  }, "strip", z.ZodTypeAny, {
172
+ stage: "before";
172
173
  prompt: string | {
173
174
  $ref: string;
174
175
  };
175
- stage: "before";
176
176
  approvers?: string[] | undefined;
177
177
  onTimeout?: "fail" | "success" | undefined;
178
178
  deadlineMs?: number | undefined;
179
179
  }, {
180
+ stage: "before";
180
181
  prompt: string | {
181
182
  $ref: string;
182
183
  };
183
- stage: "before";
184
184
  approvers?: string[] | undefined;
185
185
  onTimeout?: "fail" | "success" | undefined;
186
186
  deadlineMs?: number | undefined;
@@ -230,10 +230,10 @@ export declare const SubagentNodeSchema: z.ZodObject<{
230
230
  timeoutMs?: number | undefined;
231
231
  depends?: string[] | undefined;
232
232
  humanGate?: {
233
+ stage: "before";
233
234
  prompt: string | {
234
235
  $ref: string;
235
236
  };
236
- stage: "before";
237
237
  approvers?: string[] | undefined;
238
238
  onTimeout?: "fail" | "success" | undefined;
239
239
  deadlineMs?: number | undefined;
@@ -267,10 +267,10 @@ export declare const SubagentNodeSchema: z.ZodObject<{
267
267
  timeoutMs?: number | undefined;
268
268
  depends?: string[] | undefined;
269
269
  humanGate?: {
270
+ stage: "before";
270
271
  prompt: string | {
271
272
  $ref: string;
272
273
  };
273
- stage: "before";
274
274
  approvers?: string[] | undefined;
275
275
  onTimeout?: "fail" | "success" | undefined;
276
276
  deadlineMs?: number | undefined;
@@ -314,18 +314,18 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
314
314
  deadlineMs: z.ZodOptional<z.ZodNumber>;
315
315
  onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
316
316
  }, "strip", z.ZodTypeAny, {
317
+ stage: "before";
317
318
  prompt: string | {
318
319
  $ref: string;
319
320
  };
320
- stage: "before";
321
321
  approvers?: string[] | undefined;
322
322
  onTimeout?: "fail" | "success" | undefined;
323
323
  deadlineMs?: number | undefined;
324
324
  }, {
325
+ stage: "before";
325
326
  prompt: string | {
326
327
  $ref: string;
327
328
  };
328
- stage: "before";
329
329
  approvers?: string[] | undefined;
330
330
  onTimeout?: "fail" | "success" | undefined;
331
331
  deadlineMs?: number | undefined;
@@ -372,10 +372,10 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
372
372
  input?: unknown;
373
373
  depends?: string[] | undefined;
374
374
  humanGate?: {
375
+ stage: "before";
375
376
  prompt: string | {
376
377
  $ref: string;
377
378
  };
378
- stage: "before";
379
379
  approvers?: string[] | undefined;
380
380
  onTimeout?: "fail" | "success" | undefined;
381
381
  deadlineMs?: number | undefined;
@@ -398,10 +398,10 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
398
398
  input?: unknown;
399
399
  depends?: string[] | undefined;
400
400
  humanGate?: {
401
+ stage: "before";
401
402
  prompt: string | {
402
403
  $ref: string;
403
404
  };
404
- stage: "before";
405
405
  approvers?: string[] | undefined;
406
406
  onTimeout?: "fail" | "success" | undefined;
407
407
  deadlineMs?: number | undefined;
@@ -507,18 +507,18 @@ export declare const DecisionNodeSchema: z.ZodObject<{
507
507
  deadlineMs: z.ZodOptional<z.ZodNumber>;
508
508
  onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
509
509
  }, "strip", z.ZodTypeAny, {
510
+ stage: "before";
510
511
  prompt: string | {
511
512
  $ref: string;
512
513
  };
513
- stage: "before";
514
514
  approvers?: string[] | undefined;
515
515
  onTimeout?: "fail" | "success" | undefined;
516
516
  deadlineMs?: number | undefined;
517
517
  }, {
518
+ stage: "before";
518
519
  prompt: string | {
519
520
  $ref: string;
520
521
  };
521
- stage: "before";
522
522
  approvers?: string[] | undefined;
523
523
  onTimeout?: "fail" | "success" | undefined;
524
524
  deadlineMs?: number | undefined;
@@ -526,10 +526,10 @@ export declare const DecisionNodeSchema: z.ZodObject<{
526
526
  }, "strict", z.ZodTypeAny, {
527
527
  type: "decision";
528
528
  humanGate: {
529
+ stage: "before";
529
530
  prompt: string | {
530
531
  $ref: string;
531
532
  };
532
- stage: "before";
533
533
  approvers?: string[] | undefined;
534
534
  onTimeout?: "fail" | "success" | undefined;
535
535
  deadlineMs?: number | undefined;
@@ -539,10 +539,10 @@ export declare const DecisionNodeSchema: z.ZodObject<{
539
539
  }, {
540
540
  type: "decision";
541
541
  humanGate: {
542
+ stage: "before";
542
543
  prompt: string | {
543
544
  $ref: string;
544
545
  };
545
- stage: "before";
546
546
  approvers?: string[] | undefined;
547
547
  onTimeout?: "fail" | "success" | undefined;
548
548
  deadlineMs?: number | undefined;
@@ -597,18 +597,18 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
597
597
  deadlineMs: z.ZodOptional<z.ZodNumber>;
598
598
  onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
599
599
  }, "strip", z.ZodTypeAny, {
600
+ stage: "before";
600
601
  prompt: string | {
601
602
  $ref: string;
602
603
  };
603
- stage: "before";
604
604
  approvers?: string[] | undefined;
605
605
  onTimeout?: "fail" | "success" | undefined;
606
606
  deadlineMs?: number | undefined;
607
607
  }, {
608
+ stage: "before";
608
609
  prompt: string | {
609
610
  $ref: string;
610
611
  };
611
- stage: "before";
612
612
  approvers?: string[] | undefined;
613
613
  onTimeout?: "fail" | "success" | undefined;
614
614
  deadlineMs?: number | undefined;
@@ -658,10 +658,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
658
658
  timeoutMs?: number | undefined;
659
659
  depends?: string[] | undefined;
660
660
  humanGate?: {
661
+ stage: "before";
661
662
  prompt: string | {
662
663
  $ref: string;
663
664
  };
664
- stage: "before";
665
665
  approvers?: string[] | undefined;
666
666
  onTimeout?: "fail" | "success" | undefined;
667
667
  deadlineMs?: number | undefined;
@@ -695,10 +695,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
695
695
  timeoutMs?: number | undefined;
696
696
  depends?: string[] | undefined;
697
697
  humanGate?: {
698
+ stage: "before";
698
699
  prompt: string | {
699
700
  $ref: string;
700
701
  };
701
- stage: "before";
702
702
  approvers?: string[] | undefined;
703
703
  onTimeout?: "fail" | "success" | undefined;
704
704
  deadlineMs?: number | undefined;
@@ -740,18 +740,18 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
740
740
  deadlineMs: z.ZodOptional<z.ZodNumber>;
741
741
  onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
742
742
  }, "strip", z.ZodTypeAny, {
743
+ stage: "before";
743
744
  prompt: string | {
744
745
  $ref: string;
745
746
  };
746
- stage: "before";
747
747
  approvers?: string[] | undefined;
748
748
  onTimeout?: "fail" | "success" | undefined;
749
749
  deadlineMs?: number | undefined;
750
750
  }, {
751
+ stage: "before";
751
752
  prompt: string | {
752
753
  $ref: string;
753
754
  };
754
- stage: "before";
755
755
  approvers?: string[] | undefined;
756
756
  onTimeout?: "fail" | "success" | undefined;
757
757
  deadlineMs?: number | undefined;
@@ -798,10 +798,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
798
798
  input?: unknown;
799
799
  depends?: string[] | undefined;
800
800
  humanGate?: {
801
+ stage: "before";
801
802
  prompt: string | {
802
803
  $ref: string;
803
804
  };
804
- stage: "before";
805
805
  approvers?: string[] | undefined;
806
806
  onTimeout?: "fail" | "success" | undefined;
807
807
  deadlineMs?: number | undefined;
@@ -824,10 +824,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
824
824
  input?: unknown;
825
825
  depends?: string[] | undefined;
826
826
  humanGate?: {
827
+ stage: "before";
827
828
  prompt: string | {
828
829
  $ref: string;
829
830
  };
830
- stage: "before";
831
831
  approvers?: string[] | undefined;
832
832
  onTimeout?: "fail" | "success" | undefined;
833
833
  deadlineMs?: number | undefined;
@@ -908,18 +908,18 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
908
908
  deadlineMs: z.ZodOptional<z.ZodNumber>;
909
909
  onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
910
910
  }, "strip", z.ZodTypeAny, {
911
+ stage: "before";
911
912
  prompt: string | {
912
913
  $ref: string;
913
914
  };
914
- stage: "before";
915
915
  approvers?: string[] | undefined;
916
916
  onTimeout?: "fail" | "success" | undefined;
917
917
  deadlineMs?: number | undefined;
918
918
  }, {
919
+ stage: "before";
919
920
  prompt: string | {
920
921
  $ref: string;
921
922
  };
922
- stage: "before";
923
923
  approvers?: string[] | undefined;
924
924
  onTimeout?: "fail" | "success" | undefined;
925
925
  deadlineMs?: number | undefined;
@@ -927,10 +927,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
927
927
  }, "strict", z.ZodTypeAny, {
928
928
  type: "decision";
929
929
  humanGate: {
930
+ stage: "before";
930
931
  prompt: string | {
931
932
  $ref: string;
932
933
  };
933
- stage: "before";
934
934
  approvers?: string[] | undefined;
935
935
  onTimeout?: "fail" | "success" | undefined;
936
936
  deadlineMs?: number | undefined;
@@ -940,10 +940,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
940
940
  }, {
941
941
  type: "decision";
942
942
  humanGate: {
943
+ stage: "before";
943
944
  prompt: string | {
944
945
  $ref: string;
945
946
  };
946
- stage: "before";
947
947
  approvers?: string[] | undefined;
948
948
  onTimeout?: "fail" | "success" | undefined;
949
949
  deadlineMs?: number | undefined;
@@ -1083,18 +1083,18 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1083
1083
  deadlineMs: z.ZodOptional<z.ZodNumber>;
1084
1084
  onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
1085
1085
  }, "strip", z.ZodTypeAny, {
1086
+ stage: "before";
1086
1087
  prompt: string | {
1087
1088
  $ref: string;
1088
1089
  };
1089
- stage: "before";
1090
1090
  approvers?: string[] | undefined;
1091
1091
  onTimeout?: "fail" | "success" | undefined;
1092
1092
  deadlineMs?: number | undefined;
1093
1093
  }, {
1094
+ stage: "before";
1094
1095
  prompt: string | {
1095
1096
  $ref: string;
1096
1097
  };
1097
- stage: "before";
1098
1098
  approvers?: string[] | undefined;
1099
1099
  onTimeout?: "fail" | "success" | undefined;
1100
1100
  deadlineMs?: number | undefined;
@@ -1144,10 +1144,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1144
1144
  timeoutMs?: number | undefined;
1145
1145
  depends?: string[] | undefined;
1146
1146
  humanGate?: {
1147
+ stage: "before";
1147
1148
  prompt: string | {
1148
1149
  $ref: string;
1149
1150
  };
1150
- stage: "before";
1151
1151
  approvers?: string[] | undefined;
1152
1152
  onTimeout?: "fail" | "success" | undefined;
1153
1153
  deadlineMs?: number | undefined;
@@ -1181,10 +1181,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1181
1181
  timeoutMs?: number | undefined;
1182
1182
  depends?: string[] | undefined;
1183
1183
  humanGate?: {
1184
+ stage: "before";
1184
1185
  prompt: string | {
1185
1186
  $ref: string;
1186
1187
  };
1187
- stage: "before";
1188
1188
  approvers?: string[] | undefined;
1189
1189
  onTimeout?: "fail" | "success" | undefined;
1190
1190
  deadlineMs?: number | undefined;
@@ -1226,18 +1226,18 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1226
1226
  deadlineMs: z.ZodOptional<z.ZodNumber>;
1227
1227
  onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
1228
1228
  }, "strip", z.ZodTypeAny, {
1229
+ stage: "before";
1229
1230
  prompt: string | {
1230
1231
  $ref: string;
1231
1232
  };
1232
- stage: "before";
1233
1233
  approvers?: string[] | undefined;
1234
1234
  onTimeout?: "fail" | "success" | undefined;
1235
1235
  deadlineMs?: number | undefined;
1236
1236
  }, {
1237
+ stage: "before";
1237
1238
  prompt: string | {
1238
1239
  $ref: string;
1239
1240
  };
1240
- stage: "before";
1241
1241
  approvers?: string[] | undefined;
1242
1242
  onTimeout?: "fail" | "success" | undefined;
1243
1243
  deadlineMs?: number | undefined;
@@ -1284,10 +1284,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1284
1284
  input?: unknown;
1285
1285
  depends?: string[] | undefined;
1286
1286
  humanGate?: {
1287
+ stage: "before";
1287
1288
  prompt: string | {
1288
1289
  $ref: string;
1289
1290
  };
1290
- stage: "before";
1291
1291
  approvers?: string[] | undefined;
1292
1292
  onTimeout?: "fail" | "success" | undefined;
1293
1293
  deadlineMs?: number | undefined;
@@ -1310,10 +1310,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1310
1310
  input?: unknown;
1311
1311
  depends?: string[] | undefined;
1312
1312
  humanGate?: {
1313
+ stage: "before";
1313
1314
  prompt: string | {
1314
1315
  $ref: string;
1315
1316
  };
1316
- stage: "before";
1317
1317
  approvers?: string[] | undefined;
1318
1318
  onTimeout?: "fail" | "success" | undefined;
1319
1319
  deadlineMs?: number | undefined;
@@ -1394,18 +1394,18 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1394
1394
  deadlineMs: z.ZodOptional<z.ZodNumber>;
1395
1395
  onTimeout: z.ZodOptional<z.ZodEnum<["fail", "success"]>>;
1396
1396
  }, "strip", z.ZodTypeAny, {
1397
+ stage: "before";
1397
1398
  prompt: string | {
1398
1399
  $ref: string;
1399
1400
  };
1400
- stage: "before";
1401
1401
  approvers?: string[] | undefined;
1402
1402
  onTimeout?: "fail" | "success" | undefined;
1403
1403
  deadlineMs?: number | undefined;
1404
1404
  }, {
1405
+ stage: "before";
1405
1406
  prompt: string | {
1406
1407
  $ref: string;
1407
1408
  };
1408
- stage: "before";
1409
1409
  approvers?: string[] | undefined;
1410
1410
  onTimeout?: "fail" | "success" | undefined;
1411
1411
  deadlineMs?: number | undefined;
@@ -1413,10 +1413,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1413
1413
  }, "strict", z.ZodTypeAny, {
1414
1414
  type: "decision";
1415
1415
  humanGate: {
1416
+ stage: "before";
1416
1417
  prompt: string | {
1417
1418
  $ref: string;
1418
1419
  };
1419
- stage: "before";
1420
1420
  approvers?: string[] | undefined;
1421
1421
  onTimeout?: "fail" | "success" | undefined;
1422
1422
  deadlineMs?: number | undefined;
@@ -1426,10 +1426,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1426
1426
  }, {
1427
1427
  type: "decision";
1428
1428
  humanGate: {
1429
+ stage: "before";
1429
1430
  prompt: string | {
1430
1431
  $ref: string;
1431
1432
  };
1432
- stage: "before";
1433
1433
  approvers?: string[] | undefined;
1434
1434
  onTimeout?: "fail" | "success" | undefined;
1435
1435
  deadlineMs?: number | undefined;
@@ -1450,10 +1450,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1450
1450
  timeoutMs?: number | undefined;
1451
1451
  depends?: string[] | undefined;
1452
1452
  humanGate?: {
1453
+ stage: "before";
1453
1454
  prompt: string | {
1454
1455
  $ref: string;
1455
1456
  };
1456
- stage: "before";
1457
1457
  approvers?: string[] | undefined;
1458
1458
  onTimeout?: "fail" | "success" | undefined;
1459
1459
  deadlineMs?: number | undefined;
@@ -1484,10 +1484,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1484
1484
  input?: unknown;
1485
1485
  depends?: string[] | undefined;
1486
1486
  humanGate?: {
1487
+ stage: "before";
1487
1488
  prompt: string | {
1488
1489
  $ref: string;
1489
1490
  };
1490
- stage: "before";
1491
1491
  approvers?: string[] | undefined;
1492
1492
  onTimeout?: "fail" | "success" | undefined;
1493
1493
  deadlineMs?: number | undefined;
@@ -1518,10 +1518,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1518
1518
  } | {
1519
1519
  type: "decision";
1520
1520
  humanGate: {
1521
+ stage: "before";
1521
1522
  prompt: string | {
1522
1523
  $ref: string;
1523
1524
  };
1524
- stage: "before";
1525
1525
  approvers?: string[] | undefined;
1526
1526
  onTimeout?: "fail" | "success" | undefined;
1527
1527
  deadlineMs?: number | undefined;
@@ -1562,10 +1562,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1562
1562
  timeoutMs?: number | undefined;
1563
1563
  depends?: string[] | undefined;
1564
1564
  humanGate?: {
1565
+ stage: "before";
1565
1566
  prompt: string | {
1566
1567
  $ref: string;
1567
1568
  };
1568
- stage: "before";
1569
1569
  approvers?: string[] | undefined;
1570
1570
  onTimeout?: "fail" | "success" | undefined;
1571
1571
  deadlineMs?: number | undefined;
@@ -1596,10 +1596,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1596
1596
  input?: unknown;
1597
1597
  depends?: string[] | undefined;
1598
1598
  humanGate?: {
1599
+ stage: "before";
1599
1600
  prompt: string | {
1600
1601
  $ref: string;
1601
1602
  };
1602
- stage: "before";
1603
1603
  approvers?: string[] | undefined;
1604
1604
  onTimeout?: "fail" | "success" | undefined;
1605
1605
  deadlineMs?: number | undefined;
@@ -1630,10 +1630,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1630
1630
  } | {
1631
1631
  type: "decision";
1632
1632
  humanGate: {
1633
+ stage: "before";
1633
1634
  prompt: string | {
1634
1635
  $ref: string;
1635
1636
  };
1636
- stage: "before";
1637
1637
  approvers?: string[] | undefined;
1638
1638
  onTimeout?: "fail" | "success" | undefined;
1639
1639
  deadlineMs?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botmux",
3
- "version": "3.11.0",
3
+ "version": "3.12.1",
4
4
  "description": "Bridge between IM platforms and AI coding CLIs — one topic, one CLI session with live streaming",
5
5
  "type": "module",
6
6
  "main": "dist/index-daemon.js",