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
package/dist/i18n/types.d.ts
DELETED
|
@@ -1,478 +0,0 @@
|
|
|
1
|
-
export type { Language } from '../utils/languageConfig.js';
|
|
2
|
-
export type TranslationKeys = {
|
|
3
|
-
welcome: {
|
|
4
|
-
title: string;
|
|
5
|
-
subtitle: string;
|
|
6
|
-
startChat: string;
|
|
7
|
-
startChatInfo: string;
|
|
8
|
-
apiSettings: string;
|
|
9
|
-
apiSettingsInfo: string;
|
|
10
|
-
proxySettings: string;
|
|
11
|
-
proxySettingsInfo: string;
|
|
12
|
-
codebaseSettings: string;
|
|
13
|
-
codebaseSettingsInfo: string;
|
|
14
|
-
systemPromptSettings: string;
|
|
15
|
-
systemPromptSettingsInfo: string;
|
|
16
|
-
customHeadersSettings: string;
|
|
17
|
-
customHeadersSettingsInfo: string;
|
|
18
|
-
mcpSettings: string;
|
|
19
|
-
mcpSettingsInfo: string;
|
|
20
|
-
subAgentSettings: string;
|
|
21
|
-
subAgentSettingsInfo: string;
|
|
22
|
-
sensitiveCommands: string;
|
|
23
|
-
sensitiveCommandsInfo: string;
|
|
24
|
-
languageSettings: string;
|
|
25
|
-
languageSettingsInfo: string;
|
|
26
|
-
themeSettings: string;
|
|
27
|
-
themeSettingsInfo: string;
|
|
28
|
-
exit: string;
|
|
29
|
-
exitInfo: string;
|
|
30
|
-
};
|
|
31
|
-
menu: {
|
|
32
|
-
navigate: string;
|
|
33
|
-
};
|
|
34
|
-
proxyConfig: {
|
|
35
|
-
title: string;
|
|
36
|
-
subtitle: string;
|
|
37
|
-
enableProxy: string;
|
|
38
|
-
enabled: string;
|
|
39
|
-
disabled: string;
|
|
40
|
-
toggleHint: string;
|
|
41
|
-
proxyPort: string;
|
|
42
|
-
notSet: string;
|
|
43
|
-
browserPath: string;
|
|
44
|
-
autoDetect: string;
|
|
45
|
-
errors: string;
|
|
46
|
-
editingHint: string;
|
|
47
|
-
navigationHint: string;
|
|
48
|
-
browserExamplesTitle: string;
|
|
49
|
-
browserExamplesFooter: string;
|
|
50
|
-
portValidationError: string;
|
|
51
|
-
portPlaceholder: string;
|
|
52
|
-
browserPathPlaceholder: string;
|
|
53
|
-
windowsExample: string;
|
|
54
|
-
macosExample: string;
|
|
55
|
-
linuxExample: string;
|
|
56
|
-
};
|
|
57
|
-
codebaseConfig: {
|
|
58
|
-
title: string;
|
|
59
|
-
subtitle: string;
|
|
60
|
-
settingsPosition: string;
|
|
61
|
-
scrollHint: string;
|
|
62
|
-
codebaseEnabled: string;
|
|
63
|
-
agentReview: string;
|
|
64
|
-
enabled: string;
|
|
65
|
-
disabled: string;
|
|
66
|
-
toggleHint: string;
|
|
67
|
-
embeddingModelName: string;
|
|
68
|
-
embeddingBaseUrl: string;
|
|
69
|
-
embeddingApiKey: string;
|
|
70
|
-
embeddingApiKeyOptional: string;
|
|
71
|
-
embeddingDimensions: string;
|
|
72
|
-
batchMaxLines: string;
|
|
73
|
-
batchConcurrency: string;
|
|
74
|
-
notSet: string;
|
|
75
|
-
masked: string;
|
|
76
|
-
errors: string;
|
|
77
|
-
editingHint: string;
|
|
78
|
-
navigationHint: string;
|
|
79
|
-
validationModelNameRequired: string;
|
|
80
|
-
validationBaseUrlRequired: string;
|
|
81
|
-
validationDimensionsPositive: string;
|
|
82
|
-
validationMaxLinesPositive: string;
|
|
83
|
-
validationConcurrencyPositive: string;
|
|
84
|
-
saveError: string;
|
|
85
|
-
};
|
|
86
|
-
systemPromptConfig: {
|
|
87
|
-
title: string;
|
|
88
|
-
subtitle: string;
|
|
89
|
-
activePrompt: string;
|
|
90
|
-
none: string;
|
|
91
|
-
noPromptsConfigured: string;
|
|
92
|
-
availablePrompts: string;
|
|
93
|
-
actions: string;
|
|
94
|
-
activate: string;
|
|
95
|
-
deactivate: string;
|
|
96
|
-
edit: string;
|
|
97
|
-
delete: string;
|
|
98
|
-
addNew: string;
|
|
99
|
-
escBack: string;
|
|
100
|
-
navigationHint: string;
|
|
101
|
-
addNewTitle: string;
|
|
102
|
-
editTitle: string;
|
|
103
|
-
nameLabel: string;
|
|
104
|
-
contentLabel: string;
|
|
105
|
-
enterPromptName: string;
|
|
106
|
-
enterPromptContent: string;
|
|
107
|
-
notSet: string;
|
|
108
|
-
editingHint: string;
|
|
109
|
-
confirmDelete: string;
|
|
110
|
-
deleteConfirmMessage: string;
|
|
111
|
-
confirmHint: string;
|
|
112
|
-
saveError: string;
|
|
113
|
-
};
|
|
114
|
-
configScreen: {
|
|
115
|
-
title: string;
|
|
116
|
-
subtitle: string;
|
|
117
|
-
activeProfile: string;
|
|
118
|
-
settingsPosition: string;
|
|
119
|
-
scrollHint: string;
|
|
120
|
-
profile: string;
|
|
121
|
-
baseUrl: string;
|
|
122
|
-
apiKey: string;
|
|
123
|
-
requestMethod: string;
|
|
124
|
-
anthropicBeta: string;
|
|
125
|
-
enablePromptOptimization: string;
|
|
126
|
-
enableAutoCompress: string;
|
|
127
|
-
thinkingEnabled: string;
|
|
128
|
-
thinkingBudgetTokens: string;
|
|
129
|
-
geminiThinkingEnabled: string;
|
|
130
|
-
geminiThinkingBudget: string;
|
|
131
|
-
responsesReasoningEnabled: string;
|
|
132
|
-
responsesReasoningEffort: string;
|
|
133
|
-
advancedModel: string;
|
|
134
|
-
basicModel: string;
|
|
135
|
-
compactModel: string;
|
|
136
|
-
maxContextTokens: string;
|
|
137
|
-
maxTokens: string;
|
|
138
|
-
notSet: string;
|
|
139
|
-
enabled: string;
|
|
140
|
-
disabled: string;
|
|
141
|
-
toggleHint: string;
|
|
142
|
-
enterValue: string;
|
|
143
|
-
createNewProfile: string;
|
|
144
|
-
enterProfileName: string;
|
|
145
|
-
profileNamePlaceholder: string;
|
|
146
|
-
createHint: string;
|
|
147
|
-
deleteProfile: string;
|
|
148
|
-
confirmDelete: string;
|
|
149
|
-
deleteWarning: string;
|
|
150
|
-
confirmHint: string;
|
|
151
|
-
loadingModels: string;
|
|
152
|
-
loadingMessage: string;
|
|
153
|
-
loadingCancelHint: string;
|
|
154
|
-
manualInputTitle: string;
|
|
155
|
-
manualInputSubtitle: string;
|
|
156
|
-
manualInputHint: string;
|
|
157
|
-
loadingError: string;
|
|
158
|
-
requestMethodChat: string;
|
|
159
|
-
requestMethodResponses: string;
|
|
160
|
-
requestMethodGemini: string;
|
|
161
|
-
requestMethodAnthropic: string;
|
|
162
|
-
manualInputOption: string;
|
|
163
|
-
errors: string;
|
|
164
|
-
cannotDeleteDefault: string;
|
|
165
|
-
profileNameEmpty: string;
|
|
166
|
-
navigationHint: string;
|
|
167
|
-
editingHintNumeric: string;
|
|
168
|
-
editingHintGeneral: string;
|
|
169
|
-
modelFilterHint: string;
|
|
170
|
-
effortSelectHint: string;
|
|
171
|
-
profileSelectHint: string;
|
|
172
|
-
requestMethodSelectHint: string;
|
|
173
|
-
newProfile: string;
|
|
174
|
-
deleteProfileShort: string;
|
|
175
|
-
fetchingModels: string;
|
|
176
|
-
fetchingHint: string;
|
|
177
|
-
};
|
|
178
|
-
customHeaders: {
|
|
179
|
-
title: string;
|
|
180
|
-
subtitle: string;
|
|
181
|
-
activeScheme: string;
|
|
182
|
-
none: string;
|
|
183
|
-
noSchemesConfigured: string;
|
|
184
|
-
availableSchemes: string;
|
|
185
|
-
actions: string;
|
|
186
|
-
activate: string;
|
|
187
|
-
deactivate: string;
|
|
188
|
-
edit: string;
|
|
189
|
-
delete: string;
|
|
190
|
-
addNew: string;
|
|
191
|
-
escBack: string;
|
|
192
|
-
navigationHint: string;
|
|
193
|
-
addNewTitle: string;
|
|
194
|
-
editTitle: string;
|
|
195
|
-
nameLabel: string;
|
|
196
|
-
headersLabel: string;
|
|
197
|
-
headersConfigured: string;
|
|
198
|
-
enterSchemeName: string;
|
|
199
|
-
notSet: string;
|
|
200
|
-
pressEnterToEdit: string;
|
|
201
|
-
editingHint: string;
|
|
202
|
-
confirmDelete: string;
|
|
203
|
-
deleteConfirmMessage: string;
|
|
204
|
-
confirmHint: string;
|
|
205
|
-
saveError: string;
|
|
206
|
-
editHeadersTitle: string;
|
|
207
|
-
headerList: string;
|
|
208
|
-
noHeadersConfigured: string;
|
|
209
|
-
addNewHeader: string;
|
|
210
|
-
headerNavigationHint: string;
|
|
211
|
-
keyLabel: string;
|
|
212
|
-
valueLabel: string;
|
|
213
|
-
headerKeyPlaceholder: string;
|
|
214
|
-
headerValuePlaceholder: string;
|
|
215
|
-
headerEditingHint: string;
|
|
216
|
-
};
|
|
217
|
-
subAgentConfig: {
|
|
218
|
-
title: string;
|
|
219
|
-
titleEdit: string;
|
|
220
|
-
titleNew: string;
|
|
221
|
-
subtitle: string;
|
|
222
|
-
agentName: string;
|
|
223
|
-
description: string;
|
|
224
|
-
role: string;
|
|
225
|
-
roleOptional: string;
|
|
226
|
-
toolSelection: string;
|
|
227
|
-
agentNamePlaceholder: string;
|
|
228
|
-
descriptionPlaceholder: string;
|
|
229
|
-
rolePlaceholder: string;
|
|
230
|
-
selectedTools: string;
|
|
231
|
-
toolsCount: string;
|
|
232
|
-
loadingMCP: string;
|
|
233
|
-
mcpLoadError: string;
|
|
234
|
-
categoryCount: string;
|
|
235
|
-
categoryMCP: string;
|
|
236
|
-
navigationHint: string;
|
|
237
|
-
saveSuccess: string;
|
|
238
|
-
saveSuccessEdit: string;
|
|
239
|
-
saveSuccessCreate: string;
|
|
240
|
-
saveError: string;
|
|
241
|
-
validationFailed: string;
|
|
242
|
-
filesystemTools: string;
|
|
243
|
-
aceTools: string;
|
|
244
|
-
codebaseTools: string;
|
|
245
|
-
terminalTools: string;
|
|
246
|
-
todoTools: string;
|
|
247
|
-
webSearchTools: string;
|
|
248
|
-
ideTools: string;
|
|
249
|
-
};
|
|
250
|
-
sensitiveCommandConfig: {
|
|
251
|
-
title: string;
|
|
252
|
-
subtitle: string;
|
|
253
|
-
noCommands: string;
|
|
254
|
-
custom: string;
|
|
255
|
-
enabled: string;
|
|
256
|
-
disabled: string;
|
|
257
|
-
customLabel: string;
|
|
258
|
-
addTitle: string;
|
|
259
|
-
patternLabel: string;
|
|
260
|
-
patternPlaceholder: string;
|
|
261
|
-
descriptionLabel: string;
|
|
262
|
-
addEditingHint: string;
|
|
263
|
-
addedMessage: string;
|
|
264
|
-
enabledMessage: string;
|
|
265
|
-
disabledMessage: string;
|
|
266
|
-
deletedMessage: string;
|
|
267
|
-
resetMessage: string;
|
|
268
|
-
confirmDeleteMessage: string;
|
|
269
|
-
confirmResetMessage: string;
|
|
270
|
-
confirmHint: string;
|
|
271
|
-
listNavigationHint: string;
|
|
272
|
-
};
|
|
273
|
-
themeSettings: {
|
|
274
|
-
title: string;
|
|
275
|
-
current: string;
|
|
276
|
-
preview: string;
|
|
277
|
-
back: string;
|
|
278
|
-
backInfo: string;
|
|
279
|
-
darkTheme: string;
|
|
280
|
-
darkThemeInfo: string;
|
|
281
|
-
lightTheme: string;
|
|
282
|
-
lightThemeInfo: string;
|
|
283
|
-
githubDark: string;
|
|
284
|
-
githubDarkInfo: string;
|
|
285
|
-
rainbow: string;
|
|
286
|
-
rainbowInfo: string;
|
|
287
|
-
solarizedDark: string;
|
|
288
|
-
solarizedDarkInfo: string;
|
|
289
|
-
nord: string;
|
|
290
|
-
nordInfo: string;
|
|
291
|
-
};
|
|
292
|
-
helpPanel: {
|
|
293
|
-
title: string;
|
|
294
|
-
textEditingTitle: string;
|
|
295
|
-
deleteToStart: string;
|
|
296
|
-
deleteToEnd: string;
|
|
297
|
-
pasteImages: string;
|
|
298
|
-
quickAccessTitle: string;
|
|
299
|
-
insertFiles: string;
|
|
300
|
-
searchContent: string;
|
|
301
|
-
selectAgent: string;
|
|
302
|
-
showCommands: string;
|
|
303
|
-
navigationTitle: string;
|
|
304
|
-
navigateHistory: string;
|
|
305
|
-
selectItem: string;
|
|
306
|
-
cancelClose: string;
|
|
307
|
-
toggleYolo: string;
|
|
308
|
-
tipsTitle: string;
|
|
309
|
-
tipUseHelp: string;
|
|
310
|
-
tipShowCommands: string;
|
|
311
|
-
tipInterrupt: string;
|
|
312
|
-
closeHint: string;
|
|
313
|
-
};
|
|
314
|
-
commandPanel: {
|
|
315
|
-
title: string;
|
|
316
|
-
availableCommands: string;
|
|
317
|
-
processingMessage: string;
|
|
318
|
-
scrollHint: string;
|
|
319
|
-
moreHidden: string;
|
|
320
|
-
commands: {
|
|
321
|
-
help: string;
|
|
322
|
-
clear: string;
|
|
323
|
-
resume: string;
|
|
324
|
-
mcp: string;
|
|
325
|
-
yolo: string;
|
|
326
|
-
init: string;
|
|
327
|
-
ide: string;
|
|
328
|
-
compact: string;
|
|
329
|
-
home: string;
|
|
330
|
-
review: string;
|
|
331
|
-
role: string;
|
|
332
|
-
usage: string;
|
|
333
|
-
export: string;
|
|
334
|
-
agent: string;
|
|
335
|
-
todo: string;
|
|
336
|
-
};
|
|
337
|
-
};
|
|
338
|
-
hooks: {
|
|
339
|
-
pressCtrlCAgain: string;
|
|
340
|
-
};
|
|
341
|
-
chatScreen: {
|
|
342
|
-
headerTitle: string;
|
|
343
|
-
headerSubtitle: string;
|
|
344
|
-
headerExplanations: string;
|
|
345
|
-
headerInterrupt: string;
|
|
346
|
-
headerYolo: string;
|
|
347
|
-
headerShortcuts: string;
|
|
348
|
-
headerWorkingDirectory: string;
|
|
349
|
-
statusThinking: string;
|
|
350
|
-
statusDeepThinking: string;
|
|
351
|
-
statusWriting: string;
|
|
352
|
-
statusStreaming: string;
|
|
353
|
-
statusWorking: string;
|
|
354
|
-
statusIndexing: string;
|
|
355
|
-
statusWatcherActive: string;
|
|
356
|
-
statusFileUpdated: string;
|
|
357
|
-
statusCreating: string;
|
|
358
|
-
statusSaving: string;
|
|
359
|
-
statusCompressing: string;
|
|
360
|
-
statusConnecting: string;
|
|
361
|
-
statusConnected: string;
|
|
362
|
-
statusConnectionFailed: string;
|
|
363
|
-
toolCall: string;
|
|
364
|
-
toolThinking: string;
|
|
365
|
-
toolReading: string;
|
|
366
|
-
toolWriting: string;
|
|
367
|
-
toolSearching: string;
|
|
368
|
-
toolExecuting: string;
|
|
369
|
-
toolSuccess: string;
|
|
370
|
-
toolFailed: string;
|
|
371
|
-
toolRejected: string;
|
|
372
|
-
parallelStart: string;
|
|
373
|
-
parallelEnd: string;
|
|
374
|
-
userMessage: string;
|
|
375
|
-
assistantMessage: string;
|
|
376
|
-
commandMessage: string;
|
|
377
|
-
discontinuedMessage: string;
|
|
378
|
-
fileCreated: string;
|
|
379
|
-
fileModified: string;
|
|
380
|
-
fileRead: string;
|
|
381
|
-
fileDeleted: string;
|
|
382
|
-
fileCount: string;
|
|
383
|
-
fileNotFound: string;
|
|
384
|
-
fileLine: string;
|
|
385
|
-
fileLines: string;
|
|
386
|
-
imageAttached: string;
|
|
387
|
-
tokenTotal: string;
|
|
388
|
-
tokenInput: string;
|
|
389
|
-
tokenOutput: string;
|
|
390
|
-
tokenCached: string;
|
|
391
|
-
tokenCacheCreation: string;
|
|
392
|
-
tokenCacheRead: string;
|
|
393
|
-
timeElapsed: string;
|
|
394
|
-
timeSeconds: string;
|
|
395
|
-
timeMinutes: string;
|
|
396
|
-
timeHours: string;
|
|
397
|
-
errorGeneric: string;
|
|
398
|
-
errorApi: string;
|
|
399
|
-
errorNetwork: string;
|
|
400
|
-
errorConfig: string;
|
|
401
|
-
errorCompression: string;
|
|
402
|
-
errorCompressionFailed: string;
|
|
403
|
-
errorLoadSession: string;
|
|
404
|
-
errorRollback: string;
|
|
405
|
-
terminalTooSmall: string;
|
|
406
|
-
terminalResizePrompt: string;
|
|
407
|
-
terminalMinHeight: string;
|
|
408
|
-
compressionAuto: string;
|
|
409
|
-
compressionInProgress: string;
|
|
410
|
-
compressionSuccess: string;
|
|
411
|
-
compressionFailed: string;
|
|
412
|
-
retryAttempt: string;
|
|
413
|
-
retryIn: string;
|
|
414
|
-
retryResending: string;
|
|
415
|
-
retryError: string;
|
|
416
|
-
codebaseIndexing: string;
|
|
417
|
-
codebaseProgress: string;
|
|
418
|
-
codebaseChunks: string;
|
|
419
|
-
codebaseSearching: string;
|
|
420
|
-
codebaseSearchAttempt: string;
|
|
421
|
-
codebaseSearchComplete: string;
|
|
422
|
-
ideConnecting: string;
|
|
423
|
-
ideConnected: string;
|
|
424
|
-
ideDisconnected: string;
|
|
425
|
-
ideError: string;
|
|
426
|
-
ideActiveFile: string;
|
|
427
|
-
ideSelectedText: string;
|
|
428
|
-
inputPlaceholder: string;
|
|
429
|
-
inputProcessing: string;
|
|
430
|
-
inputDisabled: string;
|
|
431
|
-
shortcutPasteImage: string;
|
|
432
|
-
shortcutFileReference: string;
|
|
433
|
-
shortcutSearchContent: string;
|
|
434
|
-
shortcutCommands: string;
|
|
435
|
-
shortcutDeleteToStart: string;
|
|
436
|
-
shortcutDeleteToEnd: string;
|
|
437
|
-
shortcutCancel: string;
|
|
438
|
-
shortcutRegenerate: string;
|
|
439
|
-
shortcutToggleYolo: string;
|
|
440
|
-
rollbackConfirm: string;
|
|
441
|
-
rollbackFiles: string;
|
|
442
|
-
rollbackConversation: string;
|
|
443
|
-
rollbackWarning: string;
|
|
444
|
-
sessionCreating: string;
|
|
445
|
-
sessionLoading: string;
|
|
446
|
-
sessionSaving: string;
|
|
447
|
-
sessionDeleting: string;
|
|
448
|
-
rejectionReason: string;
|
|
449
|
-
rejectionNoReason: string;
|
|
450
|
-
batchFile: string;
|
|
451
|
-
batchEditResults: string;
|
|
452
|
-
pendingMessageWaiting: string;
|
|
453
|
-
pendingToolConfirmation: string;
|
|
454
|
-
pressEscToClose: string;
|
|
455
|
-
pressEnterToToggle: string;
|
|
456
|
-
pressCtrlC: string;
|
|
457
|
-
pressCtrlR: string;
|
|
458
|
-
pressCtrlS: string;
|
|
459
|
-
contextUsage: string;
|
|
460
|
-
contextPercentage: string;
|
|
461
|
-
contextLimit: string;
|
|
462
|
-
waitingForResponse: string;
|
|
463
|
-
moreAbove: string;
|
|
464
|
-
moreBelow: string;
|
|
465
|
-
historyNavigateHint: string;
|
|
466
|
-
typeToFilterCommands: string;
|
|
467
|
-
contentSearchHint: string;
|
|
468
|
-
fileSearchHint: string;
|
|
469
|
-
yoloModeActive: string;
|
|
470
|
-
tokens: string;
|
|
471
|
-
cached: string;
|
|
472
|
-
newCache: string;
|
|
473
|
-
};
|
|
474
|
-
};
|
|
475
|
-
import type { Language as Lang } from '../utils/languageConfig.js';
|
|
476
|
-
export type Translations = {
|
|
477
|
-
[K in Lang]: TranslationKeys;
|
|
478
|
-
};
|
package/dist/i18n/types.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|