mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
feat(cli): Allow custom title in CLI header (#706)
This commit is contained in:
parent
91fa770196
commit
2ab7e3da71
4 changed files with 57 additions and 4 deletions
|
|
@ -31,6 +31,7 @@ export interface Settings {
|
|||
mcpServers?: Record<string, MCPServerConfig>;
|
||||
showMemoryUsage?: boolean;
|
||||
contextFileName?: string;
|
||||
title?: string;
|
||||
// Add other settings here.
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue