snow-ai 0.4.16 → 0.4.17
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/bundle/cli.mjs +477445 -0
- package/bundle/sql-wasm.wasm +0 -0
- package/package.json +31 -26
- package/dist/agents/codebaseIndexAgent.d.ts +0 -102
- package/dist/agents/codebaseIndexAgent.js +0 -641
- package/dist/agents/codebaseReviewAgent.d.ts +0 -61
- package/dist/agents/codebaseReviewAgent.js +0 -301
- package/dist/agents/compactAgent.d.ts +0 -55
- package/dist/agents/compactAgent.js +0 -306
- package/dist/agents/promptOptimizeAgent.d.ts +0 -54
- package/dist/agents/promptOptimizeAgent.js +0 -268
- package/dist/agents/reviewAgent.d.ts +0 -50
- package/dist/agents/reviewAgent.js +0 -265
- package/dist/agents/summaryAgent.d.ts +0 -57
- package/dist/agents/summaryAgent.js +0 -260
- package/dist/api/anthropic.d.ts +0 -44
- package/dist/api/anthropic.js +0 -598
- package/dist/api/chat.d.ts +0 -73
- package/dist/api/chat.js +0 -386
- package/dist/api/embedding.d.ts +0 -34
- package/dist/api/embedding.js +0 -80
- package/dist/api/gemini.d.ts +0 -31
- package/dist/api/gemini.js +0 -445
- package/dist/api/models.d.ts +0 -15
- package/dist/api/models.js +0 -139
- package/dist/api/responses.d.ts +0 -38
- package/dist/api/responses.js +0 -515
- package/dist/api/systemPrompt.d.ts +0 -4
- package/dist/api/systemPrompt.js +0 -408
- package/dist/api/types.d.ts +0 -53
- package/dist/api/types.js +0 -4
- package/dist/app.d.ts +0 -8
- package/dist/app.js +0 -112
- package/dist/cli.d.ts +0 -2
- package/dist/cli.js +0 -199
- package/dist/hooks/useAgentPicker.d.ts +0 -14
- package/dist/hooks/useAgentPicker.js +0 -119
- package/dist/hooks/useClipboard.d.ts +0 -4
- package/dist/hooks/useClipboard.js +0 -175
- package/dist/hooks/useCommandHandler.d.ts +0 -35
- package/dist/hooks/useCommandHandler.js +0 -346
- package/dist/hooks/useCommandPanel.d.ts +0 -17
- package/dist/hooks/useCommandPanel.js +0 -114
- package/dist/hooks/useConversation.d.ts +0 -49
- package/dist/hooks/useConversation.js +0 -1052
- package/dist/hooks/useFilePicker.d.ts +0 -18
- package/dist/hooks/useFilePicker.js +0 -224
- package/dist/hooks/useGlobalExit.d.ts +0 -5
- package/dist/hooks/useGlobalExit.js +0 -34
- package/dist/hooks/useGlobalNavigation.d.ts +0 -6
- package/dist/hooks/useGlobalNavigation.js +0 -17
- package/dist/hooks/useHistoryNavigation.d.ts +0 -35
- package/dist/hooks/useHistoryNavigation.js +0 -133
- package/dist/hooks/useInputBuffer.d.ts +0 -6
- package/dist/hooks/useInputBuffer.js +0 -45
- package/dist/hooks/useKeyboardInput.d.ts +0 -80
- package/dist/hooks/useKeyboardInput.js +0 -608
- package/dist/hooks/useSessionManagement.d.ts +0 -10
- package/dist/hooks/useSessionManagement.js +0 -43
- package/dist/hooks/useSessionSave.d.ts +0 -8
- package/dist/hooks/useSessionSave.js +0 -63
- package/dist/hooks/useSnapshotState.d.ts +0 -26
- package/dist/hooks/useSnapshotState.js +0 -28
- package/dist/hooks/useStreamingState.d.ts +0 -33
- package/dist/hooks/useStreamingState.js +0 -105
- package/dist/hooks/useTerminalFocus.d.ts +0 -28
- package/dist/hooks/useTerminalFocus.js +0 -87
- package/dist/hooks/useTerminalSize.d.ts +0 -4
- package/dist/hooks/useTerminalSize.js +0 -20
- package/dist/hooks/useTodoPicker.d.ts +0 -16
- package/dist/hooks/useTodoPicker.js +0 -94
- package/dist/hooks/useToolConfirmation.d.ts +0 -19
- package/dist/hooks/useToolConfirmation.js +0 -61
- package/dist/hooks/useVSCodeState.d.ts +0 -8
- package/dist/hooks/useVSCodeState.js +0 -81
- package/dist/i18n/I18nContext.d.ts +0 -14
- package/dist/i18n/I18nContext.js +0 -24
- package/dist/i18n/index.d.ts +0 -3
- package/dist/i18n/index.js +0 -2
- package/dist/i18n/lang/en.d.ts +0 -2
- package/dist/i18n/lang/en.js +0 -502
- package/dist/i18n/lang/es.d.ts +0 -2
- package/dist/i18n/lang/es.js +0 -502
- package/dist/i18n/lang/ja.d.ts +0 -2
- package/dist/i18n/lang/ja.js +0 -502
- package/dist/i18n/lang/ko.d.ts +0 -2
- package/dist/i18n/lang/ko.js +0 -502
- package/dist/i18n/lang/zh-TW.d.ts +0 -2
- package/dist/i18n/lang/zh-TW.js +0 -502
- package/dist/i18n/lang/zh.d.ts +0 -2
- package/dist/i18n/lang/zh.js +0 -502
- package/dist/i18n/translations.d.ts +0 -2
- package/dist/i18n/translations.js +0 -14
- package/dist/i18n/types.d.ts +0 -478
- package/dist/i18n/types.js +0 -1
- package/dist/mcp/aceCodeSearch.d.ts +0 -247
- package/dist/mcp/aceCodeSearch.js +0 -1058
- package/dist/mcp/bash.d.ts +0 -50
- package/dist/mcp/bash.js +0 -153
- package/dist/mcp/codebaseSearch.d.ts +0 -44
- package/dist/mcp/codebaseSearch.js +0 -275
- package/dist/mcp/filesystem.d.ts +0 -392
- package/dist/mcp/filesystem.js +0 -1445
- package/dist/mcp/ideDiagnostics.d.ts +0 -36
- package/dist/mcp/ideDiagnostics.js +0 -90
- package/dist/mcp/notebook.d.ts +0 -10
- package/dist/mcp/notebook.js +0 -367
- package/dist/mcp/subagent.d.ts +0 -37
- package/dist/mcp/subagent.js +0 -113
- package/dist/mcp/todo.d.ts +0 -46
- package/dist/mcp/todo.js +0 -511
- package/dist/mcp/types/aceCodeSearch.types.d.ts +0 -92
- package/dist/mcp/types/aceCodeSearch.types.js +0 -4
- package/dist/mcp/types/bash.types.d.ts +0 -13
- package/dist/mcp/types/bash.types.js +0 -4
- package/dist/mcp/types/filesystem.types.d.ts +0 -210
- package/dist/mcp/types/filesystem.types.js +0 -27
- package/dist/mcp/types/todo.types.d.ts +0 -27
- package/dist/mcp/types/todo.types.js +0 -4
- package/dist/mcp/types/websearch.types.d.ts +0 -30
- package/dist/mcp/types/websearch.types.js +0 -4
- package/dist/mcp/utils/aceCodeSearch/filesystem.utils.d.ts +0 -34
- package/dist/mcp/utils/aceCodeSearch/filesystem.utils.js +0 -146
- package/dist/mcp/utils/aceCodeSearch/language.utils.d.ts +0 -14
- package/dist/mcp/utils/aceCodeSearch/language.utils.js +0 -418
- package/dist/mcp/utils/aceCodeSearch/search.utils.d.ts +0 -31
- package/dist/mcp/utils/aceCodeSearch/search.utils.js +0 -136
- package/dist/mcp/utils/aceCodeSearch/symbol.utils.d.ts +0 -20
- package/dist/mcp/utils/aceCodeSearch/symbol.utils.js +0 -141
- package/dist/mcp/utils/bash/security.utils.d.ts +0 -20
- package/dist/mcp/utils/bash/security.utils.js +0 -34
- package/dist/mcp/utils/filesystem/batch-operations.utils.d.ts +0 -39
- package/dist/mcp/utils/filesystem/batch-operations.utils.js +0 -182
- package/dist/mcp/utils/filesystem/code-analysis.utils.d.ts +0 -18
- package/dist/mcp/utils/filesystem/code-analysis.utils.js +0 -165
- package/dist/mcp/utils/filesystem/match-finder.utils.d.ts +0 -16
- package/dist/mcp/utils/filesystem/match-finder.utils.js +0 -85
- package/dist/mcp/utils/filesystem/office-parser.utils.d.ts +0 -43
- package/dist/mcp/utils/filesystem/office-parser.utils.js +0 -163
- package/dist/mcp/utils/filesystem/path-fixer.utils.d.ts +0 -7
- package/dist/mcp/utils/filesystem/path-fixer.utils.js +0 -60
- package/dist/mcp/utils/filesystem/similarity.utils.d.ts +0 -22
- package/dist/mcp/utils/filesystem/similarity.utils.js +0 -75
- package/dist/mcp/utils/todo/date.utils.d.ts +0 -9
- package/dist/mcp/utils/todo/date.utils.js +0 -14
- package/dist/mcp/utils/websearch/browser.utils.d.ts +0 -8
- package/dist/mcp/utils/websearch/browser.utils.js +0 -58
- package/dist/mcp/utils/websearch/text.utils.d.ts +0 -16
- package/dist/mcp/utils/websearch/text.utils.js +0 -39
- package/dist/mcp/websearch.d.ts +0 -88
- package/dist/mcp/websearch.js +0 -375
- package/dist/test/logger-test.d.ts +0 -1
- package/dist/test/logger-test.js +0 -7
- package/dist/types/index.d.ts +0 -15
- package/dist/types/index.js +0 -1
- package/dist/ui/components/AgentPickerPanel.d.ts +0 -10
- package/dist/ui/components/AgentPickerPanel.js +0 -74
- package/dist/ui/components/ChatInput.d.ts +0 -46
- package/dist/ui/components/ChatInput.js +0 -384
- package/dist/ui/components/CommandPanel.d.ts +0 -15
- package/dist/ui/components/CommandPanel.js +0 -80
- package/dist/ui/components/DiffViewer.d.ts +0 -11
- package/dist/ui/components/DiffViewer.js +0 -178
- package/dist/ui/components/FileList.d.ts +0 -15
- package/dist/ui/components/FileList.js +0 -360
- package/dist/ui/components/FileRollbackConfirmation.d.ts +0 -8
- package/dist/ui/components/FileRollbackConfirmation.js +0 -108
- package/dist/ui/components/HelpPanel.d.ts +0 -2
- package/dist/ui/components/HelpPanel.js +0 -67
- package/dist/ui/components/MCPInfoPanel.d.ts +0 -2
- package/dist/ui/components/MCPInfoPanel.js +0 -108
- package/dist/ui/components/MCPInfoScreen.d.ts +0 -7
- package/dist/ui/components/MCPInfoScreen.js +0 -115
- package/dist/ui/components/MarkdownRenderer.d.ts +0 -6
- package/dist/ui/components/MarkdownRenderer.js +0 -70
- package/dist/ui/components/Menu.d.ts +0 -17
- package/dist/ui/components/Menu.js +0 -88
- package/dist/ui/components/MessageList.d.ts +0 -56
- package/dist/ui/components/MessageList.js +0 -97
- package/dist/ui/components/PendingMessages.d.ts +0 -13
- package/dist/ui/components/PendingMessages.js +0 -29
- package/dist/ui/components/PendingToolCalls.d.ts +0 -11
- package/dist/ui/components/PendingToolCalls.js +0 -35
- package/dist/ui/components/ScrollableSelectInput.d.ts +0 -29
- package/dist/ui/components/ScrollableSelectInput.js +0 -157
- package/dist/ui/components/SessionListPanel.d.ts +0 -7
- package/dist/ui/components/SessionListPanel.js +0 -175
- package/dist/ui/components/SessionListScreen.d.ts +0 -7
- package/dist/ui/components/SessionListScreen.js +0 -217
- package/dist/ui/components/SessionListScreenWrapper.d.ts +0 -7
- package/dist/ui/components/SessionListScreenWrapper.js +0 -14
- package/dist/ui/components/ShimmerText.d.ts +0 -9
- package/dist/ui/components/ShimmerText.js +0 -30
- package/dist/ui/components/TodoPickerPanel.d.ts +0 -14
- package/dist/ui/components/TodoPickerPanel.js +0 -119
- package/dist/ui/components/TodoTree.d.ts +0 -15
- package/dist/ui/components/TodoTree.js +0 -60
- package/dist/ui/components/ToolConfirmation.d.ts +0 -21
- package/dist/ui/components/ToolConfirmation.js +0 -204
- package/dist/ui/components/ToolResultPreview.d.ts +0 -13
- package/dist/ui/components/ToolResultPreview.js +0 -337
- package/dist/ui/components/UsagePanel.d.ts +0 -2
- package/dist/ui/components/UsagePanel.js +0 -394
- package/dist/ui/contexts/ThemeContext.d.ts +0 -13
- package/dist/ui/contexts/ThemeContext.js +0 -28
- package/dist/ui/pages/ChatScreen.d.ts +0 -6
- package/dist/ui/pages/ChatScreen.js +0 -1519
- package/dist/ui/pages/CodeBaseConfigScreen.d.ts +0 -8
- package/dist/ui/pages/CodeBaseConfigScreen.js +0 -350
- package/dist/ui/pages/ConfigScreen.d.ts +0 -8
- package/dist/ui/pages/ConfigScreen.js +0 -1101
- package/dist/ui/pages/CustomHeadersScreen.d.ts +0 -6
- package/dist/ui/pages/CustomHeadersScreen.js +0 -502
- package/dist/ui/pages/HeadlessModeScreen.d.ts +0 -7
- package/dist/ui/pages/HeadlessModeScreen.js +0 -381
- package/dist/ui/pages/LanguageSettingsScreen.d.ts +0 -7
- package/dist/ui/pages/LanguageSettingsScreen.js +0 -91
- package/dist/ui/pages/MCPConfigScreen.d.ts +0 -6
- package/dist/ui/pages/MCPConfigScreen.js +0 -55
- package/dist/ui/pages/ProxyConfigScreen.d.ts +0 -8
- package/dist/ui/pages/ProxyConfigScreen.js +0 -149
- package/dist/ui/pages/SensitiveCommandConfigScreen.d.ts +0 -7
- package/dist/ui/pages/SensitiveCommandConfigScreen.js +0 -271
- package/dist/ui/pages/SubAgentConfigScreen.d.ts +0 -9
- package/dist/ui/pages/SubAgentConfigScreen.js +0 -435
- package/dist/ui/pages/SubAgentListScreen.d.ts +0 -9
- package/dist/ui/pages/SubAgentListScreen.js +0 -131
- package/dist/ui/pages/SystemPromptConfigScreen.d.ts +0 -6
- package/dist/ui/pages/SystemPromptConfigScreen.js +0 -326
- package/dist/ui/pages/ThemeSettingsScreen.d.ts +0 -7
- package/dist/ui/pages/ThemeSettingsScreen.js +0 -106
- package/dist/ui/pages/WelcomeScreen.d.ts +0 -7
- package/dist/ui/pages/WelcomeScreen.js +0 -217
- package/dist/ui/themes/index.d.ts +0 -23
- package/dist/ui/themes/index.js +0 -140
- package/dist/utils/apiConfig.d.ts +0 -126
- package/dist/utils/apiConfig.js +0 -423
- package/dist/utils/autoCompress.d.ts +0 -15
- package/dist/utils/autoCompress.js +0 -24
- package/dist/utils/chatExporter.d.ts +0 -9
- package/dist/utils/chatExporter.js +0 -118
- package/dist/utils/checkpointManager.d.ts +0 -74
- package/dist/utils/checkpointManager.js +0 -181
- package/dist/utils/codebaseConfig.d.ts +0 -16
- package/dist/utils/codebaseConfig.js +0 -67
- package/dist/utils/codebaseDatabase.d.ts +0 -102
- package/dist/utils/codebaseDatabase.js +0 -333
- package/dist/utils/codebaseSearchEvents.d.ts +0 -16
- package/dist/utils/codebaseSearchEvents.js +0 -13
- package/dist/utils/commandExecutor.d.ts +0 -13
- package/dist/utils/commandExecutor.js +0 -26
- package/dist/utils/commands/agent.d.ts +0 -2
- package/dist/utils/commands/agent.js +0 -12
- package/dist/utils/commands/clear.d.ts +0 -2
- package/dist/utils/commands/clear.js +0 -12
- package/dist/utils/commands/compact.d.ts +0 -2
- package/dist/utils/commands/compact.js +0 -12
- package/dist/utils/commands/export.d.ts +0 -2
- package/dist/utils/commands/export.js +0 -12
- package/dist/utils/commands/help.d.ts +0 -2
- package/dist/utils/commands/help.js +0 -11
- package/dist/utils/commands/home.d.ts +0 -2
- package/dist/utils/commands/home.js +0 -34
- package/dist/utils/commands/ide.d.ts +0 -2
- package/dist/utils/commands/ide.js +0 -32
- package/dist/utils/commands/init.d.ts +0 -2
- package/dist/utils/commands/init.js +0 -93
- package/dist/utils/commands/mcp.d.ts +0 -2
- package/dist/utils/commands/mcp.js +0 -12
- package/dist/utils/commands/resume.d.ts +0 -2
- package/dist/utils/commands/resume.js +0 -12
- package/dist/utils/commands/review.d.ts +0 -2
- package/dist/utils/commands/review.js +0 -81
- package/dist/utils/commands/role.d.ts +0 -2
- package/dist/utils/commands/role.js +0 -37
- package/dist/utils/commands/todoPicker.d.ts +0 -2
- package/dist/utils/commands/todoPicker.js +0 -12
- package/dist/utils/commands/usage.d.ts +0 -2
- package/dist/utils/commands/usage.js +0 -12
- package/dist/utils/commands/yolo.d.ts +0 -2
- package/dist/utils/commands/yolo.js +0 -12
- package/dist/utils/configManager.d.ts +0 -45
- package/dist/utils/configManager.js +0 -303
- package/dist/utils/contextCompressor.d.ts +0 -16
- package/dist/utils/contextCompressor.js +0 -334
- package/dist/utils/devMode.d.ts +0 -13
- package/dist/utils/devMode.js +0 -54
- package/dist/utils/escapeHandler.d.ts +0 -79
- package/dist/utils/escapeHandler.js +0 -153
- package/dist/utils/fileDialog.d.ts +0 -9
- package/dist/utils/fileDialog.js +0 -74
- package/dist/utils/fileUtils.d.ts +0 -40
- package/dist/utils/fileUtils.js +0 -185
- package/dist/utils/historyManager.d.ts +0 -45
- package/dist/utils/historyManager.js +0 -159
- package/dist/utils/incrementalSnapshot.d.ts +0 -109
- package/dist/utils/incrementalSnapshot.js +0 -383
- package/dist/utils/index.d.ts +0 -11
- package/dist/utils/index.js +0 -18
- package/dist/utils/languageConfig.d.ts +0 -21
- package/dist/utils/languageConfig.js +0 -61
- package/dist/utils/logger.d.ts +0 -37
- package/dist/utils/logger.js +0 -122
- package/dist/utils/mcpToolsManager.d.ts +0 -52
- package/dist/utils/mcpToolsManager.js +0 -878
- package/dist/utils/messageFormatter.d.ts +0 -12
- package/dist/utils/messageFormatter.js +0 -115
- package/dist/utils/notebookManager.d.ts +0 -59
- package/dist/utils/notebookManager.js +0 -213
- package/dist/utils/patch-highlight.d.ts +0 -5
- package/dist/utils/patch-highlight.js +0 -23
- package/dist/utils/processManager.d.ts +0 -27
- package/dist/utils/processManager.js +0 -75
- package/dist/utils/proxyUtils.d.ts +0 -15
- package/dist/utils/proxyUtils.js +0 -50
- package/dist/utils/resourceMonitor.d.ts +0 -65
- package/dist/utils/resourceMonitor.js +0 -175
- package/dist/utils/retryUtils.d.ts +0 -49
- package/dist/utils/retryUtils.js +0 -303
- package/dist/utils/sensitiveCommandManager.d.ts +0 -53
- package/dist/utils/sensitiveCommandManager.js +0 -308
- package/dist/utils/sessionConverter.d.ts +0 -7
- package/dist/utils/sessionConverter.js +0 -306
- package/dist/utils/sessionManager.d.ts +0 -53
- package/dist/utils/sessionManager.js +0 -371
- package/dist/utils/subAgentConfig.d.ts +0 -50
- package/dist/utils/subAgentConfig.js +0 -221
- package/dist/utils/subAgentExecutor.d.ts +0 -40
- package/dist/utils/subAgentExecutor.js +0 -434
- package/dist/utils/terminal.d.ts +0 -5
- package/dist/utils/terminal.js +0 -13
- package/dist/utils/textBuffer.d.ts +0 -99
- package/dist/utils/textBuffer.js +0 -547
- package/dist/utils/textUtils.d.ts +0 -37
- package/dist/utils/textUtils.js +0 -102
- package/dist/utils/themeConfig.d.ts +0 -21
- package/dist/utils/themeConfig.js +0 -61
- package/dist/utils/todoPreprocessor.d.ts +0 -5
- package/dist/utils/todoPreprocessor.js +0 -18
- package/dist/utils/todoScanner.d.ts +0 -8
- package/dist/utils/todoScanner.js +0 -148
- package/dist/utils/toolDisplayConfig.d.ts +0 -16
- package/dist/utils/toolDisplayConfig.js +0 -47
- package/dist/utils/toolExecutor.d.ts +0 -37
- package/dist/utils/toolExecutor.js +0 -224
- package/dist/utils/usageLogger.d.ts +0 -11
- package/dist/utils/usageLogger.js +0 -114
- package/dist/utils/vscodeConnection.d.ts +0 -76
- package/dist/utils/vscodeConnection.js +0 -430
- package/dist/utils/workspaceSnapshot.d.ts +0 -63
- package/dist/utils/workspaceSnapshot.js +0 -300
|
@@ -1,337 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Box, Text } from 'ink';
|
|
3
|
-
import TodoTree from './TodoTree.js';
|
|
4
|
-
/**
|
|
5
|
-
* Display a compact preview of tool execution results
|
|
6
|
-
* Shows a tree-like structure with limited content
|
|
7
|
-
*/
|
|
8
|
-
export default function ToolResultPreview({ toolName, result, maxLines = 5, isSubAgentInternal = false, }) {
|
|
9
|
-
try {
|
|
10
|
-
// Try to parse JSON result
|
|
11
|
-
const data = JSON.parse(result);
|
|
12
|
-
// Handle different tool types
|
|
13
|
-
if (toolName.startsWith('subagent-')) {
|
|
14
|
-
return renderSubAgentPreview(data, maxLines);
|
|
15
|
-
}
|
|
16
|
-
else if (toolName === 'terminal-execute') {
|
|
17
|
-
return renderTerminalExecutePreview(data, isSubAgentInternal);
|
|
18
|
-
}
|
|
19
|
-
else if (toolName === 'filesystem-read') {
|
|
20
|
-
return renderReadPreview(data, isSubAgentInternal);
|
|
21
|
-
}
|
|
22
|
-
else if (toolName === 'filesystem-create') {
|
|
23
|
-
return renderCreatePreview(data);
|
|
24
|
-
}
|
|
25
|
-
else if (toolName === 'filesystem-edit_search') {
|
|
26
|
-
return renderEditSearchPreview(data);
|
|
27
|
-
}
|
|
28
|
-
else if (toolName === 'websearch-search') {
|
|
29
|
-
return renderWebSearchPreview(data, maxLines);
|
|
30
|
-
}
|
|
31
|
-
else if (toolName === 'websearch-fetch') {
|
|
32
|
-
return renderWebFetchPreview(data);
|
|
33
|
-
}
|
|
34
|
-
else if (toolName.startsWith('ace-')) {
|
|
35
|
-
return renderACEPreview(toolName, data, maxLines);
|
|
36
|
-
}
|
|
37
|
-
else if (toolName.startsWith('todo-')) {
|
|
38
|
-
return renderTodoPreview(toolName, data, maxLines);
|
|
39
|
-
}
|
|
40
|
-
else {
|
|
41
|
-
// Generic preview for unknown tools
|
|
42
|
-
return renderGenericPreview(data, maxLines);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
catch {
|
|
46
|
-
// If not JSON or parsing fails, return null (no preview)
|
|
47
|
-
return null;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
function renderSubAgentPreview(data, _maxLines) {
|
|
51
|
-
// Sub-agent results have format: { success: boolean, result: string }
|
|
52
|
-
if (!data.result)
|
|
53
|
-
return null;
|
|
54
|
-
// 简洁显示子代理执行结果
|
|
55
|
-
const lines = data.result.split('\n').filter((line) => line.trim());
|
|
56
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
57
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
58
|
-
"\u2514\u2500 Sub-agent completed (",
|
|
59
|
-
lines.length,
|
|
60
|
-
' ',
|
|
61
|
-
lines.length === 1 ? 'line' : 'lines',
|
|
62
|
-
" output)")));
|
|
63
|
-
}
|
|
64
|
-
function renderTerminalExecutePreview(data, isSubAgentInternal) {
|
|
65
|
-
const hasError = data.exitCode !== 0;
|
|
66
|
-
const hasStdout = data.stdout && data.stdout.trim();
|
|
67
|
-
const hasStderr = data.stderr && data.stderr.trim();
|
|
68
|
-
// For sub-agent internal tools, show minimal info
|
|
69
|
-
if (isSubAgentInternal) {
|
|
70
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
71
|
-
React.createElement(Text, { color: hasError ? 'red' : 'gray', dimColor: true },
|
|
72
|
-
"\u2514\u2500 Exit code: ",
|
|
73
|
-
data.exitCode,
|
|
74
|
-
hasStdout &&
|
|
75
|
-
` (${data.stdout.trim().split('\n').length} lines output)`,
|
|
76
|
-
hasStderr &&
|
|
77
|
-
` (${data.stderr.trim().split('\n').length} lines stderr)`)));
|
|
78
|
-
}
|
|
79
|
-
// For main flow tools, show summary unless there's an error
|
|
80
|
-
// Only show full output when exitCode !== 0 or has stderr
|
|
81
|
-
const showFullOutput = hasError || hasStderr;
|
|
82
|
-
if (!showFullOutput) {
|
|
83
|
-
// Success case - show compact summary
|
|
84
|
-
const stdoutLines = hasStdout ? data.stdout.trim().split('\n').length : 0;
|
|
85
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
86
|
-
React.createElement(Text, { color: "green", dimColor: true },
|
|
87
|
-
"\u2514\u2500 \u2713 Exit code: ",
|
|
88
|
-
data.exitCode,
|
|
89
|
-
hasStdout && ` (${stdoutLines} ${stdoutLines === 1 ? 'line' : 'lines'} output)`)));
|
|
90
|
-
}
|
|
91
|
-
// Error case - show full details
|
|
92
|
-
return (React.createElement(Box, { flexDirection: "column", marginLeft: 2 },
|
|
93
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
94
|
-
"\u251C\u2500 command: ",
|
|
95
|
-
data.command),
|
|
96
|
-
React.createElement(Text, { color: "red", bold: true },
|
|
97
|
-
"\u251C\u2500 exitCode: ",
|
|
98
|
-
data.exitCode,
|
|
99
|
-
" \u26A0\uFE0F FAILED"),
|
|
100
|
-
hasStdout && (React.createElement(Box, { flexDirection: "column" },
|
|
101
|
-
React.createElement(Text, { color: "gray", dimColor: true }, "\u251C\u2500 stdout:"),
|
|
102
|
-
React.createElement(Box, { marginLeft: 2, flexDirection: "column" }, data.stdout.split('\n').map((line, idx) => (React.createElement(Text, { key: idx, color: "yellow" }, line)))))),
|
|
103
|
-
hasStderr && (React.createElement(Box, { flexDirection: "column" },
|
|
104
|
-
React.createElement(Text, { color: "red", bold: true }, "\u251C\u2500 stderr:"),
|
|
105
|
-
React.createElement(Box, { marginLeft: 2, flexDirection: "column" }, data.stderr.split('\n').map((line, idx) => (React.createElement(Text, { key: idx, color: "red" }, line)))))),
|
|
106
|
-
data.executedAt && (React.createElement(Text, { color: "gray", dimColor: true },
|
|
107
|
-
"\u2514\u2500 executedAt: ",
|
|
108
|
-
data.executedAt))));
|
|
109
|
-
}
|
|
110
|
-
function renderReadPreview(data, isSubAgentInternal) {
|
|
111
|
-
if (!data.content)
|
|
112
|
-
return null;
|
|
113
|
-
// 简洁显示:只显示读取的行数信息
|
|
114
|
-
const lines = data.content.split('\n');
|
|
115
|
-
const readLineCount = lines.length;
|
|
116
|
-
const totalLines = data.totalLines || readLineCount;
|
|
117
|
-
// For sub-agent internal tools, show even more minimal info
|
|
118
|
-
if (isSubAgentInternal) {
|
|
119
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
120
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
121
|
-
"\u2514\u2500 Read ",
|
|
122
|
-
readLineCount,
|
|
123
|
-
" lines",
|
|
124
|
-
totalLines > readLineCount ? ` of ${totalLines} total` : '')));
|
|
125
|
-
}
|
|
126
|
-
// 如果是读取部分行,显示范围
|
|
127
|
-
const rangeInfo = data.startLine && data.endLine
|
|
128
|
-
? ` (lines ${data.startLine}-${data.endLine})`
|
|
129
|
-
: '';
|
|
130
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
131
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
132
|
-
"\u2514\u2500 Read ",
|
|
133
|
-
readLineCount,
|
|
134
|
-
" lines",
|
|
135
|
-
rangeInfo,
|
|
136
|
-
totalLines > readLineCount ? ` of ${totalLines} total` : '')));
|
|
137
|
-
}
|
|
138
|
-
function renderACEPreview(toolName, data, maxLines) {
|
|
139
|
-
// Handle ace-text-search results
|
|
140
|
-
if (toolName === 'ace-text-search' || toolName === 'ace-text_search') {
|
|
141
|
-
if (!data || data.length === 0) {
|
|
142
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
143
|
-
React.createElement(Text, { color: "gray", dimColor: true }, "\u2514\u2500 No matches found")));
|
|
144
|
-
}
|
|
145
|
-
const results = Array.isArray(data) ? data : [];
|
|
146
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
147
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
148
|
-
"\u2514\u2500 Found ",
|
|
149
|
-
results.length,
|
|
150
|
-
" ",
|
|
151
|
-
results.length === 1 ? 'match' : 'matches')));
|
|
152
|
-
}
|
|
153
|
-
// Handle ace-search-symbols results
|
|
154
|
-
if (toolName === 'ace-search-symbols' || toolName === 'ace-search_symbols') {
|
|
155
|
-
const symbols = data.symbols || [];
|
|
156
|
-
if (symbols.length === 0) {
|
|
157
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
158
|
-
React.createElement(Text, { color: "gray", dimColor: true }, "\u2514\u2500 No symbols found")));
|
|
159
|
-
}
|
|
160
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
161
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
162
|
-
"\u2514\u2500 Found ",
|
|
163
|
-
symbols.length,
|
|
164
|
-
' ',
|
|
165
|
-
symbols.length === 1 ? 'symbol' : 'symbols')));
|
|
166
|
-
}
|
|
167
|
-
// Handle ace-find-references results
|
|
168
|
-
if (toolName === 'ace-find-references' ||
|
|
169
|
-
toolName === 'ace-find_references') {
|
|
170
|
-
const references = Array.isArray(data) ? data : [];
|
|
171
|
-
if (references.length === 0) {
|
|
172
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
173
|
-
React.createElement(Text, { color: "gray", dimColor: true }, "\u2514\u2500 No references found")));
|
|
174
|
-
}
|
|
175
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
176
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
177
|
-
"\u2514\u2500 Found ",
|
|
178
|
-
references.length,
|
|
179
|
-
' ',
|
|
180
|
-
references.length === 1 ? 'reference' : 'references')));
|
|
181
|
-
}
|
|
182
|
-
// Handle ace-find-definition result
|
|
183
|
-
if (toolName === 'ace-find-definition' ||
|
|
184
|
-
toolName === 'ace-find_definition') {
|
|
185
|
-
if (!data) {
|
|
186
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
187
|
-
React.createElement(Text, { color: "gray", dimColor: true }, "\u2514\u2500 Definition not found")));
|
|
188
|
-
}
|
|
189
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
190
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
191
|
-
"\u2514\u2500 Found ",
|
|
192
|
-
data.type,
|
|
193
|
-
" ",
|
|
194
|
-
data.name,
|
|
195
|
-
" at ",
|
|
196
|
-
data.filePath,
|
|
197
|
-
":",
|
|
198
|
-
data.line)));
|
|
199
|
-
}
|
|
200
|
-
// Handle ace-file-outline result
|
|
201
|
-
if (toolName === 'ace-file-outline' || toolName === 'ace-file_outline') {
|
|
202
|
-
const symbols = Array.isArray(data) ? data : [];
|
|
203
|
-
if (symbols.length === 0) {
|
|
204
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
205
|
-
React.createElement(Text, { color: "gray", dimColor: true }, "\u2514\u2500 No symbols in file")));
|
|
206
|
-
}
|
|
207
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
208
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
209
|
-
"\u2514\u2500 Found ",
|
|
210
|
-
symbols.length,
|
|
211
|
-
' ',
|
|
212
|
-
symbols.length === 1 ? 'symbol' : 'symbols',
|
|
213
|
-
" in file")));
|
|
214
|
-
}
|
|
215
|
-
// Handle ace-semantic-search result
|
|
216
|
-
if (toolName === 'ace-semantic-search' ||
|
|
217
|
-
toolName === 'ace-semantic_search') {
|
|
218
|
-
const totalResults = (data.symbols?.length || 0) + (data.references?.length || 0);
|
|
219
|
-
if (totalResults === 0) {
|
|
220
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
221
|
-
React.createElement(Text, { color: "gray", dimColor: true }, "\u2514\u2500 No results found")));
|
|
222
|
-
}
|
|
223
|
-
return (React.createElement(Box, { flexDirection: "column", marginLeft: 2 },
|
|
224
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
225
|
-
"\u251C\u2500 ",
|
|
226
|
-
data.symbols?.length || 0,
|
|
227
|
-
' ',
|
|
228
|
-
(data.symbols?.length || 0) === 1 ? 'symbol' : 'symbols'),
|
|
229
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
230
|
-
"\u2514\u2500 ",
|
|
231
|
-
data.references?.length || 0,
|
|
232
|
-
' ',
|
|
233
|
-
(data.references?.length || 0) === 1 ? 'reference' : 'references')));
|
|
234
|
-
}
|
|
235
|
-
// Generic ACE tool preview
|
|
236
|
-
return renderGenericPreview(data, maxLines);
|
|
237
|
-
}
|
|
238
|
-
function renderCreatePreview(data) {
|
|
239
|
-
// Simple success message for create/write operations
|
|
240
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
241
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
242
|
-
"\u2514\u2500 ",
|
|
243
|
-
data.message || data)));
|
|
244
|
-
}
|
|
245
|
-
function renderEditSearchPreview(data) {
|
|
246
|
-
// For edit_search, show only key metadata, exclude searchContent and replaceContent
|
|
247
|
-
return (React.createElement(Box, { flexDirection: "column", marginLeft: 2 },
|
|
248
|
-
data.message && (React.createElement(Text, { color: "gray", dimColor: true },
|
|
249
|
-
"\u251C\u2500 ",
|
|
250
|
-
data.message)),
|
|
251
|
-
data.matchLocation && (React.createElement(Text, { color: "gray", dimColor: true },
|
|
252
|
-
"\u251C\u2500 Match: lines ",
|
|
253
|
-
data.matchLocation.startLine,
|
|
254
|
-
"-",
|
|
255
|
-
data.matchLocation.endLine)),
|
|
256
|
-
data.totalLines && (React.createElement(Text, { color: "gray", dimColor: true },
|
|
257
|
-
"\u2514\u2500 Total lines: ",
|
|
258
|
-
data.totalLines))));
|
|
259
|
-
}
|
|
260
|
-
function renderWebSearchPreview(data, _maxLines) {
|
|
261
|
-
if (!data.results || data.results.length === 0) {
|
|
262
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
263
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
264
|
-
"\u2514\u2500 No results for \"",
|
|
265
|
-
data.query,
|
|
266
|
-
"\"")));
|
|
267
|
-
}
|
|
268
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
269
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
270
|
-
"\u2514\u2500 Found ",
|
|
271
|
-
data.totalResults || data.results.length,
|
|
272
|
-
" results for \"",
|
|
273
|
-
data.query,
|
|
274
|
-
"\"")));
|
|
275
|
-
}
|
|
276
|
-
function renderWebFetchPreview(data) {
|
|
277
|
-
const contentLength = data.textLength || data.content?.length || 0;
|
|
278
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
279
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
280
|
-
"\u2514\u2500 Fetched ",
|
|
281
|
-
contentLength,
|
|
282
|
-
" characters from ",
|
|
283
|
-
data.title || 'page')));
|
|
284
|
-
}
|
|
285
|
-
function renderGenericPreview(data, maxLines) {
|
|
286
|
-
// For unknown tool types, show first few properties
|
|
287
|
-
const entries = Object.entries(data).slice(0, maxLines);
|
|
288
|
-
if (entries.length === 0)
|
|
289
|
-
return null;
|
|
290
|
-
return (React.createElement(Box, { flexDirection: "column", marginLeft: 2 }, entries.map(([key, value], idx) => {
|
|
291
|
-
const valueStr = typeof value === 'string'
|
|
292
|
-
? value.slice(0, 20) + (value.length > 20 ? '...' : '')
|
|
293
|
-
: JSON.stringify(value).slice(0, 60);
|
|
294
|
-
return (React.createElement(Text, { key: idx, color: "gray", dimColor: true },
|
|
295
|
-
idx === entries.length - 1 ? '└─ ' : '├─ ',
|
|
296
|
-
key,
|
|
297
|
-
": ",
|
|
298
|
-
valueStr));
|
|
299
|
-
})));
|
|
300
|
-
}
|
|
301
|
-
function renderTodoPreview(_toolName, data, _maxLines) {
|
|
302
|
-
// Handle todo-create, todo-get, todo-update, todo-add, todo-delete
|
|
303
|
-
// Debug: Check if data is actually the stringified result that needs parsing again
|
|
304
|
-
// Some tools might return the result wrapped in content[0].text
|
|
305
|
-
let todoData = data;
|
|
306
|
-
// If data has content array (MCP format), extract the text
|
|
307
|
-
if (data.content && Array.isArray(data.content) && data.content[0]?.text) {
|
|
308
|
-
const textContent = data.content[0].text;
|
|
309
|
-
// Skip parsing if it's a plain message string
|
|
310
|
-
if (textContent === 'No TODO list found' || textContent === 'TODO item not found') {
|
|
311
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
312
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
313
|
-
"\u2514\u2500 ",
|
|
314
|
-
textContent)));
|
|
315
|
-
}
|
|
316
|
-
// Try to parse JSON
|
|
317
|
-
try {
|
|
318
|
-
todoData = JSON.parse(textContent);
|
|
319
|
-
}
|
|
320
|
-
catch (e) {
|
|
321
|
-
// If parsing fails, show the raw text
|
|
322
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
323
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
324
|
-
"\u2514\u2500 ",
|
|
325
|
-
textContent)));
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
// Check if we have valid todo data
|
|
329
|
-
if (!todoData.todos || !Array.isArray(todoData.todos)) {
|
|
330
|
-
return (React.createElement(Box, { marginLeft: 2 },
|
|
331
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
332
|
-
"\u2514\u2500 ",
|
|
333
|
-
todoData.message || 'No TODO list')));
|
|
334
|
-
}
|
|
335
|
-
// Use the TodoTree component to display the TODO list
|
|
336
|
-
return React.createElement(TodoTree, { todos: todoData.todos });
|
|
337
|
-
}
|