@stigmer/react 3.1.17 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (815) hide show
  1. package/agent-instance/AgentInstanceList.d.ts.map +1 -1
  2. package/agent-instance/AgentInstanceList.js +11 -3
  3. package/agent-instance/AgentInstanceList.js.map +1 -1
  4. package/channel/AgentChannelsPanel.d.ts +60 -0
  5. package/channel/AgentChannelsPanel.d.ts.map +1 -0
  6. package/channel/AgentChannelsPanel.js +255 -0
  7. package/channel/AgentChannelsPanel.js.map +1 -0
  8. package/channel/ChannelConversationsDialog.d.ts +41 -0
  9. package/channel/ChannelConversationsDialog.d.ts.map +1 -0
  10. package/channel/ChannelConversationsDialog.js +94 -0
  11. package/channel/ChannelConversationsDialog.js.map +1 -0
  12. package/channel/ChannelCredentialsDialog.d.ts +37 -0
  13. package/channel/ChannelCredentialsDialog.d.ts.map +1 -0
  14. package/channel/ChannelCredentialsDialog.js +75 -0
  15. package/channel/ChannelCredentialsDialog.js.map +1 -0
  16. package/channel/ChannelToolCredentials.d.ts +31 -0
  17. package/channel/ChannelToolCredentials.d.ts.map +1 -0
  18. package/channel/ChannelToolCredentials.js +41 -0
  19. package/channel/ChannelToolCredentials.js.map +1 -0
  20. package/channel/ConnectSlackDialog.d.ts +61 -0
  21. package/channel/ConnectSlackDialog.d.ts.map +1 -0
  22. package/channel/ConnectSlackDialog.js +238 -0
  23. package/channel/ConnectSlackDialog.js.map +1 -0
  24. package/channel/ConnectWhatsAppDialog.d.ts +70 -0
  25. package/channel/ConnectWhatsAppDialog.d.ts.map +1 -0
  26. package/channel/ConnectWhatsAppDialog.js +256 -0
  27. package/channel/ConnectWhatsAppDialog.js.map +1 -0
  28. package/channel/SlackMarkIcon.d.ts +11 -0
  29. package/channel/SlackMarkIcon.d.ts.map +1 -0
  30. package/channel/SlackMarkIcon.js +13 -0
  31. package/channel/SlackMarkIcon.js.map +1 -0
  32. package/channel/WhatsAppMarkIcon.d.ts +12 -0
  33. package/channel/WhatsAppMarkIcon.d.ts.map +1 -0
  34. package/channel/WhatsAppMarkIcon.js +14 -0
  35. package/channel/WhatsAppMarkIcon.js.map +1 -0
  36. package/channel/connect/ServingAppSection.d.ts +57 -0
  37. package/channel/connect/ServingAppSection.d.ts.map +1 -0
  38. package/channel/connect/ServingAppSection.js +49 -0
  39. package/channel/connect/ServingAppSection.js.map +1 -0
  40. package/channel/connect/ToolCredentialsSection.d.ts +20 -0
  41. package/channel/connect/ToolCredentialsSection.d.ts.map +1 -0
  42. package/channel/connect/ToolCredentialsSection.js +22 -0
  43. package/channel/connect/ToolCredentialsSection.js.map +1 -0
  44. package/channel/connect/VerbatimRefusal.d.ts +16 -0
  45. package/channel/connect/VerbatimRefusal.d.ts.map +1 -0
  46. package/channel/connect/VerbatimRefusal.js +18 -0
  47. package/channel/connect/VerbatimRefusal.js.map +1 -0
  48. package/channel/connect/icons.d.ts +16 -0
  49. package/channel/connect/icons.d.ts.map +1 -0
  50. package/channel/connect/icons.js +21 -0
  51. package/channel/connect/icons.js.map +1 -0
  52. package/channel/index.d.ts +36 -0
  53. package/channel/index.d.ts.map +1 -0
  54. package/channel/index.js +19 -0
  55. package/channel/index.js.map +1 -0
  56. package/channel/providerPresentation.d.ts +44 -0
  57. package/channel/providerPresentation.d.ts.map +1 -0
  58. package/channel/providerPresentation.js +106 -0
  59. package/channel/providerPresentation.js.map +1 -0
  60. package/channel/providers.d.ts +62 -0
  61. package/channel/providers.d.ts.map +1 -0
  62. package/channel/providers.js +26 -0
  63. package/channel/providers.js.map +1 -0
  64. package/channel/useAgentChannel.d.ts +31 -0
  65. package/channel/useAgentChannel.d.ts.map +1 -0
  66. package/channel/useAgentChannel.js +34 -0
  67. package/channel/useAgentChannel.js.map +1 -0
  68. package/channel/useAgentChannelList.d.ts +43 -0
  69. package/channel/useAgentChannelList.d.ts.map +1 -0
  70. package/channel/useAgentChannelList.js +39 -0
  71. package/channel/useAgentChannelList.js.map +1 -0
  72. package/channel/useChannelSessions.d.ts +47 -0
  73. package/channel/useChannelSessions.d.ts.map +1 -0
  74. package/channel/useChannelSessions.js +38 -0
  75. package/channel/useChannelSessions.js.map +1 -0
  76. package/channel/useChannelToolReadiness.d.ts +23 -0
  77. package/channel/useChannelToolReadiness.d.ts.map +1 -0
  78. package/channel/useChannelToolReadiness.js +28 -0
  79. package/channel/useChannelToolReadiness.js.map +1 -0
  80. package/channel/useConnectSlackChannel.d.ts +75 -0
  81. package/channel/useConnectSlackChannel.d.ts.map +1 -0
  82. package/channel/useConnectSlackChannel.js +115 -0
  83. package/channel/useConnectSlackChannel.js.map +1 -0
  84. package/channel/useCreateAgentChannel.d.ts +42 -0
  85. package/channel/useCreateAgentChannel.d.ts.map +1 -0
  86. package/channel/useCreateAgentChannel.js +48 -0
  87. package/channel/useCreateAgentChannel.js.map +1 -0
  88. package/channel/useDeleteAgentChannel.d.ts +40 -0
  89. package/channel/useDeleteAgentChannel.d.ts.map +1 -0
  90. package/channel/useDeleteAgentChannel.js +44 -0
  91. package/channel/useDeleteAgentChannel.js.map +1 -0
  92. package/channel/useInstallChannel.d.ts +60 -0
  93. package/channel/useInstallChannel.d.ts.map +1 -0
  94. package/channel/useInstallChannel.js +63 -0
  95. package/channel/useInstallChannel.js.map +1 -0
  96. package/channel/useOrgAgentChannelList.d.ts +32 -0
  97. package/channel/useOrgAgentChannelList.d.ts.map +1 -0
  98. package/channel/useOrgAgentChannelList.js +29 -0
  99. package/channel/useOrgAgentChannelList.js.map +1 -0
  100. package/channel/useSaveAgentChannel.d.ts +63 -0
  101. package/channel/useSaveAgentChannel.d.ts.map +1 -0
  102. package/channel/useSaveAgentChannel.js +104 -0
  103. package/channel/useSaveAgentChannel.js.map +1 -0
  104. package/channel-app/ChannelAppDetailPanel.d.ts +46 -0
  105. package/channel-app/ChannelAppDetailPanel.d.ts.map +1 -0
  106. package/channel-app/ChannelAppDetailPanel.js +142 -0
  107. package/channel-app/ChannelAppDetailPanel.js.map +1 -0
  108. package/channel-app/ChannelAppListPanel.d.ts +36 -0
  109. package/channel-app/ChannelAppListPanel.d.ts.map +1 -0
  110. package/channel-app/ChannelAppListPanel.js +63 -0
  111. package/channel-app/ChannelAppListPanel.js.map +1 -0
  112. package/channel-app/CreateChannelAppForm.d.ts +54 -0
  113. package/channel-app/CreateChannelAppForm.d.ts.map +1 -0
  114. package/channel-app/CreateChannelAppForm.js +140 -0
  115. package/channel-app/CreateChannelAppForm.js.map +1 -0
  116. package/channel-app/index.d.ts +18 -0
  117. package/channel-app/index.d.ts.map +1 -0
  118. package/channel-app/index.js +10 -0
  119. package/channel-app/index.js.map +1 -0
  120. package/channel-app/internal.d.ts +33 -0
  121. package/channel-app/internal.d.ts.map +1 -0
  122. package/channel-app/internal.js +44 -0
  123. package/channel-app/internal.js.map +1 -0
  124. package/channel-app/slackAppSetup.d.ts +80 -0
  125. package/channel-app/slackAppSetup.d.ts.map +1 -0
  126. package/channel-app/slackAppSetup.js +123 -0
  127. package/channel-app/slackAppSetup.js.map +1 -0
  128. package/channel-app/useChannelAppList.d.ts +35 -0
  129. package/channel-app/useChannelAppList.d.ts.map +1 -0
  130. package/channel-app/useChannelAppList.js +34 -0
  131. package/channel-app/useChannelAppList.js.map +1 -0
  132. package/channel-app/useCreateChannelApp.d.ts +39 -0
  133. package/channel-app/useCreateChannelApp.d.ts.map +1 -0
  134. package/channel-app/useCreateChannelApp.js +50 -0
  135. package/channel-app/useCreateChannelApp.js.map +1 -0
  136. package/channel-app/useDeleteChannelApp.d.ts +31 -0
  137. package/channel-app/useDeleteChannelApp.d.ts.map +1 -0
  138. package/channel-app/useDeleteChannelApp.js +43 -0
  139. package/channel-app/useDeleteChannelApp.js.map +1 -0
  140. package/channel-app/useUpdateChannelApp.d.ts +39 -0
  141. package/channel-app/useUpdateChannelApp.d.ts.map +1 -0
  142. package/channel-app/useUpdateChannelApp.js +50 -0
  143. package/channel-app/useUpdateChannelApp.js.map +1 -0
  144. package/channel-app/whatsappAppSetup.d.ts +51 -0
  145. package/channel-app/whatsappAppSetup.d.ts.map +1 -0
  146. package/channel-app/whatsappAppSetup.js +57 -0
  147. package/channel-app/whatsappAppSetup.js.map +1 -0
  148. package/environment/index.d.ts +2 -0
  149. package/environment/index.d.ts.map +1 -1
  150. package/environment/index.js +1 -0
  151. package/environment/index.js.map +1 -1
  152. package/environment/useToolCredentialsReadiness.d.ts +52 -0
  153. package/environment/useToolCredentialsReadiness.d.ts.map +1 -0
  154. package/environment/useToolCredentialsReadiness.js +84 -0
  155. package/environment/useToolCredentialsReadiness.js.map +1 -0
  156. package/execution/ArtifactContentBody.d.ts.map +1 -1
  157. package/execution/ArtifactContentBody.js +5 -21
  158. package/execution/ArtifactContentBody.js.map +1 -1
  159. package/execution/ArtifactFileContent.d.ts +28 -0
  160. package/execution/ArtifactFileContent.d.ts.map +1 -0
  161. package/execution/ArtifactFileContent.js +36 -0
  162. package/execution/ArtifactFileContent.js.map +1 -0
  163. package/execution/ArtifactRow.d.ts +8 -20
  164. package/execution/ArtifactRow.d.ts.map +1 -1
  165. package/execution/ArtifactRow.js +12 -45
  166. package/execution/ArtifactRow.js.map +1 -1
  167. package/execution/ArtifactRowView.d.ts +43 -0
  168. package/execution/ArtifactRowView.d.ts.map +1 -0
  169. package/execution/ArtifactRowView.js +35 -0
  170. package/execution/ArtifactRowView.js.map +1 -0
  171. package/execution/FileChangesView.d.ts.map +1 -1
  172. package/execution/FileChangesView.js +1 -61
  173. package/execution/FileChangesView.js.map +1 -1
  174. package/execution/SubAgentSection.d.ts.map +1 -1
  175. package/execution/SubAgentSection.js +4 -15
  176. package/execution/SubAgentSection.js.map +1 -1
  177. package/execution/ToolCallItem.d.ts.map +1 -1
  178. package/execution/ToolCallItem.js +16 -61
  179. package/execution/ToolCallItem.js.map +1 -1
  180. package/execution/agent-execution-document.d.ts +31 -0
  181. package/execution/agent-execution-document.d.ts.map +1 -0
  182. package/execution/agent-execution-document.js +48 -0
  183. package/execution/agent-execution-document.js.map +1 -0
  184. package/{session → execution}/artifact-document.d.ts +2 -3
  185. package/execution/artifact-document.d.ts.map +1 -0
  186. package/execution/artifact-document.js +23 -0
  187. package/execution/artifact-document.js.map +1 -0
  188. package/execution/artifact-row-item.d.ts +56 -0
  189. package/execution/artifact-row-item.d.ts.map +1 -0
  190. package/execution/artifact-row-item.js +57 -0
  191. package/execution/artifact-row-item.js.map +1 -0
  192. package/execution/deriveExecutionFileChanges.d.ts +55 -0
  193. package/execution/deriveExecutionFileChanges.d.ts.map +1 -0
  194. package/execution/deriveExecutionFileChanges.js +216 -0
  195. package/execution/deriveExecutionFileChanges.js.map +1 -0
  196. package/execution/file-change-document.d.ts +22 -0
  197. package/execution/file-change-document.d.ts.map +1 -0
  198. package/execution/file-change-document.js +34 -0
  199. package/execution/file-change-document.js.map +1 -0
  200. package/execution/index.d.ts +14 -0
  201. package/execution/index.d.ts.map +1 -1
  202. package/execution/index.js +9 -0
  203. package/execution/index.js.map +1 -1
  204. package/execution/useArtifactContentById.d.ts +61 -0
  205. package/execution/useArtifactContentById.d.ts.map +1 -0
  206. package/execution/useArtifactContentById.js +63 -0
  207. package/execution/useArtifactContentById.js.map +1 -0
  208. package/execution/useArtifactDownload.d.ts +4 -3
  209. package/execution/useArtifactDownload.d.ts.map +1 -1
  210. package/execution/useArtifactDownload.js +4 -3
  211. package/execution/useArtifactDownload.js.map +1 -1
  212. package/execution/useCreateAgentExecution.d.ts +1 -1
  213. package/execution/useLiveAgentExecution.d.ts +59 -0
  214. package/execution/useLiveAgentExecution.d.ts.map +1 -0
  215. package/execution/useLiveAgentExecution.js +73 -0
  216. package/execution/useLiveAgentExecution.js.map +1 -0
  217. package/index.d.ts +15 -10
  218. package/index.d.ts.map +1 -1
  219. package/index.js +21 -6
  220. package/index.js.map +1 -1
  221. package/internal/DecisionButton.d.ts +4 -3
  222. package/internal/DecisionButton.d.ts.map +1 -1
  223. package/internal/DecisionButton.js +4 -3
  224. package/internal/DecisionButton.js.map +1 -1
  225. package/internal/oauthPopup.d.ts +101 -0
  226. package/internal/oauthPopup.d.ts.map +1 -0
  227. package/internal/oauthPopup.js +208 -0
  228. package/internal/oauthPopup.js.map +1 -0
  229. package/internal/store/index.d.ts +0 -2
  230. package/internal/store/index.d.ts.map +1 -1
  231. package/internal/store/index.js +0 -1
  232. package/internal/store/index.js.map +1 -1
  233. package/internal/store/workflow-execution-event-store.d.ts +34 -1
  234. package/internal/store/workflow-execution-event-store.d.ts.map +1 -1
  235. package/internal/store/workflow-execution-event-store.js +81 -3
  236. package/internal/store/workflow-execution-event-store.js.map +1 -1
  237. package/internal/store/workspace-file-selection-store.d.ts +1 -2
  238. package/internal/store/workspace-file-selection-store.d.ts.map +1 -1
  239. package/internal/store/workspace-file-selection-store.js +2 -5
  240. package/internal/store/workspace-file-selection-store.js.map +1 -1
  241. package/internal/thread-card/ThreadCardShell.d.ts +91 -0
  242. package/internal/thread-card/ThreadCardShell.d.ts.map +1 -0
  243. package/internal/thread-card/ThreadCardShell.js +41 -0
  244. package/internal/thread-card/ThreadCardShell.js.map +1 -0
  245. package/internal/thread-card/glyphs.d.ts +34 -0
  246. package/internal/thread-card/glyphs.d.ts.map +1 -0
  247. package/internal/thread-card/glyphs.js +50 -0
  248. package/internal/thread-card/glyphs.js.map +1 -0
  249. package/internal/thread-card/index.d.ts +3 -0
  250. package/internal/thread-card/index.d.ts.map +1 -0
  251. package/internal/thread-card/index.js +3 -0
  252. package/internal/thread-card/index.js.map +1 -0
  253. package/internal/useRevealLine.d.ts +2 -2
  254. package/internal/useRevealLine.js +2 -2
  255. package/mcp-server/OAuthCallbackHandler.js +1 -1
  256. package/mcp-server/OAuthCallbackHandler.js.map +1 -1
  257. package/mcp-server/useMcpServerOAuthConnect.d.ts +4 -23
  258. package/mcp-server/useMcpServerOAuthConnect.d.ts.map +1 -1
  259. package/mcp-server/useMcpServerOAuthConnect.js +12 -145
  260. package/mcp-server/useMcpServerOAuthConnect.js.map +1 -1
  261. package/package.json +4 -4
  262. package/session/NewSessionViewer.d.ts.map +1 -1
  263. package/session/NewSessionViewer.js +0 -1
  264. package/session/NewSessionViewer.js.map +1 -1
  265. package/session/SessionPanelChip.d.ts +7 -22
  266. package/session/SessionPanelChip.d.ts.map +1 -1
  267. package/session/SessionPanelChip.js +8 -36
  268. package/session/SessionPanelChip.js.map +1 -1
  269. package/session/SessionViewer.d.ts +7 -4
  270. package/session/SessionViewer.d.ts.map +1 -1
  271. package/session/SessionViewer.js +32 -30
  272. package/session/SessionViewer.js.map +1 -1
  273. package/session/audience.d.ts +15 -1
  274. package/session/audience.d.ts.map +1 -1
  275. package/session/channelOrigin.d.ts +33 -0
  276. package/session/channelOrigin.d.ts.map +1 -0
  277. package/session/channelOrigin.js +36 -0
  278. package/session/channelOrigin.js.map +1 -0
  279. package/session/facets/index.d.ts +0 -2
  280. package/session/facets/index.d.ts.map +1 -1
  281. package/session/facets/index.js +0 -1
  282. package/session/facets/index.js.map +1 -1
  283. package/session/index.d.ts +2 -2
  284. package/session/index.d.ts.map +1 -1
  285. package/session/index.js +5 -3
  286. package/session/index.js.map +1 -1
  287. package/session/useSessionFileChanges.d.ts +10 -34
  288. package/session/useSessionFileChanges.d.ts.map +1 -1
  289. package/session/useSessionFileChanges.js +9 -141
  290. package/session/useSessionFileChanges.js.map +1 -1
  291. package/session/useSessionPanel.d.ts +5 -15
  292. package/session/useSessionPanel.d.ts.map +1 -1
  293. package/session/useSessionPanel.js +3 -35
  294. package/session/useSessionPanel.js.map +1 -1
  295. package/session/useSessionRailViews.d.ts +3 -6
  296. package/session/useSessionRailViews.d.ts.map +1 -1
  297. package/session/useSessionRailViews.js +3 -17
  298. package/session/useSessionRailViews.js.map +1 -1
  299. package/settings/ChannelAppsSection.d.ts +13 -0
  300. package/settings/ChannelAppsSection.d.ts.map +1 -0
  301. package/settings/ChannelAppsSection.js +48 -0
  302. package/settings/ChannelAppsSection.js.map +1 -0
  303. package/settings/index.d.ts +1 -0
  304. package/settings/index.d.ts.map +1 -1
  305. package/settings/index.js +1 -0
  306. package/settings/index.js.map +1 -1
  307. package/settings/settings-nav.d.ts.map +1 -1
  308. package/settings/settings-nav.js +6 -1
  309. package/settings/settings-nav.js.map +1 -1
  310. package/sharing/AgentShareList.d.ts.map +1 -1
  311. package/sharing/AgentShareList.js +11 -3
  312. package/sharing/AgentShareList.js.map +1 -1
  313. package/sharing/ShareAgentDialog.js +1 -1
  314. package/sharing/useShareToolReadiness.d.ts +9 -38
  315. package/sharing/useShareToolReadiness.d.ts.map +1 -1
  316. package/sharing/useShareToolReadiness.js +7 -72
  317. package/sharing/useShareToolReadiness.js.map +1 -1
  318. package/src/agent-instance/AgentInstanceList.tsx +60 -42
  319. package/src/agent-instance/__tests__/AgentInstanceList.test.tsx +161 -0
  320. package/src/channel/AgentChannelsPanel.tsx +688 -0
  321. package/src/channel/ChannelConversationsDialog.tsx +267 -0
  322. package/src/channel/ChannelCredentialsDialog.tsx +219 -0
  323. package/src/channel/ChannelToolCredentials.tsx +124 -0
  324. package/src/channel/ConnectSlackDialog.tsx +611 -0
  325. package/src/channel/ConnectWhatsAppDialog.tsx +624 -0
  326. package/src/channel/SlackMarkIcon.tsx +21 -0
  327. package/src/channel/WhatsAppMarkIcon.tsx +22 -0
  328. package/src/channel/__tests__/AgentChannelsPanel.test.tsx +638 -0
  329. package/src/channel/__tests__/ChannelConversationsDialog.test.tsx +114 -0
  330. package/src/channel/__tests__/ChannelCredentialsDialog.test.tsx +240 -0
  331. package/src/channel/__tests__/ConnectSlackDialog.test.tsx +659 -0
  332. package/src/channel/__tests__/ConnectWhatsAppDialog.test.tsx +564 -0
  333. package/src/channel/__tests__/providers.test.ts +118 -0
  334. package/src/channel/__tests__/useAgentChannel.test.tsx +116 -0
  335. package/src/channel/__tests__/useAgentChannelList.test.tsx +166 -0
  336. package/src/channel/__tests__/useChannelSessions.test.tsx +95 -0
  337. package/src/channel/__tests__/useChannelToolReadiness.test.tsx +158 -0
  338. package/src/channel/__tests__/useConnectSlackChannel.test.tsx +276 -0
  339. package/src/channel/__tests__/useDeleteAgentChannel.test.tsx +97 -0
  340. package/src/channel/__tests__/useInstallChannel.test.tsx +177 -0
  341. package/src/channel/__tests__/useSaveAgentChannel.test.tsx +294 -0
  342. package/src/channel/connect/ServingAppSection.tsx +185 -0
  343. package/src/channel/connect/ToolCredentialsSection.tsx +67 -0
  344. package/src/channel/connect/VerbatimRefusal.tsx +27 -0
  345. package/src/channel/connect/icons.tsx +42 -0
  346. package/src/channel/index.ts +65 -0
  347. package/src/channel/providerPresentation.ts +154 -0
  348. package/src/channel/providers.ts +73 -0
  349. package/src/channel/useAgentChannel.ts +58 -0
  350. package/src/channel/useAgentChannelList.ts +69 -0
  351. package/src/channel/useChannelSessions.ts +73 -0
  352. package/src/channel/useChannelToolReadiness.ts +39 -0
  353. package/src/channel/useConnectSlackChannel.ts +195 -0
  354. package/src/channel/useCreateAgentChannel.ts +73 -0
  355. package/src/channel/useDeleteAgentChannel.ts +71 -0
  356. package/src/channel/useInstallChannel.ts +117 -0
  357. package/src/channel/useOrgAgentChannelList.ts +60 -0
  358. package/src/channel/useSaveAgentChannel.ts +133 -0
  359. package/src/channel-app/ChannelAppDetailPanel.tsx +510 -0
  360. package/src/channel-app/ChannelAppListPanel.tsx +201 -0
  361. package/src/channel-app/CreateChannelAppForm.tsx +529 -0
  362. package/src/channel-app/__tests__/channelAppWhatsApp.test.tsx +270 -0
  363. package/src/channel-app/__tests__/slackAppSetup.test.ts +75 -0
  364. package/src/channel-app/__tests__/useChannelAppHooks.test.tsx +157 -0
  365. package/src/channel-app/__tests__/whatsappAppSetup.test.ts +39 -0
  366. package/src/channel-app/index.ts +30 -0
  367. package/src/channel-app/internal.tsx +180 -0
  368. package/src/channel-app/slackAppSetup.ts +153 -0
  369. package/src/channel-app/useChannelAppList.ts +59 -0
  370. package/src/channel-app/useCreateChannelApp.ts +70 -0
  371. package/src/channel-app/useDeleteChannelApp.ts +62 -0
  372. package/src/channel-app/useUpdateChannelApp.ts +70 -0
  373. package/src/channel-app/whatsappAppSetup.ts +62 -0
  374. package/src/environment/index.ts +2 -0
  375. package/src/environment/useToolCredentialsReadiness.ts +122 -0
  376. package/src/execution/ArtifactContentBody.tsx +6 -88
  377. package/src/execution/ArtifactFileContent.tsx +110 -0
  378. package/src/execution/ArtifactRow.tsx +28 -118
  379. package/src/execution/ArtifactRowView.tsx +137 -0
  380. package/src/execution/FileChangesView.tsx +4 -69
  381. package/src/execution/SubAgentSection.tsx +2 -36
  382. package/src/execution/ToolCallItem.tsx +48 -175
  383. package/src/execution/__tests__/ArtifactFileContent.test.tsx +60 -0
  384. package/src/execution/__tests__/ArtifactRowView.test.tsx +78 -0
  385. package/src/execution/__tests__/agent-execution-document.test.ts +45 -0
  386. package/src/execution/__tests__/artifact-row-item.test.ts +128 -0
  387. package/src/execution/__tests__/deriveExecutionFileChanges.test.ts +270 -0
  388. package/src/execution/__tests__/useArtifactContentById.test.tsx +85 -0
  389. package/src/execution/__tests__/useLiveAgentExecution.test.tsx +202 -0
  390. package/src/execution/agent-execution-document.ts +54 -0
  391. package/src/execution/artifact-document.ts +24 -0
  392. package/src/execution/artifact-row-item.ts +97 -0
  393. package/src/execution/deriveExecutionFileChanges.ts +237 -0
  394. package/src/execution/file-change-document.ts +37 -0
  395. package/src/execution/index.ts +36 -0
  396. package/src/execution/useArtifactContentById.ts +120 -0
  397. package/src/execution/useArtifactDownload.ts +4 -3
  398. package/src/execution/useCreateAgentExecution.ts +1 -1
  399. package/src/execution/useLiveAgentExecution.ts +127 -0
  400. package/src/index.ts +155 -11
  401. package/src/internal/DecisionButton.tsx +4 -3
  402. package/src/internal/__tests__/ThreadCardShell.test.tsx +105 -0
  403. package/src/internal/__tests__/oauthPopup.test.ts +245 -0
  404. package/src/internal/oauthPopup.ts +261 -0
  405. package/src/internal/store/__tests__/workflow-execution-event-store.test.ts +375 -5
  406. package/src/internal/store/index.ts +0 -3
  407. package/src/internal/store/workflow-execution-event-store.ts +123 -4
  408. package/src/internal/store/workspace-file-selection-store.ts +2 -5
  409. package/src/internal/thread-card/ThreadCardShell.tsx +189 -0
  410. package/src/internal/thread-card/glyphs.tsx +108 -0
  411. package/src/internal/thread-card/index.ts +19 -0
  412. package/src/internal/useRevealLine.ts +2 -2
  413. package/src/mcp-server/OAuthCallbackHandler.tsx +2 -2
  414. package/src/mcp-server/useMcpServerOAuthConnect.ts +22 -184
  415. package/src/session/NewSessionViewer.tsx +0 -1
  416. package/src/session/SessionPanelChip.tsx +10 -96
  417. package/src/session/SessionViewer.tsx +170 -144
  418. package/src/session/__tests__/SessionViewer-artifactTabs.test.tsx +1 -1
  419. package/src/session/__tests__/observerAudience.test.tsx +241 -0
  420. package/src/session/__tests__/useSessionPanel.test.ts +6 -61
  421. package/src/session/__tests__/useSessionRailViews.test.tsx +5 -27
  422. package/src/session/audience.ts +15 -1
  423. package/src/session/channelOrigin.ts +45 -0
  424. package/src/session/facets/index.ts +0 -3
  425. package/src/session/index.ts +9 -6
  426. package/src/session/useSessionFileChanges.ts +12 -153
  427. package/src/session/useSessionPanel.ts +8 -51
  428. package/src/session/useSessionRailViews.tsx +2 -27
  429. package/src/settings/ChannelAppsSection.tsx +133 -0
  430. package/src/settings/index.ts +1 -0
  431. package/src/settings/settings-nav.ts +6 -0
  432. package/src/sharing/AgentShareList.tsx +85 -64
  433. package/src/sharing/ShareAgentDialog.tsx +1 -1
  434. package/src/sharing/__tests__/AgentShareList.test.tsx +92 -12
  435. package/src/sharing/useShareToolReadiness.ts +13 -101
  436. package/src/workflow/WorkflowAgentExecutionDocument.tsx +283 -0
  437. package/src/workflow/WorkflowApprovalList.tsx +158 -0
  438. package/src/workflow/WorkflowArtifactDocument.tsx +257 -0
  439. package/src/workflow/WorkflowExecutionGraph.tsx +40 -78
  440. package/src/workflow/WorkflowExecutionViewer.tsx +610 -287
  441. package/src/workflow/WorkflowFileReviewList.tsx +1 -1
  442. package/src/workflow/WorkflowTaskApprovalCard.tsx +5 -4
  443. package/src/workflow/WorkflowTaskApprovalSummary.tsx +6 -6
  444. package/src/workflow/__tests__/WorkflowAgentExecutionDocument.test.tsx +651 -0
  445. package/src/workflow/__tests__/WorkflowApprovalList.test.tsx +229 -0
  446. package/src/workflow/__tests__/WorkflowArtifactDocument.test.tsx +90 -0
  447. package/src/workflow/__tests__/WorkflowArtifactsTab.test.tsx +85 -0
  448. package/src/workflow/__tests__/WorkflowChangesTab.test.tsx +113 -0
  449. package/src/workflow/__tests__/WorkflowExecutionViewer.approvals.test.tsx +473 -0
  450. package/src/workflow/__tests__/WorkflowExecutionViewer.reconciliation.test.tsx +632 -0
  451. package/src/workflow/__tests__/WorkflowTaskApprovalSummary.test.tsx +1 -1
  452. package/src/workflow/__tests__/WorkflowTaskThread.test.tsx +947 -0
  453. package/src/workflow/__tests__/WorkflowUsageTab.test.tsx +163 -0
  454. package/src/workflow/__tests__/agent-call-live-experience.test.ts +6 -53
  455. package/src/workflow/__tests__/derive-execution-overlays.test.ts +4 -0
  456. package/src/workflow/__tests__/deriveWorkflowArtifactItems.test.ts +71 -0
  457. package/src/workflow/__tests__/deriveWorkflowUsageItems.test.ts +132 -0
  458. package/src/workflow/__tests__/execution-graph.test.ts +8 -0
  459. package/src/workflow/__tests__/project-thread-items.test.ts +428 -0
  460. package/src/workflow/__tests__/structured-data-viewer.test.tsx +1 -1
  461. package/src/workflow/__tests__/task-approval.test.ts +149 -0
  462. package/src/workflow/__tests__/task-detail-io.test.ts +40 -0
  463. package/src/workflow/__tests__/task-presentation.test.ts +479 -0
  464. package/src/workflow/__tests__/useActiveTaskName.test.ts +4 -0
  465. package/src/workflow/__tests__/useApprovalBoundary.test.ts +158 -0
  466. package/src/workflow/__tests__/useExecutionAnnouncements.test.ts +4 -0
  467. package/src/workflow/__tests__/useFollowExecution.test.ts +2 -89
  468. package/src/workflow/__tests__/useWorkflowExecutionFileChanges.test.tsx +412 -0
  469. package/src/workflow/__tests__/useWorkflowExecutionPanel.test.ts +297 -0
  470. package/src/workflow/__tests__/useWorkflowExecutionRailViews.test.tsx +115 -0
  471. package/src/workflow/deriveWorkflowArtifactItems.ts +59 -0
  472. package/src/workflow/deriveWorkflowUsageItems.ts +73 -0
  473. package/src/workflow/diagnosis-document.ts +31 -0
  474. package/src/workflow/execution/index.ts +0 -15
  475. package/src/workflow/facets/WorkflowArtifactsTab.tsx +99 -0
  476. package/src/workflow/facets/WorkflowChangesTab.tsx +129 -0
  477. package/src/workflow/facets/WorkflowUsageTab.tsx +258 -0
  478. package/src/workflow/format-utils.ts +2 -3
  479. package/src/workflow/index.ts +106 -62
  480. package/src/workflow/inspector/index.ts +0 -4
  481. package/src/workflow/instance/WorkflowInstanceList.tsx +59 -41
  482. package/src/workflow/instance/__tests__/WorkflowInstanceList.test.tsx +156 -0
  483. package/src/workflow/task-detail/index.ts +11 -0
  484. package/src/workflow/task-detail/task-approval.ts +158 -0
  485. package/src/workflow/task-detail/task-detail-io.ts +65 -0
  486. package/src/workflow/thread/WorkflowTaskThread.tsx +845 -0
  487. package/src/workflow/thread/project-thread-items.ts +235 -0
  488. package/src/workflow/thread/task-presentation.ts +427 -0
  489. package/src/workflow/thread/thread-presentation.ts +59 -0
  490. package/src/workflow/thread/useWorkflowThreadItems.ts +34 -0
  491. package/src/workflow/useApprovalBoundary.ts +72 -0
  492. package/src/workflow/useFollowExecution.ts +0 -26
  493. package/src/workflow/useWorkflowArtifactDownload.ts +68 -0
  494. package/src/workflow/useWorkflowExecutionActions.ts +3 -2
  495. package/src/workflow/useWorkflowExecutionFileChanges.ts +341 -0
  496. package/src/workflow/useWorkflowExecutionGraph.ts +3 -43
  497. package/src/workflow/useWorkflowExecutionPanel.ts +292 -0
  498. package/src/workflow/useWorkflowExecutionRailViews.tsx +173 -0
  499. package/src/workspace/FileViewer.tsx +3 -3
  500. package/src/workspace/PanelChip.tsx +103 -0
  501. package/src/workspace/WorkspaceSurface.tsx +50 -6
  502. package/src/workspace/__tests__/WorkspaceSurface.test.tsx +110 -0
  503. package/src/workspace/index.ts +3 -0
  504. package/styles.css +1 -1
  505. package/workflow/WorkflowAgentExecutionDocument.d.ts +79 -0
  506. package/workflow/WorkflowAgentExecutionDocument.d.ts.map +1 -0
  507. package/workflow/WorkflowAgentExecutionDocument.js +87 -0
  508. package/workflow/WorkflowAgentExecutionDocument.js.map +1 -0
  509. package/workflow/WorkflowApprovalList.d.ts +62 -0
  510. package/workflow/WorkflowApprovalList.d.ts.map +1 -0
  511. package/workflow/WorkflowApprovalList.js +52 -0
  512. package/workflow/WorkflowApprovalList.js.map +1 -0
  513. package/workflow/WorkflowArtifactDocument.d.ts +29 -0
  514. package/workflow/WorkflowArtifactDocument.d.ts.map +1 -0
  515. package/workflow/WorkflowArtifactDocument.js +89 -0
  516. package/workflow/WorkflowArtifactDocument.js.map +1 -0
  517. package/workflow/WorkflowExecutionGraph.d.ts +15 -13
  518. package/workflow/WorkflowExecutionGraph.d.ts.map +1 -1
  519. package/workflow/WorkflowExecutionGraph.js +18 -53
  520. package/workflow/WorkflowExecutionGraph.js.map +1 -1
  521. package/workflow/WorkflowExecutionViewer.d.ts +8 -5
  522. package/workflow/WorkflowExecutionViewer.d.ts.map +1 -1
  523. package/workflow/WorkflowExecutionViewer.js +329 -54
  524. package/workflow/WorkflowExecutionViewer.js.map +1 -1
  525. package/workflow/WorkflowFileReviewList.d.ts +1 -1
  526. package/workflow/WorkflowFileReviewList.js +1 -1
  527. package/workflow/WorkflowTaskApprovalCard.d.ts +4 -3
  528. package/workflow/WorkflowTaskApprovalCard.d.ts.map +1 -1
  529. package/workflow/WorkflowTaskApprovalCard.js +5 -4
  530. package/workflow/WorkflowTaskApprovalCard.js.map +1 -1
  531. package/workflow/WorkflowTaskApprovalSummary.d.ts +6 -6
  532. package/workflow/WorkflowTaskApprovalSummary.js +5 -5
  533. package/workflow/deriveWorkflowArtifactItems.d.ts +30 -0
  534. package/workflow/deriveWorkflowArtifactItems.d.ts.map +1 -0
  535. package/workflow/deriveWorkflowArtifactItems.js +38 -0
  536. package/workflow/deriveWorkflowArtifactItems.js.map +1 -0
  537. package/workflow/deriveWorkflowUsageItems.d.ts +36 -0
  538. package/workflow/deriveWorkflowUsageItems.d.ts.map +1 -0
  539. package/workflow/deriveWorkflowUsageItems.js +50 -0
  540. package/workflow/deriveWorkflowUsageItems.js.map +1 -0
  541. package/workflow/diagnosis-document.d.ts +17 -0
  542. package/workflow/diagnosis-document.d.ts.map +1 -0
  543. package/workflow/diagnosis-document.js +29 -0
  544. package/workflow/diagnosis-document.js.map +1 -0
  545. package/workflow/execution/index.d.ts +0 -2
  546. package/workflow/execution/index.d.ts.map +1 -1
  547. package/workflow/execution/index.js +0 -2
  548. package/workflow/execution/index.js.map +1 -1
  549. package/workflow/facets/WorkflowArtifactsTab.d.ts +26 -0
  550. package/workflow/facets/WorkflowArtifactsTab.d.ts.map +1 -0
  551. package/workflow/facets/WorkflowArtifactsTab.js +34 -0
  552. package/workflow/facets/WorkflowArtifactsTab.js.map +1 -0
  553. package/workflow/facets/WorkflowChangesTab.d.ts +37 -0
  554. package/workflow/facets/WorkflowChangesTab.d.ts.map +1 -0
  555. package/workflow/facets/WorkflowChangesTab.js +50 -0
  556. package/workflow/facets/WorkflowChangesTab.js.map +1 -0
  557. package/workflow/facets/WorkflowUsageTab.d.ts +27 -0
  558. package/workflow/facets/WorkflowUsageTab.d.ts.map +1 -0
  559. package/workflow/facets/WorkflowUsageTab.js +87 -0
  560. package/workflow/facets/WorkflowUsageTab.js.map +1 -0
  561. package/workflow/format-utils.d.ts +2 -3
  562. package/workflow/format-utils.d.ts.map +1 -1
  563. package/workflow/format-utils.js +2 -3
  564. package/workflow/format-utils.js.map +1 -1
  565. package/workflow/index.d.ts +21 -10
  566. package/workflow/index.d.ts.map +1 -1
  567. package/workflow/index.js +29 -14
  568. package/workflow/index.js.map +1 -1
  569. package/workflow/inspector/index.d.ts +0 -2
  570. package/workflow/inspector/index.d.ts.map +1 -1
  571. package/workflow/inspector/index.js +0 -2
  572. package/workflow/inspector/index.js.map +1 -1
  573. package/workflow/instance/WorkflowInstanceList.d.ts.map +1 -1
  574. package/workflow/instance/WorkflowInstanceList.js +11 -3
  575. package/workflow/instance/WorkflowInstanceList.js.map +1 -1
  576. package/workflow/task-detail/StructuredDataViewer.d.ts.map +1 -0
  577. package/workflow/task-detail/StructuredDataViewer.js.map +1 -0
  578. package/workflow/task-detail/index.d.ts +4 -0
  579. package/workflow/task-detail/index.d.ts.map +1 -0
  580. package/workflow/task-detail/index.js +4 -0
  581. package/workflow/task-detail/index.js.map +1 -0
  582. package/workflow/task-detail/task-approval.d.ts +89 -0
  583. package/workflow/task-detail/task-approval.d.ts.map +1 -0
  584. package/workflow/task-detail/task-approval.js +84 -0
  585. package/workflow/task-detail/task-approval.js.map +1 -0
  586. package/workflow/task-detail/task-detail-io.d.ts +39 -0
  587. package/workflow/task-detail/task-detail-io.d.ts.map +1 -0
  588. package/workflow/task-detail/task-detail-io.js +42 -0
  589. package/workflow/task-detail/task-detail-io.js.map +1 -0
  590. package/workflow/thread/WorkflowTaskThread.d.ts +91 -0
  591. package/workflow/thread/WorkflowTaskThread.d.ts.map +1 -0
  592. package/workflow/thread/WorkflowTaskThread.js +318 -0
  593. package/workflow/thread/WorkflowTaskThread.js.map +1 -0
  594. package/workflow/thread/project-thread-items.d.ts +108 -0
  595. package/workflow/thread/project-thread-items.d.ts.map +1 -0
  596. package/workflow/thread/project-thread-items.js +126 -0
  597. package/workflow/thread/project-thread-items.js.map +1 -0
  598. package/workflow/thread/task-presentation.d.ts +73 -0
  599. package/workflow/thread/task-presentation.d.ts.map +1 -0
  600. package/workflow/thread/task-presentation.js +331 -0
  601. package/workflow/thread/task-presentation.js.map +1 -0
  602. package/workflow/thread/thread-presentation.d.ts +28 -0
  603. package/workflow/thread/thread-presentation.d.ts.map +1 -0
  604. package/workflow/thread/thread-presentation.js +28 -0
  605. package/workflow/thread/thread-presentation.js.map +1 -0
  606. package/workflow/thread/useWorkflowThreadItems.d.ts +16 -0
  607. package/workflow/thread/useWorkflowThreadItems.d.ts.map +1 -0
  608. package/workflow/thread/useWorkflowThreadItems.js +22 -0
  609. package/workflow/thread/useWorkflowThreadItems.js.map +1 -0
  610. package/workflow/useApprovalBoundary.d.ts +38 -0
  611. package/workflow/useApprovalBoundary.d.ts.map +1 -0
  612. package/workflow/useApprovalBoundary.js +55 -0
  613. package/workflow/useApprovalBoundary.js.map +1 -0
  614. package/workflow/useFollowExecution.d.ts +0 -20
  615. package/workflow/useFollowExecution.d.ts.map +1 -1
  616. package/workflow/useFollowExecution.js +0 -17
  617. package/workflow/useFollowExecution.js.map +1 -1
  618. package/workflow/useWorkflowArtifactDownload.d.ts +28 -0
  619. package/workflow/useWorkflowArtifactDownload.d.ts.map +1 -0
  620. package/workflow/useWorkflowArtifactDownload.js +45 -0
  621. package/workflow/useWorkflowArtifactDownload.js.map +1 -0
  622. package/workflow/useWorkflowExecutionActions.d.ts +3 -2
  623. package/workflow/useWorkflowExecutionActions.d.ts.map +1 -1
  624. package/workflow/useWorkflowExecutionActions.js.map +1 -1
  625. package/workflow/useWorkflowExecutionFileChanges.d.ts +107 -0
  626. package/workflow/useWorkflowExecutionFileChanges.d.ts.map +1 -0
  627. package/workflow/useWorkflowExecutionFileChanges.js +244 -0
  628. package/workflow/useWorkflowExecutionFileChanges.js.map +1 -0
  629. package/workflow/useWorkflowExecutionGraph.d.ts +1 -14
  630. package/workflow/useWorkflowExecutionGraph.d.ts.map +1 -1
  631. package/workflow/useWorkflowExecutionGraph.js +2 -25
  632. package/workflow/useWorkflowExecutionGraph.js.map +1 -1
  633. package/workflow/useWorkflowExecutionPanel.d.ts +108 -0
  634. package/workflow/useWorkflowExecutionPanel.d.ts.map +1 -0
  635. package/workflow/useWorkflowExecutionPanel.js +103 -0
  636. package/workflow/useWorkflowExecutionPanel.js.map +1 -0
  637. package/workflow/useWorkflowExecutionRailViews.d.ts +46 -0
  638. package/workflow/useWorkflowExecutionRailViews.d.ts.map +1 -0
  639. package/workflow/useWorkflowExecutionRailViews.js +81 -0
  640. package/workflow/useWorkflowExecutionRailViews.js.map +1 -0
  641. package/workspace/FileViewer.d.ts +1 -1
  642. package/workspace/FileViewer.js +3 -3
  643. package/workspace/FileViewer.js.map +1 -1
  644. package/workspace/PanelChip.d.ts +27 -0
  645. package/workspace/PanelChip.d.ts.map +1 -0
  646. package/workspace/PanelChip.js +42 -0
  647. package/workspace/PanelChip.js.map +1 -0
  648. package/workspace/WorkspaceSurface.d.ts +25 -1
  649. package/workspace/WorkspaceSurface.d.ts.map +1 -1
  650. package/workspace/WorkspaceSurface.js +21 -9
  651. package/workspace/WorkspaceSurface.js.map +1 -1
  652. package/workspace/index.d.ts +3 -1
  653. package/workspace/index.d.ts.map +1 -1
  654. package/workspace/index.js +1 -0
  655. package/workspace/index.js.map +1 -1
  656. package/execution/ThreadSelectionContext.d.ts +0 -17
  657. package/execution/ThreadSelectionContext.d.ts.map +0 -1
  658. package/execution/ThreadSelectionContext.js +0 -18
  659. package/execution/ThreadSelectionContext.js.map +0 -1
  660. package/execution/useThreadSelection.d.ts +0 -35
  661. package/execution/useThreadSelection.d.ts.map +0 -1
  662. package/execution/useThreadSelection.js +0 -65
  663. package/execution/useThreadSelection.js.map +0 -1
  664. package/internal/store/selection-store.d.ts +0 -53
  665. package/internal/store/selection-store.d.ts.map +0 -1
  666. package/internal/store/selection-store.js +0 -88
  667. package/internal/store/selection-store.js.map +0 -1
  668. package/session/artifact-document.d.ts.map +0 -1
  669. package/session/artifact-document.js +0 -22
  670. package/session/artifact-document.js.map +0 -1
  671. package/session/facets/InspectTab.d.ts +0 -13
  672. package/session/facets/InspectTab.d.ts.map +0 -1
  673. package/session/facets/InspectTab.js +0 -19
  674. package/session/facets/InspectTab.js.map +0 -1
  675. package/src/execution/ThreadSelectionContext.tsx +0 -20
  676. package/src/execution/useThreadSelection.ts +0 -95
  677. package/src/internal/store/__tests__/selection-store.test.ts +0 -115
  678. package/src/internal/store/selection-store.ts +0 -112
  679. package/src/session/artifact-document.ts +0 -23
  680. package/src/session/facets/InspectTab.tsx +0 -57
  681. package/src/workflow/WorkflowExecutionApprovalCard.tsx +0 -154
  682. package/src/workflow/WorkflowExecutionArtifactPanel.tsx +0 -107
  683. package/src/workflow/WorkflowExecutionCostPanel.tsx +0 -120
  684. package/src/workflow/WorkflowExecutionTaskPanel.tsx +0 -129
  685. package/src/workflow/WorkflowExecutionTimeline.tsx +0 -151
  686. package/src/workflow/WorkflowExecutionTimelineEvent.tsx +0 -497
  687. package/src/workflow/__tests__/ExecutionInspector.test.tsx +0 -155
  688. package/src/workflow/__tests__/WorkflowExecutionApprovalCard.test.tsx +0 -129
  689. package/src/workflow/__tests__/derive-task-detail.test.ts +0 -1265
  690. package/src/workflow/__tests__/derive-waterfall-entries.test.ts +0 -521
  691. package/src/workflow/__tests__/execution-inspector.test.tsx +0 -332
  692. package/src/workflow/execution/derive-waterfall-entries.ts +0 -377
  693. package/src/workflow/execution/useWaterfallEntries.ts +0 -125
  694. package/src/workflow/execution-inspector/AgentCallTab.tsx +0 -169
  695. package/src/workflow/execution-inspector/ErrorTab.tsx +0 -110
  696. package/src/workflow/execution-inspector/EventLogTab.tsx +0 -79
  697. package/src/workflow/execution-inspector/ExecutionInspector.tsx +0 -341
  698. package/src/workflow/execution-inspector/InputOutputTab.tsx +0 -325
  699. package/src/workflow/execution-inspector/RetriesTab.tsx +0 -68
  700. package/src/workflow/execution-inspector/SummaryTab.tsx +0 -62
  701. package/src/workflow/execution-inspector/derive-task-detail.ts +0 -584
  702. package/src/workflow/execution-inspector/index.ts +0 -14
  703. package/src/workflow/execution-inspector/useExecutionTaskDetail.ts +0 -55
  704. package/src/workflow/inspector/ExecutionInspectorAdapter.tsx +0 -40
  705. package/src/workflow/waterfall/WaterfallBar.tsx +0 -167
  706. package/src/workflow/waterfall/WaterfallRow.tsx +0 -112
  707. package/src/workflow/waterfall/WaterfallScale.tsx +0 -52
  708. package/src/workflow/waterfall/WaterfallTimeline.tsx +0 -138
  709. package/src/workflow/waterfall/WaterfallTooltip.tsx +0 -74
  710. package/src/workflow/waterfall/index.ts +0 -5
  711. package/workflow/WorkflowExecutionApprovalCard.d.ts +0 -34
  712. package/workflow/WorkflowExecutionApprovalCard.d.ts.map +0 -1
  713. package/workflow/WorkflowExecutionApprovalCard.js +0 -46
  714. package/workflow/WorkflowExecutionApprovalCard.js.map +0 -1
  715. package/workflow/WorkflowExecutionArtifactPanel.d.ts +0 -15
  716. package/workflow/WorkflowExecutionArtifactPanel.d.ts.map +0 -1
  717. package/workflow/WorkflowExecutionArtifactPanel.js +0 -46
  718. package/workflow/WorkflowExecutionArtifactPanel.js.map +0 -1
  719. package/workflow/WorkflowExecutionCostPanel.d.ts +0 -18
  720. package/workflow/WorkflowExecutionCostPanel.d.ts.map +0 -1
  721. package/workflow/WorkflowExecutionCostPanel.js +0 -31
  722. package/workflow/WorkflowExecutionCostPanel.js.map +0 -1
  723. package/workflow/WorkflowExecutionTaskPanel.d.ts +0 -24
  724. package/workflow/WorkflowExecutionTaskPanel.d.ts.map +0 -1
  725. package/workflow/WorkflowExecutionTaskPanel.js +0 -51
  726. package/workflow/WorkflowExecutionTaskPanel.js.map +0 -1
  727. package/workflow/WorkflowExecutionTimeline.d.ts +0 -42
  728. package/workflow/WorkflowExecutionTimeline.d.ts.map +0 -1
  729. package/workflow/WorkflowExecutionTimeline.js +0 -52
  730. package/workflow/WorkflowExecutionTimeline.js.map +0 -1
  731. package/workflow/WorkflowExecutionTimelineEvent.d.ts +0 -25
  732. package/workflow/WorkflowExecutionTimelineEvent.d.ts.map +0 -1
  733. package/workflow/WorkflowExecutionTimelineEvent.js +0 -179
  734. package/workflow/WorkflowExecutionTimelineEvent.js.map +0 -1
  735. package/workflow/execution/derive-waterfall-entries.d.ts +0 -85
  736. package/workflow/execution/derive-waterfall-entries.d.ts.map +0 -1
  737. package/workflow/execution/derive-waterfall-entries.js +0 -268
  738. package/workflow/execution/derive-waterfall-entries.js.map +0 -1
  739. package/workflow/execution/useWaterfallEntries.d.ts +0 -25
  740. package/workflow/execution/useWaterfallEntries.d.ts.map +0 -1
  741. package/workflow/execution/useWaterfallEntries.js +0 -67
  742. package/workflow/execution/useWaterfallEntries.js.map +0 -1
  743. package/workflow/execution-inspector/AgentCallTab.d.ts +0 -21
  744. package/workflow/execution-inspector/AgentCallTab.d.ts.map +0 -1
  745. package/workflow/execution-inspector/AgentCallTab.js +0 -36
  746. package/workflow/execution-inspector/AgentCallTab.js.map +0 -1
  747. package/workflow/execution-inspector/ErrorTab.d.ts +0 -9
  748. package/workflow/execution-inspector/ErrorTab.d.ts.map +0 -1
  749. package/workflow/execution-inspector/ErrorTab.js +0 -29
  750. package/workflow/execution-inspector/ErrorTab.js.map +0 -1
  751. package/workflow/execution-inspector/EventLogTab.d.ts +0 -11
  752. package/workflow/execution-inspector/EventLogTab.d.ts.map +0 -1
  753. package/workflow/execution-inspector/EventLogTab.js +0 -47
  754. package/workflow/execution-inspector/EventLogTab.js.map +0 -1
  755. package/workflow/execution-inspector/ExecutionInspector.d.ts +0 -69
  756. package/workflow/execution-inspector/ExecutionInspector.d.ts.map +0 -1
  757. package/workflow/execution-inspector/ExecutionInspector.js +0 -145
  758. package/workflow/execution-inspector/ExecutionInspector.js.map +0 -1
  759. package/workflow/execution-inspector/InputOutputTab.d.ts +0 -20
  760. package/workflow/execution-inspector/InputOutputTab.d.ts.map +0 -1
  761. package/workflow/execution-inspector/InputOutputTab.js +0 -124
  762. package/workflow/execution-inspector/InputOutputTab.js.map +0 -1
  763. package/workflow/execution-inspector/RetriesTab.d.ts +0 -7
  764. package/workflow/execution-inspector/RetriesTab.d.ts.map +0 -1
  765. package/workflow/execution-inspector/RetriesTab.js +0 -11
  766. package/workflow/execution-inspector/RetriesTab.js.map +0 -1
  767. package/workflow/execution-inspector/StructuredDataViewer.d.ts.map +0 -1
  768. package/workflow/execution-inspector/StructuredDataViewer.js.map +0 -1
  769. package/workflow/execution-inspector/SummaryTab.d.ts +0 -7
  770. package/workflow/execution-inspector/SummaryTab.d.ts.map +0 -1
  771. package/workflow/execution-inspector/SummaryTab.js +0 -10
  772. package/workflow/execution-inspector/SummaryTab.js.map +0 -1
  773. package/workflow/execution-inspector/derive-task-detail.d.ts +0 -140
  774. package/workflow/execution-inspector/derive-task-detail.d.ts.map +0 -1
  775. package/workflow/execution-inspector/derive-task-detail.js +0 -366
  776. package/workflow/execution-inspector/derive-task-detail.js.map +0 -1
  777. package/workflow/execution-inspector/index.d.ts +0 -4
  778. package/workflow/execution-inspector/index.d.ts.map +0 -1
  779. package/workflow/execution-inspector/index.js +0 -4
  780. package/workflow/execution-inspector/index.js.map +0 -1
  781. package/workflow/execution-inspector/useExecutionTaskDetail.d.ts +0 -38
  782. package/workflow/execution-inspector/useExecutionTaskDetail.d.ts.map +0 -1
  783. package/workflow/execution-inspector/useExecutionTaskDetail.js +0 -37
  784. package/workflow/execution-inspector/useExecutionTaskDetail.js.map +0 -1
  785. package/workflow/inspector/ExecutionInspectorAdapter.d.ts +0 -26
  786. package/workflow/inspector/ExecutionInspectorAdapter.d.ts.map +0 -1
  787. package/workflow/inspector/ExecutionInspectorAdapter.js +0 -23
  788. package/workflow/inspector/ExecutionInspectorAdapter.js.map +0 -1
  789. package/workflow/waterfall/WaterfallBar.d.ts +0 -19
  790. package/workflow/waterfall/WaterfallBar.d.ts.map +0 -1
  791. package/workflow/waterfall/WaterfallBar.js +0 -70
  792. package/workflow/waterfall/WaterfallBar.js.map +0 -1
  793. package/workflow/waterfall/WaterfallRow.d.ts +0 -18
  794. package/workflow/waterfall/WaterfallRow.d.ts.map +0 -1
  795. package/workflow/waterfall/WaterfallRow.js +0 -45
  796. package/workflow/waterfall/WaterfallRow.js.map +0 -1
  797. package/workflow/waterfall/WaterfallScale.d.ts +0 -14
  798. package/workflow/waterfall/WaterfallScale.d.ts.map +0 -1
  799. package/workflow/waterfall/WaterfallScale.js +0 -22
  800. package/workflow/waterfall/WaterfallScale.js.map +0 -1
  801. package/workflow/waterfall/WaterfallTimeline.d.ts +0 -46
  802. package/workflow/waterfall/WaterfallTimeline.d.ts.map +0 -1
  803. package/workflow/waterfall/WaterfallTimeline.js +0 -60
  804. package/workflow/waterfall/WaterfallTimeline.js.map +0 -1
  805. package/workflow/waterfall/WaterfallTooltip.d.ts +0 -15
  806. package/workflow/waterfall/WaterfallTooltip.d.ts.map +0 -1
  807. package/workflow/waterfall/WaterfallTooltip.js +0 -20
  808. package/workflow/waterfall/WaterfallTooltip.js.map +0 -1
  809. package/workflow/waterfall/index.d.ts +0 -6
  810. package/workflow/waterfall/index.d.ts.map +0 -1
  811. package/workflow/waterfall/index.js +0 -6
  812. package/workflow/waterfall/index.js.map +0 -1
  813. /package/src/workflow/{execution-inspector → task-detail}/StructuredDataViewer.tsx +0 -0
  814. /package/workflow/{execution-inspector → task-detail}/StructuredDataViewer.d.ts +0 -0
  815. /package/workflow/{execution-inspector → task-detail}/StructuredDataViewer.js +0 -0
@@ -0,0 +1,216 @@
1
+ // Pure derivation of net file changes across a chronological list of agent
2
+ // executions, plus the FileChange → FileDiffEntry projection for file lists.
3
+ // Domain: execution (shared — the session's Changes surface and the workflow
4
+ // panel's Changes facet both collapse per-execution captures into one net
5
+ // change per path, and a single core prevents the two from drifting on the
6
+ // non-trivial net-diff semantics below).
7
+ //
8
+ // Not a hook: callers memoize on their executions reference
9
+ // (`useSessionFileChanges` for sessions; `useWorkflowExecutionFileChanges`
10
+ // aggregates a workflow's AGENT_CALL children).
11
+ import { create } from "@bufbuild/protobuf";
12
+ import { FileChangeSchema } from "@stigmer/protos/ai/stigmer/agentic/agentexecution/v1/message_pb";
13
+ import { FileChangeCaptureLevel, FileChangeType, } from "@stigmer/protos/ai/stigmer/agentic/agentexecution/v1/enum_pb";
14
+ import { displayFileChangeSets, toDisplayFileChange } from "@stigmer/sdk";
15
+ import { computeDiff } from "../version-history/computeDiff.js";
16
+ /**
17
+ * Collapses the file changes captured across `executions` into one *net*
18
+ * {@link FileChange} per path, ordered for a file list (modified, then
19
+ * created/renamed, then deleted; alphabetical within each group).
20
+ *
21
+ * **Source (ledger-first).** Under apply-then-review the changes live in the
22
+ * file-review ledger; {@link displayFileChangeSets} reads the server's live
23
+ * projection or folds the durable ledger for a terminal execution (whose
24
+ * projection is nil), and each captured change is projected onto the display
25
+ * {@link FileChange} via {@link toDisplayFileChange}. The execution-scoped
26
+ * ledger already includes sub-agent captures (DD-19), so one pass per
27
+ * execution suffices.
28
+ *
29
+ * **Net-diff (not latest-wins).** A {@link FileChange} is a *delta* — an
30
+ * agent often rewrites the same file several times, and showing only the last
31
+ * edit's diff would misrepresent what changed. So changes to the same path
32
+ * are reduced to a single net change: `before` from the first change, `after`
33
+ * from the last. Because a WHOLE_FILE `after` is a complete file snapshot,
34
+ * `first.before → last.after` is exactly the net change. A group with one
35
+ * change (the common case) is passed through untouched; multi-edit groups
36
+ * synthesize a net {@link FileChange} so every consumer speaks one proto
37
+ * type (DD-007).
38
+ *
39
+ * **Ordering is a correctness input.** `executions` MUST be chronological:
40
+ * the net collapse anchors on each path's first and last change, so two
41
+ * executions touching the same path (a session's follow-up turns; two
42
+ * workflow agent-call tasks) produce a wrong net diff if visited out of
43
+ * order.
44
+ *
45
+ * Counts and unified diffs for whole-file captures stay derivable by the
46
+ * presentation layer (the runner emits 0/"" sentinels), matching the
47
+ * contract the SDK `tool-view` established.
48
+ */
49
+ export function deriveExecutionFileChanges(executions) {
50
+ // Path -> chronological list of raw changes to that path.
51
+ const groups = new Map();
52
+ // Preserve first-seen path order as a stable tiebreaker before sorting.
53
+ const collect = (change) => {
54
+ const key = change.path || change.absolutePath;
55
+ if (!key)
56
+ return;
57
+ const list = groups.get(key);
58
+ if (list)
59
+ list.push(change);
60
+ else
61
+ groups.set(key, [change]);
62
+ };
63
+ for (const execution of executions) {
64
+ const capturedChanges = displayFileChangeSets(execution.status).flatMap((set) => set.changes);
65
+ for (const captured of capturedChanges)
66
+ collect(toDisplayFileChange(captured));
67
+ }
68
+ const fileChanges = Array.from(groups.values(), netChange);
69
+ fileChanges.sort(fileChangeComparator);
70
+ return fileChanges;
71
+ }
72
+ /**
73
+ * Reduces a path's chronological change list to a single net change.
74
+ * A one-change group is returned as-is (the common path, no allocation);
75
+ * multi-edit groups synthesize a net {@link FileChange}.
76
+ */
77
+ function netChange(changes) {
78
+ if (changes.length === 1)
79
+ return changes[0];
80
+ const first = changes[0];
81
+ const last = changes[changes.length - 1];
82
+ const changeType = netChangeType(first, last);
83
+ // Whole-file only when both chosen sides come from whole-file captures;
84
+ // otherwise fall back to the last change's hunk diff. A path edited by a
85
+ // single harness won't mix levels — this just stays honest if it ever does.
86
+ const wholeFile = first.captureLevel === FileChangeCaptureLevel.WHOLE_FILE &&
87
+ last.captureLevel === FileChangeCaptureLevel.WHOLE_FILE;
88
+ if (wholeFile) {
89
+ return create(FileChangeSchema, {
90
+ path: last.path,
91
+ absolutePath: last.absolutePath,
92
+ changeType,
93
+ captureLevel: FileChangeCaptureLevel.WHOLE_FILE,
94
+ before: first.before,
95
+ after: last.after,
96
+ renameFrom: changeType === FileChangeType.RENAME ? first.renameFrom : "",
97
+ });
98
+ }
99
+ return create(FileChangeSchema, {
100
+ path: last.path,
101
+ absolutePath: last.absolutePath,
102
+ changeType,
103
+ captureLevel: FileChangeCaptureLevel.HUNK_ONLY,
104
+ unifiedDiff: last.unifiedDiff,
105
+ linesAdded: last.linesAdded,
106
+ linesRemoved: last.linesRemoved,
107
+ renameFrom: changeType === FileChangeType.RENAME ? first.renameFrom : "",
108
+ });
109
+ }
110
+ /**
111
+ * Reconciles the net `change_type` of a path from its first and last change.
112
+ *
113
+ * Intent: the badge should describe the file's journey across the *whole*
114
+ * span of executions, anchored on its two endpoints, in this precedence:
115
+ *
116
+ * 1. Ends deleted (`last` is DELETE) → DELETE. The file is gone, regardless of
117
+ * how it got there — this includes create-then-delete, which we deliberately
118
+ * surface as DELETE rather than hiding the path. (`before` then comes from
119
+ * the first change, which for a created-then-deleted file is empty, so the
120
+ * diff reads as the removal of whatever briefly existed.)
121
+ * 2. Started created (`first` is CREATE) and still exists → CREATE. A file born
122
+ * in this span and later modified is, on net, a new file.
123
+ * 3. Started renamed (`first` is RENAME) and still exists → RENAME, carrying the
124
+ * original `rename_from` so the move is preserved across later edits.
125
+ * 4. Otherwise → MODIFY (the common multi-edit case).
126
+ */
127
+ function netChangeType(first, last) {
128
+ if (last.changeType === FileChangeType.DELETE)
129
+ return FileChangeType.DELETE;
130
+ if (first.changeType === FileChangeType.CREATE)
131
+ return FileChangeType.CREATE;
132
+ if (first.changeType === FileChangeType.RENAME)
133
+ return FileChangeType.RENAME;
134
+ return FileChangeType.MODIFY;
135
+ }
136
+ // Most-actionable first (modified), then additions (create/rename), then
137
+ // deletions — mirroring GitHub's file-list convention — alphabetical within
138
+ // each group so the list is stable and scannable.
139
+ const CHANGE_TYPE_ORDER = {
140
+ [FileChangeType.MODIFY]: 0,
141
+ [FileChangeType.CREATE]: 1,
142
+ [FileChangeType.RENAME]: 1,
143
+ [FileChangeType.DELETE]: 2,
144
+ [FileChangeType.UNSPECIFIED]: 3,
145
+ };
146
+ function fileChangeComparator(a, b) {
147
+ const order = (CHANGE_TYPE_ORDER[a.changeType] ?? 3) -
148
+ (CHANGE_TYPE_ORDER[b.changeType] ?? 3);
149
+ if (order !== 0)
150
+ return order;
151
+ return a.path.localeCompare(b.path, undefined, { sensitivity: "base" });
152
+ }
153
+ // ---------------------------------------------------------------------------
154
+ // FileChange → FileDiffEntry projection (file lists)
155
+ // ---------------------------------------------------------------------------
156
+ /**
157
+ * Projects a {@link FileChange} into a {@link FileDiffEntry} for a file list
158
+ * (`DiffFileList`).
159
+ *
160
+ * Counts: hunk-only uses the runner's authoritative numbers; whole-file inline
161
+ * is derived from the content (identical to the runner's capture-time counts by
162
+ * construction — same diff algorithm). A whole-file side with no synchronous
163
+ * content (offloaded / binary) falls back to the runner's capture-time
164
+ * `linesAdded`/`linesRemoved` — zero when no count exists, which the list
165
+ * renders as no stat.
166
+ */
167
+ export function toFileDiffEntry(change) {
168
+ const changeType = change.changeType === FileChangeType.CREATE
169
+ ? "added"
170
+ : change.changeType === FileChangeType.DELETE
171
+ ? "removed"
172
+ : "modified";
173
+ if (change.captureLevel === FileChangeCaptureLevel.HUNK_ONLY) {
174
+ return {
175
+ path: change.path,
176
+ changeType,
177
+ additions: change.linesAdded,
178
+ deletions: change.linesRemoved,
179
+ };
180
+ }
181
+ const before = inlineSide(change.before);
182
+ const after = inlineSide(change.after);
183
+ if (before !== null && after !== null) {
184
+ const { additions, deletions } = countHunks(computeDiff(before, after));
185
+ return { path: change.path, changeType, additions, deletions };
186
+ }
187
+ return {
188
+ path: change.path,
189
+ changeType,
190
+ additions: change.linesAdded,
191
+ deletions: change.linesRemoved,
192
+ };
193
+ }
194
+ /** Sums added/removed line counts across rendered diff hunks. */
195
+ export function countHunks(hunks) {
196
+ let additions = 0;
197
+ let deletions = 0;
198
+ for (const hunk of hunks) {
199
+ for (const line of hunk.lines) {
200
+ if (line.type === "added")
201
+ additions++;
202
+ else if (line.type === "removed")
203
+ deletions++;
204
+ }
205
+ }
206
+ return { additions, deletions };
207
+ }
208
+ /** Inline text of a side, or null when absent/offloaded/binary. */
209
+ function inlineSide(side) {
210
+ if (!side)
211
+ return "";
212
+ if (side.isBinary)
213
+ return null;
214
+ return side.body.case === "inline" ? side.body.value : null;
215
+ }
216
+ //# sourceMappingURL=deriveExecutionFileChanges.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deriveExecutionFileChanges.js","sourceRoot":"","sources":["../../src/execution/deriveExecutionFileChanges.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,22 @@
1
+ import type { FileChange } from "@stigmer/protos/ai/stigmer/agentic/agentexecution/v1/message_pb";
2
+ /**
3
+ * Virtual entry id of the file-change diff document FAMILY. Like artifacts
4
+ * (and unlike the session's single plan tab), file changes are many: every
5
+ * opened diff shares this one entry id and is distinguished by its
6
+ * change-path-derived tab path, so
7
+ * `editorKey(FILE_CHANGE_DOCUMENT_ENTRY_ID, path)` yields one tab per changed
8
+ * file — the VS Code "each file is a tab" model. The NUL-namespaced virtual
9
+ * id can never alias a real workspace entry, and its distinct `"filechange"`
10
+ * kind can never collide with the `"artifact"`/`"plan"` families.
11
+ */
12
+ export declare const FILE_CHANGE_DOCUMENT_ENTRY_ID: string;
13
+ /**
14
+ * The identity of a file change's diff tab within the family. The net rollup
15
+ * carries at most one {@link FileChange} per path, so the change's path IS
16
+ * the identity — and, as the tab path, its basename is exactly the tab label
17
+ * (no prefixing needed, unlike artifact tabs whose ids are opaque).
18
+ * `absolutePath` is the fallback for captures without a workspace-relative
19
+ * path, matching the keying inside the net-collapse core.
20
+ */
21
+ export declare function fileChangeTabPath(change: FileChange): string;
22
+ //# sourceMappingURL=file-change-document.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-change-document.d.ts","sourceRoot":"","sources":["../../src/execution/file-change-document.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iEAAiE,CAAC;AAGlG;;;;;;;;;GASG;AACH,eAAO,MAAM,6BAA6B,QAA+B,CAAC;AAE1E;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM,CAE5D"}
@@ -0,0 +1,34 @@
1
+ // Identity of file-change diff document tabs in the workspace surface's
2
+ // editor group. Domain: execution (the diff renderer and the FileChange data
3
+ // model are execution-domain; the workflow panel is the first host, and a
4
+ // future session-side consumer would share this identity rather than minting
5
+ // a divergent one).
6
+ //
7
+ // Kept in its own module (not in a component file) so behavior-only
8
+ // consumers — the panel controller opens the tabs, the viewer routes them —
9
+ // depend on the identity without pulling the diff renderer into their module
10
+ // graph (DD-003 headless-first). Mirrors artifact-document.ts.
11
+ import { virtualEntryId } from "../internal/store/index.js";
12
+ /**
13
+ * Virtual entry id of the file-change diff document FAMILY. Like artifacts
14
+ * (and unlike the session's single plan tab), file changes are many: every
15
+ * opened diff shares this one entry id and is distinguished by its
16
+ * change-path-derived tab path, so
17
+ * `editorKey(FILE_CHANGE_DOCUMENT_ENTRY_ID, path)` yields one tab per changed
18
+ * file — the VS Code "each file is a tab" model. The NUL-namespaced virtual
19
+ * id can never alias a real workspace entry, and its distinct `"filechange"`
20
+ * kind can never collide with the `"artifact"`/`"plan"` families.
21
+ */
22
+ export const FILE_CHANGE_DOCUMENT_ENTRY_ID = virtualEntryId("filechange");
23
+ /**
24
+ * The identity of a file change's diff tab within the family. The net rollup
25
+ * carries at most one {@link FileChange} per path, so the change's path IS
26
+ * the identity — and, as the tab path, its basename is exactly the tab label
27
+ * (no prefixing needed, unlike artifact tabs whose ids are opaque).
28
+ * `absolutePath` is the fallback for captures without a workspace-relative
29
+ * path, matching the keying inside the net-collapse core.
30
+ */
31
+ export function fileChangeTabPath(change) {
32
+ return change.path || change.absolutePath;
33
+ }
34
+ //# sourceMappingURL=file-change-document.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-change-document.js","sourceRoot":"","sources":["../../src/execution/file-change-document.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,6EAA6E;AAC7E,0EAA0E;AAC1E,6EAA6E;AAC7E,oBAAoB;AACpB,EAAE;AACF,oEAAoE;AACpE,4EAA4E;AAC5E,6EAA6E;AAC7E,+DAA+D;AAG/D,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAG,cAAc,CAAC,YAAY,CAAC,CAAC;AAE1E;;;;;;;GAOG;AACH,MAAM,UAAU,iBAAiB,CAAC,MAAkB;IAClD,OAAO,MAAM,CAAC,IAAI,IAAI,MAAM,CAAC,YAAY,CAAC;AAC5C,CAAC"}
@@ -3,6 +3,8 @@ export type { BootstrapSessionSpec, CreateAgentExecutionInput, CreateAgentExecut
3
3
  export { isTerminalPhase } from "./execution-phases.js";
4
4
  export { useExecutionStream } from "./useExecutionStream.js";
5
5
  export type { UseExecutionStreamReturn } from "./useExecutionStream.js";
6
+ export { useLiveAgentExecution } from "./useLiveAgentExecution.js";
7
+ export type { UseLiveAgentExecutionReturn } from "./useLiveAgentExecution.js";
6
8
  export { useAgentExecutionActions } from "./useAgentExecutionActions.js";
7
9
  export type { UseAgentExecutionActionsOptions, UseAgentExecutionActionsReturn, } from "./useAgentExecutionActions.js";
8
10
  export { UsageWidget, formatCost, formatTokenCount } from "./UsageWidget.js";
@@ -27,6 +29,8 @@ export { useExecutionArtifacts } from "./useExecutionArtifacts.js";
27
29
  export type { UseExecutionArtifactsReturn } from "./useExecutionArtifacts.js";
28
30
  export { useArtifactContent } from "./useArtifactContent.js";
29
31
  export type { UseArtifactContentReturn } from "./useArtifactContent.js";
32
+ export { useArtifactContentById } from "./useArtifactContentById.js";
33
+ export type { UseArtifactContentByIdReturn } from "./useArtifactContentById.js";
30
34
  export { useArtifactDownloadUrl } from "./useArtifactDownloadUrl.js";
31
35
  export type { UseArtifactDownloadUrlReturn, UseArtifactDownloadUrlOptions, } from "./useArtifactDownloadUrl.js";
32
36
  export { useArtifactDownload } from "./useArtifactDownload.js";
@@ -45,6 +49,7 @@ export { parseDiffStatSummary, trailingDiffStatLine, writeBackDisplayName, } fro
45
49
  export type { DiffStatSummary } from "./write-back-utils.js";
46
50
  export { FileChangesView, FileChangeDiff } from "./FileChangesView.js";
47
51
  export type { FileChangesViewProps, FileChangeDiffProps } from "./FileChangesView.js";
52
+ export { deriveExecutionFileChanges, toFileDiffEntry, } from "./deriveExecutionFileChanges.js";
48
53
  export { EmptyChangeNotice } from "./EmptyChangeNotice.js";
49
54
  export type { EmptyChangeNoticeProps, EmptyChangeKind } from "./EmptyChangeNotice.js";
50
55
  export { isTextArtifact, formatArtifactSize, getArtifactExtension, getFileExtension, getArtifactRenderMode, } from "./artifact-utils.js";
@@ -115,8 +120,17 @@ export { FileReviewContext, useFileReviewRowState, useFileReviewRowChange, } fro
115
120
  export type { FileReviewContextValue } from "./FileReviewContext.js";
116
121
  export { ArtifactRow } from "./ArtifactRow.js";
117
122
  export type { ArtifactRowProps } from "./ArtifactRow.js";
123
+ export { ArtifactRowView } from "./ArtifactRowView.js";
124
+ export type { ArtifactRowViewProps } from "./ArtifactRowView.js";
125
+ export { fromExecutionArtifact, fromArtifact, } from "./artifact-row-item.js";
126
+ export type { ArtifactRowItem } from "./artifact-row-item.js";
127
+ export { ARTIFACT_DOCUMENT_ENTRY_ID } from "./artifact-document.js";
128
+ export { FILE_CHANGE_DOCUMENT_ENTRY_ID, fileChangeTabPath, } from "./file-change-document.js";
129
+ export { AGENT_EXECUTION_DOCUMENT_ENTRY_ID, agentExecutionTabPath, parseAgentExecutionTabPath, } from "./agent-execution-document.js";
118
130
  export { ArtifactContentRenderer } from "./ArtifactContentRenderer.js";
119
131
  export type { ArtifactContentRendererProps } from "./ArtifactContentRenderer.js";
132
+ export { ArtifactFileContent } from "./ArtifactFileContent.js";
133
+ export type { ArtifactFileContentProps } from "./ArtifactFileContent.js";
120
134
  export { ArtifactContentBody } from "./ArtifactContentBody.js";
121
135
  export type { ArtifactContentBodyProps } from "./ArtifactContentBody.js";
122
136
  export { ArtifactDocument } from "./ArtifactDocument.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/execution/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/execution/index.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,7 @@
1
1
  export { useCreateAgentExecution } from "./useCreateAgentExecution.js";
2
2
  export { isTerminalPhase } from "./execution-phases.js";
3
3
  export { useExecutionStream } from "./useExecutionStream.js";
4
+ export { useLiveAgentExecution } from "./useLiveAgentExecution.js";
4
5
  export { useAgentExecutionActions } from "./useAgentExecutionActions.js";
5
6
  export { UsageWidget, formatCost, formatTokenCount } from "./UsageWidget.js";
6
7
  export { useContextWindow } from "./useContextWindow.js";
@@ -13,6 +14,7 @@ export { PlanStreamingCard } from "./PlanStreamingCard.js";
13
14
  export { PlanDocumentMessage } from "./PlanDocumentMessage.js";
14
15
  export { useExecutionArtifacts } from "./useExecutionArtifacts.js";
15
16
  export { useArtifactContent } from "./useArtifactContent.js";
17
+ export { useArtifactContentById } from "./useArtifactContentById.js";
16
18
  export { useArtifactDownloadUrl } from "./useArtifactDownloadUrl.js";
17
19
  export { useArtifactDownload } from "./useArtifactDownload.js";
18
20
  export { useArtifactCopy } from "./useArtifactCopy.js";
@@ -22,6 +24,7 @@ export { useWorkspaceWriteBacks } from "./useWorkspaceWriteBacks.js";
22
24
  export { WriteBackCard } from "./WriteBackCard.js";
23
25
  export { parseDiffStatSummary, trailingDiffStatLine, writeBackDisplayName, } from "./write-back-utils.js";
24
26
  export { FileChangesView, FileChangeDiff } from "./FileChangesView.js";
27
+ export { deriveExecutionFileChanges, toFileDiffEntry, } from "./deriveExecutionFileChanges.js";
25
28
  export { EmptyChangeNotice } from "./EmptyChangeNotice.js";
26
29
  export { isTextArtifact, formatArtifactSize, getArtifactExtension, getFileExtension, getArtifactRenderMode, } from "./artifact-utils.js";
27
30
  export { ExecutionPhaseBadge } from "./ExecutionPhaseBadge.js";
@@ -60,7 +63,13 @@ export { FileChangeProgressBar } from "./FileChangeProgressBar.js";
60
63
  export { ApprovalContext, useApproval } from "./ApprovalContext.js";
61
64
  export { FileReviewContext, useFileReviewRowState, useFileReviewRowChange, } from "./FileReviewContext.js";
62
65
  export { ArtifactRow } from "./ArtifactRow.js";
66
+ export { ArtifactRowView } from "./ArtifactRowView.js";
67
+ export { fromExecutionArtifact, fromArtifact, } from "./artifact-row-item.js";
68
+ export { ARTIFACT_DOCUMENT_ENTRY_ID } from "./artifact-document.js";
69
+ export { FILE_CHANGE_DOCUMENT_ENTRY_ID, fileChangeTabPath, } from "./file-change-document.js";
70
+ export { AGENT_EXECUTION_DOCUMENT_ENTRY_ID, agentExecutionTabPath, parseAgentExecutionTabPath, } from "./agent-execution-document.js";
63
71
  export { ArtifactContentRenderer } from "./ArtifactContentRenderer.js";
72
+ export { ArtifactFileContent } from "./ArtifactFileContent.js";
64
73
  export { ArtifactContentBody } from "./ArtifactContentBody.js";
65
74
  export { ArtifactDocument } from "./ArtifactDocument.js";
66
75
  export { useArtifactInspection } from "./useArtifactInspection.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/execution/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/execution/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,61 @@
1
+ /** Return value of {@link useArtifactContentById}. */
2
+ export interface UseArtifactContentByIdReturn {
3
+ /**
4
+ * Decoded text content of the artifact, or `null` when:
5
+ * - Fetching is skipped (`artifactId` is `null`)
6
+ * - The request is in-flight
7
+ * - The request failed
8
+ */
9
+ readonly content: string | null;
10
+ /**
11
+ * MIME content type recorded at artifact creation
12
+ * (`ArtifactSpec.content_type`). `null` before the first successful fetch.
13
+ */
14
+ readonly contentType: string | null;
15
+ /**
16
+ * Actual total size of the artifact in bytes — larger than the returned
17
+ * content when `isTruncated` is `true` ("showing 512 KB of 2.1 MB").
18
+ */
19
+ readonly totalSizeBytes: bigint;
20
+ /**
21
+ * Whether the returned content was truncated by the server's `max_bytes`
22
+ * limit. When `true`, offer the full artifact via `getDownloadUrl` instead.
23
+ */
24
+ readonly isTruncated: boolean;
25
+ /** `true` while the content request is in-flight. */
26
+ readonly isLoading: boolean;
27
+ /** `true` while a background refetch is in flight and stale data is shown. */
28
+ readonly isRefetching: boolean;
29
+ /** Error from the last failed attempt, or `null` when healthy. */
30
+ readonly error: Error | null;
31
+ /** Re-fetch the artifact content. */
32
+ readonly refetch: () => void;
33
+ }
34
+ /**
35
+ * Data hook that fetches the text content of an `Artifact` resource via
36
+ * `stigmer.artifact.getContent()`.
37
+ *
38
+ * The server proxies the artifact bytes through the Stigmer API rather than
39
+ * handing out a presigned URL — embedded SDK consumers on third-party origins
40
+ * avoid the CORS exposure of fetching storage URLs from the browser (the same
41
+ * rationale as the agent-execution side's `useArtifactContent`, which this
42
+ * hook mirrors; artifacts here are addressed by artifact ID, the artifact
43
+ * store's identity, instead of `executionId` + `storageKey`).
44
+ *
45
+ * Pass `null` for `artifactId` to skip fetching — the caller controls when to
46
+ * fetch based on artifact metadata (e.g. only for text content types below a
47
+ * size threshold), consistent with the `useArtifactContent(null)` convention.
48
+ *
49
+ * The server enforces a content size limit (default 512 KB). Content
50
+ * exceeding it comes back with `isTruncated: true`; offer a full download via
51
+ * `getDownloadUrl` in that case. The returned `content` is decoded as UTF-8 —
52
+ * for binary artifacts, use `getDownloadUrl` instead of this hook.
53
+ *
54
+ * @param artifactId - The `Artifact` resource id (`art_…`), or `null` to skip.
55
+ * @param cacheKey - Optional cross-mount cache key (DD-014). When set, a
56
+ * remount with the same key renders previously-fetched content instantly
57
+ * and refetches in the background — used by the workflow artifact document
58
+ * so switching back to a recently-viewed tab is instant.
59
+ */
60
+ export declare function useArtifactContentById(artifactId: string | null, cacheKey?: string): UseArtifactContentByIdReturn;
61
+ //# sourceMappingURL=useArtifactContentById.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useArtifactContentById.d.ts","sourceRoot":"","sources":["../../src/execution/useArtifactContentById.ts"],"names":[],"mappings":"AAwBA,sDAAsD;AACtD,MAAM,WAAW,4BAA4B;IAC3C;;;;;OAKG;IACH,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;OAGG;IACH,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC;IAC9B,qDAAqD;IACrD,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B,8EAA8E;IAC9E,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC;IAC/B,kEAAkE;IAClE,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IAC7B,qCAAqC;IACrC,QAAQ,CAAC,OAAO,EAAE,MAAM,IAAI,CAAC;CAC9B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,MAAM,GAAG,IAAI,EACzB,QAAQ,CAAC,EAAE,MAAM,GAChB,4BAA4B,CAgC9B"}
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ // Data hook that reads an Artifact resource's content by artifact id.
3
+ // Domain: execution (the Artifact-resource counterpart of useArtifactContent).
4
+ import { create } from "@bufbuild/protobuf";
5
+ import { GetArtifactContentRequestSchema } from "@stigmer/protos/ai/stigmer/agentic/artifact/v1/io_pb";
6
+ import { useStigmer } from "../hooks.js";
7
+ import { useFetch } from "../internal/useFetch.js";
8
+ const EMPTY_ARTIFACT = {
9
+ content: null,
10
+ contentType: null,
11
+ totalSizeBytes: BigInt(0),
12
+ isTruncated: false,
13
+ };
14
+ /**
15
+ * Data hook that fetches the text content of an `Artifact` resource via
16
+ * `stigmer.artifact.getContent()`.
17
+ *
18
+ * The server proxies the artifact bytes through the Stigmer API rather than
19
+ * handing out a presigned URL — embedded SDK consumers on third-party origins
20
+ * avoid the CORS exposure of fetching storage URLs from the browser (the same
21
+ * rationale as the agent-execution side's `useArtifactContent`, which this
22
+ * hook mirrors; artifacts here are addressed by artifact ID, the artifact
23
+ * store's identity, instead of `executionId` + `storageKey`).
24
+ *
25
+ * Pass `null` for `artifactId` to skip fetching — the caller controls when to
26
+ * fetch based on artifact metadata (e.g. only for text content types below a
27
+ * size threshold), consistent with the `useArtifactContent(null)` convention.
28
+ *
29
+ * The server enforces a content size limit (default 512 KB). Content
30
+ * exceeding it comes back with `isTruncated: true`; offer a full download via
31
+ * `getDownloadUrl` in that case. The returned `content` is decoded as UTF-8 —
32
+ * for binary artifacts, use `getDownloadUrl` instead of this hook.
33
+ *
34
+ * @param artifactId - The `Artifact` resource id (`art_…`), or `null` to skip.
35
+ * @param cacheKey - Optional cross-mount cache key (DD-014). When set, a
36
+ * remount with the same key renders previously-fetched content instantly
37
+ * and refetches in the background — used by the workflow artifact document
38
+ * so switching back to a recently-viewed tab is instant.
39
+ */
40
+ export function useArtifactContentById(artifactId, cacheKey) {
41
+ const stigmer = useStigmer();
42
+ const { data, isLoading, isRefetching, error, refetch } = useFetch(artifactId
43
+ ? () => stigmer.artifact
44
+ .getContent(create(GetArtifactContentRequestSchema, { artifactId }))
45
+ .then((result) => ({
46
+ content: new TextDecoder().decode(result.content),
47
+ contentType: result.contentType || null,
48
+ totalSizeBytes: result.totalSizeBytes,
49
+ isTruncated: result.truncated,
50
+ }))
51
+ : null, [artifactId, stigmer], EMPTY_ARTIFACT, cacheKey ? { cacheKey } : undefined);
52
+ return {
53
+ content: data.content,
54
+ contentType: data.contentType,
55
+ totalSizeBytes: data.totalSizeBytes,
56
+ isTruncated: data.isTruncated,
57
+ isLoading,
58
+ isRefetching,
59
+ error,
60
+ refetch,
61
+ };
62
+ }
63
+ //# sourceMappingURL=useArtifactContentById.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useArtifactContentById.js","sourceRoot":"","sources":["../../src/execution/useArtifactContentById.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,sEAAsE;AACtE,+EAA+E;AAE/E,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,+BAA+B,EAAE,MAAM,sDAAsD,CAAC;AACvG,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AASnD,MAAM,cAAc,GAAwB;IAC1C,OAAO,EAAE,IAAI;IACb,WAAW,EAAE,IAAI;IACjB,cAAc,EAAE,MAAM,CAAC,CAAC,CAAC;IACzB,WAAW,EAAE,KAAK;CACnB,CAAC;AAoCF;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,UAAU,sBAAsB,CACpC,UAAyB,EACzB,QAAiB;IAEjB,MAAM,OAAO,GAAG,UAAU,EAAE,CAAC;IAE7B,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,OAAO,EAAE,GAAG,QAAQ,CAChE,UAAU;QACR,CAAC,CAAC,GAAG,EAAE,CACH,OAAO,CAAC,QAAQ;aACb,UAAU,CACT,MAAM,CAAC,+BAA+B,EAAE,EAAE,UAAU,EAAE,CAAC,CACxD;aACA,IAAI,CAAC,CAAC,MAAM,EAAuB,EAAE,CAAC,CAAC;YACtC,OAAO,EAAE,IAAI,WAAW,EAAE,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC;YACjD,WAAW,EAAE,MAAM,CAAC,WAAW,IAAI,IAAI;YACvC,cAAc,EAAE,MAAM,CAAC,cAAc;YACrC,WAAW,EAAE,MAAM,CAAC,SAAS;SAC9B,CAAC,CAAC;QACT,CAAC,CAAC,IAAI,EACR,CAAC,UAAU,EAAE,OAAO,CAAC,EACrB,cAAc,EACd,QAAQ,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC,SAAS,CACpC,CAAC;IAEF,OAAO;QACL,OAAO,EAAE,IAAI,CAAC,OAAO;QACrB,WAAW,EAAE,IAAI,CAAC,WAAW;QAC7B,cAAc,EAAE,IAAI,CAAC,cAAc;QACnC,WAAW,EAAE,IAAI,CAAC,WAAW;QAC7B,SAAS;QACT,YAAY;QACZ,KAAK;QACL,OAAO;KACR,CAAC;AACJ,CAAC"}
@@ -17,9 +17,10 @@ export interface UseArtifactDownloadReturn {
17
17
  /**
18
18
  * Behavior hook that downloads an execution artifact on demand.
19
19
  *
20
- * Mirrors the click → mint fresh URL → browser download flow established by
21
- * `WorkflowExecutionArtifactPanel`, generalized so every artifact "Download"
22
- * affordance shares one implementation. The URL is minted at click time from
20
+ * Implements the click → mint fresh URL → browser download flow so every
21
+ * artifact "Download" affordance shares one implementation (the workflow's
22
+ * `Artifact`-resource counterpart is `useWorkflowArtifactDownload`). The URL
23
+ * is minted at click time from
23
24
  * the stable `storageKey` via `getArtifactDownloadUrl`, so it is always valid —
24
25
  * unlike the previously persisted, short-lived URL that expired after an hour.
25
26
  *
@@ -1 +1 @@
1
- {"version":3,"file":"useArtifactDownload.d.ts","sourceRoot":"","sources":["../../src/execution/useArtifactDownload.ts"],"names":[],"mappings":"AAQA,mDAAmD;AACnD,MAAM,WAAW,yBAAyB;IACxC;;;;;;;OAOG;IACH,QAAQ,CAAC,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAE5E,4EAA4E;IAC5E,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC;IAEhC,2EAA2E;IAC3E,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CAC9B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,mBAAmB,CACjC,WAAW,EAAE,MAAM,GAAG,IAAI,GACzB,yBAAyB,CAuC3B"}
1
+ {"version":3,"file":"useArtifactDownload.d.ts","sourceRoot":"","sources":["../../src/execution/useArtifactDownload.ts"],"names":[],"mappings":"AAQA,mDAAmD;AACnD,MAAM,WAAW,yBAAyB;IACxC;;;;;;;OAOG;IACH,QAAQ,CAAC,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAE5E,4EAA4E;IAC5E,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC;IAEhC,2EAA2E;IAC3E,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CAC9B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,mBAAmB,CACjC,WAAW,EAAE,MAAM,GAAG,IAAI,GACzB,yBAAyB,CAuC3B"}
@@ -7,9 +7,10 @@ import { toError } from "../internal/toError.js";
7
7
  /**
8
8
  * Behavior hook that downloads an execution artifact on demand.
9
9
  *
10
- * Mirrors the click → mint fresh URL → browser download flow established by
11
- * `WorkflowExecutionArtifactPanel`, generalized so every artifact "Download"
12
- * affordance shares one implementation. The URL is minted at click time from
10
+ * Implements the click → mint fresh URL → browser download flow so every
11
+ * artifact "Download" affordance shares one implementation (the workflow's
12
+ * `Artifact`-resource counterpart is `useWorkflowArtifactDownload`). The URL
13
+ * is minted at click time from
13
14
  * the stable `storageKey` via `getArtifactDownloadUrl`, so it is always valid —
14
15
  * unlike the previously persisted, short-lived URL that expired after an hour.
15
16
  *
@@ -1 +1 @@
1
- {"version":3,"file":"useArtifactDownload.js","sourceRoot":"","sources":["../../src/execution/useArtifactDownload.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,4DAA4D,CAAC;AACjH,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAqBjD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,UAAU,mBAAmB,CACjC,WAA0B;IAE1B,MAAM,OAAO,GAAG,UAAU,EAAE,CAAC;IAC7B,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC1D,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAe,IAAI,CAAC,CAAC;IAEvD,MAAM,QAAQ,GAAG,WAAW,CAC1B,KAAK,EAAE,UAAkB,EAAE,QAAiB,EAAE,EAAE;QAC9C,IAAI,CAAC,WAAW,IAAI,CAAC,UAAU,IAAI,aAAa;YAAE,OAAO;QACzD,gBAAgB,CAAC,IAAI,CAAC,CAAC;QACvB,QAAQ,CAAC,IAAI,CAAC,CAAC;QACf,IAAI,CAAC;YACH,MAAM,MAAM,GAAG,MAAM,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAChE,MAAM,CAAC,mCAAmC,EAAE;gBAC1C,WAAW;gBACX,UAAU;gBACV,6DAA6D;gBAC7D,+DAA+D;gBAC/D,gEAAgE;gBAChE,oDAAoD;gBACpD,8DAA8D;gBAC9D,YAAY,EAAE,IAAI;aACnB,CAAC,CACH,CAAC;YACF,IAAI,MAAM,CAAC,WAAW,EAAE,CAAC;gBACvB,sBAAsB,CAAC,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;YACvD,CAAC;QACH,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACb,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;QACzB,CAAC;gBAAS,CAAC;YACT,gBAAgB,CAAC,KAAK,CAAC,CAAC;QAC1B,CAAC;IACH,CAAC,EACD,CAAC,WAAW,EAAE,OAAO,EAAE,aAAa,CAAC,CACtC,CAAC;IAEF,OAAO,OAAO,CACZ,GAAG,EAAE,CAAC,CAAC,EAAE,QAAQ,EAAE,aAAa,EAAE,KAAK,EAAE,CAAC,EAC1C,CAAC,QAAQ,EAAE,aAAa,EAAE,KAAK,CAAC,CACjC,CAAC;AACJ,CAAC;AAED;;;;;;;;GAQG;AACH,SAAS,sBAAsB,CAAC,GAAW,EAAE,QAAiB;IAC5D,IAAI,OAAO,QAAQ,KAAK,WAAW,EAAE,CAAC;QACpC,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE,CAAC;YAClC,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,QAAQ,EAAE,qBAAqB,CAAC,CAAC;QACpD,CAAC;QACD,OAAO;IACT,CAAC;IACD,MAAM,MAAM,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC3C,MAAM,CAAC,IAAI,GAAG,GAAG,CAAC;IAClB,IAAI,QAAQ;QAAE,MAAM,CAAC,QAAQ,GAAG,QAAQ,CAAC;IACzC,MAAM,CAAC,GAAG,GAAG,qBAAqB,CAAC;IACnC,MAAM,CAAC,MAAM,GAAG,QAAQ,CAAC;IACzB,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,MAAM,CAAC,KAAK,EAAE,CAAC;IACf,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;AACpC,CAAC"}
1
+ {"version":3,"file":"useArtifactDownload.js","sourceRoot":"","sources":["../../src/execution/useArtifactDownload.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,4DAA4D,CAAC;AACjH,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAqBjD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAM,UAAU,mBAAmB,CACjC,WAA0B;IAE1B,MAAM,OAAO,GAAG,UAAU,EAAE,CAAC;IAC7B,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC1D,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAe,IAAI,CAAC,CAAC;IAEvD,MAAM,QAAQ,GAAG,WAAW,CAC1B,KAAK,EAAE,UAAkB,EAAE,QAAiB,EAAE,EAAE;QAC9C,IAAI,CAAC,WAAW,IAAI,CAAC,UAAU,IAAI,aAAa;YAAE,OAAO;QACzD,gBAAgB,CAAC,IAAI,CAAC,CAAC;QACvB,QAAQ,CAAC,IAAI,CAAC,CAAC;QACf,IAAI,CAAC;YACH,MAAM,MAAM,GAAG,MAAM,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAChE,MAAM,CAAC,mCAAmC,EAAE;gBAC1C,WAAW;gBACX,UAAU;gBACV,6DAA6D;gBAC7D,+DAA+D;gBAC/D,gEAAgE;gBAChE,oDAAoD;gBACpD,8DAA8D;gBAC9D,YAAY,EAAE,IAAI;aACnB,CAAC,CACH,CAAC;YACF,IAAI,MAAM,CAAC,WAAW,EAAE,CAAC;gBACvB,sBAAsB,CAAC,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;YACvD,CAAC;QACH,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACb,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;QACzB,CAAC;gBAAS,CAAC;YACT,gBAAgB,CAAC,KAAK,CAAC,CAAC;QAC1B,CAAC;IACH,CAAC,EACD,CAAC,WAAW,EAAE,OAAO,EAAE,aAAa,CAAC,CACtC,CAAC;IAEF,OAAO,OAAO,CACZ,GAAG,EAAE,CAAC,CAAC,EAAE,QAAQ,EAAE,aAAa,EAAE,KAAK,EAAE,CAAC,EAC1C,CAAC,QAAQ,EAAE,aAAa,EAAE,KAAK,CAAC,CACjC,CAAC;AACJ,CAAC;AAED;;;;;;;;GAQG;AACH,SAAS,sBAAsB,CAAC,GAAW,EAAE,QAAiB;IAC5D,IAAI,OAAO,QAAQ,KAAK,WAAW,EAAE,CAAC;QACpC,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE,CAAC;YAClC,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,QAAQ,EAAE,qBAAqB,CAAC,CAAC;QACpD,CAAC;QACD,OAAO;IACT,CAAC;IACD,MAAM,MAAM,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC3C,MAAM,CAAC,IAAI,GAAG,GAAG,CAAC;IAClB,IAAI,QAAQ;QAAE,MAAM,CAAC,QAAQ,GAAG,QAAQ,CAAC;IACzC,MAAM,CAAC,GAAG,GAAG,qBAAqB,CAAC;IACnC,MAAM,CAAC,MAAM,GAAG,QAAQ,CAAC;IACzB,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,MAAM,CAAC,KAAK,EAAE,CAAC;IACf,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;AACpC,CAAC"}