mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat: add --show_memory_usage flag to display memory usage in status bar (#606)
This commit is contained in:
parent
3291ffbe09
commit
01768d7759
10 changed files with 205 additions and 12 deletions
|
|
@ -27,6 +27,7 @@ export interface Settings {
|
|||
toolCallCommand?: string;
|
||||
mcpServerCommand?: string;
|
||||
mcpServers?: Record<string, MCPServerConfig>;
|
||||
showMemoryUsage?: boolean;
|
||||
// Add other settings here.
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue