@bastani/atomic 0.9.19-alpha.1 → 0.9.19-alpha.11

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 (876) hide show
  1. package/CHANGELOG.md +206 -0
  2. package/README.md +2 -2
  3. package/dist/builtin/intercom/CHANGELOG.md +51 -0
  4. package/dist/builtin/intercom/README.md +28 -18
  5. package/dist/builtin/intercom/broker/broker.ts +81 -9
  6. package/dist/builtin/intercom/broker/client.ts +45 -1
  7. package/dist/builtin/intercom/broker/framing.ts +5 -2
  8. package/dist/builtin/intercom/broker/group-membership.ts +4 -2
  9. package/dist/builtin/intercom/broker/presence-handler.ts +14 -0
  10. package/dist/builtin/intercom/broker/send-handler.ts +61 -6
  11. package/dist/builtin/intercom/broker/terminal-questions.ts +29 -0
  12. package/dist/builtin/intercom/index.bundle.mjs +1120 -783
  13. package/dist/builtin/intercom/package.json +2 -2
  14. package/dist/builtin/intercom/recipient-purpose.ts +9 -0
  15. package/dist/builtin/intercom/recoverable-disconnect.ts +2 -3
  16. package/dist/builtin/intercom/retry-policy.ts +4 -2
  17. package/dist/builtin/intercom/skills/intercom/SKILL.md +8 -7
  18. package/dist/builtin/intercom/types.ts +18 -3
  19. package/dist/builtin/mcp/CHANGELOG.md +6 -0
  20. package/dist/builtin/mcp/README.md +2 -0
  21. package/dist/builtin/mcp/index.bundle.mjs +2201 -12000
  22. package/dist/builtin/mcp/package.json +2 -2
  23. package/dist/builtin/subagents/CHANGELOG.md +57 -0
  24. package/dist/builtin/subagents/README.md +46 -23
  25. package/dist/builtin/subagents/agents/code-simplifier.md +1 -1
  26. package/dist/builtin/subagents/agents/codebase-analyzer.md +1 -1
  27. package/dist/builtin/subagents/agents/codebase-locator.md +2 -2
  28. package/dist/builtin/subagents/agents/codebase-online-researcher.md +8 -8
  29. package/dist/builtin/subagents/agents/codebase-pattern-finder.md +2 -2
  30. package/dist/builtin/subagents/agents/codebase-research-analyzer.md +1 -1
  31. package/dist/builtin/subagents/agents/codebase-research-locator.md +2 -2
  32. package/dist/builtin/subagents/agents/debugger.md +2 -2
  33. package/dist/builtin/subagents/agents/worker.md +1 -1
  34. package/dist/builtin/subagents/package.json +2 -2
  35. package/dist/builtin/subagents/skills/herdr/LICENSE +201 -0
  36. package/dist/builtin/subagents/skills/herdr/SKILL.md +202 -0
  37. package/dist/builtin/subagents/skills/subagent/SKILL.md +41 -35
  38. package/dist/builtin/subagents/skills/tmux/SKILL.md +1 -1
  39. package/dist/builtin/subagents/src/extension/index.bundle.mjs +1414 -656
  40. package/dist/builtin/web-access/CHANGELOG.md +19 -0
  41. package/dist/builtin/web-access/README.md +31 -24
  42. package/dist/builtin/web-access/index.bundle.mjs +42723 -26674
  43. package/dist/builtin/web-access/package.json +3 -2
  44. package/dist/builtin/workflows/CHANGELOG.md +127 -0
  45. package/dist/builtin/workflows/README.md +15 -16
  46. package/dist/builtin/workflows/builtin/adversarial-verification.js +5 -7
  47. package/dist/builtin/workflows/builtin/{chunk-hqpe2cyx.js → chunk-1jth021m.js} +85 -85
  48. package/dist/builtin/workflows/builtin/{chunk-7430zyas.js → chunk-2377r57g.js} +5 -3
  49. package/dist/builtin/workflows/builtin/{chunk-79fjkcvh.js → chunk-31j2gs7h.js} +18 -18
  50. package/dist/builtin/workflows/builtin/{chunk-wgccch41.js → chunk-6w6cvk6b.js} +16 -16
  51. package/dist/builtin/workflows/builtin/{chunk-zbekjqew.js → chunk-a2kdsqn8.js} +4 -4
  52. package/dist/builtin/workflows/builtin/{chunk-ze5x3d1r.js → chunk-fg9esgkj.js} +7 -7
  53. package/dist/builtin/workflows/builtin/{chunk-n8h4yyew.js → chunk-g0csgs7w.js} +11 -11
  54. package/dist/builtin/workflows/builtin/{chunk-b0v2xab1.js → chunk-ngkqkzej.js} +221 -23
  55. package/dist/builtin/workflows/builtin/{chunk-ed4jfn5t.js → chunk-nkrafh9s.js} +61 -61
  56. package/dist/builtin/workflows/builtin/{chunk-reqr3sr3.js → chunk-wf741bv3.js} +22 -22
  57. package/dist/builtin/workflows/builtin/{chunk-42s7sw0b.js → chunk-yeee2jrc.js} +19 -19
  58. package/dist/builtin/workflows/builtin/{chunk-6fqs7c01.js → chunk-z0d03ktm.js} +1 -1
  59. package/dist/builtin/workflows/builtin/{chunk-k3w87x8y.js → chunk-z29qbehr.js} +10 -10
  60. package/dist/builtin/workflows/builtin/classify-and-act.js +5 -6
  61. package/dist/builtin/workflows/builtin/fan-out-and-synthesize.js +3 -4
  62. package/dist/builtin/workflows/builtin/generate-and-filter.js +5 -6
  63. package/dist/builtin/workflows/builtin/goal.js +7 -8
  64. package/dist/builtin/workflows/builtin/index.js +20 -22
  65. package/dist/builtin/workflows/builtin/loop-until-done.js +5 -6
  66. package/dist/builtin/workflows/builtin/open-claude-design.js +3 -3
  67. package/dist/builtin/workflows/builtin/ralph.js +7 -8
  68. package/dist/builtin/workflows/builtin/steering-context.js +3 -3
  69. package/dist/builtin/workflows/builtin/tournament.js +5 -7
  70. package/dist/builtin/workflows/package.json +6 -6
  71. package/dist/builtin/workflows/src/extension/index.bundle.mjs +27782 -26348
  72. package/dist/builtin/workflows/src/index.js +1103 -515
  73. package/dist/builtin/workflows/src/shared/authoring-contract-stage.d.ts +4 -1
  74. package/dist/builtin/workflows/src/shared/authoring-contract-ui.d.ts +1 -1
  75. package/dist/cli/config-selector.js.map +1 -1
  76. package/dist/cli/startup-ui.d.ts +1 -1
  77. package/dist/cli/startup-ui.js.map +1 -1
  78. package/dist/core/agent-session-auto-compaction.d.ts.map +1 -1
  79. package/dist/core/agent-session-auto-compaction.js +6 -5
  80. package/dist/core/agent-session-auto-compaction.js.map +1 -1
  81. package/dist/core/agent-session-bash.d.ts +1 -1
  82. package/dist/core/agent-session-bash.d.ts.map +1 -1
  83. package/dist/core/agent-session-bash.js +5 -1
  84. package/dist/core/agent-session-bash.js.map +1 -1
  85. package/dist/core/agent-session-compaction.d.ts +1 -1
  86. package/dist/core/agent-session-compaction.js +1 -1
  87. package/dist/core/agent-session-compaction.js.map +1 -1
  88. package/dist/core/agent-session-custom-message-commit.d.ts +1 -1
  89. package/dist/core/agent-session-custom-message-commit.d.ts.map +1 -1
  90. package/dist/core/agent-session-custom-message-commit.js +33 -2
  91. package/dist/core/agent-session-custom-message-commit.js.map +1 -1
  92. package/dist/core/agent-session-delivery-forwarding.d.ts +1 -1
  93. package/dist/core/agent-session-delivery-forwarding.js.map +1 -1
  94. package/dist/core/agent-session-events.d.ts.map +1 -1
  95. package/dist/core/agent-session-events.js +5 -0
  96. package/dist/core/agent-session-events.js.map +1 -1
  97. package/dist/core/agent-session-export.d.ts +1 -1
  98. package/dist/core/agent-session-export.js.map +1 -1
  99. package/dist/core/agent-session-extension-bindings.d.ts +8 -1
  100. package/dist/core/agent-session-extension-bindings.d.ts.map +1 -1
  101. package/dist/core/agent-session-extension-bindings.js +45 -3
  102. package/dist/core/agent-session-extension-bindings.js.map +1 -1
  103. package/dist/core/agent-session-message-queue.d.ts +2 -2
  104. package/dist/core/agent-session-message-queue.d.ts.map +1 -1
  105. package/dist/core/agent-session-message-queue.js +22 -8
  106. package/dist/core/agent-session-message-queue.js.map +1 -1
  107. package/dist/core/agent-session-methods.d.ts +21 -8
  108. package/dist/core/agent-session-methods.d.ts.map +1 -1
  109. package/dist/core/agent-session-methods.js.map +1 -1
  110. package/dist/core/agent-session-persistent-custom-messages.d.ts +1 -1
  111. package/dist/core/agent-session-persistent-custom-messages.d.ts.map +1 -1
  112. package/dist/core/agent-session-persistent-custom-messages.js +13 -3
  113. package/dist/core/agent-session-persistent-custom-messages.js.map +1 -1
  114. package/dist/core/agent-session-post-tool-compaction.js +1 -1
  115. package/dist/core/agent-session-post-tool-compaction.js.map +1 -1
  116. package/dist/core/agent-session-prompt.d.ts +2 -2
  117. package/dist/core/agent-session-prompt.d.ts.map +1 -1
  118. package/dist/core/agent-session-prompt.js +105 -18
  119. package/dist/core/agent-session-prompt.js.map +1 -1
  120. package/dist/core/agent-session-queue-pause.d.ts.map +1 -1
  121. package/dist/core/agent-session-queue-pause.js +11 -0
  122. package/dist/core/agent-session-queue-pause.js.map +1 -1
  123. package/dist/core/agent-session-runtime-auth.d.ts +1 -1
  124. package/dist/core/agent-session-runtime-auth.js.map +1 -1
  125. package/dist/core/agent-session-runtime.d.ts +13 -4
  126. package/dist/core/agent-session-runtime.d.ts.map +1 -1
  127. package/dist/core/agent-session-runtime.js +27 -4
  128. package/dist/core/agent-session-runtime.js.map +1 -1
  129. package/dist/core/agent-session-services.d.ts +5 -1
  130. package/dist/core/agent-session-services.d.ts.map +1 -1
  131. package/dist/core/agent-session-services.js +44 -34
  132. package/dist/core/agent-session-services.js.map +1 -1
  133. package/dist/core/agent-session-state.d.ts +1 -1
  134. package/dist/core/agent-session-state.js.map +1 -1
  135. package/dist/core/agent-session-tasks.d.ts +14 -0
  136. package/dist/core/agent-session-tasks.d.ts.map +1 -0
  137. package/dist/core/agent-session-tasks.js +120 -0
  138. package/dist/core/agent-session-tasks.js.map +1 -0
  139. package/dist/core/agent-session-tool-hooks.d.ts.map +1 -1
  140. package/dist/core/agent-session-tool-hooks.js +2 -0
  141. package/dist/core/agent-session-tool-hooks.js.map +1 -1
  142. package/dist/core/agent-session-tool-registry.d.ts +1 -0
  143. package/dist/core/agent-session-tool-registry.d.ts.map +1 -1
  144. package/dist/core/agent-session-tool-registry.js +52 -5
  145. package/dist/core/agent-session-tool-registry.js.map +1 -1
  146. package/dist/core/agent-session-transfer.d.ts.map +1 -1
  147. package/dist/core/agent-session-transfer.js +7 -0
  148. package/dist/core/agent-session-transfer.js.map +1 -1
  149. package/dist/core/agent-session-tree.d.ts.map +1 -1
  150. package/dist/core/agent-session-tree.js +3 -0
  151. package/dist/core/agent-session-tree.js.map +1 -1
  152. package/dist/core/agent-session-types.d.ts +4 -2
  153. package/dist/core/agent-session-types.d.ts.map +1 -1
  154. package/dist/core/agent-session-types.js +2 -0
  155. package/dist/core/agent-session-types.js.map +1 -1
  156. package/dist/core/agent-session.d.ts +8 -1
  157. package/dist/core/agent-session.d.ts.map +1 -1
  158. package/dist/core/agent-session.js +29 -1
  159. package/dist/core/agent-session.js.map +1 -1
  160. package/dist/core/bash-executor.d.ts +1 -1
  161. package/dist/core/bash-executor.js.map +1 -1
  162. package/dist/core/export-html/index.js.map +1 -1
  163. package/dist/core/export-html/tool-renderer.d.ts +1 -1
  164. package/dist/core/export-html/tool-renderer.js.map +1 -1
  165. package/dist/core/extension-session-state.js.map +1 -1
  166. package/dist/core/extensions/agent-events.d.ts +4 -4
  167. package/dist/core/extensions/agent-events.d.ts.map +1 -1
  168. package/dist/core/extensions/agent-events.js.map +1 -1
  169. package/dist/core/extensions/api-types.d.ts +10 -2
  170. package/dist/core/extensions/api-types.d.ts.map +1 -1
  171. package/dist/core/extensions/api-types.js.map +1 -1
  172. package/dist/core/extensions/context-types.d.ts +15 -0
  173. package/dist/core/extensions/context-types.d.ts.map +1 -1
  174. package/dist/core/extensions/context-types.js.map +1 -1
  175. package/dist/core/extensions/event-results.d.ts +1 -1
  176. package/dist/core/extensions/event-results.js.map +1 -1
  177. package/dist/core/extensions/event-types.d.ts +2 -1
  178. package/dist/core/extensions/event-types.d.ts.map +1 -1
  179. package/dist/core/extensions/event-types.js.map +1 -1
  180. package/dist/core/extensions/index.d.ts +3 -2
  181. package/dist/core/extensions/index.d.ts.map +1 -1
  182. package/dist/core/extensions/index.js.map +1 -1
  183. package/dist/core/extensions/loader-api.d.ts +1 -1
  184. package/dist/core/extensions/loader-api.d.ts.map +1 -1
  185. package/dist/core/extensions/loader-api.js +10 -0
  186. package/dist/core/extensions/loader-api.js.map +1 -1
  187. package/dist/core/extensions/loader-core.d.ts +1 -1
  188. package/dist/core/extensions/loader-core.js.map +1 -1
  189. package/dist/core/extensions/loader-discovery.d.ts +1 -1
  190. package/dist/core/extensions/loader-discovery.js.map +1 -1
  191. package/dist/core/extensions/loader-host-modules.d.ts +1 -1
  192. package/dist/core/extensions/loader-host-modules.d.ts.map +1 -1
  193. package/dist/core/extensions/loader-host-modules.js +5 -2
  194. package/dist/core/extensions/loader-host-modules.js.map +1 -1
  195. package/dist/core/extensions/loader-runtime.d.ts.map +1 -1
  196. package/dist/core/extensions/loader-runtime.js +3 -0
  197. package/dist/core/extensions/loader-runtime.js.map +1 -1
  198. package/dist/core/extensions/loader-virtual-modules.d.ts.map +1 -1
  199. package/dist/core/extensions/loader-virtual-modules.js +6 -1
  200. package/dist/core/extensions/loader-virtual-modules.js.map +1 -1
  201. package/dist/core/extensions/loader.d.ts +1 -1
  202. package/dist/core/extensions/loader.js.map +1 -1
  203. package/dist/core/extensions/message-types.d.ts +1 -1
  204. package/dist/core/extensions/message-types.js.map +1 -1
  205. package/dist/core/extensions/reactive-widget.d.ts +6 -0
  206. package/dist/core/extensions/reactive-widget.d.ts.map +1 -1
  207. package/dist/core/extensions/reactive-widget.js +7 -1
  208. package/dist/core/extensions/reactive-widget.js.map +1 -1
  209. package/dist/core/extensions/runner-context.d.ts +12 -2
  210. package/dist/core/extensions/runner-context.d.ts.map +1 -1
  211. package/dist/core/extensions/runner-context.js +49 -4
  212. package/dist/core/extensions/runner-context.js.map +1 -1
  213. package/dist/core/extensions/runner-events.d.ts +1 -1
  214. package/dist/core/extensions/runner-events.d.ts.map +1 -1
  215. package/dist/core/extensions/runner-events.js +17 -2
  216. package/dist/core/extensions/runner-events.js.map +1 -1
  217. package/dist/core/extensions/runner-shortcuts.d.ts.map +1 -1
  218. package/dist/core/extensions/runner-shortcuts.js +32 -3
  219. package/dist/core/extensions/runner-shortcuts.js.map +1 -1
  220. package/dist/core/extensions/runner-ui.js.map +1 -1
  221. package/dist/core/extensions/runner.d.ts +17 -2
  222. package/dist/core/extensions/runner.d.ts.map +1 -1
  223. package/dist/core/extensions/runner.js +69 -19
  224. package/dist/core/extensions/runner.js.map +1 -1
  225. package/dist/core/extensions/runtime-types.d.ts +8 -1
  226. package/dist/core/extensions/runtime-types.d.ts.map +1 -1
  227. package/dist/core/extensions/runtime-types.js.map +1 -1
  228. package/dist/core/extensions/tool-types.d.ts +1 -1
  229. package/dist/core/extensions/tool-types.js.map +1 -1
  230. package/dist/core/extensions/types.d.ts +1 -0
  231. package/dist/core/extensions/types.d.ts.map +1 -1
  232. package/dist/core/extensions/types.js.map +1 -1
  233. package/dist/core/extensions/ui-types.d.ts +25 -1
  234. package/dist/core/extensions/ui-types.d.ts.map +1 -1
  235. package/dist/core/extensions/ui-types.js.map +1 -1
  236. package/dist/core/extensions/workflow-activity-hub.d.ts +25 -0
  237. package/dist/core/extensions/workflow-activity-hub.d.ts.map +1 -0
  238. package/dist/core/extensions/workflow-activity-hub.js +183 -0
  239. package/dist/core/extensions/workflow-activity-hub.js.map +1 -0
  240. package/dist/core/extensions/workflow-events.d.ts +118 -0
  241. package/dist/core/extensions/workflow-events.d.ts.map +1 -0
  242. package/dist/core/extensions/workflow-events.js +2 -0
  243. package/dist/core/extensions/workflow-events.js.map +1 -0
  244. package/dist/core/footer-data-provider.d.ts +8 -4
  245. package/dist/core/footer-data-provider.d.ts.map +1 -1
  246. package/dist/core/footer-data-provider.js +97 -11
  247. package/dist/core/footer-data-provider.js.map +1 -1
  248. package/dist/core/index.d.ts +3 -3
  249. package/dist/core/index.js.map +1 -1
  250. package/dist/core/keybinding-identity.d.ts +4 -0
  251. package/dist/core/keybinding-identity.d.ts.map +1 -0
  252. package/dist/core/keybinding-identity.js +10 -0
  253. package/dist/core/keybinding-identity.js.map +1 -0
  254. package/dist/core/keybindings.d.ts +37 -2
  255. package/dist/core/keybindings.d.ts.map +1 -1
  256. package/dist/core/keybindings.js +9 -2
  257. package/dist/core/keybindings.js.map +1 -1
  258. package/dist/core/mandatory-runtime-tools.d.ts +1 -1
  259. package/dist/core/mandatory-runtime-tools.js.map +1 -1
  260. package/dist/core/model-fallback-failures.js +2 -2
  261. package/dist/core/model-fallback-failures.js.map +1 -1
  262. package/dist/core/model-registry.d.ts +5 -1
  263. package/dist/core/model-registry.d.ts.map +1 -1
  264. package/dist/core/model-registry.js +8 -0
  265. package/dist/core/model-registry.js.map +1 -1
  266. package/dist/core/model-resolver-defaults.js +1 -1
  267. package/dist/core/model-resolver-defaults.js.map +1 -1
  268. package/dist/core/resource-loader-assets.js.map +1 -1
  269. package/dist/core/resource-loader-core.d.ts +1 -1
  270. package/dist/core/resource-loader-core.js.map +1 -1
  271. package/dist/core/resource-loader-internals.d.ts +2 -2
  272. package/dist/core/resource-loader-internals.js.map +1 -1
  273. package/dist/core/resource-loader-reload.d.ts +2 -0
  274. package/dist/core/resource-loader-reload.d.ts.map +1 -1
  275. package/dist/core/resource-loader-reload.js +231 -191
  276. package/dist/core/resource-loader-reload.js.map +1 -1
  277. package/dist/core/resource-loader-types.d.ts +4 -2
  278. package/dist/core/resource-loader-types.d.ts.map +1 -1
  279. package/dist/core/resource-loader-types.js.map +1 -1
  280. package/dist/core/retry-policy.d.ts +1 -0
  281. package/dist/core/retry-policy.d.ts.map +1 -1
  282. package/dist/core/retry-policy.js +2 -1
  283. package/dist/core/retry-policy.js.map +1 -1
  284. package/dist/core/sdk-exports.d.ts +3 -3
  285. package/dist/core/sdk-exports.d.ts.map +1 -1
  286. package/dist/core/sdk-exports.js +1 -1
  287. package/dist/core/sdk-exports.js.map +1 -1
  288. package/dist/core/sdk-types.d.ts +2 -2
  289. package/dist/core/sdk-types.js.map +1 -1
  290. package/dist/core/sdk.js.map +1 -1
  291. package/dist/core/settings-manager-basic-accessors.d.ts +6 -3
  292. package/dist/core/settings-manager-basic-accessors.d.ts.map +1 -1
  293. package/dist/core/settings-manager-basic-accessors.js +25 -8
  294. package/dist/core/settings-manager-basic-accessors.js.map +1 -1
  295. package/dist/core/settings-manager-core.d.ts.map +1 -1
  296. package/dist/core/settings-manager-core.js +10 -4
  297. package/dist/core/settings-manager-core.js.map +1 -1
  298. package/dist/core/settings-manager.d.ts +1 -1
  299. package/dist/core/settings-manager.d.ts.map +1 -1
  300. package/dist/core/settings-manager.js.map +1 -1
  301. package/dist/core/settings-storage.d.ts +1 -0
  302. package/dist/core/settings-storage.d.ts.map +1 -1
  303. package/dist/core/settings-storage.js +18 -0
  304. package/dist/core/settings-storage.js.map +1 -1
  305. package/dist/core/settings-types.d.ts +17 -0
  306. package/dist/core/settings-types.d.ts.map +1 -1
  307. package/dist/core/settings-types.js.map +1 -1
  308. package/dist/core/slash-commands.d.ts.map +1 -1
  309. package/dist/core/slash-commands.js +6 -5
  310. package/dist/core/slash-commands.js.map +1 -1
  311. package/dist/core/system-prompt.d.ts.map +1 -1
  312. package/dist/core/system-prompt.js +5 -6
  313. package/dist/core/system-prompt.js.map +1 -1
  314. package/dist/core/tasks/agent-adapter.d.ts +44 -0
  315. package/dist/core/tasks/agent-adapter.d.ts.map +1 -0
  316. package/dist/core/tasks/agent-adapter.js +112 -0
  317. package/dist/core/tasks/agent-adapter.js.map +1 -0
  318. package/dist/core/tasks/command-output.d.ts +15 -0
  319. package/dist/core/tasks/command-output.d.ts.map +1 -0
  320. package/dist/core/tasks/command-output.js +29 -0
  321. package/dist/core/tasks/command-output.js.map +1 -0
  322. package/dist/core/tasks/completion-ordering.d.ts +11 -0
  323. package/dist/core/tasks/completion-ordering.d.ts.map +1 -0
  324. package/dist/core/tasks/completion-ordering.js +19 -0
  325. package/dist/core/tasks/completion-ordering.js.map +1 -0
  326. package/dist/core/tasks/completion.d.ts +36 -0
  327. package/dist/core/tasks/completion.d.ts.map +1 -0
  328. package/dist/core/tasks/completion.js +119 -0
  329. package/dist/core/tasks/completion.js.map +1 -0
  330. package/dist/core/tasks/contracts.d.ts +404 -0
  331. package/dist/core/tasks/contracts.d.ts.map +1 -0
  332. package/dist/core/tasks/contracts.js +2 -0
  333. package/dist/core/tasks/contracts.js.map +1 -0
  334. package/dist/core/tasks/execution-scope.d.ts +10 -0
  335. package/dist/core/tasks/execution-scope.d.ts.map +1 -0
  336. package/dist/core/tasks/execution-scope.js +27 -0
  337. package/dist/core/tasks/execution-scope.js.map +1 -0
  338. package/dist/core/tasks/owner-store.d.ts +53 -0
  339. package/dist/core/tasks/owner-store.d.ts.map +1 -0
  340. package/dist/core/tasks/owner-store.js +155 -0
  341. package/dist/core/tasks/owner-store.js.map +1 -0
  342. package/dist/core/tasks/pause.d.ts +4 -0
  343. package/dist/core/tasks/pause.d.ts.map +1 -0
  344. package/dist/core/tasks/pause.js +49 -0
  345. package/dist/core/tasks/pause.js.map +1 -0
  346. package/dist/core/tasks/supervisor.d.ts +123 -0
  347. package/dist/core/tasks/supervisor.d.ts.map +1 -0
  348. package/dist/core/tasks/supervisor.js +942 -0
  349. package/dist/core/tasks/supervisor.js.map +1 -0
  350. package/dist/core/tasks/transcript.d.ts +23 -0
  351. package/dist/core/tasks/transcript.d.ts.map +1 -0
  352. package/dist/core/tasks/transcript.js +74 -0
  353. package/dist/core/tasks/transcript.js.map +1 -0
  354. package/dist/core/tools/ask-user-question/ask-user-question.d.ts +2 -2
  355. package/dist/core/tools/ask-user-question/ask-user-question.d.ts.map +1 -1
  356. package/dist/core/tools/ask-user-question/ask-user-question.js +8 -4
  357. package/dist/core/tools/ask-user-question/ask-user-question.js.map +1 -1
  358. package/dist/core/tools/ask-user-question/state/build-questionnaire.d.ts +1 -1
  359. package/dist/core/tools/ask-user-question/state/build-questionnaire.js.map +1 -1
  360. package/dist/core/tools/ask-user-question/state/questionnaire-session.d.ts +1 -1
  361. package/dist/core/tools/ask-user-question/state/questionnaire-session.js.map +1 -1
  362. package/dist/core/tools/ask-user-question/view/components/multi-select-view.d.ts +1 -1
  363. package/dist/core/tools/ask-user-question/view/components/multi-select-view.js.map +1 -1
  364. package/dist/core/tools/ask-user-question/view/components/preview/markdown-content-cache.d.ts +1 -1
  365. package/dist/core/tools/ask-user-question/view/components/preview/markdown-content-cache.js.map +1 -1
  366. package/dist/core/tools/ask-user-question/view/components/preview/preview-block-renderer.d.ts +1 -1
  367. package/dist/core/tools/ask-user-question/view/components/preview/preview-block-renderer.js.map +1 -1
  368. package/dist/core/tools/ask-user-question/view/components/submit-picker.d.ts +1 -1
  369. package/dist/core/tools/ask-user-question/view/components/submit-picker.js.map +1 -1
  370. package/dist/core/tools/ask-user-question/view/components/tab-bar.d.ts +1 -1
  371. package/dist/core/tools/ask-user-question/view/components/tab-bar.js.map +1 -1
  372. package/dist/core/tools/ask-user-question/view/dialog-builder.d.ts +1 -1
  373. package/dist/core/tools/ask-user-question/view/dialog-builder.js.map +1 -1
  374. package/dist/core/tools/ask-user-question/view/tab-content-strategy.d.ts +1 -1
  375. package/dist/core/tools/ask-user-question/view/tab-content-strategy.js.map +1 -1
  376. package/dist/core/tools/bash-pty-native.d.ts +32 -3
  377. package/dist/core/tools/bash-pty-native.d.ts.map +1 -1
  378. package/dist/core/tools/bash-pty-native.js +198 -1
  379. package/dist/core/tools/bash-pty-native.js.map +1 -1
  380. package/dist/core/tools/bash.d.ts +25 -5
  381. package/dist/core/tools/bash.d.ts.map +1 -1
  382. package/dist/core/tools/bash.js +100 -10
  383. package/dist/core/tools/bash.js.map +1 -1
  384. package/dist/core/tools/edit.d.ts +3 -0
  385. package/dist/core/tools/edit.d.ts.map +1 -1
  386. package/dist/core/tools/edit.js +92 -14
  387. package/dist/core/tools/edit.js.map +1 -1
  388. package/dist/core/tools/file-mutation-coordinator.d.ts +255 -0
  389. package/dist/core/tools/file-mutation-coordinator.d.ts.map +1 -0
  390. package/dist/core/tools/file-mutation-coordinator.js +300 -0
  391. package/dist/core/tools/file-mutation-coordinator.js.map +1 -0
  392. package/dist/core/tools/file-mutation-queue.d.ts +14 -1
  393. package/dist/core/tools/file-mutation-queue.d.ts.map +1 -1
  394. package/dist/core/tools/file-mutation-queue.js +15 -3
  395. package/dist/core/tools/file-mutation-queue.js.map +1 -1
  396. package/dist/core/tools/find.js.map +1 -1
  397. package/dist/core/tools/grep.js.map +1 -1
  398. package/dist/core/tools/hashline.d.ts +9 -0
  399. package/dist/core/tools/hashline.d.ts.map +1 -1
  400. package/dist/core/tools/hashline.js +12 -1
  401. package/dist/core/tools/hashline.js.map +1 -1
  402. package/dist/core/tools/index.d.ts +15 -4
  403. package/dist/core/tools/index.d.ts.map +1 -1
  404. package/dist/core/tools/index.js +79 -12
  405. package/dist/core/tools/index.js.map +1 -1
  406. package/dist/core/tools/kill.d.ts +17 -0
  407. package/dist/core/tools/kill.d.ts.map +1 -0
  408. package/dist/core/tools/kill.js +49 -0
  409. package/dist/core/tools/kill.js.map +1 -0
  410. package/dist/core/tools/ls.js.map +1 -1
  411. package/dist/core/tools/non-minting-snapshot-store.d.ts +49 -0
  412. package/dist/core/tools/non-minting-snapshot-store.d.ts.map +1 -0
  413. package/dist/core/tools/non-minting-snapshot-store.js +64 -0
  414. package/dist/core/tools/non-minting-snapshot-store.js.map +1 -0
  415. package/dist/core/tools/powershell.d.ts +100 -34
  416. package/dist/core/tools/powershell.d.ts.map +1 -1
  417. package/dist/core/tools/powershell.js +41 -11
  418. package/dist/core/tools/powershell.js.map +1 -1
  419. package/dist/core/tools/read-document-extract.js.map +1 -1
  420. package/dist/core/tools/read.d.ts.map +1 -1
  421. package/dist/core/tools/read.js +1 -2
  422. package/dist/core/tools/read.js.map +1 -1
  423. package/dist/core/tools/render-utils.d.ts +1 -1
  424. package/dist/core/tools/render-utils.js.map +1 -1
  425. package/dist/core/tools/resource-selectors.d.ts +1 -1
  426. package/dist/core/tools/resource-selectors.d.ts.map +1 -1
  427. package/dist/core/tools/resource-selectors.js +21 -10
  428. package/dist/core/tools/resource-selectors.js.map +1 -1
  429. package/dist/core/tools/search.js.map +1 -1
  430. package/dist/core/tools/todos-render.d.ts +1 -1
  431. package/dist/core/tools/todos-render.js.map +1 -1
  432. package/dist/core/tools/write.d.ts +30 -1
  433. package/dist/core/tools/write.d.ts.map +1 -1
  434. package/dist/core/tools/write.js +98 -10
  435. package/dist/core/tools/write.js.map +1 -1
  436. package/dist/core/workflow-stage-admission.d.ts +24 -0
  437. package/dist/core/workflow-stage-admission.d.ts.map +1 -1
  438. package/dist/core/workflow-stage-admission.js +87 -3
  439. package/dist/core/workflow-stage-admission.js.map +1 -1
  440. package/dist/extensions/herdr/activity.d.ts +15 -0
  441. package/dist/extensions/herdr/activity.d.ts.map +1 -0
  442. package/dist/extensions/herdr/activity.js +24 -0
  443. package/dist/extensions/herdr/activity.js.map +1 -0
  444. package/dist/extensions/herdr/environment.d.ts +7 -0
  445. package/dist/extensions/herdr/environment.d.ts.map +1 -0
  446. package/dist/extensions/herdr/environment.js +6 -0
  447. package/dist/extensions/herdr/environment.js.map +1 -0
  448. package/dist/extensions/herdr/index.d.ts +9 -0
  449. package/dist/extensions/herdr/index.d.ts.map +1 -0
  450. package/dist/extensions/herdr/index.js +225 -0
  451. package/dist/extensions/herdr/index.js.map +1 -0
  452. package/dist/extensions/herdr/pane-owner.d.ts +30 -0
  453. package/dist/extensions/herdr/pane-owner.d.ts.map +1 -0
  454. package/dist/extensions/herdr/pane-owner.js +111 -0
  455. package/dist/extensions/herdr/pane-owner.js.map +1 -0
  456. package/dist/extensions/herdr/transport.d.ts +8 -0
  457. package/dist/extensions/herdr/transport.d.ts.map +1 -0
  458. package/dist/extensions/herdr/transport.js +28 -0
  459. package/dist/extensions/herdr/transport.js.map +1 -0
  460. package/dist/extensions/index.d.ts.map +1 -1
  461. package/dist/extensions/index.js +2 -0
  462. package/dist/extensions/index.js.map +1 -1
  463. package/dist/extensions/llama/huggingface-ui.d.ts +1 -1
  464. package/dist/extensions/llama/huggingface-ui.js.map +1 -1
  465. package/dist/extensions/llama/ui.js.map +1 -1
  466. package/dist/index-extensions.d.ts +3 -2
  467. package/dist/index-extensions.d.ts.map +1 -1
  468. package/dist/index-extensions.js.map +1 -1
  469. package/dist/index.d.ts +14 -5
  470. package/dist/index.d.ts.map +1 -1
  471. package/dist/index.js +10 -1
  472. package/dist/index.js.map +1 -1
  473. package/dist/main-session.js.map +1 -1
  474. package/dist/main.d.ts.map +1 -1
  475. package/dist/main.js +149 -69
  476. package/dist/main.js.map +1 -1
  477. package/dist/modes/interactive/components/armin.js.map +1 -1
  478. package/dist/modes/interactive/components/assistant-message.js.map +1 -1
  479. package/dist/modes/interactive/components/atomic-banner.d.ts +1 -1
  480. package/dist/modes/interactive/components/atomic-banner.js.map +1 -1
  481. package/dist/modes/interactive/components/atomic-working-status.js.map +1 -1
  482. package/dist/modes/interactive/components/bash-execution.js.map +1 -1
  483. package/dist/modes/interactive/components/bordered-loader.d.ts +1 -1
  484. package/dist/modes/interactive/components/bordered-loader.js.map +1 -1
  485. package/dist/modes/interactive/components/branch-summary-message.js.map +1 -1
  486. package/dist/modes/interactive/components/chat-message-renderer.d.ts +12 -0
  487. package/dist/modes/interactive/components/chat-message-renderer.d.ts.map +1 -1
  488. package/dist/modes/interactive/components/chat-message-renderer.js +44 -0
  489. package/dist/modes/interactive/components/chat-message-renderer.js.map +1 -1
  490. package/dist/modes/interactive/components/chat-session-host-actions.d.ts +1 -1
  491. package/dist/modes/interactive/components/chat-session-host-actions.d.ts.map +1 -1
  492. package/dist/modes/interactive/components/chat-session-host-actions.js +43 -8
  493. package/dist/modes/interactive/components/chat-session-host-actions.js.map +1 -1
  494. package/dist/modes/interactive/components/chat-session-host-editor.d.ts +1 -1
  495. package/dist/modes/interactive/components/chat-session-host-editor.js.map +1 -1
  496. package/dist/modes/interactive/components/chat-session-host-events.d.ts +2 -2
  497. package/dist/modes/interactive/components/chat-session-host-events.js.map +1 -1
  498. package/dist/modes/interactive/components/chat-session-host-rendering.d.ts +2 -2
  499. package/dist/modes/interactive/components/chat-session-host-rendering.d.ts.map +1 -1
  500. package/dist/modes/interactive/components/chat-session-host-rendering.js +12 -3
  501. package/dist/modes/interactive/components/chat-session-host-rendering.js.map +1 -1
  502. package/dist/modes/interactive/components/chat-session-host-runtime.d.ts +4 -5
  503. package/dist/modes/interactive/components/chat-session-host-runtime.d.ts.map +1 -1
  504. package/dist/modes/interactive/components/chat-session-host-runtime.js +8 -6
  505. package/dist/modes/interactive/components/chat-session-host-runtime.js.map +1 -1
  506. package/dist/modes/interactive/components/chat-session-host-state.d.ts +7 -2
  507. package/dist/modes/interactive/components/chat-session-host-state.d.ts.map +1 -1
  508. package/dist/modes/interactive/components/chat-session-host-state.js +1 -0
  509. package/dist/modes/interactive/components/chat-session-host-state.js.map +1 -1
  510. package/dist/modes/interactive/components/chat-session-host-terminal-cleanup.d.ts +1 -1
  511. package/dist/modes/interactive/components/chat-session-host-terminal-cleanup.js.map +1 -1
  512. package/dist/modes/interactive/components/chat-session-host-types.d.ts +8 -3
  513. package/dist/modes/interactive/components/chat-session-host-types.d.ts.map +1 -1
  514. package/dist/modes/interactive/components/chat-session-host-types.js.map +1 -1
  515. package/dist/modes/interactive/components/chat-session-host-utils.d.ts +1 -1
  516. package/dist/modes/interactive/components/chat-session-host-utils.d.ts.map +1 -1
  517. package/dist/modes/interactive/components/chat-session-host-utils.js +2 -0
  518. package/dist/modes/interactive/components/chat-session-host-utils.js.map +1 -1
  519. package/dist/modes/interactive/components/chat-session-host.d.ts +17 -2
  520. package/dist/modes/interactive/components/chat-session-host.d.ts.map +1 -1
  521. package/dist/modes/interactive/components/chat-session-host.js +100 -3
  522. package/dist/modes/interactive/components/chat-session-host.js.map +1 -1
  523. package/dist/modes/interactive/components/chat-transcript.d.ts +1 -0
  524. package/dist/modes/interactive/components/chat-transcript.d.ts.map +1 -1
  525. package/dist/modes/interactive/components/chat-transcript.js +1 -1
  526. package/dist/modes/interactive/components/chat-transcript.js.map +1 -1
  527. package/dist/modes/interactive/components/compaction-boundary-message.js.map +1 -1
  528. package/dist/modes/interactive/components/config-selector-list.js.map +1 -1
  529. package/dist/modes/interactive/components/config-selector.js.map +1 -1
  530. package/dist/modes/interactive/components/custom-editor.js.map +1 -1
  531. package/dist/modes/interactive/components/custom-entry.js.map +1 -1
  532. package/dist/modes/interactive/components/custom-message.d.ts.map +1 -1
  533. package/dist/modes/interactive/components/custom-message.js +12 -0
  534. package/dist/modes/interactive/components/custom-message.js.map +1 -1
  535. package/dist/modes/interactive/components/daxnuts.js.map +1 -1
  536. package/dist/modes/interactive/components/diff.js.map +1 -1
  537. package/dist/modes/interactive/components/dynamic-border.js.map +1 -1
  538. package/dist/modes/interactive/components/earendil-announcement.js.map +1 -1
  539. package/dist/modes/interactive/components/extension-editor.js.map +1 -1
  540. package/dist/modes/interactive/components/extension-input.js.map +1 -1
  541. package/dist/modes/interactive/components/extension-selector.js.map +1 -1
  542. package/dist/modes/interactive/components/first-time-setup.d.ts +1 -1
  543. package/dist/modes/interactive/components/first-time-setup.js.map +1 -1
  544. package/dist/modes/interactive/components/footer.d.ts +7 -6
  545. package/dist/modes/interactive/components/footer.d.ts.map +1 -1
  546. package/dist/modes/interactive/components/footer.js +27 -9
  547. package/dist/modes/interactive/components/footer.js.map +1 -1
  548. package/dist/modes/interactive/components/host-input-form-mount.js.map +1 -1
  549. package/dist/modes/interactive/components/host-input-form.d.ts +1 -1
  550. package/dist/modes/interactive/components/host-input-form.js.map +1 -1
  551. package/dist/modes/interactive/components/index.d.ts +2 -2
  552. package/dist/modes/interactive/components/index.js.map +1 -1
  553. package/dist/modes/interactive/components/keybinding-hints.js.map +1 -1
  554. package/dist/modes/interactive/components/login-dialog.js.map +1 -1
  555. package/dist/modes/interactive/components/mermaid.d.ts +1 -1
  556. package/dist/modes/interactive/components/mermaid.js.map +1 -1
  557. package/dist/modes/interactive/components/model-selector.js.map +1 -1
  558. package/dist/modes/interactive/components/oauth-selector.js.map +1 -1
  559. package/dist/modes/interactive/components/reserved-bottom-overlay.js.map +1 -1
  560. package/dist/modes/interactive/components/scoped-models-selector.js.map +1 -1
  561. package/dist/modes/interactive/components/scroll-widget.d.ts +23 -0
  562. package/dist/modes/interactive/components/scroll-widget.d.ts.map +1 -0
  563. package/dist/modes/interactive/components/scroll-widget.js +61 -0
  564. package/dist/modes/interactive/components/scroll-widget.js.map +1 -0
  565. package/dist/modes/interactive/components/session-selector-header.js.map +1 -1
  566. package/dist/modes/interactive/components/session-selector-list.js.map +1 -1
  567. package/dist/modes/interactive/components/session-selector.js.map +1 -1
  568. package/dist/modes/interactive/components/settings-selector-items.js.map +1 -1
  569. package/dist/modes/interactive/components/settings-selector-submenus.d.ts +1 -1
  570. package/dist/modes/interactive/components/settings-selector-submenus.js.map +1 -1
  571. package/dist/modes/interactive/components/settings-selector-types.d.ts +1 -1
  572. package/dist/modes/interactive/components/settings-selector-types.js.map +1 -1
  573. package/dist/modes/interactive/components/settings-selector.js.map +1 -1
  574. package/dist/modes/interactive/components/show-images-selector.js.map +1 -1
  575. package/dist/modes/interactive/components/skill-invocation-message.d.ts +1 -1
  576. package/dist/modes/interactive/components/skill-invocation-message.js.map +1 -1
  577. package/dist/modes/interactive/components/task-completion-message.d.ts +13 -0
  578. package/dist/modes/interactive/components/task-completion-message.d.ts.map +1 -0
  579. package/dist/modes/interactive/components/task-completion-message.js +65 -0
  580. package/dist/modes/interactive/components/task-completion-message.js.map +1 -0
  581. package/dist/modes/interactive/components/task-detail.d.ts +27 -0
  582. package/dist/modes/interactive/components/task-detail.d.ts.map +1 -0
  583. package/dist/modes/interactive/components/task-detail.js +107 -0
  584. package/dist/modes/interactive/components/task-detail.js.map +1 -0
  585. package/dist/modes/interactive/components/task-inspector.d.ts +50 -0
  586. package/dist/modes/interactive/components/task-inspector.d.ts.map +1 -0
  587. package/dist/modes/interactive/components/task-inspector.js +599 -0
  588. package/dist/modes/interactive/components/task-inspector.js.map +1 -0
  589. package/dist/modes/interactive/components/task-list.d.ts +18 -0
  590. package/dist/modes/interactive/components/task-list.d.ts.map +1 -0
  591. package/dist/modes/interactive/components/task-list.js +59 -0
  592. package/dist/modes/interactive/components/task-list.js.map +1 -0
  593. package/dist/modes/interactive/components/task-live-transcript.d.ts +17 -0
  594. package/dist/modes/interactive/components/task-live-transcript.d.ts.map +1 -0
  595. package/dist/modes/interactive/components/task-live-transcript.js +41 -0
  596. package/dist/modes/interactive/components/task-live-transcript.js.map +1 -0
  597. package/dist/modes/interactive/components/task-navigation.d.ts +38 -0
  598. package/dist/modes/interactive/components/task-navigation.d.ts.map +1 -0
  599. package/dist/modes/interactive/components/task-navigation.js +93 -0
  600. package/dist/modes/interactive/components/task-navigation.js.map +1 -0
  601. package/dist/modes/interactive/components/task-row.d.ts +34 -0
  602. package/dist/modes/interactive/components/task-row.d.ts.map +1 -0
  603. package/dist/modes/interactive/components/task-row.js +165 -0
  604. package/dist/modes/interactive/components/task-row.js.map +1 -0
  605. package/dist/modes/interactive/components/theme-selector.js.map +1 -1
  606. package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
  607. package/dist/modes/interactive/components/tool-execution.js.map +1 -1
  608. package/dist/modes/interactive/components/transcript-follow-indicator.js.map +1 -1
  609. package/dist/modes/interactive/components/tree-selector-component.js.map +1 -1
  610. package/dist/modes/interactive/components/tree-selector-content.js.map +1 -1
  611. package/dist/modes/interactive/components/tree-selector-help.js.map +1 -1
  612. package/dist/modes/interactive/components/tree-selector-label-input.js.map +1 -1
  613. package/dist/modes/interactive/components/tree-selector-list.js.map +1 -1
  614. package/dist/modes/interactive/components/trust-selector.js.map +1 -1
  615. package/dist/modes/interactive/components/user-message-selector.js.map +1 -1
  616. package/dist/modes/interactive/components/user-message.js.map +1 -1
  617. package/dist/modes/interactive/components/working-status.js.map +1 -1
  618. package/dist/modes/interactive/interactive-agent-events.js +8 -2
  619. package/dist/modes/interactive/interactive-agent-events.js.map +1 -1
  620. package/dist/modes/interactive/interactive-auth-login.js +3 -1
  621. package/dist/modes/interactive/interactive-auth-login.js.map +1 -1
  622. package/dist/modes/interactive/interactive-autocomplete.js +9 -30
  623. package/dist/modes/interactive/interactive-autocomplete.js.map +1 -1
  624. package/dist/modes/interactive/interactive-deferred-startup.js +2 -1
  625. package/dist/modes/interactive/interactive-deferred-startup.js.map +1 -1
  626. package/dist/modes/interactive/interactive-extension-context.js +14 -4
  627. package/dist/modes/interactive/interactive-extension-context.js.map +1 -1
  628. package/dist/modes/interactive/interactive-extension-custom-ui.js +52 -4
  629. package/dist/modes/interactive/interactive-extension-custom-ui.js.map +1 -1
  630. package/dist/modes/interactive/interactive-extension-runtime.js +11 -3
  631. package/dist/modes/interactive/interactive-extension-runtime.js.map +1 -1
  632. package/dist/modes/interactive/interactive-extension-widgets.js +9 -1
  633. package/dist/modes/interactive/interactive-extension-widgets.js.map +1 -1
  634. package/dist/modes/interactive/interactive-input-handling.d.ts.map +1 -1
  635. package/dist/modes/interactive/interactive-input-handling.js +19 -0
  636. package/dist/modes/interactive/interactive-input-handling.js.map +1 -1
  637. package/dist/modes/interactive/interactive-mode-base.d.ts +7 -1
  638. package/dist/modes/interactive/interactive-mode-base.d.ts.map +1 -1
  639. package/dist/modes/interactive/interactive-mode-base.js +10 -4
  640. package/dist/modes/interactive/interactive-mode-base.js.map +1 -1
  641. package/dist/modes/interactive/interactive-mode-deps.d.ts +6 -6
  642. package/dist/modes/interactive/interactive-mode-deps.js.map +1 -1
  643. package/dist/modes/interactive/interactive-mode-surface.d.ts +3 -2
  644. package/dist/modes/interactive/interactive-mode-surface.d.ts.map +1 -1
  645. package/dist/modes/interactive/interactive-mode-surface.js.map +1 -1
  646. package/dist/modes/interactive/interactive-mode.d.ts +1 -0
  647. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  648. package/dist/modes/interactive/interactive-mode.js +3 -0
  649. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  650. package/dist/modes/interactive/interactive-process-lifecycle.js +4 -1
  651. package/dist/modes/interactive/interactive-process-lifecycle.js.map +1 -1
  652. package/dist/modes/interactive/interactive-render-chat.js +30 -4
  653. package/dist/modes/interactive/interactive-render-chat.js.map +1 -1
  654. package/dist/modes/interactive/interactive-session-routing.js +33 -23
  655. package/dist/modes/interactive/interactive-session-routing.js.map +1 -1
  656. package/dist/modes/interactive/interactive-session-runtime.js +1 -0
  657. package/dist/modes/interactive/interactive-session-runtime.js.map +1 -1
  658. package/dist/modes/interactive/interactive-slash-commands.js.map +1 -1
  659. package/dist/modes/interactive/interactive-startup.d.ts.map +1 -1
  660. package/dist/modes/interactive/interactive-startup.js +3 -0
  661. package/dist/modes/interactive/interactive-startup.js.map +1 -1
  662. package/dist/modes/interactive/interactive-summarization-retry-events.js +2 -2
  663. package/dist/modes/interactive/interactive-summarization-retry-events.js.map +1 -1
  664. package/dist/modes/interactive/interactive-task-projection.d.ts +13 -0
  665. package/dist/modes/interactive/interactive-task-projection.d.ts.map +1 -0
  666. package/dist/modes/interactive/interactive-task-projection.js +72 -0
  667. package/dist/modes/interactive/interactive-task-projection.js.map +1 -0
  668. package/dist/modes/interactive/interactive-tui.js.map +1 -1
  669. package/dist/modes/interactive/interactive-windows-subshell.d.ts +17 -0
  670. package/dist/modes/interactive/interactive-windows-subshell.d.ts.map +1 -0
  671. package/dist/modes/interactive/interactive-windows-subshell.js +92 -0
  672. package/dist/modes/interactive/interactive-windows-subshell.js.map +1 -0
  673. package/dist/modes/interactive/skill-command-autocomplete.d.ts +12 -0
  674. package/dist/modes/interactive/skill-command-autocomplete.d.ts.map +1 -0
  675. package/dist/modes/interactive/skill-command-autocomplete.js +69 -0
  676. package/dist/modes/interactive/skill-command-autocomplete.js.map +1 -0
  677. package/dist/modes/interactive/theme/theme-class.d.ts.map +1 -1
  678. package/dist/modes/interactive/theme/theme-class.js +4 -1
  679. package/dist/modes/interactive/theme/theme-class.js.map +1 -1
  680. package/dist/modes/interactive/theme/theme-controller.d.ts +1 -1
  681. package/dist/modes/interactive/theme/theme-controller.js.map +1 -1
  682. package/dist/modes/interactive-engine/activity-watchdog.d.ts +2 -2
  683. package/dist/modes/interactive-engine/activity-watchdog.d.ts.map +1 -1
  684. package/dist/modes/interactive-engine/activity-watchdog.js.map +1 -1
  685. package/dist/modes/interactive-engine/create-isolated-runtime.d.ts +1 -1
  686. package/dist/modes/interactive-engine/create-isolated-runtime.js.map +1 -1
  687. package/dist/modes/interactive-engine/engine-custom-ui.d.ts +9 -10
  688. package/dist/modes/interactive-engine/engine-custom-ui.d.ts.map +1 -1
  689. package/dist/modes/interactive-engine/engine-custom-ui.js +29 -12
  690. package/dist/modes/interactive-engine/engine-custom-ui.js.map +1 -1
  691. package/dist/modes/interactive-engine/engine-diagnostic-view.d.ts +3 -1
  692. package/dist/modes/interactive-engine/engine-diagnostic-view.d.ts.map +1 -1
  693. package/dist/modes/interactive-engine/engine-diagnostic-view.js +11 -0
  694. package/dist/modes/interactive-engine/engine-diagnostic-view.js.map +1 -1
  695. package/dist/modes/interactive-engine/engine-dialog-host.d.ts +2 -2
  696. package/dist/modes/interactive-engine/engine-dialog-host.d.ts.map +1 -1
  697. package/dist/modes/interactive-engine/engine-dialog-host.js +4 -1
  698. package/dist/modes/interactive-engine/engine-dialog-host.js.map +1 -1
  699. package/dist/modes/interactive-engine/engine-project-trust.d.ts +10 -0
  700. package/dist/modes/interactive-engine/engine-project-trust.d.ts.map +1 -0
  701. package/dist/modes/interactive-engine/engine-project-trust.js +28 -0
  702. package/dist/modes/interactive-engine/engine-project-trust.js.map +1 -0
  703. package/dist/modes/interactive-engine/engine-render-service.d.ts +1 -1
  704. package/dist/modes/interactive-engine/engine-render-service.js.map +1 -1
  705. package/dist/modes/interactive-engine/extension-ui-bridge.d.ts +3 -1
  706. package/dist/modes/interactive-engine/extension-ui-bridge.d.ts.map +1 -1
  707. package/dist/modes/interactive-engine/extension-ui-bridge.js +7 -1
  708. package/dist/modes/interactive-engine/extension-ui-bridge.js.map +1 -1
  709. package/dist/modes/interactive-engine/input-form-host.d.ts +2 -2
  710. package/dist/modes/interactive-engine/input-form-host.js.map +1 -1
  711. package/dist/modes/interactive-engine/isolated-auth.d.ts +1 -1
  712. package/dist/modes/interactive-engine/isolated-auth.js.map +1 -1
  713. package/dist/modes/interactive-engine/isolated-runtime.d.ts +5 -2
  714. package/dist/modes/interactive-engine/isolated-runtime.d.ts.map +1 -1
  715. package/dist/modes/interactive-engine/isolated-runtime.js +42 -4
  716. package/dist/modes/interactive-engine/isolated-runtime.js.map +1 -1
  717. package/dist/modes/interactive-engine/protocol.d.ts +21 -1
  718. package/dist/modes/interactive-engine/protocol.d.ts.map +1 -1
  719. package/dist/modes/interactive-engine/protocol.js +53 -2
  720. package/dist/modes/interactive-engine/protocol.js.map +1 -1
  721. package/dist/modes/interactive-engine/remote-component.d.ts +2 -2
  722. package/dist/modes/interactive-engine/remote-component.d.ts.map +1 -1
  723. package/dist/modes/interactive-engine/remote-component.js +19 -8
  724. package/dist/modes/interactive-engine/remote-component.js.map +1 -1
  725. package/dist/modes/interactive-engine/remote-model-catalog.d.ts +1 -1
  726. package/dist/modes/interactive-engine/remote-model-catalog.js.map +1 -1
  727. package/dist/modes/interactive-engine/remote-renderer.d.ts +1 -1
  728. package/dist/modes/interactive-engine/remote-renderer.js.map +1 -1
  729. package/dist/modes/interactive-engine/session-picker-host.d.ts +2 -2
  730. package/dist/modes/interactive-engine/session-picker-host.js.map +1 -1
  731. package/dist/modes/json-event.d.ts +1 -1
  732. package/dist/modes/json-event.js.map +1 -1
  733. package/dist/modes/print-mode.js.map +1 -1
  734. package/dist/modes/rpc/rpc-bash-request-owners.d.ts +2 -2
  735. package/dist/modes/rpc/rpc-bash-request-owners.js.map +1 -1
  736. package/dist/modes/rpc/rpc-client-api.d.ts +2 -2
  737. package/dist/modes/rpc/rpc-client-api.d.ts.map +1 -1
  738. package/dist/modes/rpc/rpc-client-api.js +2 -2
  739. package/dist/modes/rpc/rpc-client-api.js.map +1 -1
  740. package/dist/modes/rpc/rpc-client-process.d.ts +2 -0
  741. package/dist/modes/rpc/rpc-client-process.d.ts.map +1 -1
  742. package/dist/modes/rpc/rpc-client-process.js +23 -1
  743. package/dist/modes/rpc/rpc-client-process.js.map +1 -1
  744. package/dist/modes/rpc/rpc-client-waits.d.ts +1 -1
  745. package/dist/modes/rpc/rpc-client-waits.js.map +1 -1
  746. package/dist/modes/rpc/rpc-client.d.ts +3 -1
  747. package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
  748. package/dist/modes/rpc/rpc-client.js +40 -3
  749. package/dist/modes/rpc/rpc-client.js.map +1 -1
  750. package/dist/modes/rpc/rpc-command-handler.d.ts +4 -2
  751. package/dist/modes/rpc/rpc-command-handler.d.ts.map +1 -1
  752. package/dist/modes/rpc/rpc-command-handler.js +12 -4
  753. package/dist/modes/rpc/rpc-command-handler.js.map +1 -1
  754. package/dist/modes/rpc/rpc-extension-ui.d.ts +1 -1
  755. package/dist/modes/rpc/rpc-extension-ui.d.ts.map +1 -1
  756. package/dist/modes/rpc/rpc-extension-ui.js +2 -1
  757. package/dist/modes/rpc/rpc-extension-ui.js.map +1 -1
  758. package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
  759. package/dist/modes/rpc/rpc-mode.js +12 -2
  760. package/dist/modes/rpc/rpc-mode.js.map +1 -1
  761. package/dist/modes/rpc/rpc-provider-auth.d.ts +1 -1
  762. package/dist/modes/rpc/rpc-provider-auth.js.map +1 -1
  763. package/dist/modes/rpc/rpc-session-binding.d.ts +4 -1
  764. package/dist/modes/rpc/rpc-session-binding.d.ts.map +1 -1
  765. package/dist/modes/rpc/rpc-session-binding.js +35 -1
  766. package/dist/modes/rpc/rpc-session-binding.js.map +1 -1
  767. package/dist/modes/rpc/rpc-types.d.ts +17 -1
  768. package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
  769. package/dist/modes/rpc/rpc-types.js.map +1 -1
  770. package/dist/modes/rpc/task-ui-bridge.d.ts +9 -0
  771. package/dist/modes/rpc/task-ui-bridge.d.ts.map +1 -0
  772. package/dist/modes/rpc/task-ui-bridge.js +146 -0
  773. package/dist/modes/rpc/task-ui-bridge.js.map +1 -0
  774. package/dist/self-update-plan.js.map +1 -1
  775. package/dist/utils/markit.d.ts +2 -0
  776. package/dist/utils/markit.d.ts.map +1 -1
  777. package/dist/utils/markit.js +65 -5
  778. package/dist/utils/markit.js.map +1 -1
  779. package/docs/background-tasks.md +232 -0
  780. package/docs/build.md +51 -0
  781. package/docs/changelog.mdx +8 -8
  782. package/docs/compaction/reference.md +267 -0
  783. package/docs/compaction.md +39 -200
  784. package/docs/computer-use.md +425 -0
  785. package/docs/containerization.md +9 -5
  786. package/docs/custom-provider/api-reference.md +145 -0
  787. package/docs/custom-provider/oauth.md +131 -0
  788. package/docs/custom-provider/override.md +34 -0
  789. package/docs/custom-provider/registration.md +163 -0
  790. package/docs/custom-provider/streaming.md +214 -0
  791. package/docs/custom-provider.md +43 -607
  792. package/docs/development.md +68 -30
  793. package/docs/docs.json +199 -73
  794. package/docs/environment-variables.md +2 -2
  795. package/docs/extensions/api-reference.md +1003 -0
  796. package/docs/extensions/authoring.md +676 -0
  797. package/docs/extensions/events.md +793 -0
  798. package/docs/extensions/examples.md +94 -0
  799. package/docs/extensions/ui.md +470 -0
  800. package/docs/extensions.md +241 -2623
  801. package/docs/getting-started/authentication.md +55 -0
  802. package/docs/getting-started/first-session.md +172 -0
  803. package/docs/getting-started/installation.md +154 -0
  804. package/docs/getting-started/project-instructions.md +43 -0
  805. package/docs/guides/configuration.md +65 -0
  806. package/docs/guides/intercom.md +24 -0
  807. package/docs/guides/non-interactive.md +33 -0
  808. package/docs/guides/subagents.md +24 -0
  809. package/docs/guides/workflows.md +27 -0
  810. package/docs/guides.md +41 -0
  811. package/docs/herdr.md +55 -0
  812. package/docs/index.md +13 -44
  813. package/docs/intercom/operations.md +178 -0
  814. package/docs/intercom/reference.md +150 -0
  815. package/docs/intercom.md +61 -251
  816. package/docs/json.md +17 -0
  817. package/docs/keybindings.md +36 -2
  818. package/docs/llama-cpp.md +5 -0
  819. package/docs/models/artificial-analysis-index.md +89 -0
  820. package/docs/models/evals.md +225 -148
  821. package/docs/models/model-selection.md +30 -21
  822. package/docs/models/pareto-efficiency.md +4 -4
  823. package/docs/models/reference.md +601 -0
  824. package/docs/models.md +45 -550
  825. package/docs/packages/authoring.md +88 -0
  826. package/docs/packages/reference.md +43 -0
  827. package/docs/packages.md +28 -107
  828. package/docs/programmatic.md +29 -0
  829. package/docs/prompt-templates.md +11 -0
  830. package/docs/providers/reference.md +23 -0
  831. package/docs/providers.md +59 -62
  832. package/docs/quickstart.md +45 -239
  833. package/docs/reference/cli.md +252 -0
  834. package/docs/reference.md +52 -0
  835. package/docs/rpc/examples.md +64 -0
  836. package/docs/rpc/extension-ui.md +198 -0
  837. package/docs/rpc/protocol.md +1341 -0
  838. package/docs/rpc.md +109 -1346
  839. package/docs/sdk/reference.md +1090 -0
  840. package/docs/sdk.md +64 -756
  841. package/docs/session-format.md +2 -0
  842. package/docs/sessions.md +6 -10
  843. package/docs/settings.md +45 -48
  844. package/docs/skills/authoring.md +95 -0
  845. package/docs/skills/reference.md +60 -0
  846. package/docs/skills.md +37 -117
  847. package/docs/subagents/authoring.md +37 -0
  848. package/docs/subagents/reference.md +60 -0
  849. package/docs/subagents.md +90 -78
  850. package/docs/terminal-setup.md +1 -1
  851. package/docs/themes/reference.md +176 -0
  852. package/docs/themes.md +25 -135
  853. package/docs/tmux.md +7 -0
  854. package/docs/tools/edit.md +5 -0
  855. package/docs/tools.md +67 -1
  856. package/docs/tui/reference.md +343 -0
  857. package/docs/tui.md +83 -285
  858. package/docs/usage.md +31 -210
  859. package/docs/web-access.md +50 -0
  860. package/docs/windows.md +6 -5
  861. package/docs/workflows/api-reference.md +31 -12
  862. package/docs/workflows/authoring.md +7 -5
  863. package/docs/workflows/builtins.md +11 -8
  864. package/docs/workflows/operations.md +103 -38
  865. package/docs/workflows/reliable-design.md +59 -10
  866. package/docs/workflows/verification.md +116 -32
  867. package/docs/workflows.md +7 -3
  868. package/examples/extensions/gondolin/index.ts +116 -148
  869. package/examples/extensions/gondolin/package.json +1 -1
  870. package/examples/extensions/ssh.ts +56 -34
  871. package/npm-shrinkwrap.json +798 -678
  872. package/package.json +11 -11
  873. /package/dist/builtin/workflows/builtin/{chunk-cg9tmks0.js → chunk-n1910xc4.js} +0 -0
  874. /package/dist/builtin/workflows/builtin/{chunk-wpckd35c.js → chunk-rc5ec5xx.js} +0 -0
  875. /package/dist/builtin/workflows/builtin/{chunk-7at6dnkr.js → chunk-tgt0s5e5.js} +0 -0
  876. /package/dist/builtin/workflows/builtin/{chunk-bfkmzv9h.js → chunk-xtxcq5tj.js} +0 -0
@@ -0,0 +1,942 @@
1
+ import { AsyncResource } from "node:async_hooks";
2
+ import { createModuleRequire } from "../../utils/module-require.js";
3
+ import { COMMAND_FOREGROUND_BUDGET_MS } from "./command-output.js";
4
+ export const DEFAULT_AGENT_WAIT_BUDGET_MS = 30000;
5
+ /** These objects are live authority, not DTOs, restart tokens or model arguments. */
6
+ class Capability {
7
+ #live = true;
8
+ toJSON() {
9
+ throw new TypeError(`Task capability is not serializable (${this.#live ? "live" : "closed"})`);
10
+ }
11
+ }
12
+ class HostCapability extends Capability {
13
+ constructor() {
14
+ super(...arguments);
15
+ this.kind = "host";
16
+ }
17
+ }
18
+ class OwnerCapability extends Capability {
19
+ constructor() {
20
+ super(...arguments);
21
+ this.kind = "owner";
22
+ }
23
+ }
24
+ class TaskCapability extends Capability {
25
+ constructor() {
26
+ super(...arguments);
27
+ this.kind = "task";
28
+ }
29
+ }
30
+ class WaitCapability extends Capability {
31
+ constructor() {
32
+ super(...arguments);
33
+ this.kind = "wait";
34
+ }
35
+ }
36
+ class SubscriptionCapability extends Capability {
37
+ constructor() {
38
+ super(...arguments);
39
+ this.kind = "subscription";
40
+ }
41
+ }
42
+ class StdinCapability extends Capability {
43
+ constructor() {
44
+ super(...arguments);
45
+ this.kind = "stdin";
46
+ }
47
+ }
48
+ // Native supervisors share one actor per environment; their JS continuations must too.
49
+ const environment = {
50
+ hosts: new WeakMap(),
51
+ owners: new WeakMap(),
52
+ tasks: new WeakMap(),
53
+ inputs: new WeakMap(),
54
+ waits: new WeakMap(),
55
+ waitRegistry: new Map(),
56
+ ownerIds: new Map(),
57
+ };
58
+ /** Reads only history bound by the admitted runner, never a caller-selected session. */
59
+ export function taskTranscriptSource(task) {
60
+ const state = environment.tasks.get(task);
61
+ if (!state)
62
+ return { ok: false, error: { code: "UnknownTask", message: "Unknown task" } };
63
+ if (!state.transcript)
64
+ return { ok: false, error: { code: "TranscriptUnavailable", message: "Transcript unavailable" } };
65
+ return { ok: true, value: { session: state.transcript, taskId: state.ref.taskId } };
66
+ }
67
+ /** Promise rejections, setup throws and consumer exceptions may be arbitrary JavaScript values. */
68
+ function rejectionMessage(reason) {
69
+ try {
70
+ const message = reason instanceof Error ? reason.message : reason;
71
+ return typeof message === "string" ? message : String(message);
72
+ }
73
+ catch {
74
+ return "Unprintable JavaScript rejection";
75
+ }
76
+ }
77
+ function mapped(result, convert, codes) {
78
+ if (result.ok)
79
+ return { ok: true, value: convert(result.value) };
80
+ const code = codes.find((candidate) => candidate === result.error.code);
81
+ if (!code)
82
+ throw new Error(`Unexpected native task refusal: ${result.error.code}: ${result.error.message}`);
83
+ return { ok: false, error: { code, message: result.error.message } };
84
+ }
85
+ const ownerErrors = ["ScopeMismatch", "EnvironmentClosing"];
86
+ const startErrors = [
87
+ "OwnerClosing",
88
+ "UnknownAgent",
89
+ "InvalidCwd",
90
+ "DepthExceeded",
91
+ "CapacityExhausted",
92
+ "DispatchGuardBusy",
93
+ "OperationConflict",
94
+ "RunnerUnavailable",
95
+ "SpawnFailed",
96
+ "ContainmentUnavailable",
97
+ ];
98
+ const waitErrors = ["UnknownTask", "OwnerClosed", "EnvironmentClosing", "ScopeMismatch", "ObserverCancelled"];
99
+ const reportErrors = ["StaleAttempt", "OwnerClosing", "TaskTerminal", "ReportConflict"];
100
+ const watchErrors = ["OwnerClosed", "StaleGeneration", "EnvironmentClosing"];
101
+ function reference(value) {
102
+ return {
103
+ ownerId: value.ownerId,
104
+ taskId: value.taskId,
105
+ attemptId: value.attemptId,
106
+ generation: value.generation,
107
+ };
108
+ }
109
+ function cursor(value) {
110
+ return { generation: value.generation, sequence: value.sequence };
111
+ }
112
+ function output(value) {
113
+ return {
114
+ ownerId: value.ownerId,
115
+ taskId: value.taskId,
116
+ artifactId: value.artifactId,
117
+ byteCount: value.byteCount,
118
+ omittedRanges: value.omittedRanges.map(({ start, end }) => ({ start, end })),
119
+ };
120
+ }
121
+ function taskResult(value) {
122
+ switch (value.kind) {
123
+ case "completed":
124
+ return {
125
+ kind: value.kind,
126
+ output: output(value.output),
127
+ ...(value.exitCode === undefined ? {} : { exitCode: value.exitCode }),
128
+ };
129
+ case "failed":
130
+ return {
131
+ kind: value.kind,
132
+ code: value.code,
133
+ message: value.message,
134
+ ...(value.output === undefined ? {} : { output: output(value.output) }),
135
+ ...(value.exitCode === undefined ? {} : { exitCode: value.exitCode }),
136
+ };
137
+ case "cancelled":
138
+ return {
139
+ kind: value.kind,
140
+ cause: value.cause,
141
+ ...(value.output === undefined ? {} : { output: output(value.output) }),
142
+ };
143
+ }
144
+ }
145
+ function execution(value) {
146
+ return value.kind === "settled" ? { kind: "settled", result: taskResult(value.result) } : value;
147
+ }
148
+ function observation(value) {
149
+ if (value.kind === "foreground")
150
+ return { kind: value.kind, waitId: value.waitId };
151
+ if (value.kind === "none" && (value.reason === "task-settled" || value.reason === "owner-closing"))
152
+ return { kind: value.kind, reason: value.reason };
153
+ const reasons = [
154
+ "explicit",
155
+ "default-background",
156
+ "elapsed",
157
+ "intercom-coordination",
158
+ "input-needed",
159
+ "not-observed",
160
+ "observer-cancelled",
161
+ ];
162
+ const reason = reasons.find((reason) => reason === value.reason);
163
+ if (value.kind === "background" && reason)
164
+ return { kind: value.kind, reason };
165
+ throw new Error("Invalid native host observation");
166
+ }
167
+ function record(value) {
168
+ if (value.kind !== "agent" && value.kind !== "command")
169
+ throw new Error(`Invalid native task kind: ${value.kind}`);
170
+ return {
171
+ ref: reference(value.ref),
172
+ launchOperationId: value.launchOperationId,
173
+ ...(value.parentTaskId === undefined ? {} : { parentTaskId: value.parentTaskId }),
174
+ ...(value.launchGroupId === undefined ? {} : { launchGroupId: value.launchGroupId }),
175
+ launchOrdinal: value.launchOrdinal,
176
+ kind: value.kind,
177
+ title: value.title,
178
+ ...(value.agentName === undefined ? {} : { agentName: value.agentName }),
179
+ ...(value.model === undefined ? {} : { model: value.model }),
180
+ ...(value.thinking === undefined ? {} : { thinking: value.thinking }),
181
+ execution: execution(value.execution),
182
+ observation: observation(value.observation),
183
+ ...(value.wasBackground === undefined ? {} : { wasBackground: value.wasBackground }),
184
+ attention: value.attention,
185
+ cleanup: value.cleanup,
186
+ ...(value.currentAction === undefined
187
+ ? {}
188
+ : { currentAction: { tool: value.currentAction.tool, text: value.currentAction.text } }),
189
+ ...(value.metrics === undefined
190
+ ? {}
191
+ : {
192
+ metrics: {
193
+ ...(value.metrics.elapsedMs === undefined ? {} : { elapsedMs: value.metrics.elapsedMs }),
194
+ ...(value.metrics.toolCount === undefined ? {} : { toolCount: value.metrics.toolCount }),
195
+ ...(value.metrics.tokenCount === undefined ? {} : { tokenCount: value.metrics.tokenCount }),
196
+ },
197
+ }),
198
+ output: output(value.output),
199
+ };
200
+ }
201
+ function snapshot(value) {
202
+ if (value.state !== "open" && value.state !== "closing" && value.state !== "closed")
203
+ throw new Error(`Invalid native owner state: ${value.state}`);
204
+ return {
205
+ ownerId: value.ownerId,
206
+ scope: value.scope,
207
+ generation: value.generation,
208
+ state: value.state,
209
+ tasks: value.tasks.map(record),
210
+ cursor: cursor(value.cursor),
211
+ };
212
+ }
213
+ function activity(value) {
214
+ if (value.change.kind === "attention-set" && value.change.attention.kind === "none")
215
+ throw new Error("Native attention-set cannot clear attention");
216
+ // Native tagged variants are owned wire data; only attention-set has a wider generated declaration.
217
+ return value;
218
+ }
219
+ function payload(value) {
220
+ switch (value.kind) {
221
+ case "task-admitted":
222
+ return { kind: value.kind, task: record(value.task) };
223
+ case "task-started":
224
+ return { kind: value.kind, ref: reference(value.ref) };
225
+ case "wait-started": {
226
+ if (value.observer !== "sdk" && value.observer !== "host")
227
+ throw new Error("Invalid native observer");
228
+ return {
229
+ kind: value.kind,
230
+ ref: reference(value.ref),
231
+ waitId: value.waitId,
232
+ observer: value.observer,
233
+ };
234
+ }
235
+ case "wait-yielded":
236
+ return { kind: value.kind, ref: reference(value.ref), waitId: value.waitId, reason: value.reason };
237
+ case "host-observation-changed":
238
+ return { kind: value.kind, ref: reference(value.ref), observation: observation(value.observation) };
239
+ case "task-activity":
240
+ return { kind: value.kind, ref: reference(value.ref), activity: activity(value.activity) };
241
+ case "task-cancelling":
242
+ return { kind: value.kind, ref: reference(value.ref), cause: value.cause };
243
+ case "task-settled":
244
+ return {
245
+ kind: value.kind,
246
+ ref: reference(value.ref),
247
+ result: taskResult(value.result),
248
+ completionId: value.completionId,
249
+ };
250
+ case "cleanup-changed":
251
+ return { kind: value.kind, ref: reference(value.ref), cleanup: value.cleanup };
252
+ case "owner-closing":
253
+ case "owner-closed":
254
+ return { kind: value.kind };
255
+ }
256
+ }
257
+ function event(value) {
258
+ if (value.schemaVersion !== 1)
259
+ throw new Error("Unsupported native task event schema");
260
+ return {
261
+ schemaVersion: 1,
262
+ cursor: cursor(value.cursor),
263
+ ownerId: value.ownerId,
264
+ ...(value.taskId === undefined ? {} : { taskId: value.taskId }),
265
+ payload: payload(value.payload),
266
+ };
267
+ }
268
+ function waitOutcome(value) {
269
+ return value.kind === "settled"
270
+ ? { kind: value.kind, taskId: value.taskId, result: taskResult(value.result) }
271
+ : { kind: value.kind, taskId: value.taskId, waitId: value.waitId, reason: value.reason };
272
+ }
273
+ function cancelReceipt(value) {
274
+ if (value.decision !== "already-settled" && value.decision !== "cancellation-requested")
275
+ throw new Error("Invalid cancellation decision");
276
+ return {
277
+ taskId: value.taskId,
278
+ decision: value.decision,
279
+ execution: execution(value.execution),
280
+ cleanup: value.cleanup,
281
+ };
282
+ }
283
+ function reportReceipt(value) {
284
+ if (value.disposition !== "accepted" && value.disposition !== "duplicate")
285
+ throw new Error("Invalid report disposition");
286
+ return { reportId: value.reportId, cursor: cursor(value.cursor), disposition: value.disposition };
287
+ }
288
+ /** Projection only: native ordering remains the sole lifecycle authority. */
289
+ function applyEvent(current, value) {
290
+ const next = { ...current, tasks: [...current.tasks], cursor: value.cursor };
291
+ const change = value.payload;
292
+ if (change.kind === "owner-closing") {
293
+ next.state = "closing";
294
+ next.tasks = next.tasks.map((task) => task.execution.kind === "settled" ? task : { ...task, attention: { kind: "none" } });
295
+ return next;
296
+ }
297
+ if (change.kind === "owner-closed") {
298
+ next.state = "closed";
299
+ return next;
300
+ }
301
+ if (change.kind === "task-admitted") {
302
+ next.tasks.push(change.task);
303
+ return next;
304
+ }
305
+ const index = next.tasks.findIndex((task) => task.ref.taskId === change.ref.taskId);
306
+ if (index < 0)
307
+ throw new Error("Native delta references a task absent from its snapshot");
308
+ const task = { ...next.tasks[index] };
309
+ next.tasks[index] = task;
310
+ switch (change.kind) {
311
+ case "task-started":
312
+ task.execution = { kind: "running" };
313
+ break;
314
+ case "host-observation-changed":
315
+ task.observation = change.observation;
316
+ if (change.observation.kind === "background" && change.observation.reason !== "not-observed")
317
+ task.wasBackground = true;
318
+ break;
319
+ case "task-cancelling":
320
+ task.execution = { kind: "cancelling", cause: change.cause };
321
+ break;
322
+ case "task-settled":
323
+ task.execution = { kind: "settled", result: change.result };
324
+ task.attention = { kind: "none" };
325
+ if (change.result.output !== undefined)
326
+ task.output = change.result.output;
327
+ break;
328
+ case "cleanup-changed":
329
+ task.cleanup = change.cleanup;
330
+ break;
331
+ case "task-activity": {
332
+ const activity = change.activity.change;
333
+ switch (activity.kind) {
334
+ case "action":
335
+ task.currentAction = { tool: activity.tool, text: activity.text };
336
+ if (task.attention.kind === "no-recent-activity")
337
+ task.attention = { kind: "none" };
338
+ break;
339
+ case "model":
340
+ task.model = activity.model;
341
+ task.thinking = activity.thinking;
342
+ break;
343
+ case "metrics":
344
+ task.metrics = {
345
+ ...task.metrics,
346
+ ...(activity.elapsedMs === undefined ? {} : { elapsedMs: activity.elapsedMs }),
347
+ ...(activity.toolCount === undefined ? {} : { toolCount: activity.toolCount }),
348
+ ...(activity.tokenCount === undefined ? {} : { tokenCount: activity.tokenCount }),
349
+ };
350
+ break;
351
+ case "attention-set":
352
+ task.attention = activity.attention;
353
+ break;
354
+ case "attention-clear":
355
+ if (task.attention.kind === "input-needed" && task.attention.requestId === activity.requestId)
356
+ task.attention = { kind: "none" };
357
+ break;
358
+ case "output":
359
+ break;
360
+ }
361
+ break;
362
+ }
363
+ case "wait-started":
364
+ case "wait-yielded":
365
+ break;
366
+ }
367
+ return next;
368
+ }
369
+ /** One bounded wake poll per live subscription, including a journal with no retained event. */
370
+ const RECONCILE_INTERVAL_MS = 25;
371
+ const MAX_PENDING_EVENTS = 64;
372
+ export class TaskSubscription {
373
+ #native;
374
+ #lease;
375
+ #resource;
376
+ #timer;
377
+ #queue;
378
+ #epoch;
379
+ #next;
380
+ #disposed;
381
+ #snapshot;
382
+ #cursor;
383
+ #onDispose;
384
+ #failure;
385
+ constructor(actor, initial, onDispose) {
386
+ this.#resource = new AsyncResource("TaskSubscription");
387
+ this.#queue = [];
388
+ this.#epoch = 0;
389
+ this.#disposed = false;
390
+ /** Reconciliation supplements the RFC snapshot/cursor/iterable contract. */
391
+ this.onReconcile = () => { };
392
+ this.lease = new SubscriptionCapability();
393
+ Object.freeze(this.lease);
394
+ this.#native = actor;
395
+ this.#lease = initial.lease;
396
+ this.#snapshot = snapshot(initial.snapshot);
397
+ this.#cursor = cursor(initial.cursor);
398
+ this.#onDispose = onDispose;
399
+ this.events = {
400
+ [Symbol.asyncIterator]: () => {
401
+ const epoch = this.#epoch;
402
+ return {
403
+ next: () => {
404
+ if (epoch !== this.#epoch)
405
+ return Promise.resolve({ done: true, value: undefined });
406
+ const value = this.#queue.shift();
407
+ if (value)
408
+ return Promise.resolve({ done: false, value });
409
+ if (this.#disposed)
410
+ return Promise.resolve({ done: true, value: undefined });
411
+ if (this.#next)
412
+ return Promise.reject(new Error("Only one pending subscription read is supported"));
413
+ return new Promise((resolve) => {
414
+ this.#next = resolve;
415
+ });
416
+ },
417
+ return: async () => {
418
+ if (epoch === this.#epoch)
419
+ this.dispose();
420
+ return { done: true, value: undefined };
421
+ },
422
+ };
423
+ },
424
+ };
425
+ this.#arm();
426
+ }
427
+ get snapshot() {
428
+ return this.#snapshot;
429
+ }
430
+ get cursor() {
431
+ return this.#cursor;
432
+ }
433
+ /** Consumer exceptions are observable without breaking the native wake or fallback poll. */
434
+ get failure() {
435
+ return this.#failure;
436
+ }
437
+ /** Callback payloads are authentic hints; only the journal/snapshot is authoritative. */
438
+ wake(_hint) {
439
+ this.#resource.runInAsyncScope(() => this.drain());
440
+ }
441
+ #arm() {
442
+ if (this.#disposed || this.#timer)
443
+ return;
444
+ this.#timer = setTimeout(() => {
445
+ this.#timer = undefined;
446
+ this.#resource.runInAsyncScope(() => this.drain());
447
+ this.#arm();
448
+ }, RECONCILE_INTERVAL_MS);
449
+ this.#timer.unref();
450
+ }
451
+ drain() {
452
+ if (this.#disposed)
453
+ return;
454
+ const drained = this.#native.drainOwnerTasks(this.#lease);
455
+ if (!drained.ok) {
456
+ this.dispose();
457
+ return;
458
+ }
459
+ const events = drained.value.events.map(event);
460
+ if (drained.value.snapshot)
461
+ this.#snapshot = snapshot(drained.value.snapshot);
462
+ for (const value of events) {
463
+ if (BigInt(value.cursor.sequence) > BigInt(this.#snapshot.cursor.sequence))
464
+ this.#snapshot = applyEvent(this.#snapshot, value);
465
+ }
466
+ this.#cursor = cursor(drained.value.cursor);
467
+ this.#snapshot = { ...this.#snapshot, cursor: this.#cursor };
468
+ const overflow = this.#queue.length + events.length > MAX_PENDING_EVENTS;
469
+ const reset = drained.value.reset || overflow;
470
+ if (reset) {
471
+ this.#queue = [];
472
+ this.#epoch++;
473
+ // End the old iterator only after publishing the authoritative snapshot/cursor.
474
+ // A new iterator on the same iterable observes subsequent authentic deltas.
475
+ this.#next?.({ done: true, value: undefined });
476
+ this.#next = undefined;
477
+ }
478
+ if (drained.value.snapshot || events.length) {
479
+ try {
480
+ this.#resource.runInAsyncScope(this.onReconcile, undefined, this.#snapshot);
481
+ }
482
+ catch (error) {
483
+ this.#failure = new Error(rejectionMessage(error));
484
+ }
485
+ }
486
+ if (this.#disposed)
487
+ return;
488
+ if (!reset)
489
+ for (const value of events) {
490
+ if (this.#next) {
491
+ const next = this.#next;
492
+ this.#next = undefined;
493
+ next({ done: false, value });
494
+ }
495
+ else
496
+ this.#queue.push(value);
497
+ }
498
+ if (this.#snapshot.state === "closed")
499
+ this.dispose(false);
500
+ }
501
+ dispose(clear = true) {
502
+ if (this.#disposed)
503
+ return;
504
+ this.#disposed = true;
505
+ if (this.#timer)
506
+ clearTimeout(this.#timer);
507
+ this.#timer = undefined;
508
+ this.#native.disposeSubscription(this.#lease);
509
+ if (clear)
510
+ this.#queue = [];
511
+ this.#next?.({ done: true, value: undefined });
512
+ this.#next = undefined;
513
+ this.#resource.emitDestroy();
514
+ this.#onDispose();
515
+ }
516
+ }
517
+ function createNativeSupervisor() {
518
+ // Keep loading separate from `new`: type-assertion erasure in the build
519
+ // must not move construction onto createModuleRequire instead of the class.
520
+ const binding = createModuleRequire(import.meta.url)("@bastani/atomic-natives");
521
+ return new binding.TaskSupervisor();
522
+ }
523
+ export class TaskSupervisor {
524
+ #native = createNativeSupervisor();
525
+ #hosts = environment.hosts;
526
+ #owners = environment.owners;
527
+ #tasks = environment.tasks;
528
+ #waits = environment.waits;
529
+ #waitRegistry = environment.waitRegistry;
530
+ #ownerIds = environment.ownerIds;
531
+ bindHostSession(binding) {
532
+ const host = new HostCapability();
533
+ Object.freeze(host);
534
+ this.#hosts.set(host, { native: this.#native.bindHostSession(binding.scope), binding });
535
+ return host;
536
+ }
537
+ openTaskOwner(host, scope) {
538
+ const state = this.#host(host);
539
+ return mapped(this.#native.openTaskOwner(state.native, scope), (lease) => {
540
+ const probe = this.#native.watchOwnerTasks(lease, (_hint) => { });
541
+ if (!probe.ok)
542
+ throw new Error(probe.error.message);
543
+ const id = probe.value.snapshot.ownerId;
544
+ this.#native.disposeSubscription(probe.value.lease);
545
+ const existing = this.#ownerIds.get(id);
546
+ if (existing)
547
+ return existing;
548
+ const owner = new OwnerCapability();
549
+ Object.freeze(owner);
550
+ const ownerState = {
551
+ native: lease,
552
+ host: state,
553
+ tasks: new Map(),
554
+ watches: new Set(),
555
+ settledTasks: new Set(),
556
+ commandAdmissions: new Set(),
557
+ };
558
+ this.#owners.set(owner, ownerState);
559
+ this.#ownerIds.set(id, owner);
560
+ const watched = this.watchOwnerTasks(owner);
561
+ if (!watched.ok)
562
+ throw new Error(watched.error.message);
563
+ watched.value.onReconcile = (projection) => {
564
+ if (projection.state === "closed")
565
+ this.#ownerIds.delete(projection.ownerId);
566
+ for (const record of projection.tasks) {
567
+ const cause = record.execution.kind === "cancelling"
568
+ ? record.execution.cause
569
+ : projection.state !== "open" && record.cleanup.kind !== "reaped"
570
+ ? "owner-close"
571
+ : undefined;
572
+ if (!cause)
573
+ continue;
574
+ const task = this.#owner(owner).tasks.get(record.ref.taskId);
575
+ if (task)
576
+ this.#task(task).controller.abort(cause);
577
+ }
578
+ let failure;
579
+ for (const record of projection.tasks) {
580
+ if (record.execution.kind !== "settled" ||
581
+ ownerState.settledTasks.has(record.ref.taskId) ||
582
+ !state.binding.onTaskSettled)
583
+ continue;
584
+ try {
585
+ // Cancellation settles at cleanup (or while queued), without a runner outcome.
586
+ // Recover its authentic receipt even when the bounded journal has reset.
587
+ const task = this.#native.lookupTask(lease, record.ref.taskId);
588
+ if (!task.ok)
589
+ throw new Error(task.error.message);
590
+ const settled = this.#native.taskSettlement(task.value);
591
+ if (!settled.ok)
592
+ throw new Error(settled.error.message);
593
+ this.#notifyTaskSettled(ownerState, record.ref, settled.value);
594
+ }
595
+ catch (error) {
596
+ failure ??= new Error(rejectionMessage(error));
597
+ }
598
+ }
599
+ if (failure)
600
+ throw failure;
601
+ };
602
+ watched.value.onReconcile(watched.value.snapshot);
603
+ return owner;
604
+ }, ownerErrors);
605
+ }
606
+ #notifyTaskSettled(state, ref, receipt) {
607
+ if (!state.host.binding.onTaskSettled || state.settledTasks.has(ref.taskId))
608
+ return;
609
+ // Runner outcomes and snapshot recovery share one delivery door. Mark before
610
+ // host code so reentrant drains or callback failures cannot redeliver.
611
+ state.settledTasks.add(ref.taskId);
612
+ state.host.binding.onTaskSettled(ref, {
613
+ taskId: receipt.taskId,
614
+ cursor: cursor(receipt.cursor),
615
+ result: taskResult(receipt.result),
616
+ completionId: receipt.completionId,
617
+ });
618
+ }
619
+ async startCommandTask(owner, intent, operation) {
620
+ const state = this.#owner(owner);
621
+ state.host.binding.authorizeCommandLaunch?.(intent);
622
+ // Native command setup can be admitted before its task lease is visible in JS.
623
+ let finishAdmission;
624
+ const admission = new Promise((resolve) => {
625
+ finishAdmission = resolve;
626
+ });
627
+ state.commandAdmissions.add(admission);
628
+ try {
629
+ const admitted = mapped(await this.#native.startCommandTask(state.native, intent, operation), (lease) => lease, startErrors);
630
+ if (!admitted.ok)
631
+ return admitted;
632
+ const ref = this.#native.taskReference(admitted.value);
633
+ if (!ref.ok)
634
+ throw new Error(ref.error.message);
635
+ const id = ref.value.taskId;
636
+ const existing = state.tasks.get(id);
637
+ if (existing)
638
+ return { ok: true, value: existing };
639
+ const task = new TaskCapability();
640
+ this.#tasks.set(task, {
641
+ native: admitted.value,
642
+ owner: state,
643
+ ref: reference(ref.value),
644
+ controller: new AbortController(),
645
+ kind: "command",
646
+ });
647
+ state.tasks.set(id, task);
648
+ return { ok: true, value: task };
649
+ }
650
+ finally {
651
+ state.commandAdmissions.delete(admission);
652
+ finishAdmission();
653
+ }
654
+ }
655
+ /** Caller must hold launch authorization closed while this snapshot drains. */
656
+ async drainCommandAdmissions(owner) {
657
+ await Promise.all([...this.#owner(owner).commandAdmissions]);
658
+ }
659
+ taskStdin(task) {
660
+ return mapped(this.#native.taskStdin(this.#task(task).native), (input) => {
661
+ const lease = new StdinCapability();
662
+ environment.inputs.set(lease, input);
663
+ return lease;
664
+ }, ["TaskTerminal", "StdinClosed", "UnknownTask", "OutputUnavailable"]);
665
+ }
666
+ async writeTaskInput(input, operation, data) {
667
+ const lease = environment.inputs.get(input);
668
+ if (!lease)
669
+ throw new TypeError("Foreign stdin capability");
670
+ return mapped(await this.#native.writeTaskInput(lease, operation, data.kind === "bytes" ? { kind: "bytes", bytes: Buffer.from(data.bytes) } : data), (value) => ({
671
+ operationId: value.operationId,
672
+ acceptedBytes: value.acceptedBytes,
673
+ kind: value.kind,
674
+ }), ["TaskTerminal", "StdinClosed", "InputBackpressure", "OperationConflict", "InputDeliveryUnknown"]);
675
+ }
676
+ async readTaskOutput(task, range) {
677
+ return mapped(await this.#native.readTaskOutput(this.#task(task).native, range), (page) => ({
678
+ requested: page.requested,
679
+ chunks: page.chunks.map((chunk) => ({ offsets: chunk.offsets, bytes: new Uint8Array(chunk.bytes) })),
680
+ omittedRanges: page.omittedRanges,
681
+ ...(page.nextOffset === undefined ? {} : { nextOffset: page.nextOffset }),
682
+ }), ["UnknownTask", "OutputUnavailable"]);
683
+ }
684
+ async startAgentTask(owner, intent, operation, schedule) {
685
+ const state = this.#owner(owner);
686
+ state.host.binding.authorizeLaunch(intent);
687
+ const admitted = mapped(this.#native.startAgentTask(state.native, intent, operation), (lease) => lease, startErrors);
688
+ if (!admitted.ok)
689
+ return admitted;
690
+ const ref = this.#native.taskReference(admitted.value);
691
+ if (!ref.ok)
692
+ throw new Error(ref.error.message);
693
+ const id = ref.value.taskId;
694
+ const existing = state.tasks.get(id);
695
+ if (existing)
696
+ return { ok: true, value: existing };
697
+ const task = new TaskCapability();
698
+ Object.freeze(task);
699
+ const taskState = {
700
+ native: admitted.value,
701
+ owner: state,
702
+ ref: reference(ref.value),
703
+ controller: new AbortController(),
704
+ };
705
+ this.#tasks.set(task, taskState);
706
+ state.tasks.set(id, task);
707
+ const dispatch = AsyncResource.bind(async () => {
708
+ if (taskState.controller.signal.aborted)
709
+ return;
710
+ const runner = mapped(this.#native.claimTaskRunner(admitted.value), (lease) => lease, startErrors);
711
+ if (!runner.ok)
712
+ throw new Error(`${runner.error.code}: ${runner.error.message}`);
713
+ let execution;
714
+ try {
715
+ execution = state.host.binding.createRunner({
716
+ ref: reference(taskState.ref),
717
+ signal: taskState.controller.signal,
718
+ bindTranscript: (session) => {
719
+ taskState.transcript = session;
720
+ },
721
+ reportActivity: (report) => mapped(this.#native.reportTaskActivity(runner.value, report), reportReceipt, reportErrors),
722
+ }, intent);
723
+ }
724
+ catch (error) {
725
+ const message = rejectionMessage(error);
726
+ execution = {
727
+ result: Promise.resolve({ kind: "failed", code: "SpawnFailed", message }),
728
+ cleanup: Promise.resolve({
729
+ kind: "failed",
730
+ resources: [{ resource: "fake-runner-setup", code: "CleanupUnconfirmed", message }],
731
+ }),
732
+ };
733
+ }
734
+ const outcome = execution.result
735
+ .catch((error) => ({ kind: "failed", code: "RunnerFailed", message: rejectionMessage(error) }))
736
+ .then((result) => {
737
+ return mapped(this.#native.reportRunnerOutcome(runner.value, result), (receipt) => this.#notifyTaskSettled(state, taskState.ref, receipt), reportErrors);
738
+ });
739
+ const cleanup = execution.cleanup.catch((error) => ({
740
+ kind: "failed",
741
+ resources: [{ resource: "fake-runner", code: "CleanupFailed", message: rejectionMessage(error) }],
742
+ }));
743
+ taskState.execution = cleanup.then(async (evidence) => {
744
+ // Natural reaping follows its outcome; cancellation needs only confirmed stop.
745
+ // A result may never arrive after abort, including when cleanup arrived first.
746
+ const signal = taskState.controller.signal;
747
+ let stopped;
748
+ const cancelled = new Promise((resolve) => {
749
+ stopped = () => resolve(undefined);
750
+ if (signal.aborted)
751
+ stopped();
752
+ else
753
+ signal.addEventListener("abort", stopped, { once: true });
754
+ });
755
+ const reported = await Promise.race([outcome, cancelled]).finally(() => {
756
+ signal.removeEventListener("abort", stopped);
757
+ });
758
+ const acknowledged = mapped(this.#native.acknowledgeTaskCleanup(runner.value, evidence), (cleanup) => cleanup, reportErrors);
759
+ if (reported && !reported.ok && !(signal.aborted && reported.error.code === "ReportConflict"))
760
+ return reported;
761
+ return acknowledged;
762
+ });
763
+ await taskState.execution;
764
+ });
765
+ if (schedule)
766
+ schedule(dispatch);
767
+ else
768
+ void dispatch();
769
+ // Setup is complete. Do not await execution; ready terminal microtasks may win observation.
770
+ await Promise.resolve();
771
+ return { ok: true, value: task };
772
+ }
773
+ taskReference(task) {
774
+ return reference(this.#task(task).ref);
775
+ }
776
+ async waitForTask(task, budgetMs, designation) {
777
+ const registered = mapped(this.#native.waitForTask(this.#task(task).native, this.#agentBudget(this.#task(task).owner, budgetMs, this.#task(task).kind === "command"), designation ? this.#host(designation).native : undefined), (lease) => this.#register(lease), waitErrors);
778
+ return registered.ok ? this.observeTaskWait(registered.value) : registered;
779
+ }
780
+ /** Resolve only a task admitted under this live owner; IDs alone confer no authority. */
781
+ lookupTask(owner, taskId) {
782
+ const state = this.#owner(owner);
783
+ const found = mapped(this.#native.lookupTask(state.native, taskId), () => state.tasks.get(taskId), waitErrors);
784
+ if (!found.ok)
785
+ return found;
786
+ if (!found.value)
787
+ return { ok: false, error: { code: "UnknownTask", message: "No agent runner bound to task" } };
788
+ return { ok: true, value: found.value };
789
+ }
790
+ async waitForTaskId(owner, taskId, budgetMs, onRegistered) {
791
+ const found = mapped(this.#native.lookupTask(this.#owner(owner).native, taskId), (lease) => lease, waitErrors);
792
+ if (!found.ok)
793
+ return found;
794
+ const known = this.#owner(owner).tasks.get(taskId);
795
+ const registered = mapped(this.#native.waitForTask(found.value, this.#agentBudget(this.#owner(owner), budgetMs, known !== undefined && this.#task(known).kind === "command")), (lease) => this.#register(lease), waitErrors);
796
+ if (!registered.ok)
797
+ return registered;
798
+ onRegistered?.(registered.value);
799
+ return this.observeTaskWait(registered.value);
800
+ }
801
+ async foregroundTask(task, budgetMs) {
802
+ const state = this.#task(task);
803
+ const errors = ["TaskTerminal", "OwnerClosing", "UnknownTask", "ObserverCancelled"];
804
+ const registered = mapped(this.#native.foregroundTask(state.native, state.owner.host.native, this.#agentBudget(state.owner, budgetMs, state.kind === "command")), (lease) => this.#register(lease), errors);
805
+ return registered.ok
806
+ ? mapped(await this.observeTaskWait(registered.value), (outcome) => outcome, errors)
807
+ : registered;
808
+ }
809
+ waitId(wait) {
810
+ return this.#wait(wait).native.waitId;
811
+ }
812
+ findWait(id) {
813
+ return this.#waitRegistry.get(id);
814
+ }
815
+ observeTaskWait(wait) {
816
+ return this.#wait(wait).outcome;
817
+ }
818
+ yieldTaskWait(wait, reason) {
819
+ return mapped(this.#native.yieldTaskWait(this.#wait(wait).native, reason), waitOutcome, [
820
+ "UnknownWait",
821
+ "StaleGeneration",
822
+ "ObserverCancelled",
823
+ ]);
824
+ }
825
+ disposeTaskWait(wait) {
826
+ return mapped(this.#native.disposeTaskWait(this.#wait(wait).native), () => undefined, waitErrors);
827
+ }
828
+ async initialObservation(task, policy, onRegistered) {
829
+ const state = this.#task(task);
830
+ policy ??= state.kind === "command" ? { kind: "foreground" } : undefined;
831
+ const registered = mapped(this.#native.waitForTask(state.native, policy?.kind === "foreground"
832
+ ? this.#agentBudget(state.owner, policy.budgetMs, state.kind === "command")
833
+ : undefined, state.owner.host.native), (lease) => this.#register(lease), waitErrors);
834
+ if (!registered.ok)
835
+ return registered;
836
+ onRegistered?.(registered.value);
837
+ if (policy?.kind !== "foreground")
838
+ this.yieldTaskWait(registered.value, policy ? "explicit" : "default-background");
839
+ return this.observeTaskWait(registered.value);
840
+ }
841
+ async cancelTask(task, cause) {
842
+ const state = this.#task(task);
843
+ const result = mapped(this.#native.cancelTask(state.native, cause), cancelReceipt, [
844
+ "UnknownTask",
845
+ "CleanupFailed",
846
+ ]);
847
+ if (result.ok && result.value.decision === "cancellation-requested")
848
+ state.controller.abort(cause);
849
+ return result;
850
+ }
851
+ async closeTaskOwner(owner, cause) {
852
+ const state = this.#owner(owner);
853
+ const closing = this.#native.closeTaskOwner(state.native, cause);
854
+ for (const task of state.tasks.values())
855
+ this.#task(task).controller.abort("owner-close");
856
+ const result = mapped(await closing, (receipt) => ({
857
+ ownerId: receipt.ownerId,
858
+ state: "closed",
859
+ tasks: receipt.tasks.map(cancelReceipt),
860
+ }), ["CleanupFailed", "EnvironmentClosing"]);
861
+ if (result.ok)
862
+ for (const task of state.tasks.values()) {
863
+ const completed = await this.#task(task).execution;
864
+ if (completed && !completed.ok)
865
+ throw new Error(`Runner protocol failed: ${completed.error.code}: ${completed.error.message}`);
866
+ }
867
+ if (result.ok)
868
+ for (const watch of state.watches) {
869
+ watch.drain();
870
+ watch.dispose(false);
871
+ }
872
+ return result;
873
+ }
874
+ /**
875
+ * The bounded stream carries only authentic deltas. Overflow/native reset publishes
876
+ * snapshot/cursor then ends the current iterator, even with no surviving delta.
877
+ * Reconcile on completion; obtain a new iterator on the same events iterable to
878
+ * continue observing. Apply snapshots first and ignore deltas at/below their cursor.
879
+ * onReconcile is optional; consumer failures never disable the fallback poll.
880
+ */
881
+ watchOwnerTasks(owner, from) {
882
+ const state = this.#owner(owner);
883
+ let subscription;
884
+ return mapped(this.#native.watchOwnerTasks(state.native, (hint) => subscription?.wake(hint), from), (initial) => {
885
+ subscription = new TaskSubscription(this.#native, initial, () => {
886
+ if (subscription)
887
+ state.watches.delete(subscription);
888
+ });
889
+ state.watches.add(subscription);
890
+ return subscription;
891
+ }, watchErrors);
892
+ }
893
+ #agentBudget(owner, budgetMs, command = false) {
894
+ if (budgetMs !== undefined)
895
+ return budgetMs;
896
+ const configuration = owner.host.binding.tasks?.wait;
897
+ if (configuration?.kind === "until-settled")
898
+ return undefined;
899
+ return command
900
+ ? (configuration?.commandBudgetMs ?? COMMAND_FOREGROUND_BUDGET_MS)
901
+ : (configuration?.agentBudgetMs ?? DEFAULT_AGENT_WAIT_BUDGET_MS);
902
+ }
903
+ #register(lease) {
904
+ const wait = new WaitCapability();
905
+ Object.freeze(wait);
906
+ const id = lease.waitId;
907
+ this.#waitRegistry.set(id, wait);
908
+ const outcome = this.#native
909
+ .observeTaskWait(lease)
910
+ .then((result) => mapped(result, waitOutcome, waitErrors))
911
+ .finally(() => {
912
+ this.#waitRegistry.delete(id);
913
+ });
914
+ this.#waits.set(wait, { native: lease, outcome });
915
+ return wait;
916
+ }
917
+ #host(host) {
918
+ const state = this.#hosts.get(host);
919
+ if (!state)
920
+ throw new TypeError("Foreign host capability");
921
+ return state;
922
+ }
923
+ #owner(owner) {
924
+ const state = this.#owners.get(owner);
925
+ if (!state)
926
+ throw new TypeError("Foreign owner capability");
927
+ return state;
928
+ }
929
+ #task(task) {
930
+ const state = this.#tasks.get(task);
931
+ if (!state)
932
+ throw new TypeError("Foreign task capability");
933
+ return state;
934
+ }
935
+ #wait(wait) {
936
+ const state = this.#waits.get(wait);
937
+ if (!state)
938
+ throw new TypeError("Foreign wait capability");
939
+ return state;
940
+ }
941
+ }
942
+ //# sourceMappingURL=supervisor.js.map