botmux 3.13.0 → 3.14.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 (508) hide show
  1. package/README.en.md +1 -1
  2. package/README.md +25 -1
  3. package/dist/.runtime-build-id +1 -1
  4. package/dist/adapters/adopt-route.d.ts +58 -0
  5. package/dist/adapters/adopt-route.d.ts.map +1 -1
  6. package/dist/adapters/adopt-route.js +136 -0
  7. package/dist/adapters/adopt-route.js.map +1 -1
  8. package/dist/adapters/backend/capabilities.js +1 -1
  9. package/dist/adapters/backend/capabilities.js.map +1 -1
  10. package/dist/adapters/backend/herdr-backend.d.ts +1 -1
  11. package/dist/adapters/backend/herdr-backend.d.ts.map +1 -1
  12. package/dist/adapters/backend/herdr-backend.js +2 -1
  13. package/dist/adapters/backend/herdr-backend.js.map +1 -1
  14. package/dist/adapters/backend/riff-backend.d.ts +97 -0
  15. package/dist/adapters/backend/riff-backend.d.ts.map +1 -1
  16. package/dist/adapters/backend/riff-backend.js +380 -66
  17. package/dist/adapters/backend/riff-backend.js.map +1 -1
  18. package/dist/adapters/backend/sandbox.d.ts +8 -0
  19. package/dist/adapters/backend/sandbox.d.ts.map +1 -1
  20. package/dist/adapters/backend/sandbox.js +16 -2
  21. package/dist/adapters/backend/sandbox.js.map +1 -1
  22. package/dist/adapters/backend/tmux-backend.d.ts +12 -13
  23. package/dist/adapters/backend/tmux-backend.d.ts.map +1 -1
  24. package/dist/adapters/backend/tmux-backend.js +113 -53
  25. package/dist/adapters/backend/tmux-backend.js.map +1 -1
  26. package/dist/adapters/backend/tmux-pipe-backend.d.ts +4 -3
  27. package/dist/adapters/backend/tmux-pipe-backend.d.ts.map +1 -1
  28. package/dist/adapters/backend/tmux-pipe-backend.js +12 -9
  29. package/dist/adapters/backend/tmux-pipe-backend.js.map +1 -1
  30. package/dist/adapters/backend/zellij-backend.d.ts +2 -3
  31. package/dist/adapters/backend/zellij-backend.d.ts.map +1 -1
  32. package/dist/adapters/backend/zellij-backend.js +6 -13
  33. package/dist/adapters/backend/zellij-backend.js.map +1 -1
  34. package/dist/adapters/backend/zellij-observe-backend.d.ts +2 -1
  35. package/dist/adapters/backend/zellij-observe-backend.d.ts.map +1 -1
  36. package/dist/adapters/backend/zellij-observe-backend.js +6 -3
  37. package/dist/adapters/backend/zellij-observe-backend.js.map +1 -1
  38. package/dist/adapters/backend/zmx-backend.d.ts.map +1 -1
  39. package/dist/adapters/backend/zmx-backend.js +40 -18
  40. package/dist/adapters/backend/zmx-backend.js.map +1 -1
  41. package/dist/adapters/cli/claude-code.d.ts.map +1 -1
  42. package/dist/adapters/cli/claude-code.js +12 -1
  43. package/dist/adapters/cli/claude-code.js.map +1 -1
  44. package/dist/adapters/cli/codex.d.ts.map +1 -1
  45. package/dist/adapters/cli/codex.js +3 -2
  46. package/dist/adapters/cli/codex.js.map +1 -1
  47. package/dist/adapters/cli/dsh.d.ts +4 -0
  48. package/dist/adapters/cli/dsh.d.ts.map +1 -0
  49. package/dist/adapters/cli/dsh.js +96 -0
  50. package/dist/adapters/cli/dsh.js.map +1 -0
  51. package/dist/adapters/cli/fs-policy.d.ts.map +1 -1
  52. package/dist/adapters/cli/fs-policy.js +5 -0
  53. package/dist/adapters/cli/fs-policy.js.map +1 -1
  54. package/dist/adapters/cli/opencode.d.ts +52 -1
  55. package/dist/adapters/cli/opencode.d.ts.map +1 -1
  56. package/dist/adapters/cli/opencode.js +117 -76
  57. package/dist/adapters/cli/opencode.js.map +1 -1
  58. package/dist/adapters/cli/opencode2.d.ts +4 -0
  59. package/dist/adapters/cli/opencode2.d.ts.map +1 -0
  60. package/dist/adapters/cli/opencode2.js +137 -0
  61. package/dist/adapters/cli/opencode2.js.map +1 -0
  62. package/dist/adapters/cli/read-isolation.d.ts +1 -1
  63. package/dist/adapters/cli/read-isolation.d.ts.map +1 -1
  64. package/dist/adapters/cli/read-isolation.js +5 -2
  65. package/dist/adapters/cli/read-isolation.js.map +1 -1
  66. package/dist/adapters/cli/registry.d.ts +7 -1
  67. package/dist/adapters/cli/registry.d.ts.map +1 -1
  68. package/dist/adapters/cli/registry.js +19 -6
  69. package/dist/adapters/cli/registry.js.map +1 -1
  70. package/dist/adapters/cli/shared-hints.d.ts.map +1 -1
  71. package/dist/adapters/cli/shared-hints.js +13 -0
  72. package/dist/adapters/cli/shared-hints.js.map +1 -1
  73. package/dist/adapters/cli/types.d.ts +24 -3
  74. package/dist/adapters/cli/types.d.ts.map +1 -1
  75. package/dist/adapters/hook-command.d.ts +8 -0
  76. package/dist/adapters/hook-command.d.ts.map +1 -1
  77. package/dist/adapters/hook-command.js +11 -0
  78. package/dist/adapters/hook-command.js.map +1 -1
  79. package/dist/adapters/hook-installer.d.ts +16 -1
  80. package/dist/adapters/hook-installer.d.ts.map +1 -1
  81. package/dist/adapters/hook-installer.js +232 -2
  82. package/dist/adapters/hook-installer.js.map +1 -1
  83. package/dist/bot-registry.d.ts +116 -8
  84. package/dist/bot-registry.d.ts.map +1 -1
  85. package/dist/bot-registry.js +52 -4
  86. package/dist/bot-registry.js.map +1 -1
  87. package/dist/cli/pm2-start-transaction.d.ts +14 -0
  88. package/dist/cli/pm2-start-transaction.d.ts.map +1 -1
  89. package/dist/cli/pm2-start-transaction.js +25 -9
  90. package/dist/cli/pm2-start-transaction.js.map +1 -1
  91. package/dist/cli/restart-failure-notification.d.ts +54 -0
  92. package/dist/cli/restart-failure-notification.d.ts.map +1 -0
  93. package/dist/cli/restart-failure-notification.js +142 -0
  94. package/dist/cli/restart-failure-notification.js.map +1 -0
  95. package/dist/cli/restart-failure-owner.d.ts +20 -0
  96. package/dist/cli/restart-failure-owner.d.ts.map +1 -0
  97. package/dist/cli/restart-failure-owner.js +27 -0
  98. package/dist/cli/restart-failure-owner.js.map +1 -0
  99. package/dist/cli/restart-shutdown-preflight.d.ts +24 -0
  100. package/dist/cli/restart-shutdown-preflight.d.ts.map +1 -0
  101. package/dist/cli/restart-shutdown-preflight.js +105 -0
  102. package/dist/cli/restart-shutdown-preflight.js.map +1 -0
  103. package/dist/cli/send-dispatch.d.ts +26 -0
  104. package/dist/cli/send-dispatch.d.ts.map +1 -1
  105. package/dist/cli/send-dispatch.js +30 -0
  106. package/dist/cli/send-dispatch.js.map +1 -1
  107. package/dist/cli.d.ts +4 -1
  108. package/dist/cli.d.ts.map +1 -1
  109. package/dist/cli.js +665 -399
  110. package/dist/cli.js.map +1 -1
  111. package/dist/codex-app-runner.js +38 -15
  112. package/dist/codex-app-runner.js.map +1 -1
  113. package/dist/codex-rpc-lifecycle.d.ts +14 -2
  114. package/dist/codex-rpc-lifecycle.d.ts.map +1 -1
  115. package/dist/codex-rpc-lifecycle.js +13 -3
  116. package/dist/codex-rpc-lifecycle.js.map +1 -1
  117. package/dist/core/ask-broker.d.ts +3 -0
  118. package/dist/core/ask-broker.d.ts.map +1 -1
  119. package/dist/core/ask-broker.js +29 -7
  120. package/dist/core/ask-broker.js.map +1 -1
  121. package/dist/core/ask-hook/registry.d.ts.map +1 -1
  122. package/dist/core/ask-hook/registry.js +4 -0
  123. package/dist/core/ask-hook/registry.js.map +1 -1
  124. package/dist/core/ask-types.d.ts +5 -1
  125. package/dist/core/ask-types.d.ts.map +1 -1
  126. package/dist/core/ask-types.js.map +1 -1
  127. package/dist/core/browser-restart.d.ts +112 -0
  128. package/dist/core/browser-restart.d.ts.map +1 -0
  129. package/dist/core/browser-restart.js +233 -0
  130. package/dist/core/browser-restart.js.map +1 -0
  131. package/dist/core/command-handler.d.ts +19 -11
  132. package/dist/core/command-handler.d.ts.map +1 -1
  133. package/dist/core/command-handler.js +237 -43
  134. package/dist/core/command-handler.js.map +1 -1
  135. package/dist/core/current-turn-provenance.d.ts.map +1 -1
  136. package/dist/core/current-turn-provenance.js +7 -27
  137. package/dist/core/current-turn-provenance.js.map +1 -1
  138. package/dist/core/dashboard-ipc-server.d.ts.map +1 -1
  139. package/dist/core/dashboard-ipc-server.js +317 -10
  140. package/dist/core/dashboard-ipc-server.js.map +1 -1
  141. package/dist/core/dispatch-registry.d.ts.map +1 -1
  142. package/dist/core/dispatch-registry.js +6 -0
  143. package/dist/core/dispatch-registry.js.map +1 -1
  144. package/dist/core/dispatch-report-binding.d.ts +31 -0
  145. package/dist/core/dispatch-report-binding.d.ts.map +1 -0
  146. package/dist/core/dispatch-report-binding.js +88 -0
  147. package/dist/core/dispatch-report-binding.js.map +1 -0
  148. package/dist/core/doc-comment-prompt.d.ts +2 -0
  149. package/dist/core/doc-comment-prompt.d.ts.map +1 -1
  150. package/dist/core/doc-comment-prompt.js +6 -0
  151. package/dist/core/doc-comment-prompt.js.map +1 -1
  152. package/dist/core/host-overload-alert.d.ts +25 -1
  153. package/dist/core/host-overload-alert.d.ts.map +1 -1
  154. package/dist/core/host-overload-alert.js +69 -8
  155. package/dist/core/host-overload-alert.js.map +1 -1
  156. package/dist/core/local-terminal-opener.js +1 -1
  157. package/dist/core/local-terminal-opener.js.map +1 -1
  158. package/dist/core/managed-origin-capability.d.ts +7 -6
  159. package/dist/core/managed-origin-capability.d.ts.map +1 -1
  160. package/dist/core/managed-origin-capability.js +32 -1
  161. package/dist/core/managed-origin-capability.js.map +1 -1
  162. package/dist/core/passthrough-commands.d.ts.map +1 -1
  163. package/dist/core/passthrough-commands.js +3 -2
  164. package/dist/core/passthrough-commands.js.map +1 -1
  165. package/dist/core/plugins/materializer.d.ts.map +1 -1
  166. package/dist/core/plugins/materializer.js +1 -0
  167. package/dist/core/plugins/materializer.js.map +1 -1
  168. package/dist/core/producer-quiescence.d.ts +70 -0
  169. package/dist/core/producer-quiescence.d.ts.map +1 -0
  170. package/dist/core/producer-quiescence.js +90 -0
  171. package/dist/core/producer-quiescence.js.map +1 -0
  172. package/dist/core/raw-command-write-options.d.ts +10 -0
  173. package/dist/core/raw-command-write-options.d.ts.map +1 -0
  174. package/dist/core/raw-command-write-options.js +23 -0
  175. package/dist/core/raw-command-write-options.js.map +1 -0
  176. package/dist/core/raw-command-writer.d.ts +4 -0
  177. package/dist/core/raw-command-writer.d.ts.map +1 -1
  178. package/dist/core/raw-command-writer.js +15 -6
  179. package/dist/core/raw-command-writer.js.map +1 -1
  180. package/dist/core/reply-target.d.ts +11 -0
  181. package/dist/core/reply-target.d.ts.map +1 -1
  182. package/dist/core/reply-target.js +22 -7
  183. package/dist/core/reply-target.js.map +1 -1
  184. package/dist/core/report-session-relay.d.ts +53 -0
  185. package/dist/core/report-session-relay.d.ts.map +1 -0
  186. package/dist/core/report-session-relay.js +116 -0
  187. package/dist/core/report-session-relay.js.map +1 -0
  188. package/dist/core/session-discovery.d.ts +5 -0
  189. package/dist/core/session-discovery.d.ts.map +1 -1
  190. package/dist/core/session-discovery.js +13 -0
  191. package/dist/core/session-discovery.js.map +1 -1
  192. package/dist/core/session-group-birth.d.ts +7 -0
  193. package/dist/core/session-group-birth.d.ts.map +1 -0
  194. package/dist/core/session-group-birth.js +145 -0
  195. package/dist/core/session-group-birth.js.map +1 -0
  196. package/dist/core/session-manager.d.ts +16 -21
  197. package/dist/core/session-manager.d.ts.map +1 -1
  198. package/dist/core/session-manager.js +140 -21
  199. package/dist/core/session-manager.js.map +1 -1
  200. package/dist/core/trigger-session.d.ts.map +1 -1
  201. package/dist/core/trigger-session.js +18 -3
  202. package/dist/core/trigger-session.js.map +1 -1
  203. package/dist/core/types.d.ts +18 -0
  204. package/dist/core/types.d.ts.map +1 -1
  205. package/dist/core/types.js.map +1 -1
  206. package/dist/core/worker-pool.d.ts +63 -11
  207. package/dist/core/worker-pool.d.ts.map +1 -1
  208. package/dist/core/worker-pool.js +241 -13
  209. package/dist/core/worker-pool.js.map +1 -1
  210. package/dist/daemon.d.ts +33 -0
  211. package/dist/daemon.d.ts.map +1 -1
  212. package/dist/daemon.js +900 -137
  213. package/dist/daemon.js.map +1 -1
  214. package/dist/dashboard/auth.d.ts +20 -0
  215. package/dist/dashboard/auth.d.ts.map +1 -1
  216. package/dist/dashboard/auth.js +86 -1
  217. package/dist/dashboard/auth.js.map +1 -1
  218. package/dist/dashboard/bot-payload.d.ts +5 -0
  219. package/dist/dashboard/bot-payload.d.ts.map +1 -1
  220. package/dist/dashboard/bot-payload.js +4 -1
  221. package/dist/dashboard/bot-payload.js.map +1 -1
  222. package/dist/dashboard/federation-spoke-api.d.ts.map +1 -1
  223. package/dist/dashboard/federation-spoke-api.js +27 -3
  224. package/dist/dashboard/federation-spoke-api.js.map +1 -1
  225. package/dist/dashboard/feedback-analytics-api.d.ts +6 -0
  226. package/dist/dashboard/feedback-analytics-api.d.ts.map +1 -0
  227. package/dist/dashboard/feedback-analytics-api.js +39 -0
  228. package/dist/dashboard/feedback-analytics-api.js.map +1 -0
  229. package/dist/dashboard/session-action-timeout.d.ts +3 -0
  230. package/dist/dashboard/session-action-timeout.d.ts.map +1 -0
  231. package/dist/dashboard/session-action-timeout.js +12 -0
  232. package/dist/dashboard/session-action-timeout.js.map +1 -0
  233. package/dist/dashboard/vc-consumer-profiles-api.d.ts +9 -3
  234. package/dist/dashboard/vc-consumer-profiles-api.d.ts.map +1 -1
  235. package/dist/dashboard/vc-consumer-profiles-api.js +2 -1
  236. package/dist/dashboard/vc-consumer-profiles-api.js.map +1 -1
  237. package/dist/dashboard/web/app.d.ts.map +1 -1
  238. package/dist/dashboard/web/app.js +48 -5
  239. package/dist/dashboard/web/app.js.map +1 -1
  240. package/dist/dashboard/web/bot-defaults-page.d.ts +4 -0
  241. package/dist/dashboard/web/bot-defaults-page.d.ts.map +1 -1
  242. package/dist/dashboard/web/bot-defaults-page.js +273 -36
  243. package/dist/dashboard/web/bot-defaults-page.js.map +1 -1
  244. package/dist/dashboard/web/bot-defaults.d.ts +6 -0
  245. package/dist/dashboard/web/bot-defaults.d.ts.map +1 -1
  246. package/dist/dashboard/web/bot-defaults.js.map +1 -1
  247. package/dist/dashboard/web/dashboard-routes.d.ts.map +1 -1
  248. package/dist/dashboard/web/dashboard-routes.js +1 -0
  249. package/dist/dashboard/web/dashboard-routes.js.map +1 -1
  250. package/dist/dashboard/web/feedback-page.d.ts +3 -0
  251. package/dist/dashboard/web/feedback-page.d.ts.map +1 -0
  252. package/dist/dashboard/web/feedback-page.js +34 -0
  253. package/dist/dashboard/web/feedback-page.js.map +1 -0
  254. package/dist/dashboard/web/groups-page.d.ts.map +1 -1
  255. package/dist/dashboard/web/groups-page.js +7 -2
  256. package/dist/dashboard/web/groups-page.js.map +1 -1
  257. package/dist/dashboard/web/i18n.d.ts.map +1 -1
  258. package/dist/dashboard/web/i18n.js +114 -22
  259. package/dist/dashboard/web/i18n.js.map +1 -1
  260. package/dist/dashboard/web/team-federation-page.d.ts.map +1 -1
  261. package/dist/dashboard/web/team-federation-page.js +26 -2
  262. package/dist/dashboard/web/team-federation-page.js.map +1 -1
  263. package/dist/dashboard/web/team-federation.d.ts +19 -0
  264. package/dist/dashboard/web/team-federation.d.ts.map +1 -1
  265. package/dist/dashboard/web/team-federation.js +3 -0
  266. package/dist/dashboard/web/team-federation.js.map +1 -1
  267. package/dist/dashboard/web/update-action.d.ts +8 -0
  268. package/dist/dashboard/web/update-action.d.ts.map +1 -1
  269. package/dist/dashboard/web/update-action.js +10 -0
  270. package/dist/dashboard/web/update-action.js.map +1 -1
  271. package/dist/dashboard/web/vc-consumer-profiles-section.d.ts.map +1 -1
  272. package/dist/dashboard/web/vc-consumer-profiles-section.js +58 -9
  273. package/dist/dashboard/web/vc-consumer-profiles-section.js.map +1 -1
  274. package/dist/dashboard-web/app.js +1 -1
  275. package/dist/dashboard-web/chunks/bot-defaults-page-4RENHE7J.js +10 -0
  276. package/dist/dashboard-web/chunks/chunk-2WQDS65D.js +1 -0
  277. package/dist/dashboard-web/chunks/{chunk-CU4SUKK3.js → chunk-6O7KXFD2.js} +1 -1
  278. package/dist/dashboard-web/chunks/chunk-G5XGBCM6.js +1 -0
  279. package/dist/dashboard-web/chunks/{chunk-6JTZJRQJ.js → chunk-Q2MT4VWH.js} +15 -15
  280. package/dist/dashboard-web/chunks/{chunk-5QJB24I2.js → chunk-U3ZFSO7E.js} +1 -1
  281. package/dist/dashboard-web/chunks/connectors-page-2KZO5KSJ.js +1 -0
  282. package/dist/dashboard-web/chunks/feedback-page-CLVTOLLO.js +1 -0
  283. package/dist/dashboard-web/chunks/groups-page-HLASRTSY.js +8 -0
  284. package/dist/dashboard-web/chunks/{insights-page-EVGGJI5L.js → insights-page-4RPU2CRU.js} +1 -1
  285. package/dist/dashboard-web/chunks/{monitor-room-HRGR2ENP.js → monitor-room-OTKQ2CXK.js} +1 -1
  286. package/dist/dashboard-web/chunks/monitoring-page-IJPUB6JT.js +2 -0
  287. package/dist/dashboard-web/chunks/office-page-QSR3J44Y.js +1 -0
  288. package/dist/dashboard-web/chunks/overview-page-6OK63V4V.js +1 -0
  289. package/dist/dashboard-web/chunks/roles-page-6NWJMOB5.js +1 -0
  290. package/dist/dashboard-web/chunks/schedules-page-6I3LNXD4.js +1 -0
  291. package/dist/dashboard-web/chunks/{sessions-page-DXBCDWCS.js → sessions-page-B2TXGJDO.js} +1 -1
  292. package/dist/dashboard-web/chunks/settings-page-6KJADSC6.js +2 -0
  293. package/dist/dashboard-web/chunks/{skills-page-2QAVB2SA.js → skills-page-M2Q6L5CB.js} +1 -1
  294. package/dist/dashboard-web/chunks/team-federation-page-7I7FDE3B.js +1 -0
  295. package/dist/dashboard-web/chunks/{v3-page-AY35LKCX.js → v3-page-HQXRL65L.js} +1 -1
  296. package/dist/dashboard-web/chunks/whiteboards-page-LQKC4TAZ.js +1 -0
  297. package/dist/dashboard-web/style.css +35 -0
  298. package/dist/dashboard.js +199 -12
  299. package/dist/dashboard.js.map +1 -1
  300. package/dist/desktop/shared/shell-path-probes.d.ts +1 -1
  301. package/dist/desktop/shared/shell-path-probes.js +2 -2
  302. package/dist/desktop/shared/shell-path-probes.js.map +1 -1
  303. package/dist/dsh-runner.d.ts +3 -0
  304. package/dist/dsh-runner.d.ts.map +1 -0
  305. package/dist/dsh-runner.js +666 -0
  306. package/dist/dsh-runner.js.map +1 -0
  307. package/dist/global-config.d.ts +24 -0
  308. package/dist/global-config.d.ts.map +1 -1
  309. package/dist/global-config.js +35 -0
  310. package/dist/global-config.js.map +1 -1
  311. package/dist/i18n/en.d.ts.map +1 -1
  312. package/dist/i18n/en.js +25 -6
  313. package/dist/i18n/en.js.map +1 -1
  314. package/dist/i18n/zh.d.ts.map +1 -1
  315. package/dist/i18n/zh.js +25 -6
  316. package/dist/i18n/zh.js.map +1 -1
  317. package/dist/im/lark/ask-card.d.ts +3 -1
  318. package/dist/im/lark/ask-card.d.ts.map +1 -1
  319. package/dist/im/lark/ask-card.js +61 -5
  320. package/dist/im/lark/ask-card.js.map +1 -1
  321. package/dist/im/lark/card-builder.d.ts.map +1 -1
  322. package/dist/im/lark/card-builder.js +13 -6
  323. package/dist/im/lark/card-builder.js.map +1 -1
  324. package/dist/im/lark/card-handler.d.ts +2 -1
  325. package/dist/im/lark/card-handler.d.ts.map +1 -1
  326. package/dist/im/lark/card-handler.js +145 -5
  327. package/dist/im/lark/card-handler.js.map +1 -1
  328. package/dist/im/lark/event-dispatcher.d.ts +18 -0
  329. package/dist/im/lark/event-dispatcher.d.ts.map +1 -1
  330. package/dist/im/lark/event-dispatcher.js +36 -9
  331. package/dist/im/lark/event-dispatcher.js.map +1 -1
  332. package/dist/im/lark/md-card.d.ts +18 -0
  333. package/dist/im/lark/md-card.d.ts.map +1 -1
  334. package/dist/im/lark/md-card.js +21 -0
  335. package/dist/im/lark/md-card.js.map +1 -1
  336. package/dist/im/lark/relay-target-routing.d.ts.map +1 -1
  337. package/dist/im/lark/relay-target-routing.js +3 -2
  338. package/dist/im/lark/relay-target-routing.js.map +1 -1
  339. package/dist/im/lark/reply-mode-command.d.ts.map +1 -1
  340. package/dist/im/lark/reply-mode-command.js +19 -8
  341. package/dist/im/lark/reply-mode-command.js.map +1 -1
  342. package/dist/im/lark/skill-feedback-card.d.ts +15 -0
  343. package/dist/im/lark/skill-feedback-card.d.ts.map +1 -0
  344. package/dist/im/lark/skill-feedback-card.js +149 -0
  345. package/dist/im/lark/skill-feedback-card.js.map +1 -0
  346. package/dist/services/bot-config-store.d.ts +10 -1
  347. package/dist/services/bot-config-store.d.ts.map +1 -1
  348. package/dist/services/bot-config-store.js +103 -3
  349. package/dist/services/bot-config-store.js.map +1 -1
  350. package/dist/services/bridge-fallback-gate.d.ts +14 -0
  351. package/dist/services/bridge-fallback-gate.d.ts.map +1 -1
  352. package/dist/services/bridge-fallback-gate.js +15 -0
  353. package/dist/services/bridge-fallback-gate.js.map +1 -1
  354. package/dist/services/codex-reasoning-effort.d.ts +9 -0
  355. package/dist/services/codex-reasoning-effort.d.ts.map +1 -0
  356. package/dist/services/codex-reasoning-effort.js +23 -0
  357. package/dist/services/codex-reasoning-effort.js.map +1 -0
  358. package/dist/services/codex-service-tier.d.ts +1 -1
  359. package/dist/services/codex-service-tier.d.ts.map +1 -1
  360. package/dist/services/codex-transcript.d.ts +9 -0
  361. package/dist/services/codex-transcript.d.ts.map +1 -1
  362. package/dist/services/codex-transcript.js +13 -6
  363. package/dist/services/codex-transcript.js.map +1 -1
  364. package/dist/services/feed-group-tagger.d.ts +15 -0
  365. package/dist/services/feed-group-tagger.d.ts.map +1 -0
  366. package/dist/services/feed-group-tagger.js +348 -0
  367. package/dist/services/feed-group-tagger.js.map +1 -0
  368. package/dist/services/feedback-analytics.d.ts +82 -0
  369. package/dist/services/feedback-analytics.d.ts.map +1 -0
  370. package/dist/services/feedback-analytics.js +95 -0
  371. package/dist/services/feedback-analytics.js.map +1 -0
  372. package/dist/services/feedback-outbox.d.ts +24 -0
  373. package/dist/services/feedback-outbox.d.ts.map +1 -0
  374. package/dist/services/feedback-outbox.js +12 -0
  375. package/dist/services/feedback-outbox.js.map +1 -0
  376. package/dist/services/feedback-policy-resolver.d.ts +56 -0
  377. package/dist/services/feedback-policy-resolver.d.ts.map +1 -0
  378. package/dist/services/feedback-policy-resolver.js +156 -0
  379. package/dist/services/feedback-policy-resolver.js.map +1 -0
  380. package/dist/services/feedback-policy.d.ts +41 -0
  381. package/dist/services/feedback-policy.d.ts.map +1 -0
  382. package/dist/services/feedback-policy.js +102 -0
  383. package/dist/services/feedback-policy.js.map +1 -0
  384. package/dist/services/feedback-webhook-dispatcher.d.ts +76 -0
  385. package/dist/services/feedback-webhook-dispatcher.d.ts.map +1 -0
  386. package/dist/services/feedback-webhook-dispatcher.js +237 -0
  387. package/dist/services/feedback-webhook-dispatcher.js.map +1 -0
  388. package/dist/services/grant-prefs-store.d.ts +3 -0
  389. package/dist/services/grant-prefs-store.d.ts.map +1 -1
  390. package/dist/services/grant-prefs-store.js +30 -1
  391. package/dist/services/grant-prefs-store.js.map +1 -1
  392. package/dist/services/groups-store.d.ts +14 -0
  393. package/dist/services/groups-store.d.ts.map +1 -1
  394. package/dist/services/groups-store.js +23 -0
  395. package/dist/services/groups-store.js.map +1 -1
  396. package/dist/services/local-cli-opener.d.ts +1 -1
  397. package/dist/services/local-cli-opener.d.ts.map +1 -1
  398. package/dist/services/local-cli-opener.js +2 -0
  399. package/dist/services/local-cli-opener.js.map +1 -1
  400. package/dist/services/prompt-context-store.d.ts +29 -0
  401. package/dist/services/prompt-context-store.d.ts.map +1 -0
  402. package/dist/services/prompt-context-store.js +205 -0
  403. package/dist/services/prompt-context-store.js.map +1 -0
  404. package/dist/services/session-group-avatar.d.ts +6 -0
  405. package/dist/services/session-group-avatar.d.ts.map +1 -0
  406. package/dist/services/session-group-avatar.js +96 -0
  407. package/dist/services/session-group-avatar.js.map +1 -0
  408. package/dist/services/session-group-title.d.ts +47 -0
  409. package/dist/services/session-group-title.d.ts.map +1 -0
  410. package/dist/services/session-group-title.js +226 -0
  411. package/dist/services/session-group-title.js.map +1 -0
  412. package/dist/services/session-groups-store.d.ts +30 -0
  413. package/dist/services/session-groups-store.d.ts.map +1 -0
  414. package/dist/services/session-groups-store.js +132 -0
  415. package/dist/services/session-groups-store.js.map +1 -0
  416. package/dist/services/session-store.d.ts +58 -0
  417. package/dist/services/session-store.d.ts.map +1 -1
  418. package/dist/services/session-store.js +174 -0
  419. package/dist/services/session-store.js.map +1 -1
  420. package/dist/services/skill-feedback-store.d.ts +252 -0
  421. package/dist/services/skill-feedback-store.d.ts.map +1 -0
  422. package/dist/services/skill-feedback-store.js +795 -0
  423. package/dist/services/skill-feedback-store.js.map +1 -0
  424. package/dist/services/skill-registry-store.d.ts +23 -0
  425. package/dist/services/skill-registry-store.d.ts.map +1 -1
  426. package/dist/services/skill-registry-store.js +93 -7
  427. package/dist/services/skill-registry-store.js.map +1 -1
  428. package/dist/services/team-store.d.ts +4 -0
  429. package/dist/services/team-store.d.ts.map +1 -1
  430. package/dist/services/team-store.js +16 -0
  431. package/dist/services/team-store.js.map +1 -1
  432. package/dist/services/traex-transcript.d.ts +32 -4
  433. package/dist/services/traex-transcript.d.ts.map +1 -1
  434. package/dist/services/traex-transcript.js +116 -8
  435. package/dist/services/traex-transcript.js.map +1 -1
  436. package/dist/services/trigger-types.d.ts +1 -1
  437. package/dist/services/trigger-types.d.ts.map +1 -1
  438. package/dist/services/trigger-types.js +2 -2
  439. package/dist/services/trigger-types.js.map +1 -1
  440. package/dist/services/turn-completion-events.d.ts +57 -0
  441. package/dist/services/turn-completion-events.d.ts.map +1 -0
  442. package/dist/services/turn-completion-events.js +179 -0
  443. package/dist/services/turn-completion-events.js.map +1 -0
  444. package/dist/services/vc-meeting-consumer-isolation.d.ts +21 -12
  445. package/dist/services/vc-meeting-consumer-isolation.d.ts.map +1 -1
  446. package/dist/services/vc-meeting-consumer-isolation.js +25 -19
  447. package/dist/services/vc-meeting-consumer-isolation.js.map +1 -1
  448. package/dist/services/vc-meeting-consumer-profile-bootstrap.d.ts +8 -2
  449. package/dist/services/vc-meeting-consumer-profile-bootstrap.d.ts.map +1 -1
  450. package/dist/services/vc-meeting-consumer-profile-bootstrap.js +18 -10
  451. package/dist/services/vc-meeting-consumer-profile-bootstrap.js.map +1 -1
  452. package/dist/setup/bot-config-editor.d.ts.map +1 -1
  453. package/dist/setup/bot-config-editor.js +6 -0
  454. package/dist/setup/bot-config-editor.js.map +1 -1
  455. package/dist/setup/cli-availability.d.ts +2 -1
  456. package/dist/setup/cli-availability.d.ts.map +1 -1
  457. package/dist/setup/cli-availability.js +2 -1
  458. package/dist/setup/cli-availability.js.map +1 -1
  459. package/dist/setup/cli-selection.d.ts +8 -0
  460. package/dist/setup/cli-selection.d.ts.map +1 -1
  461. package/dist/setup/cli-selection.js +31 -0
  462. package/dist/setup/cli-selection.js.map +1 -1
  463. package/dist/setup/ensure-fonts.d.ts +5 -0
  464. package/dist/setup/ensure-fonts.d.ts.map +1 -1
  465. package/dist/setup/ensure-fonts.js +26 -1
  466. package/dist/setup/ensure-fonts.js.map +1 -1
  467. package/dist/setup/lark-scopes.json +3 -1
  468. package/dist/setup/open-platform-automation.d.ts +1 -1
  469. package/dist/setup/open-platform-automation.d.ts.map +1 -1
  470. package/dist/setup/open-platform-automation.js +15 -3
  471. package/dist/setup/open-platform-automation.js.map +1 -1
  472. package/dist/skills/definitions.d.ts +1 -1
  473. package/dist/skills/definitions.d.ts.map +1 -1
  474. package/dist/skills/definitions.js +9 -2
  475. package/dist/skills/definitions.js.map +1 -1
  476. package/dist/types.d.ts +10 -4
  477. package/dist/types.d.ts.map +1 -1
  478. package/dist/utils/user-token.d.ts +38 -0
  479. package/dist/utils/user-token.d.ts.map +1 -1
  480. package/dist/utils/user-token.js +76 -1
  481. package/dist/utils/user-token.js.map +1 -1
  482. package/dist/utils/web-terminal-scroll.d.ts +27 -0
  483. package/dist/utils/web-terminal-scroll.d.ts.map +1 -0
  484. package/dist/utils/web-terminal-scroll.js +60 -0
  485. package/dist/utils/web-terminal-scroll.js.map +1 -0
  486. package/dist/vc-agent/polling-source.d.ts +70 -0
  487. package/dist/vc-agent/polling-source.d.ts.map +1 -1
  488. package/dist/vc-agent/polling-source.js +115 -0
  489. package/dist/vc-agent/polling-source.js.map +1 -1
  490. package/dist/worker.js +237 -76
  491. package/dist/worker.js.map +1 -1
  492. package/dist/workflows/definition.d.ts +22 -22
  493. package/dist/workflows/events/payloads.d.ts +8 -8
  494. package/dist/workflows/events/schema.d.ts +20 -20
  495. package/dist/workflows/migration/v2-run-archive-schema.d.ts +20 -20
  496. package/package.json +1 -1
  497. package/dist/dashboard-web/chunks/bot-defaults-page-NQJFJ45Z.js +0 -10
  498. package/dist/dashboard-web/chunks/chunk-KEEYQ3WF.js +0 -1
  499. package/dist/dashboard-web/chunks/connectors-page-HADHZXXZ.js +0 -1
  500. package/dist/dashboard-web/chunks/groups-page-5TYF46RS.js +0 -8
  501. package/dist/dashboard-web/chunks/monitoring-page-LBU7TTTW.js +0 -2
  502. package/dist/dashboard-web/chunks/office-page-DF6RRBMN.js +0 -1
  503. package/dist/dashboard-web/chunks/overview-page-ZB6QH2EX.js +0 -1
  504. package/dist/dashboard-web/chunks/roles-page-ZBZGHIIF.js +0 -1
  505. package/dist/dashboard-web/chunks/schedules-page-NQVQC3QY.js +0 -1
  506. package/dist/dashboard-web/chunks/settings-page-E7NN4NVQ.js +0 -2
  507. package/dist/dashboard-web/chunks/team-federation-page-VGWL53AE.js +0 -1
  508. package/dist/dashboard-web/chunks/whiteboards-page-BNWUU4KG.js +0 -1
@@ -25,14 +25,14 @@ export declare const ParamDefSchema: z.ZodObject<{
25
25
  }, "strip", z.ZodTypeAny, {
26
26
  type: "string" | "number" | "boolean" | "object" | "array";
27
27
  default?: unknown;
28
- description?: string | undefined;
29
28
  required?: boolean | undefined;
29
+ description?: string | undefined;
30
30
  format?: string | undefined;
31
31
  }, {
32
32
  type: "string" | "number" | "boolean" | "object" | "array";
33
33
  default?: unknown;
34
- description?: string | undefined;
35
34
  required?: boolean | undefined;
35
+ description?: string | undefined;
36
36
  format?: string | undefined;
37
37
  }>;
38
38
  export type ParamDef = z.infer<typeof ParamDefSchema>;
@@ -226,8 +226,8 @@ export declare const SubagentNodeSchema: z.ZodObject<{
226
226
  bot: string;
227
227
  type: "subagent";
228
228
  workingDir?: string | undefined;
229
- description?: string | undefined;
230
229
  timeoutMs?: number | undefined;
230
+ description?: string | undefined;
231
231
  depends?: string[] | undefined;
232
232
  humanGate?: {
233
233
  stage: "before";
@@ -263,8 +263,8 @@ export declare const SubagentNodeSchema: z.ZodObject<{
263
263
  bot: string;
264
264
  type: "subagent";
265
265
  workingDir?: string | undefined;
266
- description?: string | undefined;
267
266
  timeoutMs?: number | undefined;
267
+ description?: string | undefined;
268
268
  depends?: string[] | undefined;
269
269
  humanGate?: {
270
270
  stage: "before";
@@ -367,8 +367,8 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
367
367
  }, "strip", z.ZodTypeAny, {
368
368
  type: "hostExecutor";
369
369
  executor: string;
370
- description?: string | undefined;
371
370
  timeoutMs?: number | undefined;
371
+ description?: string | undefined;
372
372
  input?: unknown;
373
373
  depends?: string[] | undefined;
374
374
  humanGate?: {
@@ -393,8 +393,8 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
393
393
  }, {
394
394
  type: "hostExecutor";
395
395
  executor: string;
396
- description?: string | undefined;
397
396
  timeoutMs?: number | undefined;
397
+ description?: string | undefined;
398
398
  input?: unknown;
399
399
  depends?: string[] | undefined;
400
400
  humanGate?: {
@@ -654,8 +654,8 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
654
654
  bot: string;
655
655
  type: "subagent";
656
656
  workingDir?: string | undefined;
657
- description?: string | undefined;
658
657
  timeoutMs?: number | undefined;
658
+ description?: string | undefined;
659
659
  depends?: string[] | undefined;
660
660
  humanGate?: {
661
661
  stage: "before";
@@ -691,8 +691,8 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
691
691
  bot: string;
692
692
  type: "subagent";
693
693
  workingDir?: string | undefined;
694
- description?: string | undefined;
695
694
  timeoutMs?: number | undefined;
695
+ description?: string | undefined;
696
696
  depends?: string[] | undefined;
697
697
  humanGate?: {
698
698
  stage: "before";
@@ -793,8 +793,8 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
793
793
  }, "strip", z.ZodTypeAny, {
794
794
  type: "hostExecutor";
795
795
  executor: string;
796
- description?: string | undefined;
797
796
  timeoutMs?: number | undefined;
797
+ description?: string | undefined;
798
798
  input?: unknown;
799
799
  depends?: string[] | undefined;
800
800
  humanGate?: {
@@ -819,8 +819,8 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
819
819
  }, {
820
820
  type: "hostExecutor";
821
821
  executor: string;
822
- description?: string | undefined;
823
822
  timeoutMs?: number | undefined;
823
+ description?: string | undefined;
824
824
  input?: unknown;
825
825
  depends?: string[] | undefined;
826
826
  humanGate?: {
@@ -971,14 +971,14 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
971
971
  }, "strip", z.ZodTypeAny, {
972
972
  type: "string" | "number" | "boolean" | "object" | "array";
973
973
  default?: unknown;
974
- description?: string | undefined;
975
974
  required?: boolean | undefined;
975
+ description?: string | undefined;
976
976
  format?: string | undefined;
977
977
  }, {
978
978
  type: "string" | "number" | "boolean" | "object" | "array";
979
979
  default?: unknown;
980
- description?: string | undefined;
981
980
  required?: boolean | undefined;
981
+ description?: string | undefined;
982
982
  format?: string | undefined;
983
983
  }>>>;
984
984
  defaults: z.ZodOptional<z.ZodObject<{
@@ -1140,8 +1140,8 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1140
1140
  bot: string;
1141
1141
  type: "subagent";
1142
1142
  workingDir?: string | undefined;
1143
- description?: string | undefined;
1144
1143
  timeoutMs?: number | undefined;
1144
+ description?: string | undefined;
1145
1145
  depends?: string[] | undefined;
1146
1146
  humanGate?: {
1147
1147
  stage: "before";
@@ -1177,8 +1177,8 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1177
1177
  bot: string;
1178
1178
  type: "subagent";
1179
1179
  workingDir?: string | undefined;
1180
- description?: string | undefined;
1181
1180
  timeoutMs?: number | undefined;
1181
+ description?: string | undefined;
1182
1182
  depends?: string[] | undefined;
1183
1183
  humanGate?: {
1184
1184
  stage: "before";
@@ -1279,8 +1279,8 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1279
1279
  }, "strip", z.ZodTypeAny, {
1280
1280
  type: "hostExecutor";
1281
1281
  executor: string;
1282
- description?: string | undefined;
1283
1282
  timeoutMs?: number | undefined;
1283
+ description?: string | undefined;
1284
1284
  input?: unknown;
1285
1285
  depends?: string[] | undefined;
1286
1286
  humanGate?: {
@@ -1305,8 +1305,8 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1305
1305
  }, {
1306
1306
  type: "hostExecutor";
1307
1307
  executor: string;
1308
- description?: string | undefined;
1309
1308
  timeoutMs?: number | undefined;
1309
+ description?: string | undefined;
1310
1310
  input?: unknown;
1311
1311
  depends?: string[] | undefined;
1312
1312
  humanGate?: {
@@ -1446,8 +1446,8 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1446
1446
  bot: string;
1447
1447
  type: "subagent";
1448
1448
  workingDir?: string | undefined;
1449
- description?: string | undefined;
1450
1449
  timeoutMs?: number | undefined;
1450
+ description?: string | undefined;
1451
1451
  depends?: string[] | undefined;
1452
1452
  humanGate?: {
1453
1453
  stage: "before";
@@ -1479,8 +1479,8 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1479
1479
  } | {
1480
1480
  type: "hostExecutor";
1481
1481
  executor: string;
1482
- description?: string | undefined;
1483
1482
  timeoutMs?: number | undefined;
1483
+ description?: string | undefined;
1484
1484
  input?: unknown;
1485
1485
  depends?: string[] | undefined;
1486
1486
  humanGate?: {
@@ -1533,8 +1533,8 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1533
1533
  params?: Record<string, {
1534
1534
  type: "string" | "number" | "boolean" | "object" | "array";
1535
1535
  default?: unknown;
1536
- description?: string | undefined;
1537
1536
  required?: boolean | undefined;
1537
+ description?: string | undefined;
1538
1538
  format?: string | undefined;
1539
1539
  }> | undefined;
1540
1540
  defaults?: {
@@ -1558,8 +1558,8 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1558
1558
  bot: string;
1559
1559
  type: "subagent";
1560
1560
  workingDir?: string | undefined;
1561
- description?: string | undefined;
1562
1561
  timeoutMs?: number | undefined;
1562
+ description?: string | undefined;
1563
1563
  depends?: string[] | undefined;
1564
1564
  humanGate?: {
1565
1565
  stage: "before";
@@ -1591,8 +1591,8 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1591
1591
  } | {
1592
1592
  type: "hostExecutor";
1593
1593
  executor: string;
1594
- description?: string | undefined;
1595
1594
  timeoutMs?: number | undefined;
1595
+ description?: string | undefined;
1596
1596
  input?: unknown;
1597
1597
  depends?: string[] | undefined;
1598
1598
  humanGate?: {
@@ -1645,8 +1645,8 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1645
1645
  params?: Record<string, {
1646
1646
  type: "string" | "number" | "boolean" | "object" | "array";
1647
1647
  default?: unknown;
1648
- description?: string | undefined;
1649
1648
  required?: boolean | undefined;
1649
+ description?: string | undefined;
1650
1650
  format?: string | undefined;
1651
1651
  }> | undefined;
1652
1652
  defaults?: {
@@ -125,7 +125,6 @@ export declare const BotSnapshotSchema: z.ZodObject<{
125
125
  displayName?: string | undefined;
126
126
  cliPathOverride?: string | undefined;
127
127
  larkAppId?: string | undefined;
128
- workingDir?: string | undefined;
129
128
  cliId?: string | undefined;
130
129
  sandbox?: boolean | undefined;
131
130
  sandboxPaths?: {
@@ -136,11 +135,11 @@ export declare const BotSnapshotSchema: z.ZodObject<{
136
135
  sandboxHidePaths?: string[] | undefined;
137
136
  sandboxReadonlyPaths?: string[] | undefined;
138
137
  sandboxNetwork?: boolean | undefined;
138
+ workingDir?: string | undefined;
139
139
  }, {
140
140
  displayName?: string | undefined;
141
141
  cliPathOverride?: string | undefined;
142
142
  larkAppId?: string | undefined;
143
- workingDir?: string | undefined;
144
143
  cliId?: string | undefined;
145
144
  sandbox?: boolean | undefined;
146
145
  sandboxPaths?: {
@@ -151,6 +150,7 @@ export declare const BotSnapshotSchema: z.ZodObject<{
151
150
  sandboxHidePaths?: string[] | undefined;
152
151
  sandboxReadonlyPaths?: string[] | undefined;
153
152
  sandboxNetwork?: boolean | undefined;
153
+ workingDir?: string | undefined;
154
154
  }>;
155
155
  export type BotSnapshot = z.infer<typeof BotSnapshotSchema>;
156
156
  export declare const RunCreatedPayload: z.ZodObject<{
@@ -203,7 +203,6 @@ export declare const RunCreatedPayload: z.ZodObject<{
203
203
  displayName?: string | undefined;
204
204
  cliPathOverride?: string | undefined;
205
205
  larkAppId?: string | undefined;
206
- workingDir?: string | undefined;
207
206
  cliId?: string | undefined;
208
207
  sandbox?: boolean | undefined;
209
208
  sandboxPaths?: {
@@ -214,11 +213,11 @@ export declare const RunCreatedPayload: z.ZodObject<{
214
213
  sandboxHidePaths?: string[] | undefined;
215
214
  sandboxReadonlyPaths?: string[] | undefined;
216
215
  sandboxNetwork?: boolean | undefined;
216
+ workingDir?: string | undefined;
217
217
  }, {
218
218
  displayName?: string | undefined;
219
219
  cliPathOverride?: string | undefined;
220
220
  larkAppId?: string | undefined;
221
- workingDir?: string | undefined;
222
221
  cliId?: string | undefined;
223
222
  sandbox?: boolean | undefined;
224
223
  sandboxPaths?: {
@@ -229,6 +228,7 @@ export declare const RunCreatedPayload: z.ZodObject<{
229
228
  sandboxHidePaths?: string[] | undefined;
230
229
  sandboxReadonlyPaths?: string[] | undefined;
231
230
  sandboxNetwork?: boolean | undefined;
231
+ workingDir?: string | undefined;
232
232
  }>>>;
233
233
  }, "strip", z.ZodTypeAny, {
234
234
  workflowId: string;
@@ -245,7 +245,6 @@ export declare const RunCreatedPayload: z.ZodObject<{
245
245
  displayName?: string | undefined;
246
246
  cliPathOverride?: string | undefined;
247
247
  larkAppId?: string | undefined;
248
- workingDir?: string | undefined;
249
248
  cliId?: string | undefined;
250
249
  sandbox?: boolean | undefined;
251
250
  sandboxPaths?: {
@@ -256,6 +255,7 @@ export declare const RunCreatedPayload: z.ZodObject<{
256
255
  sandboxHidePaths?: string[] | undefined;
257
256
  sandboxReadonlyPaths?: string[] | undefined;
258
257
  sandboxNetwork?: boolean | undefined;
258
+ workingDir?: string | undefined;
259
259
  }> | undefined;
260
260
  }, {
261
261
  workflowId: string;
@@ -272,7 +272,6 @@ export declare const RunCreatedPayload: z.ZodObject<{
272
272
  displayName?: string | undefined;
273
273
  cliPathOverride?: string | undefined;
274
274
  larkAppId?: string | undefined;
275
- workingDir?: string | undefined;
276
275
  cliId?: string | undefined;
277
276
  sandbox?: boolean | undefined;
278
277
  sandboxPaths?: {
@@ -283,6 +282,7 @@ export declare const RunCreatedPayload: z.ZodObject<{
283
282
  sandboxHidePaths?: string[] | undefined;
284
283
  sandboxReadonlyPaths?: string[] | undefined;
285
284
  sandboxNetwork?: boolean | undefined;
285
+ workingDir?: string | undefined;
286
286
  }> | undefined;
287
287
  }>;
288
288
  export declare const RunStartedPayload: z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>;
@@ -490,8 +490,8 @@ export declare const LoopIterationFinishedPayload: z.ZodObject<{
490
490
  by: string;
491
491
  decisionActivityId: string;
492
492
  waitResolvedEventId: string;
493
- timedOut?: boolean | undefined;
494
493
  comment?: string | undefined;
494
+ timedOut?: boolean | undefined;
495
495
  }, {
496
496
  loopId: string;
497
497
  iteration: number;
@@ -499,8 +499,8 @@ export declare const LoopIterationFinishedPayload: z.ZodObject<{
499
499
  by: string;
500
500
  decisionActivityId: string;
501
501
  waitResolvedEventId: string;
502
- timedOut?: boolean | undefined;
503
502
  comment?: string | undefined;
503
+ timedOut?: boolean | undefined;
504
504
  }>;
505
505
  export declare const LoopFinishedPayload: z.ZodObject<{
506
506
  loopId: z.ZodString;
@@ -68,7 +68,6 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
68
68
  displayName?: string | undefined;
69
69
  cliPathOverride?: string | undefined;
70
70
  larkAppId?: string | undefined;
71
- workingDir?: string | undefined;
72
71
  cliId?: string | undefined;
73
72
  sandbox?: boolean | undefined;
74
73
  sandboxPaths?: {
@@ -79,11 +78,11 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
79
78
  sandboxHidePaths?: string[] | undefined;
80
79
  sandboxReadonlyPaths?: string[] | undefined;
81
80
  sandboxNetwork?: boolean | undefined;
81
+ workingDir?: string | undefined;
82
82
  }, {
83
83
  displayName?: string | undefined;
84
84
  cliPathOverride?: string | undefined;
85
85
  larkAppId?: string | undefined;
86
- workingDir?: string | undefined;
87
86
  cliId?: string | undefined;
88
87
  sandbox?: boolean | undefined;
89
88
  sandboxPaths?: {
@@ -94,6 +93,7 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
94
93
  sandboxHidePaths?: string[] | undefined;
95
94
  sandboxReadonlyPaths?: string[] | undefined;
96
95
  sandboxNetwork?: boolean | undefined;
96
+ workingDir?: string | undefined;
97
97
  }>>>;
98
98
  }, "strip", z.ZodTypeAny, {
99
99
  workflowId: string;
@@ -110,7 +110,6 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
110
110
  displayName?: string | undefined;
111
111
  cliPathOverride?: string | undefined;
112
112
  larkAppId?: string | undefined;
113
- workingDir?: string | undefined;
114
113
  cliId?: string | undefined;
115
114
  sandbox?: boolean | undefined;
116
115
  sandboxPaths?: {
@@ -121,6 +120,7 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
121
120
  sandboxHidePaths?: string[] | undefined;
122
121
  sandboxReadonlyPaths?: string[] | undefined;
123
122
  sandboxNetwork?: boolean | undefined;
123
+ workingDir?: string | undefined;
124
124
  }> | undefined;
125
125
  }, {
126
126
  workflowId: string;
@@ -137,7 +137,6 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
137
137
  displayName?: string | undefined;
138
138
  cliPathOverride?: string | undefined;
139
139
  larkAppId?: string | undefined;
140
- workingDir?: string | undefined;
141
140
  cliId?: string | undefined;
142
141
  sandbox?: boolean | undefined;
143
142
  sandboxPaths?: {
@@ -148,6 +147,7 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
148
147
  sandboxHidePaths?: string[] | undefined;
149
148
  sandboxReadonlyPaths?: string[] | undefined;
150
149
  sandboxNetwork?: boolean | undefined;
150
+ workingDir?: string | undefined;
151
151
  }> | undefined;
152
152
  }>, z.ZodObject<{
153
153
  ref: z.ZodString;
@@ -184,7 +184,6 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
184
184
  displayName?: string | undefined;
185
185
  cliPathOverride?: string | undefined;
186
186
  larkAppId?: string | undefined;
187
- workingDir?: string | undefined;
188
187
  cliId?: string | undefined;
189
188
  sandbox?: boolean | undefined;
190
189
  sandboxPaths?: {
@@ -195,6 +194,7 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
195
194
  sandboxHidePaths?: string[] | undefined;
196
195
  sandboxReadonlyPaths?: string[] | undefined;
197
196
  sandboxNetwork?: boolean | undefined;
197
+ workingDir?: string | undefined;
198
198
  }> | undefined;
199
199
  } | {
200
200
  ref: string;
@@ -224,7 +224,6 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
224
224
  displayName?: string | undefined;
225
225
  cliPathOverride?: string | undefined;
226
226
  larkAppId?: string | undefined;
227
- workingDir?: string | undefined;
228
227
  cliId?: string | undefined;
229
228
  sandbox?: boolean | undefined;
230
229
  sandboxPaths?: {
@@ -235,6 +234,7 @@ export declare const RunCreatedEventSchema: z.ZodObject<{
235
234
  sandboxHidePaths?: string[] | undefined;
236
235
  sandboxReadonlyPaths?: string[] | undefined;
237
236
  sandboxNetwork?: boolean | undefined;
237
+ workingDir?: string | undefined;
238
238
  }> | undefined;
239
239
  } | {
240
240
  ref: string;
@@ -1269,8 +1269,8 @@ export declare const LoopIterationFinishedEventSchema: z.ZodObject<{
1269
1269
  by: string;
1270
1270
  decisionActivityId: string;
1271
1271
  waitResolvedEventId: string;
1272
- timedOut?: boolean | undefined;
1273
1272
  comment?: string | undefined;
1273
+ timedOut?: boolean | undefined;
1274
1274
  }, {
1275
1275
  loopId: string;
1276
1276
  iteration: number;
@@ -1278,8 +1278,8 @@ export declare const LoopIterationFinishedEventSchema: z.ZodObject<{
1278
1278
  by: string;
1279
1279
  decisionActivityId: string;
1280
1280
  waitResolvedEventId: string;
1281
- timedOut?: boolean | undefined;
1282
1281
  comment?: string | undefined;
1282
+ timedOut?: boolean | undefined;
1283
1283
  }>, z.ZodObject<{
1284
1284
  ref: z.ZodString;
1285
1285
  bytes: z.ZodNumber;
@@ -1307,8 +1307,8 @@ export declare const LoopIterationFinishedEventSchema: z.ZodObject<{
1307
1307
  by: string;
1308
1308
  decisionActivityId: string;
1309
1309
  waitResolvedEventId: string;
1310
- timedOut?: boolean | undefined;
1311
1310
  comment?: string | undefined;
1311
+ timedOut?: boolean | undefined;
1312
1312
  } | {
1313
1313
  ref: string;
1314
1314
  schemaVersion: number;
@@ -1329,8 +1329,8 @@ export declare const LoopIterationFinishedEventSchema: z.ZodObject<{
1329
1329
  by: string;
1330
1330
  decisionActivityId: string;
1331
1331
  waitResolvedEventId: string;
1332
- timedOut?: boolean | undefined;
1333
1332
  comment?: string | undefined;
1333
+ timedOut?: boolean | undefined;
1334
1334
  } | {
1335
1335
  ref: string;
1336
1336
  schemaVersion: number;
@@ -3083,7 +3083,6 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3083
3083
  displayName?: string | undefined;
3084
3084
  cliPathOverride?: string | undefined;
3085
3085
  larkAppId?: string | undefined;
3086
- workingDir?: string | undefined;
3087
3086
  cliId?: string | undefined;
3088
3087
  sandbox?: boolean | undefined;
3089
3088
  sandboxPaths?: {
@@ -3094,11 +3093,11 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3094
3093
  sandboxHidePaths?: string[] | undefined;
3095
3094
  sandboxReadonlyPaths?: string[] | undefined;
3096
3095
  sandboxNetwork?: boolean | undefined;
3096
+ workingDir?: string | undefined;
3097
3097
  }, {
3098
3098
  displayName?: string | undefined;
3099
3099
  cliPathOverride?: string | undefined;
3100
3100
  larkAppId?: string | undefined;
3101
- workingDir?: string | undefined;
3102
3101
  cliId?: string | undefined;
3103
3102
  sandbox?: boolean | undefined;
3104
3103
  sandboxPaths?: {
@@ -3109,6 +3108,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3109
3108
  sandboxHidePaths?: string[] | undefined;
3110
3109
  sandboxReadonlyPaths?: string[] | undefined;
3111
3110
  sandboxNetwork?: boolean | undefined;
3111
+ workingDir?: string | undefined;
3112
3112
  }>>>;
3113
3113
  }, "strip", z.ZodTypeAny, {
3114
3114
  workflowId: string;
@@ -3125,7 +3125,6 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3125
3125
  displayName?: string | undefined;
3126
3126
  cliPathOverride?: string | undefined;
3127
3127
  larkAppId?: string | undefined;
3128
- workingDir?: string | undefined;
3129
3128
  cliId?: string | undefined;
3130
3129
  sandbox?: boolean | undefined;
3131
3130
  sandboxPaths?: {
@@ -3136,6 +3135,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3136
3135
  sandboxHidePaths?: string[] | undefined;
3137
3136
  sandboxReadonlyPaths?: string[] | undefined;
3138
3137
  sandboxNetwork?: boolean | undefined;
3138
+ workingDir?: string | undefined;
3139
3139
  }> | undefined;
3140
3140
  }, {
3141
3141
  workflowId: string;
@@ -3152,7 +3152,6 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3152
3152
  displayName?: string | undefined;
3153
3153
  cliPathOverride?: string | undefined;
3154
3154
  larkAppId?: string | undefined;
3155
- workingDir?: string | undefined;
3156
3155
  cliId?: string | undefined;
3157
3156
  sandbox?: boolean | undefined;
3158
3157
  sandboxPaths?: {
@@ -3163,6 +3162,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3163
3162
  sandboxHidePaths?: string[] | undefined;
3164
3163
  sandboxReadonlyPaths?: string[] | undefined;
3165
3164
  sandboxNetwork?: boolean | undefined;
3165
+ workingDir?: string | undefined;
3166
3166
  }> | undefined;
3167
3167
  }>, z.ZodObject<{
3168
3168
  ref: z.ZodString;
@@ -3199,7 +3199,6 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3199
3199
  displayName?: string | undefined;
3200
3200
  cliPathOverride?: string | undefined;
3201
3201
  larkAppId?: string | undefined;
3202
- workingDir?: string | undefined;
3203
3202
  cliId?: string | undefined;
3204
3203
  sandbox?: boolean | undefined;
3205
3204
  sandboxPaths?: {
@@ -3210,6 +3209,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3210
3209
  sandboxHidePaths?: string[] | undefined;
3211
3210
  sandboxReadonlyPaths?: string[] | undefined;
3212
3211
  sandboxNetwork?: boolean | undefined;
3212
+ workingDir?: string | undefined;
3213
3213
  }> | undefined;
3214
3214
  } | {
3215
3215
  ref: string;
@@ -3239,7 +3239,6 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3239
3239
  displayName?: string | undefined;
3240
3240
  cliPathOverride?: string | undefined;
3241
3241
  larkAppId?: string | undefined;
3242
- workingDir?: string | undefined;
3243
3242
  cliId?: string | undefined;
3244
3243
  sandbox?: boolean | undefined;
3245
3244
  sandboxPaths?: {
@@ -3250,6 +3249,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3250
3249
  sandboxHidePaths?: string[] | undefined;
3251
3250
  sandboxReadonlyPaths?: string[] | undefined;
3252
3251
  sandboxNetwork?: boolean | undefined;
3252
+ workingDir?: string | undefined;
3253
3253
  }> | undefined;
3254
3254
  } | {
3255
3255
  ref: string;
@@ -4268,8 +4268,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4268
4268
  by: string;
4269
4269
  decisionActivityId: string;
4270
4270
  waitResolvedEventId: string;
4271
- timedOut?: boolean | undefined;
4272
4271
  comment?: string | undefined;
4272
+ timedOut?: boolean | undefined;
4273
4273
  }, {
4274
4274
  loopId: string;
4275
4275
  iteration: number;
@@ -4277,8 +4277,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4277
4277
  by: string;
4278
4278
  decisionActivityId: string;
4279
4279
  waitResolvedEventId: string;
4280
- timedOut?: boolean | undefined;
4281
4280
  comment?: string | undefined;
4281
+ timedOut?: boolean | undefined;
4282
4282
  }>, z.ZodObject<{
4283
4283
  ref: z.ZodString;
4284
4284
  bytes: z.ZodNumber;
@@ -4306,8 +4306,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4306
4306
  by: string;
4307
4307
  decisionActivityId: string;
4308
4308
  waitResolvedEventId: string;
4309
- timedOut?: boolean | undefined;
4310
4309
  comment?: string | undefined;
4310
+ timedOut?: boolean | undefined;
4311
4311
  } | {
4312
4312
  ref: string;
4313
4313
  schemaVersion: number;
@@ -4328,8 +4328,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4328
4328
  by: string;
4329
4329
  decisionActivityId: string;
4330
4330
  waitResolvedEventId: string;
4331
- timedOut?: boolean | undefined;
4332
4331
  comment?: string | undefined;
4332
+ timedOut?: boolean | undefined;
4333
4333
  } | {
4334
4334
  ref: string;
4335
4335
  schemaVersion: number;