@wrongstack/webui 0.284.0 → 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.
- package/dist/App.d.ts +2 -0
- package/dist/App.d.ts.map +1 -0
- package/dist/assets/{AnalyticsDashboard-BBoAzpgL.js → AnalyticsDashboard-Bn2wIgV0.js} +1 -1
- package/dist/assets/{AutoPhaseView-D053zOhN.js → AutoPhaseView-DWp3yHpI.js} +1 -1
- package/dist/assets/{ChangesView-4X9cQM4r.js → ChangesView-C_r4kccO.js} +1 -1
- package/dist/assets/{CodeEditor-C8hiA7LI.js → CodeEditor-DSpqZ-mS.js} +1 -1
- package/dist/assets/{DebugDashboard-DBPKvghW.js → DebugDashboard-DWKLI7lR.js} +1 -1
- package/dist/assets/{DesignGalleryView-CzF24Ppi.js → DesignGalleryView-Bk3HH3al.js} +1 -1
- package/dist/assets/KanbanView-CJqlvsbc.js +1 -0
- package/dist/assets/{MailboxDetailView-CCtq-c8u.js → MailboxDetailView-BwWagFay.js} +1 -1
- package/dist/assets/OfficeMapPanel-QFPaXTZ9.js +4 -0
- package/dist/assets/{ProcessMonitor-pm8Ih7-q.js → ProcessMonitor-dUyYv3Z4.js} +1 -1
- package/dist/assets/{QueuePanel-Lv54tvvk.js → QueuePanel-BdwvWRuB.js} +1 -1
- package/dist/assets/{RefreshDebugView-0VzJJqhZ.js → RefreshDebugView-eZwtZXgZ.js} +1 -1
- package/dist/assets/{SddBoardView-Q-k1UjLv.js → SddBoardView-OtKwEtAp.js} +1 -1
- package/dist/assets/{SddFlowGraph-BaWwH9Zc.js → SddFlowGraph-MVMUCMEy.js} +1 -1
- package/dist/assets/{SddWizard-C4wdyhYe.js → SddWizard-c7g68RFx.js} +1 -1
- package/dist/assets/SessionsDashboard-pMXfRTwN.js +1 -0
- package/dist/assets/{SkillDetailView-B4U0AtHj.js → SkillDetailView-CcdIF-85.js} +1 -1
- package/dist/assets/{SpecsView-QssXs9kF.js → SpecsView-yunV-Xfj.js} +1 -1
- package/dist/assets/{TerminalPanel-CSDEzJNZ.js → TerminalPanel-BIYT1IB3.js} +1 -1
- package/dist/assets/common-D8_r1x8x.js +1 -0
- package/dist/assets/common-suUxW9sA.js +1 -0
- package/dist/assets/{i18n-CkkVJCs9.js → i18n-BMePmaPJ.js} +2 -2
- package/dist/assets/index-CbrHWxbT.css +1 -0
- package/dist/assets/index-CyTNJHe8.js +154 -0
- package/dist/assets/local-prefs-BBMxai9I.js +1 -0
- package/dist/assets/settings-CKNx8p9I.js +1 -0
- package/dist/assets/settings-D-SHf0yS.js +1 -0
- package/dist/assets/ui-store-ComQYc5F.js +1 -0
- package/dist/assets/{ws-client-lDxBz-7w.js → ws-client-CwL51TNh.js} +1 -1
- package/dist/components/AgentTranscript.d.ts +13 -0
- package/dist/components/AgentTranscript.d.ts.map +1 -0
- package/dist/components/AgentsMonitor.d.ts +26 -0
- package/dist/components/AgentsMonitor.d.ts.map +1 -0
- package/dist/components/AgentsPage/format.d.ts +23 -0
- package/dist/components/AgentsPage/format.d.ts.map +1 -0
- package/dist/components/AgentsPage.d.ts +49 -0
- package/dist/components/AgentsPage.d.ts.map +1 -0
- package/dist/components/AnalyticsDashboard.d.ts +2 -0
- package/dist/components/AnalyticsDashboard.d.ts.map +1 -0
- package/dist/components/AutoPhaseView.d.ts +15 -0
- package/dist/components/AutoPhaseView.d.ts.map +1 -0
- package/dist/components/AutonomyPicker.d.ts +21 -0
- package/dist/components/AutonomyPicker.d.ts.map +1 -0
- package/dist/components/BoardView.d.ts +14 -0
- package/dist/components/BoardView.d.ts.map +1 -0
- package/dist/components/ChangesView.d.ts +10 -0
- package/dist/components/ChangesView.d.ts.map +1 -0
- package/dist/components/ChatInput/code-detect.d.ts +20 -0
- package/dist/components/ChatInput/code-detect.d.ts.map +1 -0
- package/dist/components/ChatInput/file-mention-picker.d.ts +15 -0
- package/dist/components/ChatInput/file-mention-picker.d.ts.map +1 -0
- package/dist/components/ChatInput/queued-messages.d.ts +9 -0
- package/dist/components/ChatInput/queued-messages.d.ts.map +1 -0
- package/dist/components/ChatInput/slash-commands.d.ts +17 -0
- package/dist/components/ChatInput/slash-commands.d.ts.map +1 -0
- package/dist/components/ChatInput/slash-routing.d.ts +79 -0
- package/dist/components/ChatInput/slash-routing.d.ts.map +1 -0
- package/dist/components/ChatInput/use-paste-drop.d.ts +29 -0
- package/dist/components/ChatInput/use-paste-drop.d.ts.map +1 -0
- package/dist/components/ChatInput.d.ts +5 -0
- package/dist/components/ChatInput.d.ts.map +1 -0
- package/dist/components/ChatView/ThinkingBubble.d.ts +8 -0
- package/dist/components/ChatView/ThinkingBubble.d.ts.map +1 -0
- package/dist/components/ChatView/index.d.ts +2 -0
- package/dist/components/ChatView/index.d.ts.map +1 -0
- package/dist/components/ChatView/utils.d.ts +44 -0
- package/dist/components/ChatView/utils.d.ts.map +1 -0
- package/dist/components/ChatView.d.ts +2 -0
- package/dist/components/ChatView.d.ts.map +1 -0
- package/dist/components/CheckpointTimeline.d.ts +7 -0
- package/dist/components/CheckpointTimeline.d.ts.map +1 -0
- package/dist/components/CodeEditor.d.ts +3 -0
- package/dist/components/CodeEditor.d.ts.map +1 -0
- package/dist/components/CollabPanel.d.ts +28 -0
- package/dist/components/CollabPanel.d.ts.map +1 -0
- package/dist/components/CommandPalette/export-utils.d.ts +10 -0
- package/dist/components/CommandPalette/export-utils.d.ts.map +1 -0
- package/dist/components/CommandPalette/index.d.ts +2 -0
- package/dist/components/CommandPalette/index.d.ts.map +1 -0
- package/dist/components/CommandPalette.d.ts +3 -0
- package/dist/components/CommandPalette.d.ts.map +1 -0
- package/dist/components/ConfirmDialog.d.ts +2 -0
- package/dist/components/ConfirmDialog.d.ts.map +1 -0
- package/dist/components/ConfirmModal.d.ts +59 -0
- package/dist/components/ConfirmModal.d.ts.map +1 -0
- package/dist/components/ConnectionBanner.d.ts +13 -0
- package/dist/components/ConnectionBanner.d.ts.map +1 -0
- package/dist/components/ContextBar.d.ts +35 -0
- package/dist/components/ContextBar.d.ts.map +1 -0
- package/dist/components/ContextBreakdownModal.d.ts +7 -0
- package/dist/components/ContextBreakdownModal.d.ts.map +1 -0
- package/dist/components/ContextModePicker.d.ts +2 -0
- package/dist/components/ContextModePicker.d.ts.map +1 -0
- package/dist/components/CostChip.d.ts +12 -0
- package/dist/components/CostChip.d.ts.map +1 -0
- package/dist/components/DebugDashboard.d.ts +2 -0
- package/dist/components/DebugDashboard.d.ts.map +1 -0
- package/dist/components/DependencyGraph.d.ts +13 -0
- package/dist/components/DependencyGraph.d.ts.map +1 -0
- package/dist/components/DesignGalleryView.d.ts +14 -0
- package/dist/components/DesignGalleryView.d.ts.map +1 -0
- package/dist/components/DiffView.d.ts +33 -0
- package/dist/components/DiffView.d.ts.map +1 -0
- package/dist/components/ErrorBoundary.d.ts +40 -0
- package/dist/components/ErrorBoundary.d.ts.map +1 -0
- package/dist/components/FallbackEditor.d.ts +15 -0
- package/dist/components/FallbackEditor.d.ts.map +1 -0
- package/dist/components/FileExplorer.d.ts +2 -0
- package/dist/components/FileExplorer.d.ts.map +1 -0
- package/dist/components/FilePicker.d.ts +16 -0
- package/dist/components/FilePicker.d.ts.map +1 -0
- package/dist/components/FileReferenceChip.d.ts +8 -0
- package/dist/components/FileReferenceChip.d.ts.map +1 -0
- package/dist/components/FleetMonitor.d.ts +27 -0
- package/dist/components/FleetMonitor.d.ts.map +1 -0
- package/dist/components/FleetPanel.d.ts +17 -0
- package/dist/components/FleetPanel.d.ts.map +1 -0
- package/dist/components/GoalPanel.d.ts +7 -0
- package/dist/components/GoalPanel.d.ts.map +1 -0
- package/dist/components/InspectorPanel.d.ts +14 -0
- package/dist/components/InspectorPanel.d.ts.map +1 -0
- package/dist/components/KanbanView.d.ts +4 -0
- package/dist/components/KanbanView.d.ts.map +1 -0
- package/dist/components/MailboxDetailView.d.ts +8 -0
- package/dist/components/MailboxDetailView.d.ts.map +1 -0
- package/dist/components/MailboxPanel.d.ts +4 -0
- package/dist/components/MailboxPanel.d.ts.map +1 -0
- package/dist/components/MessageBubble/CopyButton.d.ts +6 -0
- package/dist/components/MessageBubble/CopyButton.d.ts.map +1 -0
- package/dist/components/MessageBubble/ErrorBody.d.ts +4 -0
- package/dist/components/MessageBubble/ErrorBody.d.ts.map +1 -0
- package/dist/components/MessageBubble/StreamingMarkdown.d.ts +24 -0
- package/dist/components/MessageBubble/StreamingMarkdown.d.ts.map +1 -0
- package/dist/components/MessageBubble/ToolInputView.d.ts +4 -0
- package/dist/components/MessageBubble/ToolInputView.d.ts.map +1 -0
- package/dist/components/MessageBubble/index.d.ts +9 -0
- package/dist/components/MessageBubble/index.d.ts.map +1 -0
- package/dist/components/MessageBubble/utils.d.ts +17 -0
- package/dist/components/MessageBubble/utils.d.ts.map +1 -0
- package/dist/components/MessageBubble.d.ts +2 -0
- package/dist/components/MessageBubble.d.ts.map +1 -0
- package/dist/components/ModePicker.d.ts +9 -0
- package/dist/components/ModePicker.d.ts.map +1 -0
- package/dist/components/ModelPicker.d.ts +18 -0
- package/dist/components/ModelPicker.d.ts.map +1 -0
- package/dist/components/MonacoDiffView.d.ts +13 -0
- package/dist/components/MonacoDiffView.d.ts.map +1 -0
- package/dist/components/NextStepsBar.d.ts +39 -0
- package/dist/components/NextStepsBar.d.ts.map +1 -0
- package/dist/components/OfficeMapCanvas/resolve.d.ts +48 -0
- package/dist/components/OfficeMapCanvas/resolve.d.ts.map +1 -0
- package/dist/components/OfficeMapCanvas/utils.d.ts +57 -0
- package/dist/components/OfficeMapCanvas/utils.d.ts.map +1 -0
- package/dist/components/OfficeMapCanvas.d.ts +10 -0
- package/dist/components/OfficeMapCanvas.d.ts.map +1 -0
- package/dist/components/OfficeMapPanel.d.ts +6 -0
- package/dist/components/OfficeMapPanel.d.ts.map +1 -0
- package/dist/components/OfficeMapSettingsPanel.d.ts +10 -0
- package/dist/components/OfficeMapSettingsPanel.d.ts.map +1 -0
- package/dist/components/PhasePanel.d.ts +42 -0
- package/dist/components/PhasePanel.d.ts.map +1 -0
- package/dist/components/PlanPanel.d.ts +14 -0
- package/dist/components/PlanPanel.d.ts.map +1 -0
- package/dist/components/ProcessMonitor.d.ts +7 -0
- package/dist/components/ProcessMonitor.d.ts.map +1 -0
- package/dist/components/PromptLibraryModal.d.ts +7 -0
- package/dist/components/PromptLibraryModal.d.ts.map +1 -0
- package/dist/components/QueuePanel.d.ts +11 -0
- package/dist/components/QueuePanel.d.ts.map +1 -0
- package/dist/components/QuickModelSwitcher.d.ts +10 -0
- package/dist/components/QuickModelSwitcher.d.ts.map +1 -0
- package/dist/components/QuickModelSwitcher.filter.d.ts +33 -0
- package/dist/components/QuickModelSwitcher.filter.d.ts.map +1 -0
- package/dist/components/RefinePanel.d.ts +24 -0
- package/dist/components/RefinePanel.d.ts.map +1 -0
- package/dist/components/RefreshDebugView.d.ts +32 -0
- package/dist/components/RefreshDebugView.d.ts.map +1 -0
- package/dist/components/SddActivityFeed.d.ts +11 -0
- package/dist/components/SddActivityFeed.d.ts.map +1 -0
- package/dist/components/SddBoardView.d.ts +9 -0
- package/dist/components/SddBoardView.d.ts.map +1 -0
- package/dist/components/SddDestroyDialog.d.ts +16 -0
- package/dist/components/SddDestroyDialog.d.ts.map +1 -0
- package/dist/components/SddFlowGraph.d.ts +23 -0
- package/dist/components/SddFlowGraph.d.ts.map +1 -0
- package/dist/components/SddKanbanView.d.ts +12 -0
- package/dist/components/SddKanbanView.d.ts.map +1 -0
- package/dist/components/SddTaskDrawer.d.ts +28 -0
- package/dist/components/SddTaskDrawer.d.ts.map +1 -0
- package/dist/components/SddWizard.d.ts +10 -0
- package/dist/components/SddWizard.d.ts.map +1 -0
- package/dist/components/SearchOverlay.d.ts +12 -0
- package/dist/components/SearchOverlay.d.ts.map +1 -0
- package/dist/components/SendButton.d.ts +2 -0
- package/dist/components/SendButton.d.ts.map +1 -0
- package/dist/components/SessionWatchPanel.d.ts +17 -0
- package/dist/components/SessionWatchPanel.d.ts.map +1 -0
- package/dist/components/SessionsDashboard.d.ts +3 -0
- package/dist/components/SessionsDashboard.d.ts.map +1 -0
- package/dist/components/SettingsPanel/BrainSection.d.ts +3 -0
- package/dist/components/SettingsPanel/BrainSection.d.ts.map +1 -0
- package/dist/components/SettingsPanel/ClearAllowlistDialog.d.ts +19 -0
- package/dist/components/SettingsPanel/ClearAllowlistDialog.d.ts.map +1 -0
- package/dist/components/SettingsPanel/MCPSection.d.ts +27 -0
- package/dist/components/SettingsPanel/MCPSection.d.ts.map +1 -0
- package/dist/components/SettingsPanel/ModelSection.d.ts +31 -0
- package/dist/components/SettingsPanel/ModelSection.d.ts.map +1 -0
- package/dist/components/SettingsPanel/OAuthLoginSection.d.ts +14 -0
- package/dist/components/SettingsPanel/OAuthLoginSection.d.ts.map +1 -0
- package/dist/components/SettingsPanel/PreferenceControls.d.ts +23 -0
- package/dist/components/SettingsPanel/PreferenceControls.d.ts.map +1 -0
- package/dist/components/SettingsPanel/PreferenceToggle.d.ts +25 -0
- package/dist/components/SettingsPanel/PreferenceToggle.d.ts.map +1 -0
- package/dist/components/SettingsPanel/ProviderModelsPanel.d.ts +46 -0
- package/dist/components/SettingsPanel/ProviderModelsPanel.d.ts.map +1 -0
- package/dist/components/SettingsPanel/ProviderModelsPanel.filter.d.ts +110 -0
- package/dist/components/SettingsPanel/ProviderModelsPanel.filter.d.ts.map +1 -0
- package/dist/components/SettingsPanel/ProviderSection.d.ts +63 -0
- package/dist/components/SettingsPanel/ProviderSection.d.ts.map +1 -0
- package/dist/components/SettingsPanel/ShadowSection.d.ts +3 -0
- package/dist/components/SettingsPanel/ShadowSection.d.ts.map +1 -0
- package/dist/components/SettingsPanel/ToolsSection.d.ts +12 -0
- package/dist/components/SettingsPanel/ToolsSection.d.ts.map +1 -0
- package/dist/components/SettingsPanel/index.d.ts +2 -0
- package/dist/components/SettingsPanel/index.d.ts.map +1 -0
- package/dist/components/SettingsPanel/local-presets.d.ts +31 -0
- package/dist/components/SettingsPanel/local-presets.d.ts.map +1 -0
- package/dist/components/SettingsPanel/official-servers.d.ts +30 -0
- package/dist/components/SettingsPanel/official-servers.d.ts.map +1 -0
- package/dist/components/SettingsPanel/settings-panel-reducers.d.ts +40 -0
- package/dist/components/SettingsPanel/settings-panel-reducers.d.ts.map +1 -0
- package/dist/components/SettingsPanel/undo-send-decision.d.ts +42 -0
- package/dist/components/SettingsPanel/undo-send-decision.d.ts.map +1 -0
- package/dist/components/SettingsPanel.d.ts +3 -0
- package/dist/components/SettingsPanel.d.ts.map +1 -0
- package/dist/components/SetupScreen.d.ts +2 -0
- package/dist/components/SetupScreen.d.ts.map +1 -0
- package/dist/components/ShortcutsOverlay.d.ts +2 -0
- package/dist/components/ShortcutsOverlay.d.ts.map +1 -0
- package/dist/components/SideEffectTimeline.d.ts +11 -0
- package/dist/components/SideEffectTimeline.d.ts.map +1 -0
- package/dist/components/SidePanel/AgentsPanel.d.ts +8 -0
- package/dist/components/SidePanel/AgentsPanel.d.ts.map +1 -0
- package/dist/components/SidePanel/ChangesPanel.d.ts +8 -0
- package/dist/components/SidePanel/ChangesPanel.d.ts.map +1 -0
- package/dist/components/SidePanel/DesignStudioPanel.d.ts +12 -0
- package/dist/components/SidePanel/DesignStudioPanel.d.ts.map +1 -0
- package/dist/components/SidePanel/HistoryPanel.d.ts +7 -0
- package/dist/components/SidePanel/HistoryPanel.d.ts.map +1 -0
- package/dist/components/SidePanel/SessionList.d.ts +24 -0
- package/dist/components/SidePanel/SessionList.d.ts.map +1 -0
- package/dist/components/SidePanel/SessionPanel.d.ts +10 -0
- package/dist/components/SidePanel/SessionPanel.d.ts.map +1 -0
- package/dist/components/SidePanel/SkillsList.d.ts +8 -0
- package/dist/components/SidePanel/SkillsList.d.ts.map +1 -0
- package/dist/components/SidePanel/WorktreesPanel.d.ts +8 -0
- package/dist/components/SidePanel/WorktreesPanel.d.ts.map +1 -0
- package/dist/components/SidePanel/index.d.ts +11 -0
- package/dist/components/SidePanel/index.d.ts.map +1 -0
- package/dist/components/SkillDetailView.d.ts +8 -0
- package/dist/components/SkillDetailView.d.ts.map +1 -0
- package/dist/components/SpecsView.d.ts +9 -0
- package/dist/components/SpecsView.d.ts.map +1 -0
- package/dist/components/TaskBoard.d.ts +20 -0
- package/dist/components/TaskBoard.d.ts.map +1 -0
- package/dist/components/TaskCard.d.ts +43 -0
- package/dist/components/TaskCard.d.ts.map +1 -0
- package/dist/components/TasksPanel.d.ts +14 -0
- package/dist/components/TasksPanel.d.ts.map +1 -0
- package/dist/components/TerminalPanel.d.ts +12 -0
- package/dist/components/TerminalPanel.d.ts.map +1 -0
- package/dist/components/ThemeProvider.d.ts +15 -0
- package/dist/components/ThemeProvider.d.ts.map +1 -0
- package/dist/components/Toaster.d.ts +40 -0
- package/dist/components/Toaster.d.ts.map +1 -0
- package/dist/components/TodosPanel.d.ts +14 -0
- package/dist/components/TodosPanel.d.ts.map +1 -0
- package/dist/components/ToolGroup.d.ts +18 -0
- package/dist/components/ToolGroup.d.ts.map +1 -0
- package/dist/components/ToolResult.d.ts +33 -0
- package/dist/components/ToolResult.d.ts.map +1 -0
- package/dist/components/WatchMessageBubble.d.ts +30 -0
- package/dist/components/WatchMessageBubble.d.ts.map +1 -0
- package/dist/components/WelcomeScreen.d.ts +2 -0
- package/dist/components/WelcomeScreen.d.ts.map +1 -0
- package/dist/components/WorkDashboard.d.ts +11 -0
- package/dist/components/WorkDashboard.d.ts.map +1 -0
- package/dist/components/WorkspaceDock.d.ts +16 -0
- package/dist/components/WorkspaceDock.d.ts.map +1 -0
- package/dist/components/WorktreeGraph.d.ts +21 -0
- package/dist/components/WorktreeGraph.d.ts.map +1 -0
- package/dist/components/WorktreeLanes.d.ts +11 -0
- package/dist/components/WorktreeLanes.d.ts.map +1 -0
- package/dist/components/WorktreeOrphans.d.ts +9 -0
- package/dist/components/WorktreeOrphans.d.ts.map +1 -0
- package/dist/components/activity-bar/index.d.ts +14 -0
- package/dist/components/activity-bar/index.d.ts.map +1 -0
- package/dist/components/activity-bar/nav.d.ts +17 -0
- package/dist/components/activity-bar/nav.d.ts.map +1 -0
- package/dist/components/dashboard-primitives.d.ts +22 -0
- package/dist/components/dashboard-primitives.d.ts.map +1 -0
- package/dist/components/index.d.ts +32 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/monaco-theme.d.ts +6 -0
- package/dist/components/monaco-theme.d.ts.map +1 -0
- package/dist/components/toaster-helpers.d.ts +34 -0
- package/dist/components/toaster-helpers.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +12 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/concurrency-gauge.d.ts +18 -0
- package/dist/components/ui/concurrency-gauge.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +29 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +28 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/event-timeline.d.ts +15 -0
- package/dist/components/ui/event-timeline.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +11 -0
- package/dist/components/ui/index.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +6 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/scroll-area.d.ts +6 -0
- package/dist/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/components/ui/sheet.d.ts +32 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/sparkline.d.ts +16 -0
- package/dist/components/ui/sparkline.d.ts.map +1 -0
- package/dist/components/ui/tabs.d.ts +8 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/use-ws-handlers.d.ts +24 -0
- package/dist/hooks/use-ws-handlers.d.ts.map +1 -0
- package/dist/hooks/useGitInfo.d.ts +4 -0
- package/dist/hooks/useGitInfo.d.ts.map +1 -0
- package/dist/hooks/useProviderModels.d.ts +15 -0
- package/dist/hooks/useProviderModels.d.ts.map +1 -0
- package/dist/hooks/useWebSocket.d.ts +85 -0
- package/dist/hooks/useWebSocket.d.ts.map +1 -0
- package/dist/hooks/ws-handlers/chat-handlers.d.ts +21 -0
- package/dist/hooks/ws-handlers/chat-handlers.d.ts.map +1 -0
- package/dist/hooks/ws-handlers/coordinator-handlers.d.ts +3 -0
- package/dist/hooks/ws-handlers/coordinator-handlers.d.ts.map +1 -0
- package/dist/hooks/ws-handlers/files-mailbox-handlers.d.ts +15 -0
- package/dist/hooks/ws-handlers/files-mailbox-handlers.d.ts.map +1 -0
- package/dist/hooks/ws-handlers/fleet-handlers.d.ts +13 -0
- package/dist/hooks/ws-handlers/fleet-handlers.d.ts.map +1 -0
- package/dist/hooks/ws-handlers/misc-handlers.d.ts +21 -0
- package/dist/hooks/ws-handlers/misc-handlers.d.ts.map +1 -0
- package/dist/hooks/ws-handlers/session-handlers.d.ts +34 -0
- package/dist/hooks/ws-handlers/session-handlers.d.ts.map +1 -0
- package/dist/hooks/ws-handlers.d.ts +24 -0
- package/dist/hooks/ws-handlers.d.ts.map +1 -0
- package/dist/i18n/index.d.ts +12 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/languages.d.ts +40 -0
- package/dist/i18n/languages.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +7 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.html +8 -8
- package/dist/index.js +2513 -2174
- package/dist/index.js.map +7 -1
- package/dist/lib/accent-colors.d.ts +136 -0
- package/dist/lib/accent-colors.d.ts.map +1 -0
- package/dist/lib/agent-status.d.ts +41 -0
- package/dist/lib/agent-status.d.ts.map +1 -0
- package/dist/lib/analytics.d.ts +36 -0
- package/dist/lib/analytics.d.ts.map +1 -0
- package/dist/lib/chime.d.ts +20 -0
- package/dist/lib/chime.d.ts.map +1 -0
- package/dist/lib/color.d.ts +15 -0
- package/dist/lib/color.d.ts.map +1 -0
- package/dist/lib/completion.d.ts +27 -0
- package/dist/lib/completion.d.ts.map +1 -0
- package/dist/lib/core-browser-shim.d.ts +22 -0
- package/dist/lib/core-browser-shim.d.ts.map +1 -0
- package/dist/lib/desktop-host.d.ts +24 -0
- package/dist/lib/desktop-host.d.ts.map +1 -0
- package/dist/lib/desktop-shell.d.ts +3 -0
- package/dist/lib/desktop-shell.d.ts.map +1 -0
- package/dist/lib/favicon.d.ts +21 -0
- package/dist/lib/favicon.d.ts.map +1 -0
- package/dist/lib/file-icons.d.ts +10 -0
- package/dist/lib/file-icons.d.ts.map +1 -0
- package/dist/lib/goal.d.ts +32 -0
- package/dist/lib/goal.d.ts.map +1 -0
- package/dist/lib/index.d.ts +4 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/model-matrix-routes.d.ts +203 -0
- package/dist/lib/model-matrix-routes.d.ts.map +1 -0
- package/dist/lib/notify.d.ts +15 -0
- package/dist/lib/notify.d.ts.map +1 -0
- package/dist/lib/sdd-theme.d.ts +52 -0
- package/dist/lib/sdd-theme.d.ts.map +1 -0
- package/dist/lib/stream-coalescer.d.ts +46 -0
- package/dist/lib/stream-coalescer.d.ts.map +1 -0
- package/dist/lib/terminal-dock.d.ts +6 -0
- package/dist/lib/terminal-dock.d.ts.map +1 -0
- package/dist/lib/tool-icon.d.ts +19 -0
- package/dist/lib/tool-icon.d.ts.map +1 -0
- package/dist/lib/tool-summary.d.ts +2 -0
- package/dist/lib/tool-summary.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/view-navigation.d.ts +15 -0
- package/dist/lib/view-navigation.d.ts.map +1 -0
- package/dist/lib/ws-client-helpers.d.ts +46 -0
- package/dist/lib/ws-client-helpers.d.ts.map +1 -0
- package/dist/lib/ws-client-utils.d.ts +87 -0
- package/dist/lib/ws-client-utils.d.ts.map +1 -0
- package/dist/lib/ws-client.d.ts +235 -0
- package/dist/lib/ws-client.d.ts.map +1 -0
- package/dist/main.d.ts +8 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/server/index.d.ts.map +1 -0
- package/dist/stores/auto-submit-streak.d.ts +40 -0
- package/dist/stores/auto-submit-streak.d.ts.map +1 -0
- package/dist/stores/autophase-store.d.ts +50 -0
- package/dist/stores/autophase-store.d.ts.map +1 -0
- package/dist/stores/chat-store.d.ts +128 -0
- package/dist/stores/chat-store.d.ts.map +1 -0
- package/dist/stores/config-store.d.ts +67 -0
- package/dist/stores/config-store.d.ts.map +1 -0
- package/dist/stores/coordinator-monitor-store.d.ts +133 -0
- package/dist/stores/coordinator-monitor-store.d.ts.map +1 -0
- package/dist/stores/file-reference-store.d.ts +36 -0
- package/dist/stores/file-reference-store.d.ts.map +1 -0
- package/dist/stores/file-store.d.ts +40 -0
- package/dist/stores/file-store.d.ts.map +1 -0
- package/dist/stores/fleet-store.d.ts +29 -0
- package/dist/stores/fleet-store.d.ts.map +1 -0
- package/dist/stores/git-changes-store.d.ts +38 -0
- package/dist/stores/git-changes-store.d.ts.map +1 -0
- package/dist/stores/git-info-store.d.ts +18 -0
- package/dist/stores/git-info-store.d.ts.map +1 -0
- package/dist/stores/goal-store.d.ts +12 -0
- package/dist/stores/goal-store.d.ts.map +1 -0
- package/dist/stores/history-store.d.ts +15 -0
- package/dist/stores/history-store.d.ts.map +1 -0
- package/dist/stores/index.d.ts +36 -0
- package/dist/stores/index.d.ts.map +1 -0
- package/dist/stores/kanban-store.d.ts +22 -0
- package/dist/stores/kanban-store.d.ts.map +1 -0
- package/dist/stores/local-prefs.d.ts +117 -0
- package/dist/stores/local-prefs.d.ts.map +1 -0
- package/dist/stores/mailbox-store.d.ts +53 -0
- package/dist/stores/mailbox-store.d.ts.map +1 -0
- package/dist/stores/monitor-store.d.ts +116 -0
- package/dist/stores/monitor-store.d.ts.map +1 -0
- package/dist/stores/office-map-store.d.ts +47 -0
- package/dist/stores/office-map-store.d.ts.map +1 -0
- package/dist/stores/sdd-board-store.d.ts +88 -0
- package/dist/stores/sdd-board-store.d.ts.map +1 -0
- package/dist/stores/sdd-wizard-store.d.ts +64 -0
- package/dist/stores/sdd-wizard-store.d.ts.map +1 -0
- package/dist/stores/session-store.d.ts +125 -0
- package/dist/stores/session-store.d.ts.map +1 -0
- package/dist/stores/side-effect-store.d.ts +18 -0
- package/dist/stores/side-effect-store.d.ts.map +1 -0
- package/dist/stores/specs-store.d.ts +67 -0
- package/dist/stores/specs-store.d.ts.map +1 -0
- package/dist/stores/types.d.ts +240 -0
- package/dist/stores/types.d.ts.map +1 -0
- package/dist/stores/ui-store.d.ts +307 -0
- package/dist/stores/ui-store.d.ts.map +1 -0
- package/dist/stores/viz-store.d.ts +126 -0
- package/dist/stores/viz-store.d.ts.map +1 -0
- package/dist/stores/worktree-store.d.ts +47 -0
- package/dist/stores/worktree-store.d.ts.map +1 -0
- package/dist/types.d.ts +121 -118
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +1 -1
- package/dist/types.js.map +7 -1
- package/package.json +12 -13
- package/dist/assets/KanbanView-DWBGErwm.js +0 -1
- package/dist/assets/OfficeMapPanel-BBKsytG0.js +0 -4
- package/dist/assets/SessionsDashboard-CveBdrQJ.js +0 -1
- package/dist/assets/common-B28qhvZh.js +0 -1
- package/dist/assets/common-CeTsF3jX.js +0 -1
- package/dist/assets/index-BqAVsSCe.js +0 -154
- package/dist/assets/index-DTFjO9oF.css +0 -1
- package/dist/assets/local-prefs-C1YdbI5g.js +0 -1
- package/dist/assets/settings-Os0ifjjB.js +0 -1
- package/dist/assets/settings-UGa_oSYC.js +0 -1
- package/dist/assets/ui-store-FTgDlcX2.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileExplorer.d.ts","sourceRoot":"","sources":["../../src/components/FileExplorer.tsx"],"names":[],"mappings":"AAuLA,wBAAgB,YAAY,gCA6nB3B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface FilePickerProps {
|
|
2
|
+
/** Whatever the user typed after the `@` trigger (case-preserved). */
|
|
3
|
+
query: string;
|
|
4
|
+
/** Called when the user picks a file (Enter / Tab / click). */
|
|
5
|
+
onPick: (relPath: string) => void;
|
|
6
|
+
/** Called when the picker should close without inserting (Esc). */
|
|
7
|
+
onClose: () => void;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* `@` file mention popup. Subscribes to the WS `files.list` response,
|
|
11
|
+
* supports ↑/↓ Tab Enter Esc. Refetches on query change with a small
|
|
12
|
+
* debounce so we don't spam the backend on every keystroke.
|
|
13
|
+
*/
|
|
14
|
+
export declare function FilePicker({ query, onPick, onClose }: FilePickerProps): import("react").JSX.Element;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=FilePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilePicker.d.ts","sourceRoot":"","sources":["../../src/components/FilePicker.tsx"],"names":[],"mappings":"AAQA,UAAU,eAAe;IACvB,sEAAsE;IACtE,KAAK,EAAE,MAAM,CAAC;IACd,+DAA+D;IAC/D,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,mEAAmE;IACnE,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,eAAe,+BA6FrE"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { FileReference } from '@/stores/file-reference-store';
|
|
2
|
+
interface FileReferenceChipProps {
|
|
3
|
+
ref: FileReference;
|
|
4
|
+
onRemove: () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare function FileReferenceChip({ ref, onRemove }: FileReferenceChipProps): import("react").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=FileReferenceChip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileReferenceChip.d.ts","sourceRoot":"","sources":["../../src/components/FileReferenceChip.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAGnE,UAAU,sBAAsB;IAC9B,GAAG,EAAE,aAAa,CAAC;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAaD,wBAAgB,iBAAiB,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,EAAE,sBAAsB,+BAiC1E"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FleetMonitor — right-side sliding sidebar fleet dashboard.
|
|
3
|
+
*
|
|
4
|
+
* Slides in from the right as a non-intrusive overlay panel, preserving
|
|
5
|
+
* the main chat interface underneath. Dismisses on Escape / backdrop click.
|
|
6
|
+
*
|
|
7
|
+
* Displays:
|
|
8
|
+
* - Fleet header with concurrency gauge and fleet-wide stats
|
|
9
|
+
* - Fleet-wide token aggregation + cost totals
|
|
10
|
+
* - Per-agent detailed view with sparklines, budget warnings, failure reasons
|
|
11
|
+
* - Event timeline (last 20 events)
|
|
12
|
+
* - Keyboard navigation hints
|
|
13
|
+
*/
|
|
14
|
+
import type { SubagentView } from '@/stores';
|
|
15
|
+
export interface FleetMonitorProps {
|
|
16
|
+
onClose: () => void;
|
|
17
|
+
/** Optional: open agent detail for a specific agent */
|
|
18
|
+
onSelectAgent?: (agent: SubagentView) => void;
|
|
19
|
+
}
|
|
20
|
+
export declare function FleetAgentRow({ agent, isSelected, isLeader, onClick, }: {
|
|
21
|
+
agent: SubagentView;
|
|
22
|
+
isSelected: boolean;
|
|
23
|
+
isLeader: boolean;
|
|
24
|
+
onClick: () => void;
|
|
25
|
+
}): import("react").JSX.Element;
|
|
26
|
+
export declare function FleetMonitor({ onClose, onSelectAgent, }: FleetMonitorProps): import("react").JSX.Element;
|
|
27
|
+
//# sourceMappingURL=FleetMonitor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FleetMonitor.d.ts","sourceRoot":"","sources":["../../src/components/FleetMonitor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AA4BH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAG7C,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,uDAAuD;IACvD,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;CAC/C;AA6VD,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,UAAU,EACV,QAAQ,EACR,OAAO,GACR,EAAE;IACD,KAAK,EAAE,YAAY,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,+BAsFA;AAID,wBAAgB,YAAY,CAAC,EAC3B,OAAO,EACP,aAAa,GACd,EAAE,iBAAiB,+BA+QnB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type SubagentView } from '@/stores';
|
|
2
|
+
export declare function AgentDetail({ agent, onClose, }: {
|
|
3
|
+
agent: SubagentView;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
}): React.ReactElement;
|
|
6
|
+
/**
|
|
7
|
+
* FleetPanel — compact live roster of subagents.
|
|
8
|
+
*
|
|
9
|
+
* Auto-collapses when there are 3+ agents to keep the chat column
|
|
10
|
+
* clean. Shows a summary pill with running/done counts. Click any
|
|
11
|
+
* agent card to open a detail overlay with full stats and (soon) the
|
|
12
|
+
* live output stream.
|
|
13
|
+
*/
|
|
14
|
+
export declare function FleetPanel({ className, }: {
|
|
15
|
+
className?: string | undefined;
|
|
16
|
+
}): React.ReactElement | null;
|
|
17
|
+
//# sourceMappingURL=FleetPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FleetPanel.d.ts","sourceRoot":"","sources":["../../src/components/FleetPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA0B,KAAK,YAAY,EAAiB,MAAM,UAAU,CAAC;AAuBpF,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,OAAO,GACR,EAAE;IACD,KAAK,EAAE,YAAY,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,GAAG,KAAK,CAAC,YAAY,CAsSrB;AAwGD;;;;;;;GAOG;AACH,wBAAgB,UAAU,CAAC,EACzB,SAAS,GACV,EAAE;IACD,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,GAAG,KAAK,CAAC,YAAY,GAAG,IAAI,CA6E5B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { GoalState } from '@/lib/goal';
|
|
2
|
+
export interface GoalPanelProps {
|
|
3
|
+
goal: GoalState | null;
|
|
4
|
+
className?: string | undefined;
|
|
5
|
+
}
|
|
6
|
+
export declare function GoalPanel({ goal, className }: GoalPanelProps): React.ReactElement | null;
|
|
7
|
+
//# sourceMappingURL=GoalPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoalPanel.d.ts","sourceRoot":"","sources":["../../src/components/GoalPanel.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAyC5C,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,SAAS,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,cAAc,GAAG,KAAK,CAAC,YAAY,GAAG,IAAI,CAoLxF"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* InspectorPanel — a DevTools-style bottom dock that slides up/down.
|
|
3
|
+
*
|
|
4
|
+
* Replaces the old fixed BottomDock (which floated over and blocked the chat
|
|
5
|
+
* input) and the two modal FleetDrawer/AgentsDrawer overlays. The panel
|
|
6
|
+
* participates in normal flex layout: when collapsed only a slim handle bar is
|
|
7
|
+
* visible; when expanded it takes a fixed slice of the main column and the
|
|
8
|
+
* chat transcript above shrinks to fit. No backdrop, no modal — the chat
|
|
9
|
+
* input stays fully usable while the panel is open.
|
|
10
|
+
*
|
|
11
|
+
* Tabs: Fleet (agent list + stats) | Agents (per-agent detail card).
|
|
12
|
+
*/
|
|
13
|
+
export declare function InspectorPanel(): import("react").JSX.Element;
|
|
14
|
+
//# sourceMappingURL=InspectorPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InspectorPanel.d.ts","sourceRoot":"","sources":["../../src/components/InspectorPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AA4CH,wBAAgB,cAAc,gCA8L7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KanbanView.d.ts","sourceRoot":"","sources":["../../src/components/KanbanView.tsx"],"names":[],"mappings":"AAmBA,wBAAgB,UAAU,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAA;CAAE,+BA0W7E"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MailboxDetailView — displays the selected mailbox message in the main content area.
|
|
3
|
+
* Shown when currentView === 'mailbox'.
|
|
4
|
+
*/
|
|
5
|
+
export declare function MailboxDetailView({ className }: {
|
|
6
|
+
className?: string;
|
|
7
|
+
}): import("react").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=MailboxDetailView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MailboxDetailView.d.ts","sourceRoot":"","sources":["../../src/components/MailboxDetailView.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAqHH,wBAAgB,iBAAiB,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,+BAkKtE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MailboxPanel.d.ts","sourceRoot":"","sources":["../../src/components/MailboxPanel.tsx"],"names":[],"mappings":"AAiDA,wBAAgB,YAAY,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,+BAkNjE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CopyButton.d.ts","sourceRoot":"","sources":["../../../src/components/MessageBubble/CopyButton.tsx"],"names":[],"mappings":"AAOA,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,SAAS,EACT,KAAK,GACN,EAAE;IACD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,+BAsCA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorBody.d.ts","sourceRoot":"","sources":["../../../src/components/MessageBubble/ErrorBody.tsx"],"names":[],"mappings":"AAcA,wBAAgB,kBAAkB,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,+BAsC5D"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Split a streaming message into a STABLE prefix and a volatile tail.
|
|
3
|
+
*
|
|
4
|
+
* The prefix ends at the last blank line that is not inside an open code
|
|
5
|
+
* fence — it only advances when a paragraph completes, so a memoized
|
|
6
|
+
* markdown render of it stays cached across stream frames. Splitting inside
|
|
7
|
+
* an unclosed fence would make the prefix render a broken half code-block,
|
|
8
|
+
* hence the fence-parity tracking.
|
|
9
|
+
*
|
|
10
|
+
* Exported for tests.
|
|
11
|
+
*/
|
|
12
|
+
export declare function splitStableStreamPrefix(text: string): [prefix: string, tail: string];
|
|
13
|
+
/**
|
|
14
|
+
* Markdown renderer for messages that are still streaming. Feeding the whole
|
|
15
|
+
* growing string through remark on every coalesced frame makes long replies
|
|
16
|
+
* progressively jankier (the full AST is rebuilt each time). Instead the
|
|
17
|
+
* stable prefix goes through the real pipeline behind a memo (re-parsed only
|
|
18
|
+
* when a paragraph completes) and the tail renders as plain text. The final
|
|
19
|
+
* non-streaming render (in MessageBubble) parses the complete message once.
|
|
20
|
+
*/
|
|
21
|
+
export declare function StreamingMarkdown({ text }: {
|
|
22
|
+
text: string;
|
|
23
|
+
}): import("react").JSX.Element;
|
|
24
|
+
//# sourceMappingURL=StreamingMarkdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StreamingMarkdown.d.ts","sourceRoot":"","sources":["../../../src/components/MessageBubble/StreamingMarkdown.tsx"],"names":[],"mappings":"AAKA;;;;;;;;;;GAUG;AACH,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,CAWpF;AAWD;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,+BAQ3D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolInputView.d.ts","sourceRoot":"","sources":["../../../src/components/MessageBubble/ToolInputView.tsx"],"names":[],"mappings":"AAIA,wBAAgB,aAAa,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,OAAO,CAAA;CAAE,+BA+D1D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ChatMessage } from '@/stores';
|
|
2
|
+
interface MessageBubbleProps {
|
|
3
|
+
message: ChatMessage;
|
|
4
|
+
isFirst?: boolean | undefined;
|
|
5
|
+
isContinuation?: boolean | undefined;
|
|
6
|
+
}
|
|
7
|
+
export declare const MessageBubble: import("react").MemoExoticComponent<({ message, isFirst, isContinuation, }: MessageBubbleProps) => import("react").JSX.Element>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/MessageBubble/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAmC5C,UAAU,kBAAkB;IAC1B,OAAO,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACtC;AAED,eAAO,MAAM,aAAa,8EAIvB,kBAAkB,iCAoZnB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import rehypeHighlight from 'rehype-highlight';
|
|
3
|
+
export { copyToClipboard };
|
|
4
|
+
declare function copyToClipboard(text: string): Promise<boolean>;
|
|
5
|
+
export declare function downloadTextFile(filename: string, text: string): void;
|
|
6
|
+
export declare function fileExtensionFor(toolName: string | undefined): string;
|
|
7
|
+
export declare function formatToolDuration(ms: number): string;
|
|
8
|
+
/** Rehype plugins for react-markdown — syntax highlighting via highlight.js. */
|
|
9
|
+
export declare const rehypePlugins: (typeof rehypeHighlight)[];
|
|
10
|
+
export declare const markdownComponents: {
|
|
11
|
+
code({ inline, className, children, ...props }: {
|
|
12
|
+
inline?: boolean | undefined;
|
|
13
|
+
className?: string | undefined;
|
|
14
|
+
children?: React.ReactNode | undefined;
|
|
15
|
+
}): React.JSX.Element;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/MessageBubble/utils.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,eAAe,MAAM,kBAAkB,CAAC;AAE/C,OAAO,EAAE,eAAe,EAAE,CAAC;AAE3B,iBAAe,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAsB7D;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAWrE;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAKrE;AAED,wBAAgB,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAMrD;AAED,gFAAgF;AAChF,eAAO,MAAM,aAAa,4BAAoB,CAAC;AAgC/C,eAAO,MAAM,kBAAkB;IAa7B,IAAI,4CAKD;QACD,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;QAC7B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAC/B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;KACxC;CA0DF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageBubble.d.ts","sourceRoot":"","sources":["../../src/components/MessageBubble.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pill-shaped mode chip in the topbar. Click to drop a small picker with
|
|
3
|
+
* the available modes (fetched lazily on first open from the backend's
|
|
4
|
+
* modes.list handler). Selecting a mode broadcasts a session.start update
|
|
5
|
+
* so the chip and the system-prompt context reflect the change without a
|
|
6
|
+
* page reload.
|
|
7
|
+
*/
|
|
8
|
+
export declare function ModePicker(): import("react").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=ModePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModePicker.d.ts","sourceRoot":"","sources":["../../src/components/ModePicker.tsx"],"names":[],"mappings":"AAOA;;;;;;GAMG;AACH,wBAAgB,UAAU,gCA+FzB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ModelCandidate } from '@/hooks/useProviderModels';
|
|
2
|
+
/**
|
|
3
|
+
* ModelPicker — a compact searchable {provider/model} combobox used across the
|
|
4
|
+
* SDD surfaces (per-task drawer, run-config wizard, board header). Inline only;
|
|
5
|
+
* no native dialogs. Emits the chosen model + provider, or `undefined` (via the
|
|
6
|
+
* reset row) to fall back to the run/leader default.
|
|
7
|
+
*/
|
|
8
|
+
export declare function ModelPicker({ value, provider, candidates, placeholder, resetLabel, onPick, onReset, className, }: {
|
|
9
|
+
value?: string | undefined;
|
|
10
|
+
provider?: string | undefined;
|
|
11
|
+
candidates: ModelCandidate[];
|
|
12
|
+
placeholder?: string;
|
|
13
|
+
resetLabel?: string;
|
|
14
|
+
onPick: (model: string, provider: string) => void;
|
|
15
|
+
onReset?: (() => void) | undefined;
|
|
16
|
+
className?: string;
|
|
17
|
+
}): React.ReactElement;
|
|
18
|
+
//# sourceMappingURL=ModelPicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModelPicker.d.ts","sourceRoot":"","sources":["../../src/components/ModelPicker.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAIhE;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,QAAQ,EACR,UAAU,EACV,WAAW,EACX,UAAU,EACV,MAAM,EACN,OAAO,EACP,SAAS,GACV,EAAE;IACD,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,OAAO,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,KAAK,CAAC,YAAY,CAuHrB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MonacoDiffView — full Monaco side-by-side diff with an editable "modified"
|
|
3
|
+
* pane. Lets the user tweak the working-tree version inline and Apply it back
|
|
4
|
+
* to disk via the `files.write` WS message. Complements the lightweight,
|
|
5
|
+
* read-only unified `DiffView` (ChangesView toggles between the two).
|
|
6
|
+
*/
|
|
7
|
+
import './monaco-theme';
|
|
8
|
+
export declare function MonacoDiffView({ path, oldText, newText, }: {
|
|
9
|
+
path: string;
|
|
10
|
+
oldText: string;
|
|
11
|
+
newText: string;
|
|
12
|
+
}): import("react").JSX.Element;
|
|
13
|
+
//# sourceMappingURL=MonacoDiffView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonacoDiffView.d.ts","sourceRoot":"","sources":["../../src/components/MonacoDiffView.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAUH,OAAO,gBAAgB,CAAC;AAiBxB,wBAAgB,cAAc,CAAC,EAC7B,IAAI,EACJ,OAAO,EACP,OAAO,GACR,EAAE;IACD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,+BA6FA"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import { type ParseNextStepsResult, type ParsedNextStep as NextStep, parseNextSteps, stripNextStepsBlock } from '@wrongstack/tools/next-steps';
|
|
3
|
+
export { parseNextSteps, stripNextStepsBlock };
|
|
4
|
+
export type { NextStep, ParseNextStepsResult };
|
|
5
|
+
/**
|
|
6
|
+
* Fill the chat input textarea with the given text.
|
|
7
|
+
* Uses the native setter to trigger React's onChange.
|
|
8
|
+
*/
|
|
9
|
+
export declare function fillInput(text: string): void;
|
|
10
|
+
/**
|
|
11
|
+
* Renders extracted next steps as a prominent, clickable action bar.
|
|
12
|
+
* Each button fills the chat input with the suggestion text.
|
|
13
|
+
* Auto="true" items show a countdown timer when yolo+auto mode is active.
|
|
14
|
+
*
|
|
15
|
+
* Design goals:
|
|
16
|
+
* - Immediately noticeable after the agent's reply (not buried in tiny text)
|
|
17
|
+
* - Distinct from the message body via card-like appearance and accent colors
|
|
18
|
+
* - One-click execution — no copy-paste, just click and send
|
|
19
|
+
* - Auto items in YOLO+auto mode show countdown and auto-submit
|
|
20
|
+
*/
|
|
21
|
+
export declare function NextStepsBar({ steps, yoloMode, autoMode, autoDelayMs, onAutoSubmit, canAutoSubmit: canAutoSubmitProp, }: {
|
|
22
|
+
steps: NextStep[];
|
|
23
|
+
/** Whether YOLO mode is active */
|
|
24
|
+
yoloMode?: boolean;
|
|
25
|
+
/** Whether AUTO autonomy mode is active */
|
|
26
|
+
autoMode?: boolean;
|
|
27
|
+
/** Countdown delay in ms for auto items (default 30s) */
|
|
28
|
+
autoDelayMs?: number;
|
|
29
|
+
/** Callback when auto countdown completes */
|
|
30
|
+
onAutoSubmit?: (text: string) => void;
|
|
31
|
+
/** Whether auto-submit is currently allowed (cap not reached). */
|
|
32
|
+
canAutoSubmit?: boolean;
|
|
33
|
+
}): React.ReactElement | null;
|
|
34
|
+
/**
|
|
35
|
+
* Hook-friendly version: takes raw markdown content and returns the parse
|
|
36
|
+
* result, including the steps array and the content with the block stripped.
|
|
37
|
+
*/
|
|
38
|
+
export declare function useNextSteps(content: string): ParseNextStepsResult;
|
|
39
|
+
//# sourceMappingURL=NextStepsBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NextStepsBar.d.ts","sourceRoot":"","sources":["../../src/components/NextStepsBar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,cAAc,IAAI,QAAQ,EAC/B,cAAc,EACd,mBAAmB,EACpB,MAAM,8BAA8B,CAAC;AAItC,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAC/C,YAAY,EAAE,QAAQ,EAAE,oBAAoB,EAAE,CAAC;AAE/C;;;GAGG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAU5C;AA6BD;;;;;;;;;;GAUG;AACH,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,QAAgB,EAChB,QAAgB,EAChB,WAAoB,EACpB,YAAY,EACZ,aAAa,EAAE,iBAAwB,GACxC,EAAE;IACD,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yDAAyD;IACzD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,kEAAkE;IAClE,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,GAAG,KAAK,CAAC,YAAY,GAAG,IAAI,CA6F5B;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,oBAAoB,CAGlE"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure office-map model resolution — extracted from OfficeMapCanvas.tsx so the
|
|
3
|
+
* (large) canvas component keeps only rendering concerns. Turns the live
|
|
4
|
+
* cross-process session snapshot + local fleet store into the client/agent
|
|
5
|
+
* model the React-Flow nodes render. No React, no JSX — unit-testable.
|
|
6
|
+
*/
|
|
7
|
+
import type { LiveSession } from '@/stores/monitor-store';
|
|
8
|
+
import type { SubagentView } from '@/stores/types';
|
|
9
|
+
import { type ClientStatus } from './utils.js';
|
|
10
|
+
/** A resolved agent ready to render as an office desk node. */
|
|
11
|
+
export interface ResolvedAgent {
|
|
12
|
+
officeId: string;
|
|
13
|
+
serverId: string;
|
|
14
|
+
name: string;
|
|
15
|
+
status: ClientStatus;
|
|
16
|
+
iteration: number;
|
|
17
|
+
toolCalls: number;
|
|
18
|
+
costUsd: number;
|
|
19
|
+
tokensIn: number;
|
|
20
|
+
tokensOut: number;
|
|
21
|
+
ctxPct?: number | undefined;
|
|
22
|
+
model?: string | undefined;
|
|
23
|
+
lastActivityAt?: string | undefined;
|
|
24
|
+
currentTask?: string | undefined;
|
|
25
|
+
}
|
|
26
|
+
/** A resolved client (one live session) with its agents. */
|
|
27
|
+
export interface ResolvedClient {
|
|
28
|
+
id: string;
|
|
29
|
+
type: 'tui' | 'webui' | 'repl';
|
|
30
|
+
label: string;
|
|
31
|
+
sublabel: string;
|
|
32
|
+
status: ClientStatus;
|
|
33
|
+
sessionId?: string | undefined;
|
|
34
|
+
pid?: number | undefined;
|
|
35
|
+
branch?: string | undefined;
|
|
36
|
+
workingDir?: string | undefined;
|
|
37
|
+
startedAt?: string | undefined;
|
|
38
|
+
agents: ResolvedAgent[];
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Build the office client/agent model from the live cross-process snapshot,
|
|
42
|
+
* preferring the richer local fleet-store data for the attached session's
|
|
43
|
+
* agents and folding any not-yet-snapshotted local agents under a WebUI client.
|
|
44
|
+
*/
|
|
45
|
+
export declare function resolveClients(liveSessions: LiveSession[], fleetAgents: Map<string, SubagentView>): ResolvedClient[];
|
|
46
|
+
/** Dot colour for a viz event, by kind prefix. */
|
|
47
|
+
export declare function feedColor(kind: string): string;
|
|
48
|
+
//# sourceMappingURL=resolve.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../../src/components/OfficeMapCanvas/resolve.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,KAAK,YAAY,EAAgD,MAAM,YAAY,CAAC;AAE7F,+DAA+D;AAC/D,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC;AAED,4DAA4D;AAC5D,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,KAAK,GAAG,OAAO,GAAG,MAAM,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,YAAY,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,MAAM,EAAE,aAAa,EAAE,CAAC;CACzB;AAED;;;;GAIG;AACH,wBAAgB,cAAc,CAC5B,YAAY,EAAE,WAAW,EAAE,EAC3B,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,YAAY,CAAC,GACrC,cAAc,EAAE,CAqGlB;AAED,kDAAkD;AAClD,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAO9C"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export type ClientKind = 'webui' | 'tui' | 'repl' | 'coordinator' | 'agent' | 'mailbox';
|
|
2
|
+
export type ClientStatus = 'idle' | 'active' | 'streaming' | 'completed' | 'error' | 'offline';
|
|
3
|
+
export interface OfficeNodeData extends Record<string, unknown> {
|
|
4
|
+
label: string;
|
|
5
|
+
sublabel?: string;
|
|
6
|
+
kind: ClientKind;
|
|
7
|
+
status: ClientStatus;
|
|
8
|
+
unreadCount?: number;
|
|
9
|
+
messageCount?: number;
|
|
10
|
+
currentTask?: string;
|
|
11
|
+
iteration?: number;
|
|
12
|
+
toolCalls?: number;
|
|
13
|
+
costUsd?: number;
|
|
14
|
+
tokensIn?: number;
|
|
15
|
+
tokensOut?: number;
|
|
16
|
+
ctxPct?: number;
|
|
17
|
+
model?: string;
|
|
18
|
+
lastActivityAt?: string;
|
|
19
|
+
lastSeenAt?: number;
|
|
20
|
+
connections?: number;
|
|
21
|
+
agentsActive?: number;
|
|
22
|
+
agentsTotal?: number;
|
|
23
|
+
sessionId?: string;
|
|
24
|
+
serverId?: string;
|
|
25
|
+
pid?: number;
|
|
26
|
+
branch?: string;
|
|
27
|
+
workingDir?: string;
|
|
28
|
+
startedAt?: string;
|
|
29
|
+
agentCount?: number;
|
|
30
|
+
color?: string;
|
|
31
|
+
vizActivity?: number;
|
|
32
|
+
}
|
|
33
|
+
/** Compact token/number formatting: 1234 → "1.2k", 1_500_000 → "1.5M". */
|
|
34
|
+
export declare function fmtCompact(n?: number): string;
|
|
35
|
+
export declare function fmtAgo(iso: string | undefined, now: number): string;
|
|
36
|
+
export declare function fmtUptime(iso: string | undefined, now: number): string;
|
|
37
|
+
export declare function shortModel(model: string | undefined): string | undefined;
|
|
38
|
+
export declare const CENTER_X = 600;
|
|
39
|
+
export declare const HUB_Y = 50;
|
|
40
|
+
export declare const HUB_GAP = 230;
|
|
41
|
+
export declare const MAILBOX_Y = 50;
|
|
42
|
+
export declare const COORD_Y = 50;
|
|
43
|
+
export declare const CLIENT_Y = 370;
|
|
44
|
+
export declare const AGENT_Y0 = 640;
|
|
45
|
+
export declare const CLIENT_COL_W = 380;
|
|
46
|
+
export declare const AGENT_COLS = 3;
|
|
47
|
+
export declare const AGENT_FAN_W = 190;
|
|
48
|
+
export declare const AGENT_ROW_H = 150;
|
|
49
|
+
export declare function layoutClientXs(clientIds: string[], colW?: number): Map<string, number>;
|
|
50
|
+
export declare function agentFanPos(cx: number, j: number, total: number): {
|
|
51
|
+
x: number;
|
|
52
|
+
y: number;
|
|
53
|
+
};
|
|
54
|
+
export declare function clientNodeType(clientType: string | undefined): 'tui' | 'webui' | 'repl';
|
|
55
|
+
export declare function surfaceLabel(kind: 'tui' | 'webui' | 'repl'): string;
|
|
56
|
+
export declare function mapAgentStatus(raw: string | undefined): ClientStatus;
|
|
57
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/OfficeMapCanvas/utils.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,GAAG,aAAa,GAAG,OAAO,GAAG,SAAS,CAAC;AACxF,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,GAAG,SAAS,CAAC;AAE/F,MAAM,WAAW,cAAe,SAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAC7D,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,UAAU,CAAC;IACjB,MAAM,EAAE,YAAY,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,0EAA0E;AAC1E,wBAAgB,UAAU,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAK7C;AAED,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CASnE;AAED,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAQtE;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAIxE;AAID,eAAO,MAAM,QAAQ,MAAM,CAAC;AAC5B,eAAO,MAAM,KAAK,KAAK,CAAC;AACxB,eAAO,MAAM,OAAO,MAAM,CAAC;AAC3B,eAAO,MAAM,SAAS,KAAQ,CAAC;AAC/B,eAAO,MAAM,OAAO,KAAQ,CAAC;AAC7B,eAAO,MAAM,QAAQ,MAAM,CAAC;AAC5B,eAAO,MAAM,QAAQ,MAAM,CAAC;AAC5B,eAAO,MAAM,YAAY,MAAM,CAAC;AAChC,eAAO,MAAM,UAAU,IAAI,CAAC;AAC5B,eAAO,MAAM,WAAW,MAAM,CAAC;AAC/B,eAAO,MAAM,WAAW,MAAM,CAAC;AAE/B,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,EAAE,IAAI,GAAE,MAAqB,GAAG,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAQpG;AAED,wBAAgB,WAAW,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,CAS1F;AAED,wBAAgB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,CAIvF;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAEnE;AAED,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,YAAY,CAiBpE"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OfficeMapCanvas — React Flow canvas with real-time office environment visualization.
|
|
3
|
+
*
|
|
4
|
+
* Displays all connected clients (WebUI, TUI, REPL, etc.) as nodes in an office floor plan.
|
|
5
|
+
* Shows live status (mail read, mail sent, idle, active, error) with animated wire connections.
|
|
6
|
+
* Uses viz store for real-time events and fleet store for agent status.
|
|
7
|
+
*/
|
|
8
|
+
import '@xyflow/react/dist/style.css';
|
|
9
|
+
export declare function OfficeMapCanvas(): import("react").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=OfficeMapCanvas.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OfficeMapCanvas.d.ts","sourceRoot":"","sources":["../../src/components/OfficeMapCanvas.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAwBH,OAAO,8BAA8B,CAAC;AA0xBtC,wBAAgB,eAAe,gCA6lC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OfficeMapPanel.d.ts","sourceRoot":"","sources":["../../src/components/OfficeMapPanel.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAKH,wBAAgB,cAAc,gCAM7B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OfficeMapSettingsPanel — secondary-panel controls for the Fleet HQ map.
|
|
3
|
+
*
|
|
4
|
+
* The map canvas itself renders in the wide main area; this panel owns the
|
|
5
|
+
* display preferences (HUD / legend / minimap / controls / animation /
|
|
6
|
+
* background) and a compact live-stats readout. Preferences live in
|
|
7
|
+
* useOfficeMapStore and the canvas reacts to them.
|
|
8
|
+
*/
|
|
9
|
+
export declare function OfficeMapSettingsPanel(): import("react").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=OfficeMapSettingsPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OfficeMapSettingsPanel.d.ts","sourceRoot":"","sources":["../../src/components/OfficeMapSettingsPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAgDH,wBAAgB,sBAAsB,gCAsIrC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { TaskItem } from './TaskBoard';
|
|
3
|
+
export interface PhaseItem {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
description: string;
|
|
7
|
+
status: 'pending' | 'ready' | 'running' | 'paused' | 'completed' | 'failed' | 'skipped';
|
|
8
|
+
priority: 'critical' | 'high' | 'medium' | 'low';
|
|
9
|
+
estimateHours: number;
|
|
10
|
+
actualDurationMs?: number | undefined;
|
|
11
|
+
startedAt?: number | undefined;
|
|
12
|
+
completedAt?: number | undefined;
|
|
13
|
+
progressPercent: number;
|
|
14
|
+
taskCount: number;
|
|
15
|
+
completedTasks: number;
|
|
16
|
+
assignedAgents: string[];
|
|
17
|
+
isActive: boolean;
|
|
18
|
+
/** Full task list for this phase — present when served by the board-aware state. */
|
|
19
|
+
tasks?: TaskItem[] | undefined;
|
|
20
|
+
}
|
|
21
|
+
export interface PhasePanelProps {
|
|
22
|
+
phases: PhaseItem[];
|
|
23
|
+
/** Active phase ID */
|
|
24
|
+
activePhaseId?: string | undefined;
|
|
25
|
+
/** Called when a phase is clicked */
|
|
26
|
+
onPhaseClick?: ((phaseId: string) => void) | undefined;
|
|
27
|
+
/** Overall progress (0-100) */
|
|
28
|
+
overallPercent: number;
|
|
29
|
+
/** Whether autonomous mode is active */
|
|
30
|
+
autonomous: boolean;
|
|
31
|
+
/** Pause / Resume toggle */
|
|
32
|
+
onToggleAutonomous?: (() => void) | undefined;
|
|
33
|
+
className?: string | undefined;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* PhasePanel — Left-side phase list panel.
|
|
37
|
+
*
|
|
38
|
+
* Each phase is shown as a card. The active phase is highlighted.
|
|
39
|
+
* A global progress bar and autonomous mode toggle sit at the top.
|
|
40
|
+
*/
|
|
41
|
+
export declare function PhasePanel({ phases, activePhaseId, onPhaseClick, overallPercent, autonomous, onToggleAutonomous, className, }: PhasePanelProps): React.ReactElement;
|
|
42
|
+
//# sourceMappingURL=PhasePanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PhasePanel.d.ts","sourceRoot":"","sources":["../../src/components/PhasePanel.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,CAAC;IACxF,QAAQ,EAAE,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,KAAK,CAAC;IACjD,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,QAAQ,EAAE,OAAO,CAAC;IAClB,oFAAoF;IACpF,KAAK,CAAC,EAAE,QAAQ,EAAE,GAAG,SAAS,CAAC;CAChC;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,sBAAsB;IACtB,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,qCAAqC;IACrC,YAAY,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IACvD,+BAA+B;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,wCAAwC;IACxC,UAAU,EAAE,OAAO,CAAC;IACpB,4BAA4B;IAC5B,kBAAkB,CAAC,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC;AA+BD;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,EACzB,MAAM,EACN,aAAa,EACb,YAAY,EACZ,cAAc,EACd,UAAU,EACV,kBAAkB,EAClB,SAAS,GACV,EAAE,eAAe,GAAG,KAAK,CAAC,YAAY,CA6GtC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Live plan board panel. Connects via WebSocket, requests the current
|
|
3
|
+
* plan snapshot, and stays in sync via `plan.updated` events.
|
|
4
|
+
*
|
|
5
|
+
* **Interactive**: Each plan item has hover quick-actions:
|
|
6
|
+
* - **Start** (open → in_progress)
|
|
7
|
+
* - **Done** (in_progress/open → done)
|
|
8
|
+
* - **Reopen** (done → open)
|
|
9
|
+
*
|
|
10
|
+
* Sections: In Progress → Open → Done, each collapsible.
|
|
11
|
+
* Auto-hides when the plan is empty.
|
|
12
|
+
*/
|
|
13
|
+
export declare function PlanPanel(): React.ReactElement | null;
|
|
14
|
+
//# sourceMappingURL=PlanPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlanPanel.d.ts","sourceRoot":"","sources":["../../src/components/PlanPanel.tsx"],"names":[],"mappings":"AAmBA;;;;;;;;;;;GAWG;AACH,wBAAgB,SAAS,IAAI,KAAK,CAAC,YAAY,GAAG,IAAI,CA6HrD"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export interface ProcessMonitorProps {
|
|
2
|
+
open: boolean;
|
|
3
|
+
onClose: () => void;
|
|
4
|
+
className?: string | undefined;
|
|
5
|
+
}
|
|
6
|
+
export declare function ProcessMonitor({ open, onClose, className, }: ProcessMonitorProps): React.ReactElement | null;
|
|
7
|
+
//# sourceMappingURL=ProcessMonitor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProcessMonitor.d.ts","sourceRoot":"","sources":["../../src/components/ProcessMonitor.tsx"],"names":[],"mappings":"AAqBA,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC;AAED,wBAAgB,cAAc,CAAC,EAC7B,IAAI,EACJ,OAAO,EACP,SAAS,GACV,EAAE,mBAAmB,GAAG,KAAK,CAAC,YAAY,GAAG,IAAI,CA8KjD"}
|