mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
Update contextFileName to support an optional list of strings (#1001)
This commit is contained in:
parent
34e0d9c0b6
commit
2a1ad1f5d9
10 changed files with 176 additions and 117 deletions
|
|
@ -74,7 +74,7 @@ export interface ConfigParameters {
|
|||
geminiMdFileCount?: number;
|
||||
approvalMode?: ApprovalMode;
|
||||
showMemoryUsage?: boolean;
|
||||
contextFileName?: string;
|
||||
contextFileName?: string | string[];
|
||||
geminiIgnorePatterns?: string[];
|
||||
accessibility?: AccessibilitySettings;
|
||||
telemetry?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue