mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00:00
feat(cli): Allow custom title in CLI header (#706)
This commit is contained in:
@@ -31,6 +31,7 @@ export interface Settings {
|
||||
mcpServers?: Record<string, MCPServerConfig>;
|
||||
showMemoryUsage?: boolean;
|
||||
contextFileName?: string;
|
||||
title?: string;
|
||||
// Add other settings here.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user