snow-ai 0.4.16 → 0.4.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/cli.mjs +477445 -0
- package/bundle/sql-wasm.wasm +0 -0
- package/package.json +31 -26
- package/dist/agents/codebaseIndexAgent.d.ts +0 -102
- package/dist/agents/codebaseIndexAgent.js +0 -641
- package/dist/agents/codebaseReviewAgent.d.ts +0 -61
- package/dist/agents/codebaseReviewAgent.js +0 -301
- package/dist/agents/compactAgent.d.ts +0 -55
- package/dist/agents/compactAgent.js +0 -306
- package/dist/agents/promptOptimizeAgent.d.ts +0 -54
- package/dist/agents/promptOptimizeAgent.js +0 -268
- package/dist/agents/reviewAgent.d.ts +0 -50
- package/dist/agents/reviewAgent.js +0 -265
- package/dist/agents/summaryAgent.d.ts +0 -57
- package/dist/agents/summaryAgent.js +0 -260
- package/dist/api/anthropic.d.ts +0 -44
- package/dist/api/anthropic.js +0 -598
- package/dist/api/chat.d.ts +0 -73
- package/dist/api/chat.js +0 -386
- package/dist/api/embedding.d.ts +0 -34
- package/dist/api/embedding.js +0 -80
- package/dist/api/gemini.d.ts +0 -31
- package/dist/api/gemini.js +0 -445
- package/dist/api/models.d.ts +0 -15
- package/dist/api/models.js +0 -139
- package/dist/api/responses.d.ts +0 -38
- package/dist/api/responses.js +0 -515
- package/dist/api/systemPrompt.d.ts +0 -4
- package/dist/api/systemPrompt.js +0 -408
- package/dist/api/types.d.ts +0 -53
- package/dist/api/types.js +0 -4
- package/dist/app.d.ts +0 -8
- package/dist/app.js +0 -112
- package/dist/cli.d.ts +0 -2
- package/dist/cli.js +0 -199
- package/dist/hooks/useAgentPicker.d.ts +0 -14
- package/dist/hooks/useAgentPicker.js +0 -119
- package/dist/hooks/useClipboard.d.ts +0 -4
- package/dist/hooks/useClipboard.js +0 -175
- package/dist/hooks/useCommandHandler.d.ts +0 -35
- package/dist/hooks/useCommandHandler.js +0 -346
- package/dist/hooks/useCommandPanel.d.ts +0 -17
- package/dist/hooks/useCommandPanel.js +0 -114
- package/dist/hooks/useConversation.d.ts +0 -49
- package/dist/hooks/useConversation.js +0 -1052
- package/dist/hooks/useFilePicker.d.ts +0 -18
- package/dist/hooks/useFilePicker.js +0 -224
- package/dist/hooks/useGlobalExit.d.ts +0 -5
- package/dist/hooks/useGlobalExit.js +0 -34
- package/dist/hooks/useGlobalNavigation.d.ts +0 -6
- package/dist/hooks/useGlobalNavigation.js +0 -17
- package/dist/hooks/useHistoryNavigation.d.ts +0 -35
- package/dist/hooks/useHistoryNavigation.js +0 -133
- package/dist/hooks/useInputBuffer.d.ts +0 -6
- package/dist/hooks/useInputBuffer.js +0 -45
- package/dist/hooks/useKeyboardInput.d.ts +0 -80
- package/dist/hooks/useKeyboardInput.js +0 -608
- package/dist/hooks/useSessionManagement.d.ts +0 -10
- package/dist/hooks/useSessionManagement.js +0 -43
- package/dist/hooks/useSessionSave.d.ts +0 -8
- package/dist/hooks/useSessionSave.js +0 -63
- package/dist/hooks/useSnapshotState.d.ts +0 -26
- package/dist/hooks/useSnapshotState.js +0 -28
- package/dist/hooks/useStreamingState.d.ts +0 -33
- package/dist/hooks/useStreamingState.js +0 -105
- package/dist/hooks/useTerminalFocus.d.ts +0 -28
- package/dist/hooks/useTerminalFocus.js +0 -87
- package/dist/hooks/useTerminalSize.d.ts +0 -4
- package/dist/hooks/useTerminalSize.js +0 -20
- package/dist/hooks/useTodoPicker.d.ts +0 -16
- package/dist/hooks/useTodoPicker.js +0 -94
- package/dist/hooks/useToolConfirmation.d.ts +0 -19
- package/dist/hooks/useToolConfirmation.js +0 -61
- package/dist/hooks/useVSCodeState.d.ts +0 -8
- package/dist/hooks/useVSCodeState.js +0 -81
- package/dist/i18n/I18nContext.d.ts +0 -14
- package/dist/i18n/I18nContext.js +0 -24
- package/dist/i18n/index.d.ts +0 -3
- package/dist/i18n/index.js +0 -2
- package/dist/i18n/lang/en.d.ts +0 -2
- package/dist/i18n/lang/en.js +0 -502
- package/dist/i18n/lang/es.d.ts +0 -2
- package/dist/i18n/lang/es.js +0 -502
- package/dist/i18n/lang/ja.d.ts +0 -2
- package/dist/i18n/lang/ja.js +0 -502
- package/dist/i18n/lang/ko.d.ts +0 -2
- package/dist/i18n/lang/ko.js +0 -502
- package/dist/i18n/lang/zh-TW.d.ts +0 -2
- package/dist/i18n/lang/zh-TW.js +0 -502
- package/dist/i18n/lang/zh.d.ts +0 -2
- package/dist/i18n/lang/zh.js +0 -502
- package/dist/i18n/translations.d.ts +0 -2
- package/dist/i18n/translations.js +0 -14
- package/dist/i18n/types.d.ts +0 -478
- package/dist/i18n/types.js +0 -1
- package/dist/mcp/aceCodeSearch.d.ts +0 -247
- package/dist/mcp/aceCodeSearch.js +0 -1058
- package/dist/mcp/bash.d.ts +0 -50
- package/dist/mcp/bash.js +0 -153
- package/dist/mcp/codebaseSearch.d.ts +0 -44
- package/dist/mcp/codebaseSearch.js +0 -275
- package/dist/mcp/filesystem.d.ts +0 -392
- package/dist/mcp/filesystem.js +0 -1445
- package/dist/mcp/ideDiagnostics.d.ts +0 -36
- package/dist/mcp/ideDiagnostics.js +0 -90
- package/dist/mcp/notebook.d.ts +0 -10
- package/dist/mcp/notebook.js +0 -367
- package/dist/mcp/subagent.d.ts +0 -37
- package/dist/mcp/subagent.js +0 -113
- package/dist/mcp/todo.d.ts +0 -46
- package/dist/mcp/todo.js +0 -511
- package/dist/mcp/types/aceCodeSearch.types.d.ts +0 -92
- package/dist/mcp/types/aceCodeSearch.types.js +0 -4
- package/dist/mcp/types/bash.types.d.ts +0 -13
- package/dist/mcp/types/bash.types.js +0 -4
- package/dist/mcp/types/filesystem.types.d.ts +0 -210
- package/dist/mcp/types/filesystem.types.js +0 -27
- package/dist/mcp/types/todo.types.d.ts +0 -27
- package/dist/mcp/types/todo.types.js +0 -4
- package/dist/mcp/types/websearch.types.d.ts +0 -30
- package/dist/mcp/types/websearch.types.js +0 -4
- package/dist/mcp/utils/aceCodeSearch/filesystem.utils.d.ts +0 -34
- package/dist/mcp/utils/aceCodeSearch/filesystem.utils.js +0 -146
- package/dist/mcp/utils/aceCodeSearch/language.utils.d.ts +0 -14
- package/dist/mcp/utils/aceCodeSearch/language.utils.js +0 -418
- package/dist/mcp/utils/aceCodeSearch/search.utils.d.ts +0 -31
- package/dist/mcp/utils/aceCodeSearch/search.utils.js +0 -136
- package/dist/mcp/utils/aceCodeSearch/symbol.utils.d.ts +0 -20
- package/dist/mcp/utils/aceCodeSearch/symbol.utils.js +0 -141
- package/dist/mcp/utils/bash/security.utils.d.ts +0 -20
- package/dist/mcp/utils/bash/security.utils.js +0 -34
- package/dist/mcp/utils/filesystem/batch-operations.utils.d.ts +0 -39
- package/dist/mcp/utils/filesystem/batch-operations.utils.js +0 -182
- package/dist/mcp/utils/filesystem/code-analysis.utils.d.ts +0 -18
- package/dist/mcp/utils/filesystem/code-analysis.utils.js +0 -165
- package/dist/mcp/utils/filesystem/match-finder.utils.d.ts +0 -16
- package/dist/mcp/utils/filesystem/match-finder.utils.js +0 -85
- package/dist/mcp/utils/filesystem/office-parser.utils.d.ts +0 -43
- package/dist/mcp/utils/filesystem/office-parser.utils.js +0 -163
- package/dist/mcp/utils/filesystem/path-fixer.utils.d.ts +0 -7
- package/dist/mcp/utils/filesystem/path-fixer.utils.js +0 -60
- package/dist/mcp/utils/filesystem/similarity.utils.d.ts +0 -22
- package/dist/mcp/utils/filesystem/similarity.utils.js +0 -75
- package/dist/mcp/utils/todo/date.utils.d.ts +0 -9
- package/dist/mcp/utils/todo/date.utils.js +0 -14
- package/dist/mcp/utils/websearch/browser.utils.d.ts +0 -8
- package/dist/mcp/utils/websearch/browser.utils.js +0 -58
- package/dist/mcp/utils/websearch/text.utils.d.ts +0 -16
- package/dist/mcp/utils/websearch/text.utils.js +0 -39
- package/dist/mcp/websearch.d.ts +0 -88
- package/dist/mcp/websearch.js +0 -375
- package/dist/test/logger-test.d.ts +0 -1
- package/dist/test/logger-test.js +0 -7
- package/dist/types/index.d.ts +0 -15
- package/dist/types/index.js +0 -1
- package/dist/ui/components/AgentPickerPanel.d.ts +0 -10
- package/dist/ui/components/AgentPickerPanel.js +0 -74
- package/dist/ui/components/ChatInput.d.ts +0 -46
- package/dist/ui/components/ChatInput.js +0 -384
- package/dist/ui/components/CommandPanel.d.ts +0 -15
- package/dist/ui/components/CommandPanel.js +0 -80
- package/dist/ui/components/DiffViewer.d.ts +0 -11
- package/dist/ui/components/DiffViewer.js +0 -178
- package/dist/ui/components/FileList.d.ts +0 -15
- package/dist/ui/components/FileList.js +0 -360
- package/dist/ui/components/FileRollbackConfirmation.d.ts +0 -8
- package/dist/ui/components/FileRollbackConfirmation.js +0 -108
- package/dist/ui/components/HelpPanel.d.ts +0 -2
- package/dist/ui/components/HelpPanel.js +0 -67
- package/dist/ui/components/MCPInfoPanel.d.ts +0 -2
- package/dist/ui/components/MCPInfoPanel.js +0 -108
- package/dist/ui/components/MCPInfoScreen.d.ts +0 -7
- package/dist/ui/components/MCPInfoScreen.js +0 -115
- package/dist/ui/components/MarkdownRenderer.d.ts +0 -6
- package/dist/ui/components/MarkdownRenderer.js +0 -70
- package/dist/ui/components/Menu.d.ts +0 -17
- package/dist/ui/components/Menu.js +0 -88
- package/dist/ui/components/MessageList.d.ts +0 -56
- package/dist/ui/components/MessageList.js +0 -97
- package/dist/ui/components/PendingMessages.d.ts +0 -13
- package/dist/ui/components/PendingMessages.js +0 -29
- package/dist/ui/components/PendingToolCalls.d.ts +0 -11
- package/dist/ui/components/PendingToolCalls.js +0 -35
- package/dist/ui/components/ScrollableSelectInput.d.ts +0 -29
- package/dist/ui/components/ScrollableSelectInput.js +0 -157
- package/dist/ui/components/SessionListPanel.d.ts +0 -7
- package/dist/ui/components/SessionListPanel.js +0 -175
- package/dist/ui/components/SessionListScreen.d.ts +0 -7
- package/dist/ui/components/SessionListScreen.js +0 -217
- package/dist/ui/components/SessionListScreenWrapper.d.ts +0 -7
- package/dist/ui/components/SessionListScreenWrapper.js +0 -14
- package/dist/ui/components/ShimmerText.d.ts +0 -9
- package/dist/ui/components/ShimmerText.js +0 -30
- package/dist/ui/components/TodoPickerPanel.d.ts +0 -14
- package/dist/ui/components/TodoPickerPanel.js +0 -119
- package/dist/ui/components/TodoTree.d.ts +0 -15
- package/dist/ui/components/TodoTree.js +0 -60
- package/dist/ui/components/ToolConfirmation.d.ts +0 -21
- package/dist/ui/components/ToolConfirmation.js +0 -204
- package/dist/ui/components/ToolResultPreview.d.ts +0 -13
- package/dist/ui/components/ToolResultPreview.js +0 -337
- package/dist/ui/components/UsagePanel.d.ts +0 -2
- package/dist/ui/components/UsagePanel.js +0 -394
- package/dist/ui/contexts/ThemeContext.d.ts +0 -13
- package/dist/ui/contexts/ThemeContext.js +0 -28
- package/dist/ui/pages/ChatScreen.d.ts +0 -6
- package/dist/ui/pages/ChatScreen.js +0 -1519
- package/dist/ui/pages/CodeBaseConfigScreen.d.ts +0 -8
- package/dist/ui/pages/CodeBaseConfigScreen.js +0 -350
- package/dist/ui/pages/ConfigScreen.d.ts +0 -8
- package/dist/ui/pages/ConfigScreen.js +0 -1101
- package/dist/ui/pages/CustomHeadersScreen.d.ts +0 -6
- package/dist/ui/pages/CustomHeadersScreen.js +0 -502
- package/dist/ui/pages/HeadlessModeScreen.d.ts +0 -7
- package/dist/ui/pages/HeadlessModeScreen.js +0 -381
- package/dist/ui/pages/LanguageSettingsScreen.d.ts +0 -7
- package/dist/ui/pages/LanguageSettingsScreen.js +0 -91
- package/dist/ui/pages/MCPConfigScreen.d.ts +0 -6
- package/dist/ui/pages/MCPConfigScreen.js +0 -55
- package/dist/ui/pages/ProxyConfigScreen.d.ts +0 -8
- package/dist/ui/pages/ProxyConfigScreen.js +0 -149
- package/dist/ui/pages/SensitiveCommandConfigScreen.d.ts +0 -7
- package/dist/ui/pages/SensitiveCommandConfigScreen.js +0 -271
- package/dist/ui/pages/SubAgentConfigScreen.d.ts +0 -9
- package/dist/ui/pages/SubAgentConfigScreen.js +0 -435
- package/dist/ui/pages/SubAgentListScreen.d.ts +0 -9
- package/dist/ui/pages/SubAgentListScreen.js +0 -131
- package/dist/ui/pages/SystemPromptConfigScreen.d.ts +0 -6
- package/dist/ui/pages/SystemPromptConfigScreen.js +0 -326
- package/dist/ui/pages/ThemeSettingsScreen.d.ts +0 -7
- package/dist/ui/pages/ThemeSettingsScreen.js +0 -106
- package/dist/ui/pages/WelcomeScreen.d.ts +0 -7
- package/dist/ui/pages/WelcomeScreen.js +0 -217
- package/dist/ui/themes/index.d.ts +0 -23
- package/dist/ui/themes/index.js +0 -140
- package/dist/utils/apiConfig.d.ts +0 -126
- package/dist/utils/apiConfig.js +0 -423
- package/dist/utils/autoCompress.d.ts +0 -15
- package/dist/utils/autoCompress.js +0 -24
- package/dist/utils/chatExporter.d.ts +0 -9
- package/dist/utils/chatExporter.js +0 -118
- package/dist/utils/checkpointManager.d.ts +0 -74
- package/dist/utils/checkpointManager.js +0 -181
- package/dist/utils/codebaseConfig.d.ts +0 -16
- package/dist/utils/codebaseConfig.js +0 -67
- package/dist/utils/codebaseDatabase.d.ts +0 -102
- package/dist/utils/codebaseDatabase.js +0 -333
- package/dist/utils/codebaseSearchEvents.d.ts +0 -16
- package/dist/utils/codebaseSearchEvents.js +0 -13
- package/dist/utils/commandExecutor.d.ts +0 -13
- package/dist/utils/commandExecutor.js +0 -26
- package/dist/utils/commands/agent.d.ts +0 -2
- package/dist/utils/commands/agent.js +0 -12
- package/dist/utils/commands/clear.d.ts +0 -2
- package/dist/utils/commands/clear.js +0 -12
- package/dist/utils/commands/compact.d.ts +0 -2
- package/dist/utils/commands/compact.js +0 -12
- package/dist/utils/commands/export.d.ts +0 -2
- package/dist/utils/commands/export.js +0 -12
- package/dist/utils/commands/help.d.ts +0 -2
- package/dist/utils/commands/help.js +0 -11
- package/dist/utils/commands/home.d.ts +0 -2
- package/dist/utils/commands/home.js +0 -34
- package/dist/utils/commands/ide.d.ts +0 -2
- package/dist/utils/commands/ide.js +0 -32
- package/dist/utils/commands/init.d.ts +0 -2
- package/dist/utils/commands/init.js +0 -93
- package/dist/utils/commands/mcp.d.ts +0 -2
- package/dist/utils/commands/mcp.js +0 -12
- package/dist/utils/commands/resume.d.ts +0 -2
- package/dist/utils/commands/resume.js +0 -12
- package/dist/utils/commands/review.d.ts +0 -2
- package/dist/utils/commands/review.js +0 -81
- package/dist/utils/commands/role.d.ts +0 -2
- package/dist/utils/commands/role.js +0 -37
- package/dist/utils/commands/todoPicker.d.ts +0 -2
- package/dist/utils/commands/todoPicker.js +0 -12
- package/dist/utils/commands/usage.d.ts +0 -2
- package/dist/utils/commands/usage.js +0 -12
- package/dist/utils/commands/yolo.d.ts +0 -2
- package/dist/utils/commands/yolo.js +0 -12
- package/dist/utils/configManager.d.ts +0 -45
- package/dist/utils/configManager.js +0 -303
- package/dist/utils/contextCompressor.d.ts +0 -16
- package/dist/utils/contextCompressor.js +0 -334
- package/dist/utils/devMode.d.ts +0 -13
- package/dist/utils/devMode.js +0 -54
- package/dist/utils/escapeHandler.d.ts +0 -79
- package/dist/utils/escapeHandler.js +0 -153
- package/dist/utils/fileDialog.d.ts +0 -9
- package/dist/utils/fileDialog.js +0 -74
- package/dist/utils/fileUtils.d.ts +0 -40
- package/dist/utils/fileUtils.js +0 -185
- package/dist/utils/historyManager.d.ts +0 -45
- package/dist/utils/historyManager.js +0 -159
- package/dist/utils/incrementalSnapshot.d.ts +0 -109
- package/dist/utils/incrementalSnapshot.js +0 -383
- package/dist/utils/index.d.ts +0 -11
- package/dist/utils/index.js +0 -18
- package/dist/utils/languageConfig.d.ts +0 -21
- package/dist/utils/languageConfig.js +0 -61
- package/dist/utils/logger.d.ts +0 -37
- package/dist/utils/logger.js +0 -122
- package/dist/utils/mcpToolsManager.d.ts +0 -52
- package/dist/utils/mcpToolsManager.js +0 -878
- package/dist/utils/messageFormatter.d.ts +0 -12
- package/dist/utils/messageFormatter.js +0 -115
- package/dist/utils/notebookManager.d.ts +0 -59
- package/dist/utils/notebookManager.js +0 -213
- package/dist/utils/patch-highlight.d.ts +0 -5
- package/dist/utils/patch-highlight.js +0 -23
- package/dist/utils/processManager.d.ts +0 -27
- package/dist/utils/processManager.js +0 -75
- package/dist/utils/proxyUtils.d.ts +0 -15
- package/dist/utils/proxyUtils.js +0 -50
- package/dist/utils/resourceMonitor.d.ts +0 -65
- package/dist/utils/resourceMonitor.js +0 -175
- package/dist/utils/retryUtils.d.ts +0 -49
- package/dist/utils/retryUtils.js +0 -303
- package/dist/utils/sensitiveCommandManager.d.ts +0 -53
- package/dist/utils/sensitiveCommandManager.js +0 -308
- package/dist/utils/sessionConverter.d.ts +0 -7
- package/dist/utils/sessionConverter.js +0 -306
- package/dist/utils/sessionManager.d.ts +0 -53
- package/dist/utils/sessionManager.js +0 -371
- package/dist/utils/subAgentConfig.d.ts +0 -50
- package/dist/utils/subAgentConfig.js +0 -221
- package/dist/utils/subAgentExecutor.d.ts +0 -40
- package/dist/utils/subAgentExecutor.js +0 -434
- package/dist/utils/terminal.d.ts +0 -5
- package/dist/utils/terminal.js +0 -13
- package/dist/utils/textBuffer.d.ts +0 -99
- package/dist/utils/textBuffer.js +0 -547
- package/dist/utils/textUtils.d.ts +0 -37
- package/dist/utils/textUtils.js +0 -102
- package/dist/utils/themeConfig.d.ts +0 -21
- package/dist/utils/themeConfig.js +0 -61
- package/dist/utils/todoPreprocessor.d.ts +0 -5
- package/dist/utils/todoPreprocessor.js +0 -18
- package/dist/utils/todoScanner.d.ts +0 -8
- package/dist/utils/todoScanner.js +0 -148
- package/dist/utils/toolDisplayConfig.d.ts +0 -16
- package/dist/utils/toolDisplayConfig.js +0 -47
- package/dist/utils/toolExecutor.d.ts +0 -37
- package/dist/utils/toolExecutor.js +0 -224
- package/dist/utils/usageLogger.d.ts +0 -11
- package/dist/utils/usageLogger.js +0 -114
- package/dist/utils/vscodeConnection.d.ts +0 -76
- package/dist/utils/vscodeConnection.js +0 -430
- package/dist/utils/workspaceSnapshot.d.ts +0 -63
- package/dist/utils/workspaceSnapshot.js +0 -300
|
@@ -1,394 +0,0 @@
|
|
|
1
|
-
import React, { useState, useEffect } from 'react';
|
|
2
|
-
import { Box, Text, useInput } from 'ink';
|
|
3
|
-
import fs from 'fs/promises';
|
|
4
|
-
import path from 'path';
|
|
5
|
-
import os from 'os';
|
|
6
|
-
import { useTerminalSize } from '../../hooks/useTerminalSize.js';
|
|
7
|
-
const GRANULARITY_LABELS = {
|
|
8
|
-
hour: 'Last 24h',
|
|
9
|
-
day: 'Last 7d',
|
|
10
|
-
week: 'Last 30d',
|
|
11
|
-
month: 'Last 12m',
|
|
12
|
-
};
|
|
13
|
-
function getModelShortName(modelName, maxLength = 20) {
|
|
14
|
-
// Extract readable name from model string intelligently
|
|
15
|
-
// Examples:
|
|
16
|
-
// "claude-sonnet-4-5-20250929" -> "Sonnet 4.5"
|
|
17
|
-
// "gpt-4-turbo-2024-04-09" -> "GPT-4 Turbo"
|
|
18
|
-
// "deepseek-chat-v2.5" -> "Deepseek Chat V2.5"
|
|
19
|
-
// "glm-4-plus-20240116" -> "GLM-4 Plus"
|
|
20
|
-
// "qwen2.5-72b-instruct" -> "Qwen2.5 72B"
|
|
21
|
-
let name = modelName;
|
|
22
|
-
// Step 1: Remove common date/version suffixes
|
|
23
|
-
// Remove YYYYMMDD dates
|
|
24
|
-
name = name.replace(/-?\d{8}$/g, '');
|
|
25
|
-
// Remove YYYY-MM-DD dates
|
|
26
|
-
name = name.replace(/-\d{4}-\d{2}-\d{2}$/g, '');
|
|
27
|
-
// Remove trailing version hashes
|
|
28
|
-
name = name.replace(/-[a-f0-9]{7,}$/gi, '');
|
|
29
|
-
// Step 2: Convert version patterns (4-5 -> 4.5, but keep word-number like gpt-4)
|
|
30
|
-
// Only convert digit-digit patterns
|
|
31
|
-
name = name.replace(/(\d)-(\d)/g, '$1.$2');
|
|
32
|
-
// Step 3: Smart parsing based on common patterns
|
|
33
|
-
const parts = name.split(/[-_]/);
|
|
34
|
-
// Filter out common suffixes we don't want
|
|
35
|
-
const stopWords = [
|
|
36
|
-
'instruct',
|
|
37
|
-
'chat',
|
|
38
|
-
'base',
|
|
39
|
-
'turbo',
|
|
40
|
-
'preview',
|
|
41
|
-
'api',
|
|
42
|
-
'model',
|
|
43
|
-
];
|
|
44
|
-
const importantParts = [];
|
|
45
|
-
const suffixParts = [];
|
|
46
|
-
for (let i = 0; i < parts.length; i++) {
|
|
47
|
-
const part = parts[i];
|
|
48
|
-
if (!part)
|
|
49
|
-
continue;
|
|
50
|
-
const lower = part.toLowerCase();
|
|
51
|
-
// First part is always important (brand name)
|
|
52
|
-
if (i === 0) {
|
|
53
|
-
importantParts.push(part);
|
|
54
|
-
continue;
|
|
55
|
-
}
|
|
56
|
-
// Version numbers and model tiers are important
|
|
57
|
-
if (/^\d+\.?\d*[a-z]?$/i.test(part) || /^v\d/i.test(part)) {
|
|
58
|
-
importantParts.push(part);
|
|
59
|
-
continue;
|
|
60
|
-
}
|
|
61
|
-
// Size indicators (72b, 7b, etc)
|
|
62
|
-
if (/^\d+[bm]$/i.test(part)) {
|
|
63
|
-
importantParts.push(part.toUpperCase());
|
|
64
|
-
continue;
|
|
65
|
-
}
|
|
66
|
-
// Model names/variants (sonnet, haiku, plus, pro, ultra, etc)
|
|
67
|
-
if (lower.match(/^(sonnet|haiku|opus|plus|pro|ultra|mini|nano|max|lite)$/)) {
|
|
68
|
-
importantParts.push(part);
|
|
69
|
-
continue;
|
|
70
|
-
}
|
|
71
|
-
// Common suffixes go to end
|
|
72
|
-
if (stopWords.includes(lower)) {
|
|
73
|
-
suffixParts.push(part);
|
|
74
|
-
continue;
|
|
75
|
-
}
|
|
76
|
-
// Everything else goes to important parts (up to 3 parts total)
|
|
77
|
-
if (importantParts.length < 3) {
|
|
78
|
-
importantParts.push(part);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
// Step 4: Format the name
|
|
82
|
-
let result = importantParts
|
|
83
|
-
.map((part, idx) => {
|
|
84
|
-
// First part: capitalize first letter
|
|
85
|
-
if (idx === 0) {
|
|
86
|
-
return part.charAt(0).toUpperCase() + part.slice(1).toLowerCase();
|
|
87
|
-
}
|
|
88
|
-
// Version numbers and sizes: keep as-is or uppercase
|
|
89
|
-
if (/^\d|^v\d|^\d+[BM]$/i.test(part)) {
|
|
90
|
-
return part;
|
|
91
|
-
}
|
|
92
|
-
// Other parts: capitalize first letter
|
|
93
|
-
return part.charAt(0).toUpperCase() + part.slice(1).toLowerCase();
|
|
94
|
-
})
|
|
95
|
-
.join(' ');
|
|
96
|
-
// Add important suffix if exists and space allows
|
|
97
|
-
if (suffixParts.length > 0 &&
|
|
98
|
-
suffixParts[0] &&
|
|
99
|
-
result.length < maxLength - 5) {
|
|
100
|
-
result +=
|
|
101
|
-
' ' +
|
|
102
|
-
suffixParts[0].charAt(0).toUpperCase() +
|
|
103
|
-
suffixParts[0].slice(1).toLowerCase();
|
|
104
|
-
}
|
|
105
|
-
// Step 5: Truncate if too long
|
|
106
|
-
return result.length > maxLength ? result.slice(0, maxLength) : result;
|
|
107
|
-
}
|
|
108
|
-
async function loadUsageData() {
|
|
109
|
-
const homeDir = os.homedir();
|
|
110
|
-
const usageDir = path.join(homeDir, '.snow', 'usage');
|
|
111
|
-
try {
|
|
112
|
-
const entries = [];
|
|
113
|
-
const dateDirs = await fs.readdir(usageDir);
|
|
114
|
-
for (const dateDir of dateDirs) {
|
|
115
|
-
const datePath = path.join(usageDir, dateDir);
|
|
116
|
-
const stats = await fs.stat(datePath);
|
|
117
|
-
if (!stats.isDirectory())
|
|
118
|
-
continue;
|
|
119
|
-
const files = await fs.readdir(datePath);
|
|
120
|
-
for (const file of files) {
|
|
121
|
-
if (!file.endsWith('.jsonl'))
|
|
122
|
-
continue;
|
|
123
|
-
const filePath = path.join(datePath, file);
|
|
124
|
-
const content = await fs.readFile(filePath, 'utf-8');
|
|
125
|
-
const lines = content
|
|
126
|
-
.trim()
|
|
127
|
-
.split('\n')
|
|
128
|
-
.filter(l => l.trim());
|
|
129
|
-
for (const line of lines) {
|
|
130
|
-
try {
|
|
131
|
-
const entry = JSON.parse(line);
|
|
132
|
-
entries.push(entry);
|
|
133
|
-
}
|
|
134
|
-
catch {
|
|
135
|
-
// Skip invalid lines
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
return entries.sort((a, b) => new Date(a.timestamp).getTime() - new Date(b.timestamp).getTime());
|
|
141
|
-
}
|
|
142
|
-
catch (error) {
|
|
143
|
-
return [];
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
function filterByGranularity(entries, granularity) {
|
|
147
|
-
if (entries.length === 0)
|
|
148
|
-
return [];
|
|
149
|
-
const now = new Date();
|
|
150
|
-
const cutoff = new Date(now);
|
|
151
|
-
switch (granularity) {
|
|
152
|
-
case 'hour':
|
|
153
|
-
cutoff.setHours(now.getHours() - 24);
|
|
154
|
-
break;
|
|
155
|
-
case 'day':
|
|
156
|
-
cutoff.setDate(now.getDate() - 7);
|
|
157
|
-
break;
|
|
158
|
-
case 'week':
|
|
159
|
-
cutoff.setDate(now.getDate() - 30);
|
|
160
|
-
break;
|
|
161
|
-
case 'month':
|
|
162
|
-
cutoff.setMonth(now.getMonth() - 12);
|
|
163
|
-
break;
|
|
164
|
-
}
|
|
165
|
-
return entries.filter(e => new Date(e.timestamp) >= cutoff);
|
|
166
|
-
}
|
|
167
|
-
function aggregateByModel(entries) {
|
|
168
|
-
const models = new Map();
|
|
169
|
-
let grandTotal = 0;
|
|
170
|
-
for (const entry of entries) {
|
|
171
|
-
const modelName = entry.model;
|
|
172
|
-
if (!models.has(modelName)) {
|
|
173
|
-
models.set(modelName, {
|
|
174
|
-
input: 0,
|
|
175
|
-
output: 0,
|
|
176
|
-
cacheCreation: 0,
|
|
177
|
-
cacheRead: 0,
|
|
178
|
-
total: 0,
|
|
179
|
-
});
|
|
180
|
-
}
|
|
181
|
-
const stats = models.get(modelName);
|
|
182
|
-
stats.input += entry.inputTokens;
|
|
183
|
-
stats.output += entry.outputTokens;
|
|
184
|
-
stats.cacheCreation += entry.cacheCreationInputTokens || 0;
|
|
185
|
-
stats.cacheRead += entry.cacheReadInputTokens || 0;
|
|
186
|
-
stats.total += entry.inputTokens + entry.outputTokens;
|
|
187
|
-
grandTotal += entry.inputTokens + entry.outputTokens;
|
|
188
|
-
}
|
|
189
|
-
return { models, grandTotal };
|
|
190
|
-
}
|
|
191
|
-
function formatTokens(tokens, compact = false) {
|
|
192
|
-
if (tokens >= 1000000) {
|
|
193
|
-
return compact
|
|
194
|
-
? `${(tokens / 1000000).toFixed(1)}M`
|
|
195
|
-
: `${(tokens / 1000000).toFixed(2)}M`;
|
|
196
|
-
}
|
|
197
|
-
if (tokens >= 1000) {
|
|
198
|
-
return compact
|
|
199
|
-
? `${Math.round(tokens / 1000)}K`
|
|
200
|
-
: `${(tokens / 1000).toFixed(1)}K`;
|
|
201
|
-
}
|
|
202
|
-
return String(tokens);
|
|
203
|
-
}
|
|
204
|
-
function renderStackedBarChart(stats, terminalWidth, scrollOffset) {
|
|
205
|
-
if (stats.models.size === 0) {
|
|
206
|
-
return (React.createElement(Text, { color: "gray", dimColor: true }, "No data available"));
|
|
207
|
-
}
|
|
208
|
-
const sortedModels = Array.from(stats.models.entries()).sort((a, b) => b[1].total - a[1].total);
|
|
209
|
-
const isNarrow = terminalWidth < 100;
|
|
210
|
-
// Show maximum 2 models at a time for better readability
|
|
211
|
-
const maxVisibleModels = 2;
|
|
212
|
-
// Calculate visible range
|
|
213
|
-
const startIdx = scrollOffset;
|
|
214
|
-
const endIdx = Math.min(startIdx + maxVisibleModels, sortedModels.length);
|
|
215
|
-
const visibleModels = sortedModels.slice(startIdx, endIdx);
|
|
216
|
-
const hasMoreAbove = startIdx > 0;
|
|
217
|
-
const hasMoreBelow = endIdx < sortedModels.length;
|
|
218
|
-
// Calculate max total (including cache) for scaling
|
|
219
|
-
const maxTotal = Math.max(...Array.from(stats.models.values()).map(s => s.total + s.cacheCreation + s.cacheRead));
|
|
220
|
-
// Use almost full width for bars (leave some margin)
|
|
221
|
-
const maxBarWidth = Math.min(isNarrow ? 50 : 70, terminalWidth - 10);
|
|
222
|
-
return (React.createElement(Box, { flexDirection: "column" },
|
|
223
|
-
React.createElement(Box, { marginBottom: 1 },
|
|
224
|
-
React.createElement(Text, { color: "cyan" }, "\u2588"),
|
|
225
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
226
|
-
' ',
|
|
227
|
-
"Usage",
|
|
228
|
-
' '),
|
|
229
|
-
React.createElement(Text, { color: "green" }, "\u2588"),
|
|
230
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
231
|
-
' ',
|
|
232
|
-
"Cache Hit",
|
|
233
|
-
' '),
|
|
234
|
-
React.createElement(Text, { color: "yellow" }, "\u2588"),
|
|
235
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
236
|
-
' ',
|
|
237
|
-
"Cache Create")),
|
|
238
|
-
hasMoreAbove && (React.createElement(Box, { marginBottom: 1 },
|
|
239
|
-
React.createElement(Text, { color: "yellow", dimColor: true },
|
|
240
|
-
"\u2191 ",
|
|
241
|
-
startIdx,
|
|
242
|
-
" more above (use \u2191 arrow)"))),
|
|
243
|
-
visibleModels.map(([modelName, modelStats]) => {
|
|
244
|
-
const shortName = getModelShortName(modelName, 30);
|
|
245
|
-
// Calculate segment lengths based on proportion
|
|
246
|
-
// Ensure at least 1 character if value exists
|
|
247
|
-
const usageLength = modelStats.total > 0
|
|
248
|
-
? Math.max(1, Math.round((modelStats.total / maxTotal) * maxBarWidth))
|
|
249
|
-
: 0;
|
|
250
|
-
const cacheHitLength = modelStats.cacheRead > 0
|
|
251
|
-
? Math.max(1, Math.round((modelStats.cacheRead / maxTotal) * maxBarWidth))
|
|
252
|
-
: 0;
|
|
253
|
-
const cacheCreateLength = modelStats.cacheCreation > 0
|
|
254
|
-
? Math.max(1, Math.round((modelStats.cacheCreation / maxTotal) * maxBarWidth))
|
|
255
|
-
: 0;
|
|
256
|
-
return (React.createElement(Box, { key: modelName, flexDirection: "column", marginBottom: 1 },
|
|
257
|
-
React.createElement(Box, null,
|
|
258
|
-
React.createElement(Text, { bold: true, color: "white" }, shortName)),
|
|
259
|
-
React.createElement(Box, null,
|
|
260
|
-
usageLength > 0 && (React.createElement(Text, { color: "cyan" }, '█'.repeat(usageLength))),
|
|
261
|
-
cacheHitLength > 0 && (React.createElement(Text, { color: "green" }, '█'.repeat(cacheHitLength))),
|
|
262
|
-
cacheCreateLength > 0 && (React.createElement(Text, { color: "yellow" }, '█'.repeat(cacheCreateLength)))),
|
|
263
|
-
React.createElement(Box, null,
|
|
264
|
-
React.createElement(Text, { color: "cyan" },
|
|
265
|
-
"Usage: ",
|
|
266
|
-
formatTokens(modelStats.total, isNarrow)),
|
|
267
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
268
|
-
' ',
|
|
269
|
-
"(In: ",
|
|
270
|
-
formatTokens(modelStats.input, isNarrow),
|
|
271
|
-
", Out:",
|
|
272
|
-
' ',
|
|
273
|
-
formatTokens(modelStats.output, isNarrow),
|
|
274
|
-
")"),
|
|
275
|
-
(modelStats.cacheRead > 0 || modelStats.cacheCreation > 0) && (React.createElement(React.Fragment, null,
|
|
276
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
277
|
-
' ',
|
|
278
|
-
"|",
|
|
279
|
-
' '),
|
|
280
|
-
modelStats.cacheRead > 0 && (React.createElement(React.Fragment, null,
|
|
281
|
-
React.createElement(Text, { color: "green" },
|
|
282
|
-
"Hit: ",
|
|
283
|
-
formatTokens(modelStats.cacheRead, isNarrow)),
|
|
284
|
-
modelStats.cacheCreation > 0 && (React.createElement(Text, { color: "gray", dimColor: true },
|
|
285
|
-
",",
|
|
286
|
-
' ')))),
|
|
287
|
-
modelStats.cacheCreation > 0 && (React.createElement(Text, { color: "yellow" },
|
|
288
|
-
"Create: ",
|
|
289
|
-
formatTokens(modelStats.cacheCreation, isNarrow))))))));
|
|
290
|
-
}),
|
|
291
|
-
sortedModels.length > 1 && (React.createElement(Box, { marginTop: 1, flexDirection: "column" },
|
|
292
|
-
React.createElement(Text, { color: "gray", dimColor: true }, '─'.repeat(Math.min(terminalWidth - 8, 70))),
|
|
293
|
-
React.createElement(Box, null,
|
|
294
|
-
React.createElement(Text, { bold: true, color: "white" },
|
|
295
|
-
"TOTAL:",
|
|
296
|
-
' '),
|
|
297
|
-
React.createElement(Text, { color: "cyan", bold: true }, formatTokens(stats.grandTotal)),
|
|
298
|
-
Array.from(stats.models.values()).reduce((sum, s) => sum + s.cacheRead, 0) > 0 && (React.createElement(React.Fragment, null,
|
|
299
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
300
|
-
' ',
|
|
301
|
-
"|",
|
|
302
|
-
' '),
|
|
303
|
-
React.createElement(Text, { color: "green", bold: true },
|
|
304
|
-
"Hit:",
|
|
305
|
-
' ',
|
|
306
|
-
formatTokens(Array.from(stats.models.values()).reduce((sum, s) => sum + s.cacheRead, 0))))),
|
|
307
|
-
Array.from(stats.models.values()).reduce((sum, s) => sum + s.cacheCreation, 0) > 0 && (React.createElement(React.Fragment, null,
|
|
308
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
309
|
-
",",
|
|
310
|
-
' '),
|
|
311
|
-
React.createElement(Text, { color: "yellow", bold: true },
|
|
312
|
-
"Create:",
|
|
313
|
-
' ',
|
|
314
|
-
formatTokens(Array.from(stats.models.values()).reduce((sum, s) => sum + s.cacheCreation, 0)))))))),
|
|
315
|
-
hasMoreBelow && (React.createElement(Box, { marginTop: 1 },
|
|
316
|
-
React.createElement(Text, { color: "yellow", dimColor: true },
|
|
317
|
-
"\u2193 ",
|
|
318
|
-
sortedModels.length - endIdx,
|
|
319
|
-
" more below (use \u2193 arrow)")))));
|
|
320
|
-
}
|
|
321
|
-
export default function UsagePanel() {
|
|
322
|
-
const [granularity, setGranularity] = useState('week');
|
|
323
|
-
const [stats, setStats] = useState({
|
|
324
|
-
models: new Map(),
|
|
325
|
-
grandTotal: 0,
|
|
326
|
-
});
|
|
327
|
-
const [isLoading, setIsLoading] = useState(true);
|
|
328
|
-
const [error, setError] = useState(null);
|
|
329
|
-
const [scrollOffset, setScrollOffset] = useState(0);
|
|
330
|
-
const { columns: terminalWidth } = useTerminalSize();
|
|
331
|
-
useEffect(() => {
|
|
332
|
-
const load = async () => {
|
|
333
|
-
setIsLoading(true);
|
|
334
|
-
try {
|
|
335
|
-
const entries = await loadUsageData();
|
|
336
|
-
const filtered = filterByGranularity(entries, granularity);
|
|
337
|
-
const aggregated = aggregateByModel(filtered);
|
|
338
|
-
setStats(aggregated);
|
|
339
|
-
setError(null);
|
|
340
|
-
}
|
|
341
|
-
catch (err) {
|
|
342
|
-
setError(err instanceof Error ? err.message : 'Failed to load usage data');
|
|
343
|
-
}
|
|
344
|
-
finally {
|
|
345
|
-
setIsLoading(false);
|
|
346
|
-
}
|
|
347
|
-
};
|
|
348
|
-
load();
|
|
349
|
-
}, [granularity]);
|
|
350
|
-
// Reset scroll when changing granularity
|
|
351
|
-
useEffect(() => {
|
|
352
|
-
setScrollOffset(0);
|
|
353
|
-
}, [granularity]);
|
|
354
|
-
useInput((_input, key) => {
|
|
355
|
-
if (key.tab) {
|
|
356
|
-
const granularities = ['hour', 'day', 'week', 'month'];
|
|
357
|
-
const currentIdx = granularities.indexOf(granularity);
|
|
358
|
-
const nextIdx = (currentIdx + 1) % granularities.length;
|
|
359
|
-
setGranularity(granularities[nextIdx]);
|
|
360
|
-
}
|
|
361
|
-
// Calculate available space for scrolling
|
|
362
|
-
const sortedModels = Array.from(stats.models.entries()).sort((a, b) => b[1].total - a[1].total);
|
|
363
|
-
const totalModels = sortedModels.length;
|
|
364
|
-
if (key.upArrow) {
|
|
365
|
-
setScrollOffset(prev => Math.max(0, prev - 1));
|
|
366
|
-
}
|
|
367
|
-
if (key.downArrow) {
|
|
368
|
-
// Reserve space for header, legend, total summary
|
|
369
|
-
const maxScroll = Math.max(0, totalModels - 1);
|
|
370
|
-
setScrollOffset(prev => Math.min(maxScroll, prev + 1));
|
|
371
|
-
}
|
|
372
|
-
});
|
|
373
|
-
if (isLoading) {
|
|
374
|
-
return (React.createElement(Box, { borderColor: "cyan", borderStyle: "round", paddingX: 2, paddingY: 0 },
|
|
375
|
-
React.createElement(Text, { color: "gray" }, "Loading usage statistics...")));
|
|
376
|
-
}
|
|
377
|
-
if (error) {
|
|
378
|
-
return (React.createElement(Box, { borderColor: "red", borderStyle: "round", paddingX: 2, paddingY: 0 },
|
|
379
|
-
React.createElement(Text, { color: "red" },
|
|
380
|
-
"Error: ",
|
|
381
|
-
error)));
|
|
382
|
-
}
|
|
383
|
-
return (React.createElement(Box, { borderColor: "cyan", borderStyle: "round", paddingX: 2, paddingY: 1, flexDirection: "column" },
|
|
384
|
-
React.createElement(Box, { marginBottom: 1 },
|
|
385
|
-
React.createElement(Text, { color: "cyan", bold: true }, "Token Usage Statistics"),
|
|
386
|
-
React.createElement(Text, { color: "gray" },
|
|
387
|
-
" (",
|
|
388
|
-
GRANULARITY_LABELS[granularity],
|
|
389
|
-
")"),
|
|
390
|
-
React.createElement(Text, { color: "gray", dimColor: true },
|
|
391
|
-
' ',
|
|
392
|
-
"- Tab to switch")),
|
|
393
|
-
stats.models.size === 0 ? (React.createElement(Text, { color: "gray", dimColor: true }, "No usage data for this period")) : (renderStackedBarChart(stats, terminalWidth, scrollOffset))));
|
|
394
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
import { ThemeType, Theme } from '../themes/index.js';
|
|
3
|
-
interface ThemeContextType {
|
|
4
|
-
theme: Theme;
|
|
5
|
-
themeType: ThemeType;
|
|
6
|
-
setThemeType: (type: ThemeType) => void;
|
|
7
|
-
}
|
|
8
|
-
interface ThemeProviderProps {
|
|
9
|
-
children: ReactNode;
|
|
10
|
-
}
|
|
11
|
-
export declare function ThemeProvider({ children }: ThemeProviderProps): React.JSX.Element;
|
|
12
|
-
export declare function useTheme(): ThemeContextType;
|
|
13
|
-
export {};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React, { createContext, useContext, useState, } from 'react';
|
|
2
|
-
import { themes } from '../themes/index.js';
|
|
3
|
-
import { getCurrentTheme, setCurrentTheme, } from '../../utils/themeConfig.js';
|
|
4
|
-
const ThemeContext = createContext(undefined);
|
|
5
|
-
export function ThemeProvider({ children }) {
|
|
6
|
-
const [themeType, setThemeTypeState] = useState(() => {
|
|
7
|
-
// Load initial theme from config
|
|
8
|
-
return getCurrentTheme();
|
|
9
|
-
});
|
|
10
|
-
const setThemeType = (type) => {
|
|
11
|
-
setThemeTypeState(type);
|
|
12
|
-
// Persist to config file
|
|
13
|
-
setCurrentTheme(type);
|
|
14
|
-
};
|
|
15
|
-
const value = {
|
|
16
|
-
theme: themes[themeType],
|
|
17
|
-
themeType,
|
|
18
|
-
setThemeType,
|
|
19
|
-
};
|
|
20
|
-
return (React.createElement(ThemeContext.Provider, { value: value }, children));
|
|
21
|
-
}
|
|
22
|
-
export function useTheme() {
|
|
23
|
-
const context = useContext(ThemeContext);
|
|
24
|
-
if (!context) {
|
|
25
|
-
throw new Error('useTheme must be used within a ThemeProvider');
|
|
26
|
-
}
|
|
27
|
-
return context;
|
|
28
|
-
}
|