@wrongstack/webui 0.284.1 → 0.285.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 (490) hide show
  1. package/dist/App.d.ts +2 -0
  2. package/dist/App.d.ts.map +1 -0
  3. package/dist/assets/{AnalyticsDashboard-BBoAzpgL.js → AnalyticsDashboard-Bn2wIgV0.js} +1 -1
  4. package/dist/assets/{AutoPhaseView-D053zOhN.js → AutoPhaseView-DWp3yHpI.js} +1 -1
  5. package/dist/assets/{ChangesView-4X9cQM4r.js → ChangesView-C_r4kccO.js} +1 -1
  6. package/dist/assets/{CodeEditor-C8hiA7LI.js → CodeEditor-DSpqZ-mS.js} +1 -1
  7. package/dist/assets/{DebugDashboard-DBPKvghW.js → DebugDashboard-DWKLI7lR.js} +1 -1
  8. package/dist/assets/{DesignGalleryView-CzF24Ppi.js → DesignGalleryView-Bk3HH3al.js} +1 -1
  9. package/dist/assets/KanbanView-CJqlvsbc.js +1 -0
  10. package/dist/assets/{MailboxDetailView-CCtq-c8u.js → MailboxDetailView-BwWagFay.js} +1 -1
  11. package/dist/assets/OfficeMapPanel-QFPaXTZ9.js +4 -0
  12. package/dist/assets/{ProcessMonitor-pm8Ih7-q.js → ProcessMonitor-dUyYv3Z4.js} +1 -1
  13. package/dist/assets/{QueuePanel-Lv54tvvk.js → QueuePanel-BdwvWRuB.js} +1 -1
  14. package/dist/assets/{RefreshDebugView-0VzJJqhZ.js → RefreshDebugView-eZwtZXgZ.js} +1 -1
  15. package/dist/assets/{SddBoardView-Q-k1UjLv.js → SddBoardView-OtKwEtAp.js} +1 -1
  16. package/dist/assets/{SddFlowGraph-BaWwH9Zc.js → SddFlowGraph-MVMUCMEy.js} +1 -1
  17. package/dist/assets/{SddWizard-C4wdyhYe.js → SddWizard-c7g68RFx.js} +1 -1
  18. package/dist/assets/SessionsDashboard-pMXfRTwN.js +1 -0
  19. package/dist/assets/{SkillDetailView-B4U0AtHj.js → SkillDetailView-CcdIF-85.js} +1 -1
  20. package/dist/assets/{SpecsView-QssXs9kF.js → SpecsView-yunV-Xfj.js} +1 -1
  21. package/dist/assets/{TerminalPanel-CSDEzJNZ.js → TerminalPanel-BIYT1IB3.js} +1 -1
  22. package/dist/assets/common-D8_r1x8x.js +1 -0
  23. package/dist/assets/common-suUxW9sA.js +1 -0
  24. package/dist/assets/{i18n-CkkVJCs9.js → i18n-BMePmaPJ.js} +2 -2
  25. package/dist/assets/index-CbrHWxbT.css +1 -0
  26. package/dist/assets/index-CyTNJHe8.js +154 -0
  27. package/dist/assets/local-prefs-BBMxai9I.js +1 -0
  28. package/dist/assets/settings-CKNx8p9I.js +1 -0
  29. package/dist/assets/settings-D-SHf0yS.js +1 -0
  30. package/dist/assets/ui-store-ComQYc5F.js +1 -0
  31. package/dist/assets/{ws-client-lDxBz-7w.js → ws-client-CwL51TNh.js} +1 -1
  32. package/dist/components/AgentTranscript.d.ts +13 -0
  33. package/dist/components/AgentTranscript.d.ts.map +1 -0
  34. package/dist/components/AgentsMonitor.d.ts +26 -0
  35. package/dist/components/AgentsMonitor.d.ts.map +1 -0
  36. package/dist/components/AgentsPage/format.d.ts +23 -0
  37. package/dist/components/AgentsPage/format.d.ts.map +1 -0
  38. package/dist/components/AgentsPage.d.ts +49 -0
  39. package/dist/components/AgentsPage.d.ts.map +1 -0
  40. package/dist/components/AnalyticsDashboard.d.ts +2 -0
  41. package/dist/components/AnalyticsDashboard.d.ts.map +1 -0
  42. package/dist/components/AutoPhaseView.d.ts +15 -0
  43. package/dist/components/AutoPhaseView.d.ts.map +1 -0
  44. package/dist/components/AutonomyPicker.d.ts +21 -0
  45. package/dist/components/AutonomyPicker.d.ts.map +1 -0
  46. package/dist/components/BoardView.d.ts +14 -0
  47. package/dist/components/BoardView.d.ts.map +1 -0
  48. package/dist/components/ChangesView.d.ts +10 -0
  49. package/dist/components/ChangesView.d.ts.map +1 -0
  50. package/dist/components/ChatInput/code-detect.d.ts +20 -0
  51. package/dist/components/ChatInput/code-detect.d.ts.map +1 -0
  52. package/dist/components/ChatInput/file-mention-picker.d.ts +15 -0
  53. package/dist/components/ChatInput/file-mention-picker.d.ts.map +1 -0
  54. package/dist/components/ChatInput/queued-messages.d.ts +9 -0
  55. package/dist/components/ChatInput/queued-messages.d.ts.map +1 -0
  56. package/dist/components/ChatInput/slash-commands.d.ts +17 -0
  57. package/dist/components/ChatInput/slash-commands.d.ts.map +1 -0
  58. package/dist/components/ChatInput/slash-routing.d.ts +79 -0
  59. package/dist/components/ChatInput/slash-routing.d.ts.map +1 -0
  60. package/dist/components/ChatInput/use-paste-drop.d.ts +29 -0
  61. package/dist/components/ChatInput/use-paste-drop.d.ts.map +1 -0
  62. package/dist/components/ChatInput.d.ts +5 -0
  63. package/dist/components/ChatInput.d.ts.map +1 -0
  64. package/dist/components/ChatView/ThinkingBubble.d.ts +8 -0
  65. package/dist/components/ChatView/ThinkingBubble.d.ts.map +1 -0
  66. package/dist/components/ChatView/index.d.ts +2 -0
  67. package/dist/components/ChatView/index.d.ts.map +1 -0
  68. package/dist/components/ChatView/utils.d.ts +44 -0
  69. package/dist/components/ChatView/utils.d.ts.map +1 -0
  70. package/dist/components/ChatView.d.ts +2 -0
  71. package/dist/components/ChatView.d.ts.map +1 -0
  72. package/dist/components/CheckpointTimeline.d.ts +7 -0
  73. package/dist/components/CheckpointTimeline.d.ts.map +1 -0
  74. package/dist/components/CodeEditor.d.ts +3 -0
  75. package/dist/components/CodeEditor.d.ts.map +1 -0
  76. package/dist/components/CollabPanel.d.ts +28 -0
  77. package/dist/components/CollabPanel.d.ts.map +1 -0
  78. package/dist/components/CommandPalette/export-utils.d.ts +10 -0
  79. package/dist/components/CommandPalette/export-utils.d.ts.map +1 -0
  80. package/dist/components/CommandPalette/index.d.ts +2 -0
  81. package/dist/components/CommandPalette/index.d.ts.map +1 -0
  82. package/dist/components/CommandPalette.d.ts +3 -0
  83. package/dist/components/CommandPalette.d.ts.map +1 -0
  84. package/dist/components/ConfirmDialog.d.ts +2 -0
  85. package/dist/components/ConfirmDialog.d.ts.map +1 -0
  86. package/dist/components/ConfirmModal.d.ts +59 -0
  87. package/dist/components/ConfirmModal.d.ts.map +1 -0
  88. package/dist/components/ConnectionBanner.d.ts +13 -0
  89. package/dist/components/ConnectionBanner.d.ts.map +1 -0
  90. package/dist/components/ContextBar.d.ts +35 -0
  91. package/dist/components/ContextBar.d.ts.map +1 -0
  92. package/dist/components/ContextBreakdownModal.d.ts +7 -0
  93. package/dist/components/ContextBreakdownModal.d.ts.map +1 -0
  94. package/dist/components/ContextModePicker.d.ts +2 -0
  95. package/dist/components/ContextModePicker.d.ts.map +1 -0
  96. package/dist/components/CostChip.d.ts +12 -0
  97. package/dist/components/CostChip.d.ts.map +1 -0
  98. package/dist/components/DebugDashboard.d.ts +2 -0
  99. package/dist/components/DebugDashboard.d.ts.map +1 -0
  100. package/dist/components/DependencyGraph.d.ts +13 -0
  101. package/dist/components/DependencyGraph.d.ts.map +1 -0
  102. package/dist/components/DesignGalleryView.d.ts +14 -0
  103. package/dist/components/DesignGalleryView.d.ts.map +1 -0
  104. package/dist/components/DiffView.d.ts +33 -0
  105. package/dist/components/DiffView.d.ts.map +1 -0
  106. package/dist/components/ErrorBoundary.d.ts +40 -0
  107. package/dist/components/ErrorBoundary.d.ts.map +1 -0
  108. package/dist/components/FallbackEditor.d.ts +15 -0
  109. package/dist/components/FallbackEditor.d.ts.map +1 -0
  110. package/dist/components/FileExplorer.d.ts +2 -0
  111. package/dist/components/FileExplorer.d.ts.map +1 -0
  112. package/dist/components/FilePicker.d.ts +16 -0
  113. package/dist/components/FilePicker.d.ts.map +1 -0
  114. package/dist/components/FileReferenceChip.d.ts +8 -0
  115. package/dist/components/FileReferenceChip.d.ts.map +1 -0
  116. package/dist/components/FleetMonitor.d.ts +27 -0
  117. package/dist/components/FleetMonitor.d.ts.map +1 -0
  118. package/dist/components/FleetPanel.d.ts +17 -0
  119. package/dist/components/FleetPanel.d.ts.map +1 -0
  120. package/dist/components/GoalPanel.d.ts +7 -0
  121. package/dist/components/GoalPanel.d.ts.map +1 -0
  122. package/dist/components/InspectorPanel.d.ts +14 -0
  123. package/dist/components/InspectorPanel.d.ts.map +1 -0
  124. package/dist/components/KanbanView.d.ts +4 -0
  125. package/dist/components/KanbanView.d.ts.map +1 -0
  126. package/dist/components/MailboxDetailView.d.ts +8 -0
  127. package/dist/components/MailboxDetailView.d.ts.map +1 -0
  128. package/dist/components/MailboxPanel.d.ts +4 -0
  129. package/dist/components/MailboxPanel.d.ts.map +1 -0
  130. package/dist/components/MessageBubble/CopyButton.d.ts +6 -0
  131. package/dist/components/MessageBubble/CopyButton.d.ts.map +1 -0
  132. package/dist/components/MessageBubble/ErrorBody.d.ts +4 -0
  133. package/dist/components/MessageBubble/ErrorBody.d.ts.map +1 -0
  134. package/dist/components/MessageBubble/StreamingMarkdown.d.ts +24 -0
  135. package/dist/components/MessageBubble/StreamingMarkdown.d.ts.map +1 -0
  136. package/dist/components/MessageBubble/ToolInputView.d.ts +4 -0
  137. package/dist/components/MessageBubble/ToolInputView.d.ts.map +1 -0
  138. package/dist/components/MessageBubble/index.d.ts +9 -0
  139. package/dist/components/MessageBubble/index.d.ts.map +1 -0
  140. package/dist/components/MessageBubble/utils.d.ts +17 -0
  141. package/dist/components/MessageBubble/utils.d.ts.map +1 -0
  142. package/dist/components/MessageBubble.d.ts +2 -0
  143. package/dist/components/MessageBubble.d.ts.map +1 -0
  144. package/dist/components/ModePicker.d.ts +9 -0
  145. package/dist/components/ModePicker.d.ts.map +1 -0
  146. package/dist/components/ModelPicker.d.ts +18 -0
  147. package/dist/components/ModelPicker.d.ts.map +1 -0
  148. package/dist/components/MonacoDiffView.d.ts +13 -0
  149. package/dist/components/MonacoDiffView.d.ts.map +1 -0
  150. package/dist/components/NextStepsBar.d.ts +39 -0
  151. package/dist/components/NextStepsBar.d.ts.map +1 -0
  152. package/dist/components/OfficeMapCanvas/resolve.d.ts +48 -0
  153. package/dist/components/OfficeMapCanvas/resolve.d.ts.map +1 -0
  154. package/dist/components/OfficeMapCanvas/utils.d.ts +57 -0
  155. package/dist/components/OfficeMapCanvas/utils.d.ts.map +1 -0
  156. package/dist/components/OfficeMapCanvas.d.ts +10 -0
  157. package/dist/components/OfficeMapCanvas.d.ts.map +1 -0
  158. package/dist/components/OfficeMapPanel.d.ts +6 -0
  159. package/dist/components/OfficeMapPanel.d.ts.map +1 -0
  160. package/dist/components/OfficeMapSettingsPanel.d.ts +10 -0
  161. package/dist/components/OfficeMapSettingsPanel.d.ts.map +1 -0
  162. package/dist/components/PhasePanel.d.ts +42 -0
  163. package/dist/components/PhasePanel.d.ts.map +1 -0
  164. package/dist/components/PlanPanel.d.ts +14 -0
  165. package/dist/components/PlanPanel.d.ts.map +1 -0
  166. package/dist/components/ProcessMonitor.d.ts +7 -0
  167. package/dist/components/ProcessMonitor.d.ts.map +1 -0
  168. package/dist/components/PromptLibraryModal.d.ts +7 -0
  169. package/dist/components/PromptLibraryModal.d.ts.map +1 -0
  170. package/dist/components/QueuePanel.d.ts +11 -0
  171. package/dist/components/QueuePanel.d.ts.map +1 -0
  172. package/dist/components/QuickModelSwitcher.d.ts +10 -0
  173. package/dist/components/QuickModelSwitcher.d.ts.map +1 -0
  174. package/dist/components/QuickModelSwitcher.filter.d.ts +33 -0
  175. package/dist/components/QuickModelSwitcher.filter.d.ts.map +1 -0
  176. package/dist/components/RefinePanel.d.ts +24 -0
  177. package/dist/components/RefinePanel.d.ts.map +1 -0
  178. package/dist/components/RefreshDebugView.d.ts +32 -0
  179. package/dist/components/RefreshDebugView.d.ts.map +1 -0
  180. package/dist/components/SddActivityFeed.d.ts +11 -0
  181. package/dist/components/SddActivityFeed.d.ts.map +1 -0
  182. package/dist/components/SddBoardView.d.ts +9 -0
  183. package/dist/components/SddBoardView.d.ts.map +1 -0
  184. package/dist/components/SddDestroyDialog.d.ts +16 -0
  185. package/dist/components/SddDestroyDialog.d.ts.map +1 -0
  186. package/dist/components/SddFlowGraph.d.ts +23 -0
  187. package/dist/components/SddFlowGraph.d.ts.map +1 -0
  188. package/dist/components/SddKanbanView.d.ts +12 -0
  189. package/dist/components/SddKanbanView.d.ts.map +1 -0
  190. package/dist/components/SddTaskDrawer.d.ts +28 -0
  191. package/dist/components/SddTaskDrawer.d.ts.map +1 -0
  192. package/dist/components/SddWizard.d.ts +10 -0
  193. package/dist/components/SddWizard.d.ts.map +1 -0
  194. package/dist/components/SearchOverlay.d.ts +12 -0
  195. package/dist/components/SearchOverlay.d.ts.map +1 -0
  196. package/dist/components/SendButton.d.ts +2 -0
  197. package/dist/components/SendButton.d.ts.map +1 -0
  198. package/dist/components/SessionWatchPanel.d.ts +17 -0
  199. package/dist/components/SessionWatchPanel.d.ts.map +1 -0
  200. package/dist/components/SessionsDashboard.d.ts +3 -0
  201. package/dist/components/SessionsDashboard.d.ts.map +1 -0
  202. package/dist/components/SettingsPanel/BrainSection.d.ts +3 -0
  203. package/dist/components/SettingsPanel/BrainSection.d.ts.map +1 -0
  204. package/dist/components/SettingsPanel/ClearAllowlistDialog.d.ts +19 -0
  205. package/dist/components/SettingsPanel/ClearAllowlistDialog.d.ts.map +1 -0
  206. package/dist/components/SettingsPanel/MCPSection.d.ts +27 -0
  207. package/dist/components/SettingsPanel/MCPSection.d.ts.map +1 -0
  208. package/dist/components/SettingsPanel/ModelSection.d.ts +31 -0
  209. package/dist/components/SettingsPanel/ModelSection.d.ts.map +1 -0
  210. package/dist/components/SettingsPanel/OAuthLoginSection.d.ts +14 -0
  211. package/dist/components/SettingsPanel/OAuthLoginSection.d.ts.map +1 -0
  212. package/dist/components/SettingsPanel/PreferenceControls.d.ts +23 -0
  213. package/dist/components/SettingsPanel/PreferenceControls.d.ts.map +1 -0
  214. package/dist/components/SettingsPanel/PreferenceToggle.d.ts +25 -0
  215. package/dist/components/SettingsPanel/PreferenceToggle.d.ts.map +1 -0
  216. package/dist/components/SettingsPanel/ProviderModelsPanel.d.ts +46 -0
  217. package/dist/components/SettingsPanel/ProviderModelsPanel.d.ts.map +1 -0
  218. package/dist/components/SettingsPanel/ProviderModelsPanel.filter.d.ts +110 -0
  219. package/dist/components/SettingsPanel/ProviderModelsPanel.filter.d.ts.map +1 -0
  220. package/dist/components/SettingsPanel/ProviderSection.d.ts +63 -0
  221. package/dist/components/SettingsPanel/ProviderSection.d.ts.map +1 -0
  222. package/dist/components/SettingsPanel/ShadowSection.d.ts +3 -0
  223. package/dist/components/SettingsPanel/ShadowSection.d.ts.map +1 -0
  224. package/dist/components/SettingsPanel/ToolsSection.d.ts +12 -0
  225. package/dist/components/SettingsPanel/ToolsSection.d.ts.map +1 -0
  226. package/dist/components/SettingsPanel/index.d.ts +2 -0
  227. package/dist/components/SettingsPanel/index.d.ts.map +1 -0
  228. package/dist/components/SettingsPanel/local-presets.d.ts +31 -0
  229. package/dist/components/SettingsPanel/local-presets.d.ts.map +1 -0
  230. package/dist/components/SettingsPanel/official-servers.d.ts +30 -0
  231. package/dist/components/SettingsPanel/official-servers.d.ts.map +1 -0
  232. package/dist/components/SettingsPanel/settings-panel-reducers.d.ts +40 -0
  233. package/dist/components/SettingsPanel/settings-panel-reducers.d.ts.map +1 -0
  234. package/dist/components/SettingsPanel/undo-send-decision.d.ts +42 -0
  235. package/dist/components/SettingsPanel/undo-send-decision.d.ts.map +1 -0
  236. package/dist/components/SettingsPanel.d.ts +3 -0
  237. package/dist/components/SettingsPanel.d.ts.map +1 -0
  238. package/dist/components/SetupScreen.d.ts +2 -0
  239. package/dist/components/SetupScreen.d.ts.map +1 -0
  240. package/dist/components/ShortcutsOverlay.d.ts +2 -0
  241. package/dist/components/ShortcutsOverlay.d.ts.map +1 -0
  242. package/dist/components/SideEffectTimeline.d.ts +11 -0
  243. package/dist/components/SideEffectTimeline.d.ts.map +1 -0
  244. package/dist/components/SidePanel/AgentsPanel.d.ts +8 -0
  245. package/dist/components/SidePanel/AgentsPanel.d.ts.map +1 -0
  246. package/dist/components/SidePanel/ChangesPanel.d.ts +8 -0
  247. package/dist/components/SidePanel/ChangesPanel.d.ts.map +1 -0
  248. package/dist/components/SidePanel/DesignStudioPanel.d.ts +12 -0
  249. package/dist/components/SidePanel/DesignStudioPanel.d.ts.map +1 -0
  250. package/dist/components/SidePanel/HistoryPanel.d.ts +7 -0
  251. package/dist/components/SidePanel/HistoryPanel.d.ts.map +1 -0
  252. package/dist/components/SidePanel/SessionList.d.ts +24 -0
  253. package/dist/components/SidePanel/SessionList.d.ts.map +1 -0
  254. package/dist/components/SidePanel/SessionPanel.d.ts +10 -0
  255. package/dist/components/SidePanel/SessionPanel.d.ts.map +1 -0
  256. package/dist/components/SidePanel/SkillsList.d.ts +8 -0
  257. package/dist/components/SidePanel/SkillsList.d.ts.map +1 -0
  258. package/dist/components/SidePanel/WorktreesPanel.d.ts +8 -0
  259. package/dist/components/SidePanel/WorktreesPanel.d.ts.map +1 -0
  260. package/dist/components/SidePanel/index.d.ts +11 -0
  261. package/dist/components/SidePanel/index.d.ts.map +1 -0
  262. package/dist/components/SkillDetailView.d.ts +8 -0
  263. package/dist/components/SkillDetailView.d.ts.map +1 -0
  264. package/dist/components/SpecsView.d.ts +9 -0
  265. package/dist/components/SpecsView.d.ts.map +1 -0
  266. package/dist/components/TaskBoard.d.ts +20 -0
  267. package/dist/components/TaskBoard.d.ts.map +1 -0
  268. package/dist/components/TaskCard.d.ts +43 -0
  269. package/dist/components/TaskCard.d.ts.map +1 -0
  270. package/dist/components/TasksPanel.d.ts +14 -0
  271. package/dist/components/TasksPanel.d.ts.map +1 -0
  272. package/dist/components/TerminalPanel.d.ts +12 -0
  273. package/dist/components/TerminalPanel.d.ts.map +1 -0
  274. package/dist/components/ThemeProvider.d.ts +15 -0
  275. package/dist/components/ThemeProvider.d.ts.map +1 -0
  276. package/dist/components/Toaster.d.ts +40 -0
  277. package/dist/components/Toaster.d.ts.map +1 -0
  278. package/dist/components/TodosPanel.d.ts +14 -0
  279. package/dist/components/TodosPanel.d.ts.map +1 -0
  280. package/dist/components/ToolGroup.d.ts +18 -0
  281. package/dist/components/ToolGroup.d.ts.map +1 -0
  282. package/dist/components/ToolResult.d.ts +33 -0
  283. package/dist/components/ToolResult.d.ts.map +1 -0
  284. package/dist/components/WatchMessageBubble.d.ts +30 -0
  285. package/dist/components/WatchMessageBubble.d.ts.map +1 -0
  286. package/dist/components/WelcomeScreen.d.ts +2 -0
  287. package/dist/components/WelcomeScreen.d.ts.map +1 -0
  288. package/dist/components/WorkDashboard.d.ts +11 -0
  289. package/dist/components/WorkDashboard.d.ts.map +1 -0
  290. package/dist/components/WorkspaceDock.d.ts +16 -0
  291. package/dist/components/WorkspaceDock.d.ts.map +1 -0
  292. package/dist/components/WorktreeGraph.d.ts +21 -0
  293. package/dist/components/WorktreeGraph.d.ts.map +1 -0
  294. package/dist/components/WorktreeLanes.d.ts +11 -0
  295. package/dist/components/WorktreeLanes.d.ts.map +1 -0
  296. package/dist/components/WorktreeOrphans.d.ts +9 -0
  297. package/dist/components/WorktreeOrphans.d.ts.map +1 -0
  298. package/dist/components/activity-bar/index.d.ts +14 -0
  299. package/dist/components/activity-bar/index.d.ts.map +1 -0
  300. package/dist/components/activity-bar/nav.d.ts +17 -0
  301. package/dist/components/activity-bar/nav.d.ts.map +1 -0
  302. package/dist/components/dashboard-primitives.d.ts +22 -0
  303. package/dist/components/dashboard-primitives.d.ts.map +1 -0
  304. package/dist/components/index.d.ts +32 -0
  305. package/dist/components/index.d.ts.map +1 -0
  306. package/dist/components/monaco-theme.d.ts +6 -0
  307. package/dist/components/monaco-theme.d.ts.map +1 -0
  308. package/dist/components/toaster-helpers.d.ts +34 -0
  309. package/dist/components/toaster-helpers.d.ts.map +1 -0
  310. package/dist/components/ui/badge.d.ts +10 -0
  311. package/dist/components/ui/badge.d.ts.map +1 -0
  312. package/dist/components/ui/button.d.ts +12 -0
  313. package/dist/components/ui/button.d.ts.map +1 -0
  314. package/dist/components/ui/concurrency-gauge.d.ts +18 -0
  315. package/dist/components/ui/concurrency-gauge.d.ts.map +1 -0
  316. package/dist/components/ui/dialog.d.ts +29 -0
  317. package/dist/components/ui/dialog.d.ts.map +1 -0
  318. package/dist/components/ui/dropdown-menu.d.ts +28 -0
  319. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  320. package/dist/components/ui/event-timeline.d.ts +15 -0
  321. package/dist/components/ui/event-timeline.d.ts.map +1 -0
  322. package/dist/components/ui/index.d.ts +11 -0
  323. package/dist/components/ui/index.d.ts.map +1 -0
  324. package/dist/components/ui/input.d.ts +6 -0
  325. package/dist/components/ui/input.d.ts.map +1 -0
  326. package/dist/components/ui/scroll-area.d.ts +6 -0
  327. package/dist/components/ui/scroll-area.d.ts.map +1 -0
  328. package/dist/components/ui/sheet.d.ts +32 -0
  329. package/dist/components/ui/sheet.d.ts.map +1 -0
  330. package/dist/components/ui/sparkline.d.ts +16 -0
  331. package/dist/components/ui/sparkline.d.ts.map +1 -0
  332. package/dist/components/ui/tabs.d.ts +8 -0
  333. package/dist/components/ui/tabs.d.ts.map +1 -0
  334. package/dist/hooks/index.d.ts +2 -0
  335. package/dist/hooks/index.d.ts.map +1 -0
  336. package/dist/hooks/use-ws-handlers.d.ts +24 -0
  337. package/dist/hooks/use-ws-handlers.d.ts.map +1 -0
  338. package/dist/hooks/useGitInfo.d.ts +4 -0
  339. package/dist/hooks/useGitInfo.d.ts.map +1 -0
  340. package/dist/hooks/useProviderModels.d.ts +15 -0
  341. package/dist/hooks/useProviderModels.d.ts.map +1 -0
  342. package/dist/hooks/useWebSocket.d.ts +85 -0
  343. package/dist/hooks/useWebSocket.d.ts.map +1 -0
  344. package/dist/hooks/ws-handlers/chat-handlers.d.ts +21 -0
  345. package/dist/hooks/ws-handlers/chat-handlers.d.ts.map +1 -0
  346. package/dist/hooks/ws-handlers/coordinator-handlers.d.ts +3 -0
  347. package/dist/hooks/ws-handlers/coordinator-handlers.d.ts.map +1 -0
  348. package/dist/hooks/ws-handlers/files-mailbox-handlers.d.ts +15 -0
  349. package/dist/hooks/ws-handlers/files-mailbox-handlers.d.ts.map +1 -0
  350. package/dist/hooks/ws-handlers/fleet-handlers.d.ts +13 -0
  351. package/dist/hooks/ws-handlers/fleet-handlers.d.ts.map +1 -0
  352. package/dist/hooks/ws-handlers/misc-handlers.d.ts +21 -0
  353. package/dist/hooks/ws-handlers/misc-handlers.d.ts.map +1 -0
  354. package/dist/hooks/ws-handlers/session-handlers.d.ts +34 -0
  355. package/dist/hooks/ws-handlers/session-handlers.d.ts.map +1 -0
  356. package/dist/hooks/ws-handlers.d.ts +24 -0
  357. package/dist/hooks/ws-handlers.d.ts.map +1 -0
  358. package/dist/i18n/index.d.ts +12 -0
  359. package/dist/i18n/index.d.ts.map +1 -0
  360. package/dist/i18n/languages.d.ts +40 -0
  361. package/dist/i18n/languages.d.ts.map +1 -0
  362. package/dist/index.css +1 -1
  363. package/dist/index.css.map +7 -1
  364. package/dist/index.d.ts +1 -2
  365. package/dist/index.html +8 -8
  366. package/dist/index.js +2513 -2174
  367. package/dist/index.js.map +7 -1
  368. package/dist/lib/accent-colors.d.ts +136 -0
  369. package/dist/lib/accent-colors.d.ts.map +1 -0
  370. package/dist/lib/agent-status.d.ts +41 -0
  371. package/dist/lib/agent-status.d.ts.map +1 -0
  372. package/dist/lib/analytics.d.ts +36 -0
  373. package/dist/lib/analytics.d.ts.map +1 -0
  374. package/dist/lib/chime.d.ts +20 -0
  375. package/dist/lib/chime.d.ts.map +1 -0
  376. package/dist/lib/color.d.ts +15 -0
  377. package/dist/lib/color.d.ts.map +1 -0
  378. package/dist/lib/completion.d.ts +27 -0
  379. package/dist/lib/completion.d.ts.map +1 -0
  380. package/dist/lib/core-browser-shim.d.ts +22 -0
  381. package/dist/lib/core-browser-shim.d.ts.map +1 -0
  382. package/dist/lib/desktop-host.d.ts +24 -0
  383. package/dist/lib/desktop-host.d.ts.map +1 -0
  384. package/dist/lib/desktop-shell.d.ts +3 -0
  385. package/dist/lib/desktop-shell.d.ts.map +1 -0
  386. package/dist/lib/favicon.d.ts +21 -0
  387. package/dist/lib/favicon.d.ts.map +1 -0
  388. package/dist/lib/file-icons.d.ts +10 -0
  389. package/dist/lib/file-icons.d.ts.map +1 -0
  390. package/dist/lib/goal.d.ts +32 -0
  391. package/dist/lib/goal.d.ts.map +1 -0
  392. package/dist/lib/index.d.ts +4 -0
  393. package/dist/lib/index.d.ts.map +1 -0
  394. package/dist/lib/model-matrix-routes.d.ts +203 -0
  395. package/dist/lib/model-matrix-routes.d.ts.map +1 -0
  396. package/dist/lib/notify.d.ts +15 -0
  397. package/dist/lib/notify.d.ts.map +1 -0
  398. package/dist/lib/sdd-theme.d.ts +52 -0
  399. package/dist/lib/sdd-theme.d.ts.map +1 -0
  400. package/dist/lib/stream-coalescer.d.ts +46 -0
  401. package/dist/lib/stream-coalescer.d.ts.map +1 -0
  402. package/dist/lib/terminal-dock.d.ts +6 -0
  403. package/dist/lib/terminal-dock.d.ts.map +1 -0
  404. package/dist/lib/tool-icon.d.ts +19 -0
  405. package/dist/lib/tool-icon.d.ts.map +1 -0
  406. package/dist/lib/tool-summary.d.ts +2 -0
  407. package/dist/lib/tool-summary.d.ts.map +1 -0
  408. package/dist/lib/utils.d.ts +3 -0
  409. package/dist/lib/utils.d.ts.map +1 -0
  410. package/dist/lib/view-navigation.d.ts +15 -0
  411. package/dist/lib/view-navigation.d.ts.map +1 -0
  412. package/dist/lib/ws-client-helpers.d.ts +46 -0
  413. package/dist/lib/ws-client-helpers.d.ts.map +1 -0
  414. package/dist/lib/ws-client-utils.d.ts +87 -0
  415. package/dist/lib/ws-client-utils.d.ts.map +1 -0
  416. package/dist/lib/ws-client.d.ts +235 -0
  417. package/dist/lib/ws-client.d.ts.map +1 -0
  418. package/dist/main.d.ts +8 -0
  419. package/dist/main.d.ts.map +1 -0
  420. package/dist/server/index.d.ts.map +1 -0
  421. package/dist/stores/auto-submit-streak.d.ts +40 -0
  422. package/dist/stores/auto-submit-streak.d.ts.map +1 -0
  423. package/dist/stores/autophase-store.d.ts +50 -0
  424. package/dist/stores/autophase-store.d.ts.map +1 -0
  425. package/dist/stores/chat-store.d.ts +128 -0
  426. package/dist/stores/chat-store.d.ts.map +1 -0
  427. package/dist/stores/config-store.d.ts +67 -0
  428. package/dist/stores/config-store.d.ts.map +1 -0
  429. package/dist/stores/coordinator-monitor-store.d.ts +133 -0
  430. package/dist/stores/coordinator-monitor-store.d.ts.map +1 -0
  431. package/dist/stores/file-reference-store.d.ts +36 -0
  432. package/dist/stores/file-reference-store.d.ts.map +1 -0
  433. package/dist/stores/file-store.d.ts +40 -0
  434. package/dist/stores/file-store.d.ts.map +1 -0
  435. package/dist/stores/fleet-store.d.ts +29 -0
  436. package/dist/stores/fleet-store.d.ts.map +1 -0
  437. package/dist/stores/git-changes-store.d.ts +38 -0
  438. package/dist/stores/git-changes-store.d.ts.map +1 -0
  439. package/dist/stores/git-info-store.d.ts +18 -0
  440. package/dist/stores/git-info-store.d.ts.map +1 -0
  441. package/dist/stores/goal-store.d.ts +12 -0
  442. package/dist/stores/goal-store.d.ts.map +1 -0
  443. package/dist/stores/history-store.d.ts +15 -0
  444. package/dist/stores/history-store.d.ts.map +1 -0
  445. package/dist/stores/index.d.ts +36 -0
  446. package/dist/stores/index.d.ts.map +1 -0
  447. package/dist/stores/kanban-store.d.ts +22 -0
  448. package/dist/stores/kanban-store.d.ts.map +1 -0
  449. package/dist/stores/local-prefs.d.ts +117 -0
  450. package/dist/stores/local-prefs.d.ts.map +1 -0
  451. package/dist/stores/mailbox-store.d.ts +53 -0
  452. package/dist/stores/mailbox-store.d.ts.map +1 -0
  453. package/dist/stores/monitor-store.d.ts +116 -0
  454. package/dist/stores/monitor-store.d.ts.map +1 -0
  455. package/dist/stores/office-map-store.d.ts +47 -0
  456. package/dist/stores/office-map-store.d.ts.map +1 -0
  457. package/dist/stores/sdd-board-store.d.ts +88 -0
  458. package/dist/stores/sdd-board-store.d.ts.map +1 -0
  459. package/dist/stores/sdd-wizard-store.d.ts +64 -0
  460. package/dist/stores/sdd-wizard-store.d.ts.map +1 -0
  461. package/dist/stores/session-store.d.ts +125 -0
  462. package/dist/stores/session-store.d.ts.map +1 -0
  463. package/dist/stores/side-effect-store.d.ts +18 -0
  464. package/dist/stores/side-effect-store.d.ts.map +1 -0
  465. package/dist/stores/specs-store.d.ts +67 -0
  466. package/dist/stores/specs-store.d.ts.map +1 -0
  467. package/dist/stores/types.d.ts +240 -0
  468. package/dist/stores/types.d.ts.map +1 -0
  469. package/dist/stores/ui-store.d.ts +307 -0
  470. package/dist/stores/ui-store.d.ts.map +1 -0
  471. package/dist/stores/viz-store.d.ts +126 -0
  472. package/dist/stores/viz-store.d.ts.map +1 -0
  473. package/dist/stores/worktree-store.d.ts +47 -0
  474. package/dist/stores/worktree-store.d.ts.map +1 -0
  475. package/dist/types.d.ts +121 -118
  476. package/dist/types.d.ts.map +1 -0
  477. package/dist/types.js +1 -1
  478. package/dist/types.js.map +7 -1
  479. package/package.json +12 -13
  480. package/dist/assets/KanbanView-DWBGErwm.js +0 -1
  481. package/dist/assets/OfficeMapPanel-BBKsytG0.js +0 -4
  482. package/dist/assets/SessionsDashboard-CveBdrQJ.js +0 -1
  483. package/dist/assets/common-B28qhvZh.js +0 -1
  484. package/dist/assets/common-CeTsF3jX.js +0 -1
  485. package/dist/assets/index-BqAVsSCe.js +0 -154
  486. package/dist/assets/index-DTFjO9oF.css +0 -1
  487. package/dist/assets/local-prefs-C1YdbI5g.js +0 -1
  488. package/dist/assets/settings-Os0ifjjB.js +0 -1
  489. package/dist/assets/settings-UGa_oSYC.js +0 -1
  490. package/dist/assets/ui-store-FTgDlcX2.js +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TaskBoard.d.ts","sourceRoot":"","sources":["../../src/components/TaskBoard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAY,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AAIrD,YAAY,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,yBAAyB;IACzB,kBAAkB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,QAAQ,CAAC,KAAK,IAAI,CAAC;IAC1E,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC;AAED;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,WAAW,EACX,KAAK,EACL,kBAAkB,EAClB,SAAS,GACV,EAAE,cAAc,GAAG,KAAK,CAAC,YAAY,CA8ErC"}
@@ -0,0 +1,43 @@
1
+ import type React from 'react';
2
+ export interface TaskItem {
3
+ id: string;
4
+ title: string;
5
+ description: string;
6
+ status: 'pending' | 'in_progress' | 'blocked' | 'failed' | 'review' | 'completed';
7
+ priority: 'critical' | 'high' | 'medium' | 'low';
8
+ type: 'feature' | 'bugfix' | 'refactor' | 'docs' | 'test' | 'chore';
9
+ estimateHours?: number | undefined;
10
+ actualHours?: number | undefined;
11
+ assignee?: string | undefined;
12
+ tags: string[];
13
+ startedAt?: number | undefined;
14
+ completedAt?: number | undefined;
15
+ }
16
+ export declare const TASK_STATUS_CONFIG: Record<TaskItem['status'], {
17
+ icon: React.ReactNode;
18
+ color: string;
19
+ label: string;
20
+ }>;
21
+ export declare const PRIORITY_BADGE: Record<TaskItem['priority'], string>;
22
+ export declare const TYPE_BADGE: Record<TaskItem['type'], string>;
23
+ export interface TaskCardProps {
24
+ task: TaskItem;
25
+ /** Change task status (Start / Complete / Fail quick actions). */
26
+ onStatusChange?: ((taskId: string, status: TaskItem['status']) => void) | undefined;
27
+ /** Requeue a failed/completed task so it (re)runs. */
28
+ onRetry?: ((taskId: string) => void) | undefined;
29
+ /** Agent names available for manual assignment (enables the assign control). */
30
+ agents?: string[] | undefined;
31
+ /** Assign this task to a specific agent (empty string clears the assignment). */
32
+ onAssign?: ((taskId: string, agentName: string) => void) | undefined;
33
+ /** Render without quick-action buttons (e.g. inside a tight column). */
34
+ compact?: boolean | undefined;
35
+ className?: string | undefined;
36
+ }
37
+ /**
38
+ * TaskCard — a single board card. Presentation + inline actions only; drag
39
+ * behaviour is layered on by the surrounding column (see BoardView), so this
40
+ * component stays reusable between the chat-area TaskBoard and the kanban.
41
+ */
42
+ export declare function TaskCard({ task, onStatusChange, onRetry, agents, onAssign, compact, className, }: TaskCardProps): React.ReactElement;
43
+ //# sourceMappingURL=TaskCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TaskCard.d.ts","sourceRoot":"","sources":["../../src/components/TaskCard.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,SAAS,GAAG,aAAa,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,WAAW,CAAC;IAClF,QAAQ,EAAE,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,KAAK,CAAC;IACjD,IAAI,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IACpE,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC;AAGD,eAAO,MAAM,kBAAkB,EAAE,MAAM,CACrC,QAAQ,CAAC,QAAQ,CAAC,EAClB;IAAE,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAQxD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAK/D,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAOvD,CAAC;AAWF,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,QAAQ,CAAC;IACf,kEAAkE;IAClE,cAAc,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,QAAQ,CAAC,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IACpF,sDAAsD;IACtD,OAAO,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IACjD,gFAAgF;IAChF,MAAM,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC9B,iFAAiF;IACjF,QAAQ,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IACrE,wEAAwE;IACxE,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,EACvB,IAAI,EACJ,cAAc,EACd,OAAO,EACP,MAAM,EACN,QAAQ,EACR,OAAO,EACP,SAAS,GACV,EAAE,aAAa,GAAG,KAAK,CAAC,YAAY,CAsIpC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Live task list panel. Connects via WebSocket, requests the current
3
+ * task snapshot, and stays in sync via `tasks.updated` events.
4
+ *
5
+ * **Interactive**: Each task shows quick-action buttons:
6
+ * - **Start** (pending/blocked/failed/review → in_progress)
7
+ * - **Complete** (in_progress → completed)
8
+ * - **Fail** (any non-completed → failed)
9
+ *
10
+ * Groups: In Progress → Blocked → Review → Pending → Failed → Completed.
11
+ * Each collapsible. Auto-hides empty sections.
12
+ */
13
+ export declare function TasksPanel(): React.ReactElement | null;
14
+ //# sourceMappingURL=TasksPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TasksPanel.d.ts","sourceRoot":"","sources":["../../src/components/TasksPanel.tsx"],"names":[],"mappings":"AA4CA;;;;;;;;;;;GAWG;AACH,wBAAgB,UAAU,IAAI,KAAK,CAAC,YAAY,GAAG,IAAI,CAoItD"}
@@ -0,0 +1,12 @@
1
+ import '@xterm/xterm/css/xterm.css';
2
+ /**
3
+ * TerminalPanel — integrated bottom dock backed by server-side node-pty
4
+ * sessions (see server/terminal-ws-handler.ts). It now manages multiple PTYs
5
+ * per project WebUI connection through tabs while keeping the dock itself in
6
+ * the normal flex layout, so the main app remains scrollable.
7
+ */
8
+ export declare function TerminalPanel({ desktopShell, onClose, }: {
9
+ desktopShell?: boolean | undefined;
10
+ onClose: () => void;
11
+ }): import("react").JSX.Element;
12
+ //# sourceMappingURL=TerminalPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TerminalPanel.d.ts","sourceRoot":"","sources":["../../src/components/TerminalPanel.tsx"],"names":[],"mappings":"AAKA,OAAO,4BAA4B,CAAC;AA0FpC;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,EAC5B,YAAoB,EACpB,OAAO,GACR,EAAE;IACD,YAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,+BA+QA"}
@@ -0,0 +1,15 @@
1
+ import type React from 'react';
2
+ type Theme = 'light' | 'dark' | 'system';
3
+ interface ThemeProviderProps {
4
+ children: React.ReactNode;
5
+ defaultTheme?: Theme | undefined;
6
+ storageKey?: string | undefined;
7
+ }
8
+ interface ThemeProviderState {
9
+ theme: Theme;
10
+ setTheme: (theme: Theme) => void;
11
+ }
12
+ export declare function ThemeProvider({ children, defaultTheme, storageKey, }: ThemeProviderProps): React.JSX.Element;
13
+ export declare function useTheme(): ThemeProviderState;
14
+ export {};
15
+ //# sourceMappingURL=ThemeProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/components/ThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,KAAK,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEzC,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC;AAED,UAAU,kBAAkB;IAC1B,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CAClC;AAID,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,YAAuB,EACvB,UAA+B,GAChC,EAAE,kBAAkB,qBAiCpB;AAED,wBAAgB,QAAQ,uBAMvB"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Tiny toast store + portal. We resisted pulling in shadcn-ui's full
3
+ * toast/sonner since it brings a tree of providers — this is one store,
4
+ * one component, ~80 lines total. The store is exposed via `toast.success(...)`
5
+ * etc. so non-React modules (ws-client handlers) can fire toasts without
6
+ * the hook.
7
+ */
8
+ export type ToastVariant = 'success' | 'error' | 'warn' | 'info';
9
+ /**
10
+ * Optional action button rendered inline on a toast. Used by the
11
+ * "undo" pattern — clicking runs `onClick` and dismisses the toast.
12
+ */
13
+ export interface ToastAction {
14
+ label: string;
15
+ onClick: () => void;
16
+ }
17
+ export interface ToastEntry {
18
+ id: string;
19
+ message: string;
20
+ variant: ToastVariant;
21
+ ttl: number;
22
+ /** Optional inline action button (e.g. "Undo"). */
23
+ action?: ToastAction | undefined;
24
+ }
25
+ /** Imperative API. Pass plain strings or arrays of strings for multi-line. */
26
+ export declare const toast: {
27
+ success: (msg: string, ttl?: number) => string;
28
+ error: (msg: string, ttl?: number) => string;
29
+ warn: (msg: string, ttl?: number) => string;
30
+ info: (msg: string, ttl?: number) => string;
31
+ /**
32
+ * Fire a toast carrying an "Undo" action button. The toast lingers
33
+ * for {@link ACTION_TTL_MS} so the user has time to react; letting it
34
+ * expire is the same as not undoing.
35
+ */
36
+ undoable: (msg: string, onUndo: () => void, label?: string, ttl?: number) => string;
37
+ dismiss: (id: string) => void;
38
+ };
39
+ export declare function Toaster(): import("react").JSX.Element | null;
40
+ //# sourceMappingURL=Toaster.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Toaster.d.ts","sourceRoot":"","sources":["../../src/components/Toaster.tsx"],"names":[],"mappings":"AAsBA;;;;;;GAMG;AAEH,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;AAEjE;;;GAGG;AACH,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,YAAY,CAAC;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,mDAAmD;IACnD,MAAM,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;CAClC;AAqBD,8EAA8E;AAC9E,eAAO,MAAM,KAAK;mBACD,MAAM;iBAER,MAAM;gBAEP,MAAM;gBAEN,MAAM;IAElB;;;;OAIG;oBACa,MAAM,UAAU,MAAM,IAAI;kBAI5B,MAAM;CACrB,CAAC;AAsDF,wBAAgB,OAAO,uCAUtB"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Live agent todo list panel. Connects to the WebSocket on mount,
3
+ * requests the current todo snapshot, and stays in sync via
4
+ * `todos.updated` events broadcast by the server.
5
+ *
6
+ * **Interactive**: Click an item to toggle between completed ↔ pending.
7
+ * Hover for a remove button. In-progress items are not toggleable (the
8
+ * agent sets that state).
9
+ *
10
+ * Sections: In Progress → Pending → Completed, completed is collapsible.
11
+ * Auto-hides when the todo list is empty.
12
+ */
13
+ export declare function TodosPanel(): React.ReactElement | null;
14
+ //# sourceMappingURL=TodosPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TodosPanel.d.ts","sourceRoot":"","sources":["../../src/components/TodosPanel.tsx"],"names":[],"mappings":"AAmBA;;;;;;;;;;;GAWG;AACH,wBAAgB,UAAU,IAAI,KAAK,CAAC,YAAY,GAAG,IAAI,CAiKtD"}
@@ -0,0 +1,18 @@
1
+ import type { ChatMessage } from '@/stores';
2
+ interface ToolGroupProps {
3
+ /** A run of consecutive tool messages (>=1). Rendered as one chip while
4
+ * collapsed, expanded into the usual MessageBubble list on click. */
5
+ tools: ChatMessage[];
6
+ /** Force-expand the latest group so newly-running tools are visible by
7
+ * default (otherwise users see "5 tool calls" pop in and have to click to
8
+ * understand what's running). Older groups stay collapsed. */
9
+ defaultOpen?: boolean | undefined;
10
+ /** Render as a continuation of the previous item in the same agent turn —
11
+ * hides the avatar column (replaced with a transparent spacer) and the
12
+ * group's chrome stitches into the same flow as the surrounding text /
13
+ * tool items instead of standing alone. */
14
+ isContinuation?: boolean | undefined;
15
+ }
16
+ export declare const ToolGroup: import("react").MemoExoticComponent<({ tools, defaultOpen, isContinuation, }: ToolGroupProps) => import("react").JSX.Element>;
17
+ export {};
18
+ //# sourceMappingURL=ToolGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolGroup.d.ts","sourceRoot":"","sources":["../../src/components/ToolGroup.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAI5C,UAAU,cAAc;IACtB;0EACsE;IACtE,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB;;mEAE+D;IAC/D,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClC;;;gDAG4C;IAC5C,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACtC;AAUD,eAAO,MAAM,SAAS,gFAInB,cAAc,iCA8Ef,CAAC"}
@@ -0,0 +1,33 @@
1
+ /** Per-tool on-screen render mode. Mirrors the LLM-side descriptionMode
2
+ * (config `tools.descriptionMode[name]`) but is independent of token-saving
3
+ * tiers. `simple` collapses the body by default — meta only, content hidden
4
+ * until the user clicks "Show all". `extend` shows the full preview with the
5
+ * usual LONG_PEEK_LINES cap. */
6
+ export type ToolResultRenderMode = 'simple' | 'extend';
7
+ interface Props {
8
+ toolName?: string | undefined;
9
+ result: string;
10
+ isError?: boolean | undefined;
11
+ className?: string | undefined;
12
+ /**
13
+ * On-screen result render mode. Mirrors the CLI/terminal behaviour:
14
+ * `simple` starts the body collapsed (meta only) so the chat stays
15
+ * scannable; `extend` follows the historical "auto-expand short bodies,
16
+ * auto-collapse long ones" rule. Driven by `tools.resultRenderMode[name]`
17
+ * on the backend (toggled via `/tool <name> result simple`); passed
18
+ * here as a prop so the WebUI doesn't have to know about the config
19
+ * map.
20
+ */
21
+ renderMode?: 'simple' | 'extend' | undefined;
22
+ }
23
+ /**
24
+ * Decides which renderer to use for a tool result based on its shape /
25
+ * tool name. The goal is to make output *legible at a glance*:
26
+ * - Read tool with leading line numbers stays line-numbered, monospace.
27
+ * - Bash output gets a "exit code N" footer split from stdout.
28
+ * - Valid JSON gets pretty-printed and collapsible by default.
29
+ * - Everything else falls back to raw monospace.
30
+ */
31
+ export declare const ToolResult: import("react").MemoExoticComponent<({ toolName, result, isError, className, renderMode, }: Props) => import("react").JSX.Element>;
32
+ export {};
33
+ //# sourceMappingURL=ToolResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolResult.d.ts","sourceRoot":"","sources":["../../src/components/ToolResult.tsx"],"names":[],"mappings":"AAWA;;;;iCAIiC;AACjC,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAkGvD,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;;;;;;;OAQG;IACH,UAAU,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC;CAC9C;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,UAAU,8FAMpB,KAAK,iCA0EN,CAAC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * WatchMessageBubble — renders a session watch entry with the same visual
3
+ * style and level of detail as the main ChatView MessageBubble.
4
+ *
5
+ * Renders full tool call inputs (via ToolInputView), outputs, duration,
6
+ * error status, and full-length markdown for user/assistant messages.
7
+ */
8
+ interface WatchEntry {
9
+ ts: string;
10
+ role: 'user' | 'assistant' | 'tool' | 'system' | 'error';
11
+ text: string;
12
+ tool?: string;
13
+ /** Structured tool input (object — rendered by ToolInputView). */
14
+ input?: unknown;
15
+ /** Structured tool output (rendered as full text / markdown). */
16
+ output?: unknown;
17
+ /** Wall-clock duration in ms. */
18
+ durationMs?: number;
19
+ /** Whether the tool/response had an error. */
20
+ isError?: boolean;
21
+ /** Tool use correlation id. */
22
+ toolUseId?: string;
23
+ }
24
+ interface WatchMessageBubbleProps {
25
+ entry: WatchEntry;
26
+ isContinuation?: boolean;
27
+ }
28
+ export declare function WatchMessageBubble({ entry, isContinuation, }: WatchMessageBubbleProps): import("react").JSX.Element;
29
+ export {};
30
+ //# sourceMappingURL=WatchMessageBubble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WatchMessageBubble.d.ts","sourceRoot":"","sources":["../../src/components/WatchMessageBubble.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAYH,UAAU,UAAU;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,GAAG,WAAW,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACzD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kEAAkE;IAClE,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,iEAAiE;IACjE,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,iCAAiC;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,+BAA+B;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,uBAAuB;IAC/B,KAAK,EAAE,UAAU,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAkKD,wBAAgB,kBAAkB,CAAC,EACjC,KAAK,EACL,cAAsB,GACvB,EAAE,uBAAuB,+BAyEzB"}
@@ -0,0 +1,2 @@
1
+ export declare function WelcomeScreen(): import("react").JSX.Element;
2
+ //# sourceMappingURL=WelcomeScreen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WelcomeScreen.d.ts","sourceRoot":"","sources":["../../src/components/WelcomeScreen.tsx"],"names":[],"mappings":"AA8KA,wBAAgB,aAAa,gCAiR5B"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * WorkDashboard — tabbed container for Todos, Tasks, and Plan panels.
3
+ *
4
+ * All three panels are always mounted (hidden with display:none when
5
+ * inactive) so their WebSocket subscriptions stay alive. Switching tabs
6
+ * is instant and all data is fresh.
7
+ *
8
+ * Auto-hides when all three panels are empty.
9
+ */
10
+ export declare function WorkDashboard(): React.ReactElement | null;
11
+ //# sourceMappingURL=WorkDashboard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkDashboard.d.ts","sourceRoot":"","sources":["../../src/components/WorkDashboard.tsx"],"names":[],"mappings":"AAqBA;;;;;;;;GAQG;AACH,wBAAgB,aAAa,IAAI,KAAK,CAAC,YAAY,GAAG,IAAI,CAwCzD"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * WorkspaceDock — the strip between the chat header and the transcript.
3
+ *
4
+ * Replaces the old vertical pile of panels (Collab, Goal, AutoPhase
5
+ * quick-start, Fleet, WorkDashboard, Worktrees) that pushed the chat
6
+ * history off-screen. One slim row of labeled chips with live numbers;
7
+ * clicking a chip expands exactly one panel below it, clicking again
8
+ * collapses. Chips only appear when their subsystem has something to show.
9
+ *
10
+ * WorkDashboard and CollabPanel stay mounted (hidden) while collapsed —
11
+ * their Tasks/Plan/collab WebSocket subscriptions must survive.
12
+ */
13
+ export declare function WorkspaceDock({ sessionId }: {
14
+ sessionId: string;
15
+ }): import("react").JSX.Element;
16
+ //# sourceMappingURL=WorkspaceDock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkspaceDock.d.ts","sourceRoot":"","sources":["../../src/components/WorkspaceDock.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AA+GH,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,+BA6OjE"}
@@ -0,0 +1,21 @@
1
+ import type { WorktreeHandleView } from '@/types';
2
+ interface GraphNode {
3
+ handle: WorktreeHandleView;
4
+ color: string;
5
+ y: number;
6
+ }
7
+ /**
8
+ * Derive a simple trunk+branches graph from the flat snapshot: the base branch
9
+ * is the trunk; each worktree is a branch off it. Pure — no extra backend data.
10
+ */
11
+ export declare function deriveWorktreeGraph(worktrees: WorktreeHandleView[]): GraphNode[];
12
+ /**
13
+ * WorktreeGraph — live DAG: the base trunk with one branch per worktree
14
+ * forking off and (when merged) folding back in. SVG + Tailwind transitions.
15
+ */
16
+ export declare function WorktreeGraph({ worktrees, baseBranch, }: {
17
+ worktrees: WorktreeHandleView[];
18
+ baseBranch: string;
19
+ }): React.ReactElement;
20
+ export {};
21
+ //# sourceMappingURL=WorktreeGraph.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorktreeGraph.d.ts","sourceRoot":"","sources":["../../src/components/WorktreeGraph.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAuBlD,UAAU,SAAS;IACjB,MAAM,EAAE,kBAAkB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,CAAC,EAAE,MAAM,CAAC;CACX;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,kBAAkB,EAAE,GAAG,SAAS,EAAE,CAIhF;AAYD;;;GAGG;AACH,wBAAgB,aAAa,CAAC,EAC5B,SAAS,EACT,UAAU,GACX,EAAE;IACD,SAAS,EAAE,kBAAkB,EAAE,CAAC;IAChC,UAAU,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,YAAY,CAiErB"}
@@ -0,0 +1,11 @@
1
+ import type { WorktreeHandleView } from '@/types';
2
+ /**
3
+ * WorktreeLanes — one horizontal swim-lane per git worktree. Shows status,
4
+ * branch, owner phase, live diff stats, and a flowing recent-activity strip.
5
+ * Pure/props-driven; animations are Tailwind.
6
+ */
7
+ export declare function WorktreeLanes({ worktrees, baseBranch, }: {
8
+ worktrees: WorktreeHandleView[];
9
+ baseBranch: string;
10
+ }): React.ReactElement | null;
11
+ //# sourceMappingURL=WorktreeLanes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorktreeLanes.d.ts","sourceRoot":"","sources":["../../src/components/WorktreeLanes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAoBlD;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,EAC5B,SAAS,EACT,UAAU,GACX,EAAE;IACD,SAAS,EAAE,kBAAkB,EAAE,CAAC;IAChC,UAAU,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,YAAY,GAAG,IAAI,CAmE5B"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * WorktreeOrphans — surfaces git worktrees/branches left behind by previous or
3
+ * crashed runs (scanned from disk) and offers a guarded one-click cleanup. Self-
4
+ * contained: scans on mount, reads the worktree store, and sends scan/cleanup WS
5
+ * messages. Renders nothing when there is nothing to show, so it stays out of the
6
+ * way in a clean project. Drop it next to <WorktreeLanes />.
7
+ */
8
+ export declare function WorktreeOrphans(): React.ReactElement | null;
9
+ //# sourceMappingURL=WorktreeOrphans.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorktreeOrphans.d.ts","sourceRoot":"","sources":["../../src/components/WorktreeOrphans.tsx"],"names":[],"mappings":"AASA;;;;;;GAMG;AACH,wBAAgB,eAAe,IAAI,KAAK,CAAC,YAAY,GAAG,IAAI,CAgF3D"}
@@ -0,0 +1,14 @@
1
+ import type { MainView } from '@/lib/view-navigation';
2
+ import { type Activity } from '@/stores';
3
+ export declare function calculateDesktopActivityCapacity(viewportHeight: number): number;
4
+ export declare function splitDesktopActivityBarItems(capacity: number): {
5
+ visiblePanelIds: Activity[];
6
+ overflowPanelIds: Activity[];
7
+ visibleViewIds: MainView[];
8
+ overflowViewIds: MainView[];
9
+ };
10
+ export declare const PANEL_ORDER: readonly Activity[];
11
+ export declare function ActivityBar({ desktopShell }: {
12
+ desktopShell?: boolean | undefined;
13
+ }): import("react").JSX.Element;
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/activity-bar/index.tsx"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAOtD,OAAO,EACL,KAAK,QAAQ,EAOd,MAAM,UAAU,CAAC;AA4ElB,wBAAgB,gCAAgC,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,CAK/E;AAED,wBAAgB,4BAA4B,CAAC,QAAQ,EAAE,MAAM,GAAG;IAC9D,eAAe,EAAE,QAAQ,EAAE,CAAC;IAC5B,gBAAgB,EAAE,QAAQ,EAAE,CAAC;IAC7B,cAAc,EAAE,QAAQ,EAAE,CAAC;IAC3B,eAAe,EAAE,QAAQ,EAAE,CAAC;CAC7B,CAYA;AAED,eAAO,MAAM,WAAW,EAAE,SAAS,QAAQ,EAA4B,CAAC;AAyBxE,wBAAgB,WAAW,CAAC,EAAE,YAAoB,EAAE,EAAE;IAAE,YAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAAE,+BAkK3F"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Re-exports for view-navigation helpers used by the App shell.
3
+ *
4
+ * These were historically re-exported from `./ActivityBar.tsx` (the
5
+ * component file), which made the component file a non-leaf hub:
6
+ * anything that wanted a navigation helper got the entire 569-line
7
+ * component file as a transitive dependency, and any future split
8
+ * of the component file would silently break re-export sites.
9
+ *
10
+ * This file is the canonical (and only) place where the
11
+ * component-shells-needs-these navigation helpers are exposed.
12
+ * The navigation helpers themselves remain in `@/lib/view-navigation`
13
+ * — this is a thin re-export surface, not a definition site.
14
+ */
15
+ export { ACTIVITY_SHORTCUT_BY_KEY, ACTIVITY_SHORTCUT_LABEL_BY_ACTIVITY, navigateToView, openMainView, openPanel, pairedViewForActivity, shortcutLabelForActivity, showPanel, } from '@/lib/view-navigation';
16
+ export type { MainView, PanelMainView } from '@/lib/view-navigation';
17
+ //# sourceMappingURL=nav.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nav.d.ts","sourceRoot":"","sources":["../../../src/components/activity-bar/nav.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AACH,OAAO,EACL,wBAAwB,EACxB,mCAAmC,EACnC,cAAc,EACd,YAAY,EACZ,SAAS,EACT,qBAAqB,EACrB,wBAAwB,EACxB,SAAS,GACV,MAAM,uBAAuB,CAAC;AAE/B,YAAY,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Shared formatting and rendering primitives for agent/fleet/session
3
+ * dashboard components. Extracted from the duplicated helpers that
4
+ * existed in AgentsPage.tsx, FleetMonitor.tsx, and FleetPanel.tsx.
5
+ */
6
+ /** Format a USD cost with up to 4 decimal places. */
7
+ export declare function fmtCost(n?: number): string;
8
+ /** Format a token count compactly: 1234 → "1.2k", 1_500_000 → "1.5M". */
9
+ export declare function fmtTok(n?: number): string;
10
+ /** Format elapsed milliseconds as a compact "Xs/Xm/Xh" string. */
11
+ export declare function fmtElapsed(ms?: number): string;
12
+ /** Format elapsed from an ISO start timestamp to now as "Xs/Xm/Xh". */
13
+ export declare function fmtDuration(iso?: string): string;
14
+ /** Format a timestamp as relative "Xs/Xm/Xh ago". */
15
+ export declare function fmtAgo(iso?: string): string;
16
+ /** Short model label: "anthropic/claude-opus-4" → "claude-opus-4". */
17
+ export declare function shortModel(model?: string): string | undefined;
18
+ /** Color for a status LED. */
19
+ export declare function statusColor(status: string): string;
20
+ /** Compact sparkline from an array of numeric activity values (0–1). */
21
+ export declare function sparkline(values: number[], width?: number): string;
22
+ //# sourceMappingURL=dashboard-primitives.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dashboard-primitives.d.ts","sourceRoot":"","sources":["../../src/components/dashboard-primitives.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,qDAAqD;AACrD,wBAAgB,OAAO,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAK1C;AAED,yEAAyE;AACzE,wBAAgB,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAKzC;AAED,kEAAkE;AAClE,wBAAgB,UAAU,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAM9C;AAED,uEAAuE;AACvE,wBAAgB,WAAW,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAKhD;AAED,qDAAqD;AACrD,wBAAgB,MAAM,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAQ3C;AAED,sEAAsE;AACtE,wBAAgB,UAAU,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAG7D;AAED,8BAA8B;AAC9B,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAoBlD;AAED,wEAAwE;AACxE,wBAAgB,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,EAAE,KAAK,SAAK,GAAG,MAAM,CAc9D"}
@@ -0,0 +1,32 @@
1
+ export { App } from '../App';
2
+ export { ActivityBar } from './activity-bar';
3
+ export { ThemeProvider, useTheme } from './ThemeProvider';
4
+ export { ChatView } from './ChatView';
5
+ export { ChatInput } from './ChatInput';
6
+ export { MessageBubble } from './MessageBubble';
7
+ export { SidePanel } from './SidePanel';
8
+ export { SettingsPanel } from './SettingsPanel';
9
+ export { ConfirmDialog } from './ConfirmDialog';
10
+ export { ErrorBoundary } from './ErrorBoundary';
11
+ export { GoalPanel } from './GoalPanel';
12
+ export { type GoalState, parseGoalState } from '../lib/goal';
13
+ export { AutonomyPicker, type AutonomyMode } from './AutonomyPicker';
14
+ export { ProcessMonitor } from './ProcessMonitor';
15
+ export { CheckpointTimeline } from './CheckpointTimeline';
16
+ export { FleetPanel } from './FleetPanel';
17
+ export { TodosPanel } from './TodosPanel';
18
+ export { TasksPanel } from './TasksPanel';
19
+ export { PlanPanel } from './PlanPanel';
20
+ export { WorkDashboard } from './WorkDashboard';
21
+ export { PhasePanel, type PhaseItem } from './PhasePanel';
22
+ export { WorktreeGraph } from './WorktreeGraph';
23
+ export { WorktreeLanes } from './WorktreeLanes';
24
+ export { AutoPhaseView } from './AutoPhaseView';
25
+ export { TaskBoard, type TaskItem } from './TaskBoard';
26
+ export { ContextBar, ContextFillBar } from './ContextBar';
27
+ export { ContextBreakdownModal } from './ContextBreakdownModal';
28
+ export { AgentsPage } from './AgentsPage';
29
+ export { SetupScreen } from './SetupScreen';
30
+ export { RefinePanel } from './RefinePanel';
31
+ export { QueuePanel } from './QueuePanel';
32
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAC7B,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,KAAK,SAAS,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,KAAK,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,KAAK,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Returns the resolved Monaco theme name based on the current app theme.
3
+ * Call this inside a component that has access to document.documentElement.
4
+ */
5
+ export declare function getMonacoTheme(): string;
6
+ //# sourceMappingURL=monaco-theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"monaco-theme.d.ts","sourceRoot":"","sources":["../../src/components/monaco-theme.ts"],"names":[],"mappings":"AAuaA;;;GAGG;AACH,wBAAgB,cAAc,IAAI,MAAM,CAKvC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Pure helpers for the `toast` store. Extracted so the test
3
+ * suite can verify the undo-toast payload shape without spinning
4
+ * up React + the zustand store.
5
+ *
6
+ * The "undo" pattern is:
7
+ * - user makes a destructive change
8
+ * - we push a toast with a TTL of ACTION_TTL_MS (8s)
9
+ * - the toast carries an action button labeled "Undo"
10
+ * - clicking "Undo" runs the supplied `onUndo` callback and
11
+ * dismisses the toast
12
+ * - if the user lets the toast expire, the `onUndo` never runs
13
+ *
14
+ * The `onUndo` callback closes over the data needed to revert
15
+ * the change. For the "Clear allowlist" flow, that's the
16
+ * previous `models` list. The helper below builds the entry
17
+ * shape that `useToastStore.push` expects.
18
+ */
19
+ import type { ToastEntry, ToastVariant } from './Toaster';
20
+ /** Mirrors the `ACTION_TTL_MS` constant in `Toaster.tsx` so the
21
+ * test can pin the value down without importing a side-effecting
22
+ * React module. Keep in sync. */
23
+ export declare const ACTION_TTL_MS = 8000;
24
+ /**
25
+ * Build a `ToastEntry` (minus the runtime-assigned `id`) for an
26
+ * undo toast. The default label is "Undo" but can be overridden
27
+ * for callers that want a more specific affordance.
28
+ */
29
+ export declare function buildUndoToastEntry(message: string, onUndo: () => void, options?: {
30
+ variant?: ToastVariant;
31
+ ttl?: number;
32
+ label?: string;
33
+ }): Omit<ToastEntry, 'id'>;
34
+ //# sourceMappingURL=toaster-helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toaster-helpers.d.ts","sourceRoot":"","sources":["../../src/components/toaster-helpers.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AACH,OAAO,KAAK,EAAe,UAAU,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEvE;;kCAEkC;AAClC,eAAO,MAAM,aAAa,OAAQ,CAAC;AAEnC;;;;GAIG;AACH,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,MAAM,IAAI,EAClB,OAAO,CAAC,EAAE;IAAE,OAAO,CAAC,EAAE,YAAY,CAAC;IAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,GACjE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAMxB"}
@@ -0,0 +1,10 @@
1
+ import { type VariantProps } from 'class-variance-authority';
2
+ import type * as React from 'react';
3
+ declare const badgeVariants: (props?: ({
4
+ variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ export interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
7
+ }
8
+ declare function Badge({ className, variant, ...props }: BadgeProps): React.JSX.Element;
9
+ export { Badge, badgeVariants };
10
+ //# sourceMappingURL=badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/ui/badge.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,QAAA,MAAM,aAAa;;8EAelB,CAAC;AAEF,MAAM,WAAW,UAAW,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,YAAY,CAAC,OAAO,aAAa,CAAC;CAAG;AAE/G,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,qBAE1D;AAED,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { type VariantProps } from 'class-variance-authority';
2
+ import * as React from 'react';
3
+ declare const buttonVariants: (props?: ({
4
+ variant?: "default" | "destructive" | "ghost" | "link" | "outline" | "secondary" | null | undefined;
5
+ size?: "default" | "icon" | "lg" | "sm" | null | undefined;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
+ export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
8
+ asChild?: boolean | undefined;
9
+ }
10
+ declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
11
+ export { Button, buttonVariants };
12
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,QAAA,MAAM,cAAc;;;8EA4BnB,CAAC;AAEF,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC/B;AAED,QAAA,MAAM,MAAM,uFAOX,CAAC;AAGF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * ConcurrencyGauge — fleet concurrency visualization.
3
+ *
4
+ * Renders a visual bar: [████████░░░░] 3/4
5
+ * Matches the TUI's fleet concurrency gauge for quick at-a-glance status.
6
+ */
7
+ export interface ConcurrencyGaugeProps {
8
+ /** Current active concurrency (running agents). */
9
+ current: number;
10
+ /** Maximum allowed concurrency slots. */
11
+ max: number;
12
+ /** Optional CSS class for the wrapper. */
13
+ className?: string;
14
+ /** Show numeric label "current/max" next to bar. */
15
+ showLabel?: boolean;
16
+ }
17
+ export declare function ConcurrencyGauge({ current, max, className, showLabel, }: ConcurrencyGaugeProps): import("react").JSX.Element;
18
+ //# sourceMappingURL=concurrency-gauge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"concurrency-gauge.d.ts","sourceRoot":"","sources":["../../../src/components/ui/concurrency-gauge.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,WAAW,qBAAqB;IACpC,mDAAmD;IACnD,OAAO,EAAE,MAAM,CAAC;IAChB,yCAAyC;IACzC,GAAG,EAAE,MAAM,CAAC;IACZ,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oDAAoD;IACpD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,OAAO,EACP,GAAG,EACH,SAAS,EACT,SAAgB,GACjB,EAAE,qBAAqB,+BA+BvB"}