feat: add --show_memory_usage flag to display memory usage in status bar (#606)

This commit is contained in:
Jacob Richman 2025-05-30 22:18:01 +00:00 committed by GitHub
parent 3291ffbe09
commit 01768d7759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 205 additions and 12 deletions

View file

@ -27,6 +27,7 @@ export interface Settings {
toolCallCommand?: string;
mcpServerCommand?: string;
mcpServers?: Record<string, MCPServerConfig>;
showMemoryUsage?: boolean;
// Add other settings here.
}