Update contextFileName to support an optional list of strings (#1001)

This commit is contained in:
Billy Biggs 2025-06-13 09:19:08 -07:00 committed by GitHub
parent 34e0d9c0b6
commit 2a1ad1f5d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 176 additions and 117 deletions

View file

@ -35,7 +35,7 @@ export interface Settings {
mcpServerCommand?: string;
mcpServers?: Record<string, MCPServerConfig>;
showMemoryUsage?: boolean;
contextFileName?: string;
contextFileName?: string | string[];
accessibility?: AccessibilitySettings;
telemetry?: boolean;
preferredEditor?: string;