mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-04 03:26:29 +00:00
feat: allow custom filename for context files (#654)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
This commit is contained in:
@@ -30,6 +30,7 @@ export interface Settings {
|
||||
mcpServerCommand?: string;
|
||||
mcpServers?: Record<string, MCPServerConfig>;
|
||||
showMemoryUsage?: boolean;
|
||||
contextFileName?: string;
|
||||
// Add other settings here.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user