feat: allow custom filename for context files (#654)

Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
This commit is contained in:
Allen Hutchison 2025-05-31 12:49:28 -07:00 committed by GitHub
parent cbc1614b84
commit 53bf778497
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 1710 additions and 888 deletions

View file

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