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,23 +0,0 @@
|
|
|
1
|
-
export type ThemeType = 'dark' | 'light' | 'github-dark' | 'rainbow' | 'solarized-dark' | 'nord';
|
|
2
|
-
export interface Theme {
|
|
3
|
-
name: string;
|
|
4
|
-
type: ThemeType;
|
|
5
|
-
colors: {
|
|
6
|
-
background: string;
|
|
7
|
-
text: string;
|
|
8
|
-
border: string;
|
|
9
|
-
diffAdded: string;
|
|
10
|
-
diffRemoved: string;
|
|
11
|
-
diffModified: string;
|
|
12
|
-
lineNumber: string;
|
|
13
|
-
lineNumberBorder: string;
|
|
14
|
-
menuSelected: string;
|
|
15
|
-
menuNormal: string;
|
|
16
|
-
menuInfo: string;
|
|
17
|
-
menuSecondary: string;
|
|
18
|
-
error: string;
|
|
19
|
-
warning: string;
|
|
20
|
-
success: string;
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
export declare const themes: Record<ThemeType, Theme>;
|
package/dist/ui/themes/index.js
DELETED
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
export const themes = {
|
|
2
|
-
dark: {
|
|
3
|
-
name: 'Dark',
|
|
4
|
-
type: 'dark',
|
|
5
|
-
colors: {
|
|
6
|
-
background: '#1e1e1e',
|
|
7
|
-
text: '#d4d4d4',
|
|
8
|
-
border: '#3e3e3e',
|
|
9
|
-
diffAdded: '#0d4d3d',
|
|
10
|
-
diffRemoved: '#5a1f1f',
|
|
11
|
-
diffModified: '#dcdcaa',
|
|
12
|
-
lineNumber: '#858585',
|
|
13
|
-
lineNumberBorder: '#3e3e3e',
|
|
14
|
-
// Menu colors
|
|
15
|
-
menuSelected: 'green',
|
|
16
|
-
menuNormal: 'white',
|
|
17
|
-
menuInfo: 'cyan',
|
|
18
|
-
menuSecondary: 'gray',
|
|
19
|
-
// Status colors
|
|
20
|
-
error: 'red',
|
|
21
|
-
warning: 'yellow',
|
|
22
|
-
success: 'green',
|
|
23
|
-
},
|
|
24
|
-
},
|
|
25
|
-
light: {
|
|
26
|
-
name: 'Light',
|
|
27
|
-
type: 'light',
|
|
28
|
-
colors: {
|
|
29
|
-
background: '#ffffff',
|
|
30
|
-
text: '#ffffff',
|
|
31
|
-
border: '#e0e0e0',
|
|
32
|
-
diffAdded: '#006400',
|
|
33
|
-
diffRemoved: '#8B0000',
|
|
34
|
-
diffModified: '#0000ff',
|
|
35
|
-
lineNumber: '#6e6e6e',
|
|
36
|
-
lineNumberBorder: '#e0e0e0',
|
|
37
|
-
// Menu colors - darker for better visibility
|
|
38
|
-
menuSelected: '#006400',
|
|
39
|
-
menuNormal: '#000000',
|
|
40
|
-
menuInfo: '#0066cc',
|
|
41
|
-
menuSecondary: '#666666',
|
|
42
|
-
// Status colors - darker for better visibility on white background
|
|
43
|
-
error: '#cc0000',
|
|
44
|
-
warning: '#cc6600',
|
|
45
|
-
success: '#006400',
|
|
46
|
-
},
|
|
47
|
-
},
|
|
48
|
-
'github-dark': {
|
|
49
|
-
name: 'GitHub Dark',
|
|
50
|
-
type: 'github-dark',
|
|
51
|
-
colors: {
|
|
52
|
-
background: '#0d1117',
|
|
53
|
-
text: '#c9d1d9',
|
|
54
|
-
border: '#30363d',
|
|
55
|
-
diffAdded: '#1a4d2e',
|
|
56
|
-
diffRemoved: '#6e1a1a',
|
|
57
|
-
diffModified: '#9e6a03',
|
|
58
|
-
lineNumber: '#6e7681',
|
|
59
|
-
lineNumberBorder: '#21262d',
|
|
60
|
-
// Menu colors
|
|
61
|
-
menuSelected: '#58a6ff',
|
|
62
|
-
menuNormal: '#c9d1d9',
|
|
63
|
-
menuInfo: '#58a6ff',
|
|
64
|
-
menuSecondary: '#8b949e',
|
|
65
|
-
// Status colors
|
|
66
|
-
error: '#f85149',
|
|
67
|
-
warning: '#d29922',
|
|
68
|
-
success: '#3fb950',
|
|
69
|
-
},
|
|
70
|
-
},
|
|
71
|
-
rainbow: {
|
|
72
|
-
name: 'Rainbow',
|
|
73
|
-
type: 'rainbow',
|
|
74
|
-
colors: {
|
|
75
|
-
background: '#1a1a2e',
|
|
76
|
-
text: '#ffffff',
|
|
77
|
-
border: '#ff6b9d',
|
|
78
|
-
diffAdded: '#16697a',
|
|
79
|
-
diffRemoved: '#82204a',
|
|
80
|
-
diffModified: '#5f4b8b',
|
|
81
|
-
lineNumber: '#ffa07a',
|
|
82
|
-
lineNumberBorder: '#ff6b9d',
|
|
83
|
-
// Menu colors - vibrant rainbow colors
|
|
84
|
-
menuSelected: '#ff006e',
|
|
85
|
-
menuNormal: '#00f5ff',
|
|
86
|
-
menuInfo: '#ffbe0b',
|
|
87
|
-
menuSecondary: '#8338ec',
|
|
88
|
-
// Status colors - bright and colorful
|
|
89
|
-
error: '#ff006e',
|
|
90
|
-
warning: '#ffbe0b',
|
|
91
|
-
success: '#06ffa5',
|
|
92
|
-
},
|
|
93
|
-
},
|
|
94
|
-
'solarized-dark': {
|
|
95
|
-
name: 'Solarized Dark',
|
|
96
|
-
type: 'solarized-dark',
|
|
97
|
-
colors: {
|
|
98
|
-
background: '#002b36',
|
|
99
|
-
text: '#839496',
|
|
100
|
-
border: '#073642',
|
|
101
|
-
diffAdded: '#0a3d2c',
|
|
102
|
-
diffRemoved: '#5c1f1f',
|
|
103
|
-
diffModified: '#5d4f1a',
|
|
104
|
-
lineNumber: '#586e75',
|
|
105
|
-
lineNumberBorder: '#073642',
|
|
106
|
-
// Menu colors
|
|
107
|
-
menuSelected: '#2aa198',
|
|
108
|
-
menuNormal: '#93a1a1',
|
|
109
|
-
menuInfo: '#268bd2',
|
|
110
|
-
menuSecondary: '#657b83',
|
|
111
|
-
// Status colors
|
|
112
|
-
error: '#dc322f',
|
|
113
|
-
warning: '#b58900',
|
|
114
|
-
success: '#859900',
|
|
115
|
-
},
|
|
116
|
-
},
|
|
117
|
-
nord: {
|
|
118
|
-
name: 'Nord',
|
|
119
|
-
type: 'nord',
|
|
120
|
-
colors: {
|
|
121
|
-
background: '#2e3440',
|
|
122
|
-
text: '#d8dee9',
|
|
123
|
-
border: '#3b4252',
|
|
124
|
-
diffAdded: '#1d3a2f',
|
|
125
|
-
diffRemoved: '#5c2a2a',
|
|
126
|
-
diffModified: '#5a4d2f',
|
|
127
|
-
lineNumber: '#4c566a',
|
|
128
|
-
lineNumberBorder: '#3b4252',
|
|
129
|
-
// Menu colors
|
|
130
|
-
menuSelected: '#88c0d0',
|
|
131
|
-
menuNormal: '#d8dee9',
|
|
132
|
-
menuInfo: '#81a1c1',
|
|
133
|
-
menuSecondary: '#616e88',
|
|
134
|
-
// Status colors
|
|
135
|
-
error: '#bf616a',
|
|
136
|
-
warning: '#ebcb8b',
|
|
137
|
-
success: '#a3be8c',
|
|
138
|
-
},
|
|
139
|
-
},
|
|
140
|
-
};
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
export type RequestMethod = 'chat' | 'responses' | 'gemini' | 'anthropic';
|
|
2
|
-
export interface CompactModelConfig {
|
|
3
|
-
modelName: string;
|
|
4
|
-
}
|
|
5
|
-
export interface ThinkingConfig {
|
|
6
|
-
type: 'enabled';
|
|
7
|
-
budget_tokens: number;
|
|
8
|
-
}
|
|
9
|
-
export interface GeminiThinkingConfig {
|
|
10
|
-
enabled: boolean;
|
|
11
|
-
budget: number;
|
|
12
|
-
}
|
|
13
|
-
export interface ResponsesReasoningConfig {
|
|
14
|
-
enabled: boolean;
|
|
15
|
-
effort: 'low' | 'medium' | 'high';
|
|
16
|
-
}
|
|
17
|
-
export interface ApiConfig {
|
|
18
|
-
baseUrl: string;
|
|
19
|
-
apiKey: string;
|
|
20
|
-
requestMethod: RequestMethod;
|
|
21
|
-
advancedModel?: string;
|
|
22
|
-
basicModel?: string;
|
|
23
|
-
maxContextTokens?: number;
|
|
24
|
-
maxTokens?: number;
|
|
25
|
-
compactModel?: CompactModelConfig;
|
|
26
|
-
anthropicBeta?: boolean;
|
|
27
|
-
thinking?: ThinkingConfig;
|
|
28
|
-
geminiThinking?: GeminiThinkingConfig;
|
|
29
|
-
responsesReasoning?: ResponsesReasoningConfig;
|
|
30
|
-
enablePromptOptimization?: boolean;
|
|
31
|
-
enableAutoCompress?: boolean;
|
|
32
|
-
}
|
|
33
|
-
export interface MCPServer {
|
|
34
|
-
url?: string;
|
|
35
|
-
command?: string;
|
|
36
|
-
args?: string[];
|
|
37
|
-
env?: Record<string, string>;
|
|
38
|
-
}
|
|
39
|
-
export interface MCPConfig {
|
|
40
|
-
mcpServers: Record<string, MCPServer>;
|
|
41
|
-
}
|
|
42
|
-
export interface ProxyConfig {
|
|
43
|
-
enabled: boolean;
|
|
44
|
-
port: number;
|
|
45
|
-
browserPath?: string;
|
|
46
|
-
}
|
|
47
|
-
export interface AppConfig {
|
|
48
|
-
snowcfg: ApiConfig;
|
|
49
|
-
openai?: ApiConfig;
|
|
50
|
-
proxy?: ProxyConfig;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* 系统提示词配置项
|
|
54
|
-
*/
|
|
55
|
-
export interface SystemPromptItem {
|
|
56
|
-
id: string;
|
|
57
|
-
name: string;
|
|
58
|
-
content: string;
|
|
59
|
-
createdAt: string;
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* 系统提示词配置
|
|
63
|
-
*/
|
|
64
|
-
export interface SystemPromptConfig {
|
|
65
|
-
active: string;
|
|
66
|
-
prompts: SystemPromptItem[];
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* 自定义请求头方案项
|
|
70
|
-
*/
|
|
71
|
-
export interface CustomHeadersItem {
|
|
72
|
-
id: string;
|
|
73
|
-
name: string;
|
|
74
|
-
headers: Record<string, string>;
|
|
75
|
-
createdAt: string;
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* 自定义请求头配置
|
|
79
|
-
*/
|
|
80
|
-
export interface CustomHeadersConfig {
|
|
81
|
-
active: string;
|
|
82
|
-
schemes: CustomHeadersItem[];
|
|
83
|
-
}
|
|
84
|
-
export declare function loadConfig(): AppConfig;
|
|
85
|
-
export declare function saveConfig(config: AppConfig): void;
|
|
86
|
-
export declare function updateOpenAiConfig(apiConfig: Partial<ApiConfig>): void;
|
|
87
|
-
export declare function getOpenAiConfig(): ApiConfig;
|
|
88
|
-
export declare function validateApiConfig(config: Partial<ApiConfig>): string[];
|
|
89
|
-
export declare function updateMCPConfig(mcpConfig: MCPConfig): void;
|
|
90
|
-
export declare function getMCPConfig(): MCPConfig;
|
|
91
|
-
export declare function getProxyConfig(): ProxyConfig;
|
|
92
|
-
export declare function updateProxyConfig(proxyConfig: ProxyConfig): void;
|
|
93
|
-
export declare function validateMCPConfig(config: Partial<MCPConfig>): string[];
|
|
94
|
-
/**
|
|
95
|
-
* 读取系统提示词配置
|
|
96
|
-
*/
|
|
97
|
-
export declare function getSystemPromptConfig(): SystemPromptConfig | undefined;
|
|
98
|
-
/**
|
|
99
|
-
* 保存系统提示词配置
|
|
100
|
-
*/
|
|
101
|
-
export declare function saveSystemPromptConfig(config: SystemPromptConfig): void;
|
|
102
|
-
/**
|
|
103
|
-
* 读取自定义系统提示词(当前激活的)
|
|
104
|
-
* 兼容旧版本 system-prompt.txt
|
|
105
|
-
* 新版本从 system-prompt.json 读取当前激活的提示词
|
|
106
|
-
*/
|
|
107
|
-
export declare function getCustomSystemPrompt(): string | undefined;
|
|
108
|
-
/**
|
|
109
|
-
* 读取自定义请求头配置
|
|
110
|
-
* 如果 custom-headers.json 文件存在且有效,返回其内容
|
|
111
|
-
* 否则返回空对象
|
|
112
|
-
*/
|
|
113
|
-
export declare function getCustomHeaders(): Record<string, string>;
|
|
114
|
-
/**
|
|
115
|
-
* 保存自定义请求头配置
|
|
116
|
-
* @deprecated 使用 saveCustomHeadersConfig 替代
|
|
117
|
-
*/
|
|
118
|
-
export declare function saveCustomHeaders(headers: Record<string, string>): void;
|
|
119
|
-
/**
|
|
120
|
-
* 获取自定义请求头配置(多方案)
|
|
121
|
-
*/
|
|
122
|
-
export declare function getCustomHeadersConfig(): CustomHeadersConfig | null;
|
|
123
|
-
/**
|
|
124
|
-
* 保存自定义请求头配置(多方案)
|
|
125
|
-
*/
|
|
126
|
-
export declare function saveCustomHeadersConfig(config: CustomHeadersConfig): void;
|
package/dist/utils/apiConfig.js
DELETED
|
@@ -1,423 +0,0 @@
|
|
|
1
|
-
import { homedir } from 'os';
|
|
2
|
-
import { join } from 'path';
|
|
3
|
-
import { readFileSync, writeFileSync, existsSync, mkdirSync, unlinkSync, } from 'fs';
|
|
4
|
-
const DEFAULT_CONFIG = {
|
|
5
|
-
snowcfg: {
|
|
6
|
-
baseUrl: 'https://api.openai.com/v1',
|
|
7
|
-
apiKey: '',
|
|
8
|
-
requestMethod: 'chat',
|
|
9
|
-
advancedModel: '',
|
|
10
|
-
basicModel: '',
|
|
11
|
-
maxContextTokens: 4000,
|
|
12
|
-
maxTokens: 4096,
|
|
13
|
-
anthropicBeta: false,
|
|
14
|
-
},
|
|
15
|
-
proxy: {
|
|
16
|
-
enabled: false,
|
|
17
|
-
port: 7890,
|
|
18
|
-
},
|
|
19
|
-
};
|
|
20
|
-
const DEFAULT_MCP_CONFIG = {
|
|
21
|
-
mcpServers: {},
|
|
22
|
-
};
|
|
23
|
-
const CONFIG_DIR = join(homedir(), '.snow');
|
|
24
|
-
const SYSTEM_PROMPT_FILE = join(CONFIG_DIR, 'system-prompt.txt'); // 旧版本,保留用于迁移
|
|
25
|
-
const SYSTEM_PROMPT_JSON_FILE = join(CONFIG_DIR, 'system-prompt.json'); // 新版本
|
|
26
|
-
const CUSTOM_HEADERS_FILE = join(CONFIG_DIR, 'custom-headers.json');
|
|
27
|
-
function normalizeRequestMethod(method) {
|
|
28
|
-
if (method === 'chat' ||
|
|
29
|
-
method === 'responses' ||
|
|
30
|
-
method === 'gemini' ||
|
|
31
|
-
method === 'anthropic') {
|
|
32
|
-
return method;
|
|
33
|
-
}
|
|
34
|
-
if (method === 'completions') {
|
|
35
|
-
return 'chat';
|
|
36
|
-
}
|
|
37
|
-
return DEFAULT_CONFIG.snowcfg.requestMethod;
|
|
38
|
-
}
|
|
39
|
-
const CONFIG_FILE = join(CONFIG_DIR, 'config.json');
|
|
40
|
-
const MCP_CONFIG_FILE = join(CONFIG_DIR, 'mcp-config.json');
|
|
41
|
-
function ensureConfigDirectory() {
|
|
42
|
-
if (!existsSync(CONFIG_DIR)) {
|
|
43
|
-
mkdirSync(CONFIG_DIR, { recursive: true });
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
function cloneDefaultMCPConfig() {
|
|
47
|
-
return {
|
|
48
|
-
mcpServers: { ...DEFAULT_MCP_CONFIG.mcpServers },
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
export function loadConfig() {
|
|
52
|
-
ensureConfigDirectory();
|
|
53
|
-
if (!existsSync(CONFIG_FILE)) {
|
|
54
|
-
saveConfig(DEFAULT_CONFIG);
|
|
55
|
-
return DEFAULT_CONFIG;
|
|
56
|
-
}
|
|
57
|
-
try {
|
|
58
|
-
const configData = readFileSync(CONFIG_FILE, 'utf8');
|
|
59
|
-
const parsedConfig = JSON.parse(configData);
|
|
60
|
-
const { mcp: legacyMcp, ...restConfig } = parsedConfig;
|
|
61
|
-
const configWithoutMcp = restConfig;
|
|
62
|
-
// 向下兼容:如果存在 openai 配置但没有 snowcfg,则使用 openai 配置
|
|
63
|
-
let apiConfig;
|
|
64
|
-
if (configWithoutMcp.snowcfg) {
|
|
65
|
-
apiConfig = {
|
|
66
|
-
...DEFAULT_CONFIG.snowcfg,
|
|
67
|
-
...configWithoutMcp.snowcfg,
|
|
68
|
-
requestMethod: normalizeRequestMethod(configWithoutMcp.snowcfg.requestMethod),
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
else if (configWithoutMcp.openai) {
|
|
72
|
-
// 向下兼容旧版本
|
|
73
|
-
apiConfig = {
|
|
74
|
-
...DEFAULT_CONFIG.snowcfg,
|
|
75
|
-
...configWithoutMcp.openai,
|
|
76
|
-
requestMethod: normalizeRequestMethod(configWithoutMcp.openai.requestMethod),
|
|
77
|
-
};
|
|
78
|
-
}
|
|
79
|
-
else {
|
|
80
|
-
apiConfig = {
|
|
81
|
-
...DEFAULT_CONFIG.snowcfg,
|
|
82
|
-
requestMethod: DEFAULT_CONFIG.snowcfg.requestMethod,
|
|
83
|
-
};
|
|
84
|
-
}
|
|
85
|
-
const mergedConfig = {
|
|
86
|
-
...DEFAULT_CONFIG,
|
|
87
|
-
...configWithoutMcp,
|
|
88
|
-
snowcfg: apiConfig,
|
|
89
|
-
};
|
|
90
|
-
// 如果是从旧版本迁移过来的,保存新配置
|
|
91
|
-
if (legacyMcp !== undefined ||
|
|
92
|
-
(configWithoutMcp.openai && !configWithoutMcp.snowcfg)) {
|
|
93
|
-
saveConfig(mergedConfig);
|
|
94
|
-
}
|
|
95
|
-
return mergedConfig;
|
|
96
|
-
}
|
|
97
|
-
catch (error) {
|
|
98
|
-
return DEFAULT_CONFIG;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
export function saveConfig(config) {
|
|
102
|
-
ensureConfigDirectory();
|
|
103
|
-
try {
|
|
104
|
-
// 只保留 snowcfg,去除 openai 字段
|
|
105
|
-
const { openai, ...configWithoutOpenai } = config;
|
|
106
|
-
const configData = JSON.stringify(configWithoutOpenai, null, 2);
|
|
107
|
-
writeFileSync(CONFIG_FILE, configData, 'utf8');
|
|
108
|
-
}
|
|
109
|
-
catch (error) {
|
|
110
|
-
throw new Error(`Failed to save configuration: ${error}`);
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
export function updateOpenAiConfig(apiConfig) {
|
|
114
|
-
const currentConfig = loadConfig();
|
|
115
|
-
const updatedConfig = {
|
|
116
|
-
...currentConfig,
|
|
117
|
-
snowcfg: { ...currentConfig.snowcfg, ...apiConfig },
|
|
118
|
-
};
|
|
119
|
-
saveConfig(updatedConfig);
|
|
120
|
-
// Also save to the active profile if profiles system is initialized
|
|
121
|
-
try {
|
|
122
|
-
// Dynamic import to avoid circular dependencies
|
|
123
|
-
const { getActiveProfileName, saveProfile } = require('./configManager.js');
|
|
124
|
-
const activeProfileName = getActiveProfileName();
|
|
125
|
-
if (activeProfileName) {
|
|
126
|
-
saveProfile(activeProfileName, updatedConfig);
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
catch {
|
|
130
|
-
// Profiles system not available yet (during initialization), skip sync
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
export function getOpenAiConfig() {
|
|
134
|
-
const config = loadConfig();
|
|
135
|
-
return config.snowcfg;
|
|
136
|
-
}
|
|
137
|
-
export function validateApiConfig(config) {
|
|
138
|
-
const errors = [];
|
|
139
|
-
if (config.baseUrl && !isValidUrl(config.baseUrl)) {
|
|
140
|
-
errors.push('Invalid base URL format');
|
|
141
|
-
}
|
|
142
|
-
if (config.apiKey && config.apiKey.trim().length === 0) {
|
|
143
|
-
errors.push('API key cannot be empty');
|
|
144
|
-
}
|
|
145
|
-
return errors;
|
|
146
|
-
}
|
|
147
|
-
function isValidUrl(url) {
|
|
148
|
-
try {
|
|
149
|
-
new URL(url);
|
|
150
|
-
return true;
|
|
151
|
-
}
|
|
152
|
-
catch {
|
|
153
|
-
return false;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
export function updateMCPConfig(mcpConfig) {
|
|
157
|
-
ensureConfigDirectory();
|
|
158
|
-
try {
|
|
159
|
-
const configData = JSON.stringify(mcpConfig, null, 2);
|
|
160
|
-
writeFileSync(MCP_CONFIG_FILE, configData, 'utf8');
|
|
161
|
-
}
|
|
162
|
-
catch (error) {
|
|
163
|
-
throw new Error(`Failed to save MCP configuration: ${error}`);
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
export function getMCPConfig() {
|
|
167
|
-
ensureConfigDirectory();
|
|
168
|
-
if (!existsSync(MCP_CONFIG_FILE)) {
|
|
169
|
-
const defaultMCPConfig = cloneDefaultMCPConfig();
|
|
170
|
-
updateMCPConfig(defaultMCPConfig);
|
|
171
|
-
return defaultMCPConfig;
|
|
172
|
-
}
|
|
173
|
-
try {
|
|
174
|
-
const configData = readFileSync(MCP_CONFIG_FILE, 'utf8');
|
|
175
|
-
const config = JSON.parse(configData);
|
|
176
|
-
return config;
|
|
177
|
-
}
|
|
178
|
-
catch (error) {
|
|
179
|
-
const defaultMCPConfig = cloneDefaultMCPConfig();
|
|
180
|
-
updateMCPConfig(defaultMCPConfig);
|
|
181
|
-
return defaultMCPConfig;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
export function getProxyConfig() {
|
|
185
|
-
const fullConfig = loadConfig();
|
|
186
|
-
return fullConfig.proxy || DEFAULT_CONFIG.proxy;
|
|
187
|
-
}
|
|
188
|
-
export function updateProxyConfig(proxyConfig) {
|
|
189
|
-
ensureConfigDirectory();
|
|
190
|
-
try {
|
|
191
|
-
const fullConfig = loadConfig();
|
|
192
|
-
fullConfig.proxy = proxyConfig;
|
|
193
|
-
const { openai, ...configWithoutOpenai } = fullConfig;
|
|
194
|
-
const configData = JSON.stringify(configWithoutOpenai, null, 2);
|
|
195
|
-
writeFileSync(CONFIG_FILE, configData, 'utf8');
|
|
196
|
-
}
|
|
197
|
-
catch (error) {
|
|
198
|
-
throw new Error(`Failed to save proxy configuration: ${error}`);
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
export function validateMCPConfig(config) {
|
|
202
|
-
const errors = [];
|
|
203
|
-
if (config.mcpServers) {
|
|
204
|
-
Object.entries(config.mcpServers).forEach(([name, server]) => {
|
|
205
|
-
if (!name.trim()) {
|
|
206
|
-
errors.push('Server name cannot be empty');
|
|
207
|
-
}
|
|
208
|
-
if (server.url && !isValidUrl(server.url)) {
|
|
209
|
-
const urlWithEnvReplaced = server.url.replace(/\$\{[^}]+\}|\$[A-Za-z_][A-Za-z0-9_]*/g, 'placeholder');
|
|
210
|
-
if (!isValidUrl(urlWithEnvReplaced)) {
|
|
211
|
-
errors.push(`Invalid URL format for server "${name}"`);
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
if (server.command && !server.command.trim()) {
|
|
215
|
-
errors.push(`Command cannot be empty for server "${name}"`);
|
|
216
|
-
}
|
|
217
|
-
if (!server.url && !server.command) {
|
|
218
|
-
errors.push(`Server "${name}" must have either a URL or command`);
|
|
219
|
-
}
|
|
220
|
-
// 验证环境变量格式
|
|
221
|
-
if (server.env) {
|
|
222
|
-
Object.entries(server.env).forEach(([envName, envValue]) => {
|
|
223
|
-
if (!envName.trim()) {
|
|
224
|
-
errors.push(`Environment variable name cannot be empty for server "${name}"`);
|
|
225
|
-
}
|
|
226
|
-
if (typeof envValue !== 'string') {
|
|
227
|
-
errors.push(`Environment variable "${envName}" must be a string for server "${name}"`);
|
|
228
|
-
}
|
|
229
|
-
});
|
|
230
|
-
}
|
|
231
|
-
});
|
|
232
|
-
}
|
|
233
|
-
return errors;
|
|
234
|
-
}
|
|
235
|
-
/**
|
|
236
|
-
* 从旧版本 system-prompt.txt 迁移到新版本 system-prompt.json
|
|
237
|
-
*/
|
|
238
|
-
function migrateSystemPromptFromTxt() {
|
|
239
|
-
if (!existsSync(SYSTEM_PROMPT_FILE)) {
|
|
240
|
-
return;
|
|
241
|
-
}
|
|
242
|
-
try {
|
|
243
|
-
const txtContent = readFileSync(SYSTEM_PROMPT_FILE, 'utf8');
|
|
244
|
-
if (txtContent.trim().length === 0) {
|
|
245
|
-
return;
|
|
246
|
-
}
|
|
247
|
-
// 创建默认配置,将旧内容作为默认项
|
|
248
|
-
const config = {
|
|
249
|
-
active: 'default',
|
|
250
|
-
prompts: [
|
|
251
|
-
{
|
|
252
|
-
id: 'default',
|
|
253
|
-
name: 'Default',
|
|
254
|
-
content: txtContent,
|
|
255
|
-
createdAt: new Date().toISOString(),
|
|
256
|
-
},
|
|
257
|
-
],
|
|
258
|
-
};
|
|
259
|
-
// 保存到新文件
|
|
260
|
-
writeFileSync(SYSTEM_PROMPT_JSON_FILE, JSON.stringify(config, null, 2), 'utf8');
|
|
261
|
-
// 删除旧文件
|
|
262
|
-
unlinkSync(SYSTEM_PROMPT_FILE);
|
|
263
|
-
// console.log('✅ Migrated system prompt from txt to json format.');
|
|
264
|
-
}
|
|
265
|
-
catch (error) {
|
|
266
|
-
console.error('Failed to migrate system prompt:', error);
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
/**
|
|
270
|
-
* 读取系统提示词配置
|
|
271
|
-
*/
|
|
272
|
-
export function getSystemPromptConfig() {
|
|
273
|
-
ensureConfigDirectory();
|
|
274
|
-
// 先尝试迁移旧版本
|
|
275
|
-
if (existsSync(SYSTEM_PROMPT_FILE) && !existsSync(SYSTEM_PROMPT_JSON_FILE)) {
|
|
276
|
-
migrateSystemPromptFromTxt();
|
|
277
|
-
}
|
|
278
|
-
// 读取 JSON 配置
|
|
279
|
-
if (!existsSync(SYSTEM_PROMPT_JSON_FILE)) {
|
|
280
|
-
return undefined;
|
|
281
|
-
}
|
|
282
|
-
try {
|
|
283
|
-
const content = readFileSync(SYSTEM_PROMPT_JSON_FILE, 'utf8');
|
|
284
|
-
if (content.trim().length === 0) {
|
|
285
|
-
return undefined;
|
|
286
|
-
}
|
|
287
|
-
const config = JSON.parse(content);
|
|
288
|
-
return config;
|
|
289
|
-
}
|
|
290
|
-
catch (error) {
|
|
291
|
-
console.error('Failed to read system prompt config:', error);
|
|
292
|
-
return undefined;
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
/**
|
|
296
|
-
* 保存系统提示词配置
|
|
297
|
-
*/
|
|
298
|
-
export function saveSystemPromptConfig(config) {
|
|
299
|
-
ensureConfigDirectory();
|
|
300
|
-
try {
|
|
301
|
-
writeFileSync(SYSTEM_PROMPT_JSON_FILE, JSON.stringify(config, null, 2), 'utf8');
|
|
302
|
-
}
|
|
303
|
-
catch (error) {
|
|
304
|
-
console.error('Failed to save system prompt config:', error);
|
|
305
|
-
throw error;
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
/**
|
|
309
|
-
* 读取自定义系统提示词(当前激活的)
|
|
310
|
-
* 兼容旧版本 system-prompt.txt
|
|
311
|
-
* 新版本从 system-prompt.json 读取当前激活的提示词
|
|
312
|
-
*/
|
|
313
|
-
export function getCustomSystemPrompt() {
|
|
314
|
-
const config = getSystemPromptConfig();
|
|
315
|
-
if (!config || !config.active) {
|
|
316
|
-
return undefined;
|
|
317
|
-
}
|
|
318
|
-
// 查找当前激活的提示词
|
|
319
|
-
const activePrompt = config.prompts.find(p => p.id === config.active);
|
|
320
|
-
return activePrompt?.content;
|
|
321
|
-
}
|
|
322
|
-
/**
|
|
323
|
-
* 读取自定义请求头配置
|
|
324
|
-
* 如果 custom-headers.json 文件存在且有效,返回其内容
|
|
325
|
-
* 否则返回空对象
|
|
326
|
-
*/
|
|
327
|
-
export function getCustomHeaders() {
|
|
328
|
-
ensureConfigDirectory();
|
|
329
|
-
const config = getCustomHeadersConfig();
|
|
330
|
-
if (!config || !config.active) {
|
|
331
|
-
return {};
|
|
332
|
-
}
|
|
333
|
-
// 查找当前激活的方案
|
|
334
|
-
const activeScheme = config.schemes.find(s => s.id === config.active);
|
|
335
|
-
return activeScheme?.headers || {};
|
|
336
|
-
}
|
|
337
|
-
/**
|
|
338
|
-
* 保存自定义请求头配置
|
|
339
|
-
* @deprecated 使用 saveCustomHeadersConfig 替代
|
|
340
|
-
*/
|
|
341
|
-
export function saveCustomHeaders(headers) {
|
|
342
|
-
ensureConfigDirectory();
|
|
343
|
-
try {
|
|
344
|
-
// 过滤掉空键值对
|
|
345
|
-
const filteredHeaders = {};
|
|
346
|
-
for (const [key, value] of Object.entries(headers)) {
|
|
347
|
-
if (key.trim() && value.trim()) {
|
|
348
|
-
filteredHeaders[key.trim()] = value.trim();
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
const content = JSON.stringify(filteredHeaders, null, 2);
|
|
352
|
-
writeFileSync(CUSTOM_HEADERS_FILE, content, 'utf8');
|
|
353
|
-
}
|
|
354
|
-
catch (error) {
|
|
355
|
-
throw new Error(`Failed to save custom headers: ${error}`);
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
/**
|
|
359
|
-
* 获取自定义请求头配置(多方案)
|
|
360
|
-
*/
|
|
361
|
-
export function getCustomHeadersConfig() {
|
|
362
|
-
ensureConfigDirectory();
|
|
363
|
-
if (!existsSync(CUSTOM_HEADERS_FILE)) {
|
|
364
|
-
return null;
|
|
365
|
-
}
|
|
366
|
-
try {
|
|
367
|
-
const content = readFileSync(CUSTOM_HEADERS_FILE, 'utf8');
|
|
368
|
-
const data = JSON.parse(content);
|
|
369
|
-
// 兼容旧版本格式 (直接是 Record<string, string>)
|
|
370
|
-
if (typeof data === 'object' &&
|
|
371
|
-
data !== null &&
|
|
372
|
-
!Array.isArray(data) &&
|
|
373
|
-
!('active' in data) &&
|
|
374
|
-
!('schemes' in data)) {
|
|
375
|
-
// 旧格式:转换为新格式
|
|
376
|
-
const headers = {};
|
|
377
|
-
for (const [key, value] of Object.entries(data)) {
|
|
378
|
-
if (typeof value === 'string') {
|
|
379
|
-
headers[key] = value;
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
if (Object.keys(headers).length > 0) {
|
|
383
|
-
// 创建默认方案
|
|
384
|
-
const defaultScheme = {
|
|
385
|
-
id: Date.now().toString(),
|
|
386
|
-
name: 'Default Headers',
|
|
387
|
-
headers,
|
|
388
|
-
createdAt: new Date().toISOString(),
|
|
389
|
-
};
|
|
390
|
-
return {
|
|
391
|
-
active: defaultScheme.id,
|
|
392
|
-
schemes: [defaultScheme],
|
|
393
|
-
};
|
|
394
|
-
}
|
|
395
|
-
return null;
|
|
396
|
-
}
|
|
397
|
-
// 新格式:验证结构
|
|
398
|
-
if (typeof data === 'object' &&
|
|
399
|
-
data !== null &&
|
|
400
|
-
'active' in data &&
|
|
401
|
-
'schemes' in data &&
|
|
402
|
-
Array.isArray(data.schemes)) {
|
|
403
|
-
return data;
|
|
404
|
-
}
|
|
405
|
-
return null;
|
|
406
|
-
}
|
|
407
|
-
catch {
|
|
408
|
-
return null;
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
/**
|
|
412
|
-
* 保存自定义请求头配置(多方案)
|
|
413
|
-
*/
|
|
414
|
-
export function saveCustomHeadersConfig(config) {
|
|
415
|
-
ensureConfigDirectory();
|
|
416
|
-
try {
|
|
417
|
-
const content = JSON.stringify(config, null, 2);
|
|
418
|
-
writeFileSync(CUSTOM_HEADERS_FILE, content, 'utf8');
|
|
419
|
-
}
|
|
420
|
-
catch (error) {
|
|
421
|
-
throw new Error(`Failed to save custom headers config: ${error}`);
|
|
422
|
-
}
|
|
423
|
-
}
|