feat(cli): Allow custom title in CLI header (#706)

This commit is contained in:
Scott Densmore 2025-06-02 17:09:55 -07:00 committed by GitHub
parent 91fa770196
commit 2ab7e3da71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 57 additions and 4 deletions

View file

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