snow-ai 0.4.15 → 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 -379
- 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 -1495
- 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,381 +0,0 @@
|
|
|
1
|
-
import React, { useState, useEffect } from 'react';
|
|
2
|
-
import { useStdout } from 'ink';
|
|
3
|
-
import ansiEscapes from 'ansi-escapes';
|
|
4
|
-
import { highlight } from 'cli-highlight';
|
|
5
|
-
import { handleConversationWithTools } from '../../hooks/useConversation.js';
|
|
6
|
-
import { useStreamingState } from '../../hooks/useStreamingState.js';
|
|
7
|
-
import { useToolConfirmation } from '../../hooks/useToolConfirmation.js';
|
|
8
|
-
import { useVSCodeState } from '../../hooks/useVSCodeState.js';
|
|
9
|
-
import { useSessionSave } from '../../hooks/useSessionSave.js';
|
|
10
|
-
import { parseAndValidateFileReferences, createMessageWithFileInstructions, } from '../../utils/fileUtils.js';
|
|
11
|
-
// Console-based markdown renderer functions
|
|
12
|
-
function renderConsoleMarkdown(content) {
|
|
13
|
-
const blocks = parseConsoleMarkdown(content);
|
|
14
|
-
return blocks.map(block => renderConsoleBlock(block)).join('\n');
|
|
15
|
-
}
|
|
16
|
-
function parseConsoleMarkdown(content) {
|
|
17
|
-
const blocks = [];
|
|
18
|
-
const lines = content.split('\n');
|
|
19
|
-
let i = 0;
|
|
20
|
-
while (i < lines.length) {
|
|
21
|
-
const line = lines[i] ?? '';
|
|
22
|
-
// Check for code block
|
|
23
|
-
const codeBlockMatch = line.match(/^```(.*)$/);
|
|
24
|
-
if (codeBlockMatch) {
|
|
25
|
-
const language = codeBlockMatch[1]?.trim() || '';
|
|
26
|
-
const codeLines = [];
|
|
27
|
-
i++;
|
|
28
|
-
// Collect code block lines
|
|
29
|
-
while (i < lines.length) {
|
|
30
|
-
const currentLine = lines[i] ?? '';
|
|
31
|
-
if (currentLine.trim().startsWith('```')) {
|
|
32
|
-
break;
|
|
33
|
-
}
|
|
34
|
-
codeLines.push(currentLine);
|
|
35
|
-
i++;
|
|
36
|
-
}
|
|
37
|
-
blocks.push({
|
|
38
|
-
type: 'code',
|
|
39
|
-
language,
|
|
40
|
-
code: codeLines.join('\n'),
|
|
41
|
-
});
|
|
42
|
-
i++; // Skip closing ```
|
|
43
|
-
continue;
|
|
44
|
-
}
|
|
45
|
-
// Check for heading
|
|
46
|
-
const headingMatch = line.match(/^(#{1,6})\s+(.+)$/);
|
|
47
|
-
if (headingMatch) {
|
|
48
|
-
blocks.push({
|
|
49
|
-
type: 'heading',
|
|
50
|
-
level: headingMatch[1].length,
|
|
51
|
-
content: headingMatch[2].trim(),
|
|
52
|
-
});
|
|
53
|
-
i++;
|
|
54
|
-
continue;
|
|
55
|
-
}
|
|
56
|
-
// Check for list item
|
|
57
|
-
const listMatch = line.match(/^[\s]*[*\-]\s+(.+)$/);
|
|
58
|
-
if (listMatch) {
|
|
59
|
-
const listItems = [listMatch[1].trim()];
|
|
60
|
-
i++;
|
|
61
|
-
// Collect consecutive list items
|
|
62
|
-
while (i < lines.length) {
|
|
63
|
-
const currentLine = lines[i] ?? '';
|
|
64
|
-
const nextListMatch = currentLine.match(/^[\s]*[*\-]\s+(.+)$/);
|
|
65
|
-
if (!nextListMatch) {
|
|
66
|
-
break;
|
|
67
|
-
}
|
|
68
|
-
listItems.push(nextListMatch[1].trim());
|
|
69
|
-
i++;
|
|
70
|
-
}
|
|
71
|
-
blocks.push({
|
|
72
|
-
type: 'list',
|
|
73
|
-
items: listItems,
|
|
74
|
-
});
|
|
75
|
-
continue;
|
|
76
|
-
}
|
|
77
|
-
// Collect text lines
|
|
78
|
-
const textLines = [];
|
|
79
|
-
while (i < lines.length) {
|
|
80
|
-
const currentLine = lines[i] ?? '';
|
|
81
|
-
if (currentLine.trim().startsWith('```') ||
|
|
82
|
-
currentLine.match(/^#{1,6}\s+/) ||
|
|
83
|
-
currentLine.match(/^[\s]*[*\-]\s+/)) {
|
|
84
|
-
break;
|
|
85
|
-
}
|
|
86
|
-
textLines.push(currentLine);
|
|
87
|
-
i++;
|
|
88
|
-
}
|
|
89
|
-
if (textLines.length > 0) {
|
|
90
|
-
blocks.push({
|
|
91
|
-
type: 'text',
|
|
92
|
-
content: textLines.join('\n'),
|
|
93
|
-
});
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
return blocks;
|
|
97
|
-
}
|
|
98
|
-
function renderConsoleBlock(block) {
|
|
99
|
-
switch (block.type) {
|
|
100
|
-
case 'code': {
|
|
101
|
-
const highlightedCode = highlightConsoleCode(block.code, block.language);
|
|
102
|
-
const languageLabel = block.language
|
|
103
|
-
? `\x1b[42m\x1b[30m ${block.language} \x1b[0m`
|
|
104
|
-
: '';
|
|
105
|
-
return (`\n\x1b[90m┌─ Code Block\x1b[0m\n` +
|
|
106
|
-
(languageLabel ? `\x1b[90m│\x1b[0m ${languageLabel}\n` : '') +
|
|
107
|
-
`\x1b[90m├─\x1b[0m\n` +
|
|
108
|
-
`${highlightedCode}\n` +
|
|
109
|
-
`\x1b[90m└─ End of Code\x1b[0m`);
|
|
110
|
-
}
|
|
111
|
-
case 'heading': {
|
|
112
|
-
const headingColors = ['\x1b[96m', '\x1b[94m', '\x1b[95m', '\x1b[93m'];
|
|
113
|
-
const headingColor = headingColors[block.level - 1] || '\x1b[97m';
|
|
114
|
-
const prefix = '#'.repeat(block.level);
|
|
115
|
-
return `\n${headingColor}${prefix} ${renderInlineFormatting(block.content)}\x1b[0m`;
|
|
116
|
-
}
|
|
117
|
-
case 'list': {
|
|
118
|
-
return ('\n' +
|
|
119
|
-
block.items
|
|
120
|
-
.map((item) => `\x1b[93m•\x1b[0m ${renderInlineFormatting(item)}`)
|
|
121
|
-
.join('\n'));
|
|
122
|
-
}
|
|
123
|
-
case 'text': {
|
|
124
|
-
return ('\n' +
|
|
125
|
-
block.content
|
|
126
|
-
.split('\n')
|
|
127
|
-
.map((line) => line === '' ? '' : renderInlineFormatting(line))
|
|
128
|
-
.join('\n'));
|
|
129
|
-
}
|
|
130
|
-
default:
|
|
131
|
-
return '';
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
function highlightConsoleCode(code, language) {
|
|
135
|
-
try {
|
|
136
|
-
if (!language) {
|
|
137
|
-
return code
|
|
138
|
-
.split('\n')
|
|
139
|
-
.map(line => `\x1b[90m│ \x1b[37m${line}\x1b[0m`)
|
|
140
|
-
.join('\n');
|
|
141
|
-
}
|
|
142
|
-
// Map common language aliases
|
|
143
|
-
const languageMap = {
|
|
144
|
-
js: 'javascript',
|
|
145
|
-
ts: 'typescript',
|
|
146
|
-
py: 'python',
|
|
147
|
-
rb: 'ruby',
|
|
148
|
-
sh: 'bash',
|
|
149
|
-
shell: 'bash',
|
|
150
|
-
cs: 'csharp',
|
|
151
|
-
'c#': 'csharp',
|
|
152
|
-
cpp: 'cpp',
|
|
153
|
-
'c++': 'cpp',
|
|
154
|
-
yml: 'yaml',
|
|
155
|
-
md: 'markdown',
|
|
156
|
-
json: 'json',
|
|
157
|
-
xml: 'xml',
|
|
158
|
-
html: 'html',
|
|
159
|
-
css: 'css',
|
|
160
|
-
sql: 'sql',
|
|
161
|
-
java: 'java',
|
|
162
|
-
go: 'go',
|
|
163
|
-
rust: 'rust',
|
|
164
|
-
php: 'php',
|
|
165
|
-
};
|
|
166
|
-
const mappedLanguage = languageMap[language.toLowerCase()] || language.toLowerCase();
|
|
167
|
-
const highlighted = highlight(code, {
|
|
168
|
-
language: mappedLanguage,
|
|
169
|
-
ignoreIllegals: true,
|
|
170
|
-
});
|
|
171
|
-
return highlighted
|
|
172
|
-
.split('\n')
|
|
173
|
-
.map(line => `\x1b[90m│ \x1b[0m${line}`)
|
|
174
|
-
.join('\n');
|
|
175
|
-
}
|
|
176
|
-
catch {
|
|
177
|
-
// If highlighting fails, return plain code
|
|
178
|
-
return code
|
|
179
|
-
.split('\n')
|
|
180
|
-
.map(line => `\x1b[90m│ \x1b[37m${line}\x1b[0m`)
|
|
181
|
-
.join('\n');
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
function renderInlineFormatting(text) {
|
|
185
|
-
// Handle inline code `code`
|
|
186
|
-
text = text.replace(/`([^`]+)`/g, (_, code) => {
|
|
187
|
-
return `\x1b[36m${code}\x1b[0m`;
|
|
188
|
-
});
|
|
189
|
-
// Handle bold **text** or __text__
|
|
190
|
-
text = text.replace(/(\*\*|__)([^*_]+)\1/g, (_, __, content) => {
|
|
191
|
-
return `\x1b[1m\x1b[97m${content}\x1b[0m`;
|
|
192
|
-
});
|
|
193
|
-
// Handle italic *text* or _text_
|
|
194
|
-
text = text.replace(/(?<!\*)(\*)(?!\*)([^*]+)\1(?!\*)/g, (_, __, content) => {
|
|
195
|
-
return `\x1b[3m\x1b[97m${content}\x1b[0m`;
|
|
196
|
-
});
|
|
197
|
-
return text;
|
|
198
|
-
}
|
|
199
|
-
export default function HeadlessModeScreen({ prompt, onComplete }) {
|
|
200
|
-
const [messages, setMessages] = useState([]);
|
|
201
|
-
const [isComplete, setIsComplete] = useState(false);
|
|
202
|
-
const { stdout } = useStdout();
|
|
203
|
-
// Use custom hooks
|
|
204
|
-
const streamingState = useStreamingState();
|
|
205
|
-
const vscodeState = useVSCodeState();
|
|
206
|
-
const { saveMessage } = useSessionSave();
|
|
207
|
-
// Use tool confirmation hook
|
|
208
|
-
const { requestToolConfirmation, isToolAutoApproved, addMultipleToAlwaysApproved, } = useToolConfirmation();
|
|
209
|
-
// Listen for message changes to display AI responses and tool calls
|
|
210
|
-
useEffect(() => {
|
|
211
|
-
const lastMessage = messages[messages.length - 1];
|
|
212
|
-
if (!lastMessage)
|
|
213
|
-
return;
|
|
214
|
-
if (lastMessage.role === 'assistant') {
|
|
215
|
-
if (lastMessage.toolPending) {
|
|
216
|
-
// Tool is being executed - use same icon as ChatScreen with colors
|
|
217
|
-
if (lastMessage.content.startsWith('⚡')) {
|
|
218
|
-
console.log(`\n\x1b[93m⚡ ${lastMessage.content}\x1b[0m`);
|
|
219
|
-
}
|
|
220
|
-
else if (lastMessage.content.startsWith('✓')) {
|
|
221
|
-
console.log(`\n\x1b[32m✓ ${lastMessage.content}\x1b[0m`);
|
|
222
|
-
}
|
|
223
|
-
else if (lastMessage.content.startsWith('✗')) {
|
|
224
|
-
console.log(`\n\x1b[31m✗ ${lastMessage.content}\x1b[0m`);
|
|
225
|
-
}
|
|
226
|
-
else {
|
|
227
|
-
console.log(`\n\x1b[96m❆ ${lastMessage.content}\x1b[0m`);
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
else if (lastMessage.content && !lastMessage.streaming) {
|
|
231
|
-
// Final response with markdown rendering and better formatting
|
|
232
|
-
console.log(renderConsoleMarkdown(lastMessage.content));
|
|
233
|
-
// Show tool results if available with better styling
|
|
234
|
-
if (lastMessage.toolCall &&
|
|
235
|
-
lastMessage.toolCall.name === 'terminal-execute') {
|
|
236
|
-
const args = lastMessage.toolCall.arguments;
|
|
237
|
-
if (args.command) {
|
|
238
|
-
console.log(`\n\x1b[90m┌─ Command\x1b[0m`);
|
|
239
|
-
console.log(`\x1b[33m│ ${args.command}\x1b[0m`);
|
|
240
|
-
}
|
|
241
|
-
if (args.stdout && args.stdout.trim()) {
|
|
242
|
-
console.log(`\x1b[90m├─ stdout\x1b[0m`);
|
|
243
|
-
const stdoutLines = args.stdout.split('\n');
|
|
244
|
-
stdoutLines.forEach((line) => {
|
|
245
|
-
console.log(`\x1b[90m│ \x1b[32m${line}\x1b[0m`);
|
|
246
|
-
});
|
|
247
|
-
}
|
|
248
|
-
if (args.stderr && args.stderr.trim()) {
|
|
249
|
-
console.log(`\x1b[90m├─ stderr\x1b[0m`);
|
|
250
|
-
const stderrLines = args.stderr.split('\n');
|
|
251
|
-
stderrLines.forEach((line) => {
|
|
252
|
-
console.log(`\x1b[90m│ \x1b[31m${line}\x1b[0m`);
|
|
253
|
-
});
|
|
254
|
-
}
|
|
255
|
-
if (args.command || args.stdout || args.stderr) {
|
|
256
|
-
console.log(`\x1b[90m└─ Execution complete\x1b[0m`);
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
}, [messages]);
|
|
262
|
-
// Listen for streaming state to show loading status
|
|
263
|
-
useEffect(() => {
|
|
264
|
-
if (streamingState.isStreaming) {
|
|
265
|
-
if (streamingState.retryStatus && streamingState.retryStatus.isRetrying) {
|
|
266
|
-
// Show retry status with colors
|
|
267
|
-
if (streamingState.retryStatus.errorMessage) {
|
|
268
|
-
console.log(`\n\x1b[31m✗ Error: ${streamingState.retryStatus.errorMessage}\x1b[0m`);
|
|
269
|
-
}
|
|
270
|
-
if (streamingState.retryStatus.remainingSeconds !== undefined &&
|
|
271
|
-
streamingState.retryStatus.remainingSeconds > 0) {
|
|
272
|
-
console.log(`\n\x1b[93m⟳ Retry \x1b[33m${streamingState.retryStatus.attempt}/5\x1b[93m in \x1b[32m${streamingState.retryStatus.remainingSeconds}s\x1b[93m...\x1b[0m`);
|
|
273
|
-
}
|
|
274
|
-
else {
|
|
275
|
-
console.log(`\n\x1b[93m⟳ Resending... \x1b[33m(Attempt ${streamingState.retryStatus.attempt}/5)\x1b[0m`);
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
else {
|
|
279
|
-
// Show normal thinking status with colors
|
|
280
|
-
const thinkingText = streamingState.isReasoning
|
|
281
|
-
? 'Deep thinking...'
|
|
282
|
-
: streamingState.streamTokenCount > 0
|
|
283
|
-
? 'Writing...'
|
|
284
|
-
: 'Thinking...';
|
|
285
|
-
process.stdout.write(`\r\x1b[96m❆\x1b[90m ${thinkingText} \x1b[37m(\x1b[33m${streamingState.elapsedSeconds}s\x1b[37m · \x1b[32m↓ ${streamingState.streamTokenCount} tokens\x1b[37m)\x1b[0m`);
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
}, [
|
|
289
|
-
streamingState.isStreaming,
|
|
290
|
-
streamingState.isReasoning,
|
|
291
|
-
streamingState.elapsedSeconds,
|
|
292
|
-
streamingState.streamTokenCount,
|
|
293
|
-
streamingState.retryStatus,
|
|
294
|
-
]);
|
|
295
|
-
const processMessage = async () => {
|
|
296
|
-
try {
|
|
297
|
-
// Parse and validate file references
|
|
298
|
-
const { cleanContent, validFiles } = await parseAndValidateFileReferences(prompt);
|
|
299
|
-
const regularFiles = validFiles.filter(f => !f.isImage);
|
|
300
|
-
// Add user message to UI
|
|
301
|
-
const userMessage = {
|
|
302
|
-
role: 'user',
|
|
303
|
-
content: cleanContent,
|
|
304
|
-
files: validFiles.length > 0 ? validFiles : undefined,
|
|
305
|
-
};
|
|
306
|
-
setMessages([userMessage]);
|
|
307
|
-
streamingState.setIsStreaming(true);
|
|
308
|
-
// Create new abort controller for this request
|
|
309
|
-
const controller = new AbortController();
|
|
310
|
-
streamingState.setAbortController(controller);
|
|
311
|
-
// Clear terminal and start headless output
|
|
312
|
-
stdout.write(ansiEscapes.clearTerminal);
|
|
313
|
-
// Print colorful banner
|
|
314
|
-
console.log(`\x1b[94m╭─────────────────────────────────────────────────────────╮\x1b[0m`);
|
|
315
|
-
console.log(`\x1b[94m│\x1b[96m ❆ Snow AI CLI - Headless Mode ❆ \x1b[94m│\x1b[0m`);
|
|
316
|
-
console.log(`\x1b[94m╰─────────────────────────────────────────────────────────╯\x1b[0m`);
|
|
317
|
-
// Print user prompt with styling
|
|
318
|
-
console.log(`\n\x1b[36m┌─ User Query\x1b[0m`);
|
|
319
|
-
console.log(`\x1b[97m│ ${cleanContent}\x1b[0m`);
|
|
320
|
-
if (validFiles.length > 0) {
|
|
321
|
-
console.log(`\x1b[36m├─ Files\x1b[0m`);
|
|
322
|
-
validFiles.forEach(file => {
|
|
323
|
-
const statusColor = file.exists ? '\x1b[32m' : '\x1b[31m';
|
|
324
|
-
const statusText = file.exists ? '✓' : '✗';
|
|
325
|
-
console.log(`\x1b[90m│ └─ ${statusColor}${statusText}\x1b[90m ${file.path}${file.exists
|
|
326
|
-
? `\x1b[33m (${file.lineCount} lines)\x1b[90m`
|
|
327
|
-
: '\x1b[31m (not found)\x1b[90m'}\x1b[0m`);
|
|
328
|
-
});
|
|
329
|
-
}
|
|
330
|
-
console.log(`\x1b[36m└─ Assistant Response\x1b[0m`);
|
|
331
|
-
// Create message for AI
|
|
332
|
-
const messageForAI = createMessageWithFileInstructions(cleanContent, regularFiles, vscodeState.vscodeConnected ? vscodeState.editorContext : undefined);
|
|
333
|
-
// Start conversation with tool support
|
|
334
|
-
await handleConversationWithTools({
|
|
335
|
-
userContent: messageForAI,
|
|
336
|
-
imageContents: [],
|
|
337
|
-
controller,
|
|
338
|
-
messages,
|
|
339
|
-
saveMessage,
|
|
340
|
-
setMessages,
|
|
341
|
-
setStreamTokenCount: streamingState.setStreamTokenCount,
|
|
342
|
-
requestToolConfirmation,
|
|
343
|
-
isToolAutoApproved,
|
|
344
|
-
addMultipleToAlwaysApproved,
|
|
345
|
-
yoloMode: true, // Always use YOLO mode in headless
|
|
346
|
-
setContextUsage: streamingState.setContextUsage,
|
|
347
|
-
useBasicModel: false,
|
|
348
|
-
getPendingMessages: () => [],
|
|
349
|
-
clearPendingMessages: () => { },
|
|
350
|
-
setIsStreaming: streamingState.setIsStreaming,
|
|
351
|
-
setIsReasoning: streamingState.setIsReasoning,
|
|
352
|
-
setRetryStatus: streamingState.setRetryStatus,
|
|
353
|
-
});
|
|
354
|
-
}
|
|
355
|
-
catch (error) {
|
|
356
|
-
console.error(`\n\x1b[31m✗ Error:\x1b[0m`, error instanceof Error
|
|
357
|
-
? `\x1b[91m${error.message}\x1b[0m`
|
|
358
|
-
: '\x1b[91mUnknown error occurred\x1b[0m');
|
|
359
|
-
}
|
|
360
|
-
finally {
|
|
361
|
-
// End streaming
|
|
362
|
-
streamingState.setIsStreaming(false);
|
|
363
|
-
streamingState.setAbortController(null);
|
|
364
|
-
streamingState.setStreamTokenCount(0);
|
|
365
|
-
setIsComplete(true);
|
|
366
|
-
// Wait a moment then call onComplete
|
|
367
|
-
setTimeout(() => {
|
|
368
|
-
onComplete();
|
|
369
|
-
}, 1000);
|
|
370
|
-
}
|
|
371
|
-
};
|
|
372
|
-
useEffect(() => {
|
|
373
|
-
processMessage();
|
|
374
|
-
}, []);
|
|
375
|
-
// Simple console output mode - don't render anything
|
|
376
|
-
if (isComplete) {
|
|
377
|
-
return null;
|
|
378
|
-
}
|
|
379
|
-
// Return empty fragment - we're using console.log for output
|
|
380
|
-
return React.createElement(React.Fragment, null);
|
|
381
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import React, { useState, useCallback } from 'react';
|
|
2
|
-
import { Box, Text, useInput } from 'ink';
|
|
3
|
-
import Menu from '../components/Menu.js';
|
|
4
|
-
import { useI18n } from '../../i18n/index.js';
|
|
5
|
-
import { useTheme } from '../contexts/ThemeContext.js';
|
|
6
|
-
export default function LanguageSettingsScreen({ onBack, inlineMode = false, }) {
|
|
7
|
-
const { language, setLanguage } = useI18n();
|
|
8
|
-
const { theme } = useTheme();
|
|
9
|
-
const [selectedLanguage, setSelectedLanguage] = useState(language);
|
|
10
|
-
const languageOptions = [
|
|
11
|
-
{
|
|
12
|
-
label: 'English',
|
|
13
|
-
value: 'en',
|
|
14
|
-
infoText: 'Switch to English',
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
label: '简体中文',
|
|
18
|
-
value: 'zh',
|
|
19
|
-
infoText: '切换到简体中文',
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
label: '繁體中文',
|
|
23
|
-
value: 'zh-TW',
|
|
24
|
-
infoText: '切換到繁體中文',
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
label: '日本語',
|
|
28
|
-
value: 'ja',
|
|
29
|
-
infoText: '日本語に切り替え',
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
label: '한국어',
|
|
33
|
-
value: 'ko',
|
|
34
|
-
infoText: '한국어로 전환',
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
label: 'Español',
|
|
38
|
-
value: 'es',
|
|
39
|
-
infoText: 'Cambiar a Español',
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
label: '← Back',
|
|
43
|
-
value: 'back',
|
|
44
|
-
color: theme.colors.menuSecondary,
|
|
45
|
-
infoText: 'Return to main menu',
|
|
46
|
-
},
|
|
47
|
-
];
|
|
48
|
-
const handleSelect = useCallback((value) => {
|
|
49
|
-
if (value === 'back') {
|
|
50
|
-
onBack();
|
|
51
|
-
}
|
|
52
|
-
else {
|
|
53
|
-
const newLang = value;
|
|
54
|
-
setSelectedLanguage(newLang);
|
|
55
|
-
setLanguage(newLang);
|
|
56
|
-
// Auto return to menu after selection
|
|
57
|
-
setTimeout(() => {
|
|
58
|
-
onBack();
|
|
59
|
-
}, 300);
|
|
60
|
-
}
|
|
61
|
-
}, [onBack, setLanguage]);
|
|
62
|
-
const handleSelectionChange = useCallback((_infoText) => {
|
|
63
|
-
// Could update some info display here if needed
|
|
64
|
-
}, []);
|
|
65
|
-
useInput((_input, key) => {
|
|
66
|
-
if (key.escape) {
|
|
67
|
-
onBack();
|
|
68
|
-
}
|
|
69
|
-
});
|
|
70
|
-
return (React.createElement(Box, { flexDirection: "column", paddingX: 1 },
|
|
71
|
-
!inlineMode && (React.createElement(Box, { borderStyle: "round", borderColor: theme.colors.menuInfo, paddingX: 1, marginBottom: 1 },
|
|
72
|
-
React.createElement(Box, { flexDirection: "column" },
|
|
73
|
-
React.createElement(Text, { bold: true, color: theme.colors.menuInfo }, "Language Settings / \u8BED\u8A00\u8BBE\u7F6E")))),
|
|
74
|
-
React.createElement(Box, { flexDirection: "column" },
|
|
75
|
-
React.createElement(Box, { paddingX: 1 },
|
|
76
|
-
React.createElement(Text, { color: theme.colors.menuSecondary, dimColor: true },
|
|
77
|
-
"Current:",
|
|
78
|
-
' ',
|
|
79
|
-
selectedLanguage === 'en'
|
|
80
|
-
? 'English'
|
|
81
|
-
: selectedLanguage === 'zh'
|
|
82
|
-
? '简体中文'
|
|
83
|
-
: selectedLanguage === 'zh-TW'
|
|
84
|
-
? '繁體中文'
|
|
85
|
-
: selectedLanguage === 'ja'
|
|
86
|
-
? '日本語'
|
|
87
|
-
: selectedLanguage === 'ko'
|
|
88
|
-
? '한국어'
|
|
89
|
-
: 'Español')),
|
|
90
|
-
React.createElement(Menu, { options: languageOptions, onSelect: handleSelect, onSelectionChange: handleSelectionChange }))));
|
|
91
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { useEffect } from 'react';
|
|
2
|
-
import { useApp } from 'ink';
|
|
3
|
-
import { spawn } from 'child_process';
|
|
4
|
-
import { writeFileSync, readFileSync, existsSync } from 'fs';
|
|
5
|
-
import { join } from 'path';
|
|
6
|
-
import { homedir, platform } from 'os';
|
|
7
|
-
import { getMCPConfig, validateMCPConfig, } from '../../utils/apiConfig.js';
|
|
8
|
-
const CONFIG_DIR = join(homedir(), '.snow');
|
|
9
|
-
const MCP_CONFIG_FILE = join(CONFIG_DIR, 'mcp-config.json');
|
|
10
|
-
function getSystemEditor() {
|
|
11
|
-
if (platform() === 'win32') {
|
|
12
|
-
return 'notepad';
|
|
13
|
-
}
|
|
14
|
-
return process.env['EDITOR'] || 'vim';
|
|
15
|
-
}
|
|
16
|
-
export default function MCPConfigScreen({ onBack }) {
|
|
17
|
-
const { exit } = useApp();
|
|
18
|
-
useEffect(() => {
|
|
19
|
-
const openEditor = async () => {
|
|
20
|
-
const config = getMCPConfig();
|
|
21
|
-
writeFileSync(MCP_CONFIG_FILE, JSON.stringify(config, null, 2), 'utf8');
|
|
22
|
-
const editor = getSystemEditor();
|
|
23
|
-
exit();
|
|
24
|
-
const child = spawn(editor, [MCP_CONFIG_FILE], {
|
|
25
|
-
stdio: 'inherit'
|
|
26
|
-
});
|
|
27
|
-
child.on('close', () => {
|
|
28
|
-
// 读取编辑后的配置
|
|
29
|
-
if (existsSync(MCP_CONFIG_FILE)) {
|
|
30
|
-
try {
|
|
31
|
-
const editedContent = readFileSync(MCP_CONFIG_FILE, 'utf8');
|
|
32
|
-
const parsedConfig = JSON.parse(editedContent);
|
|
33
|
-
const validationErrors = validateMCPConfig(parsedConfig);
|
|
34
|
-
if (validationErrors.length === 0) {
|
|
35
|
-
console.log('MCP configuration saved successfully ! Please use `snow` restart!');
|
|
36
|
-
}
|
|
37
|
-
else {
|
|
38
|
-
console.error('Configuration errors:', validationErrors.join(', '));
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
catch (parseError) {
|
|
42
|
-
console.error('Invalid JSON format');
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
process.exit(0);
|
|
46
|
-
});
|
|
47
|
-
child.on('error', (error) => {
|
|
48
|
-
console.error('Failed to open editor:', error.message);
|
|
49
|
-
process.exit(1);
|
|
50
|
-
});
|
|
51
|
-
};
|
|
52
|
-
openEditor();
|
|
53
|
-
}, [exit, onBack]);
|
|
54
|
-
return null;
|
|
55
|
-
}
|