fix(core): Allow model to be set from settings.json (#5527)

This commit is contained in:
Richie Foreman
2025-08-04 16:41:58 -04:00
committed by GitHub
parent 8da6d23688
commit 11808ef7ed
3 changed files with 66 additions and 2 deletions

View File

@@ -86,6 +86,8 @@ export interface Settings {
bugCommand?: BugCommandSettings;
checkpointing?: CheckpointingSettings;
autoConfigureMaxOldSpaceSize?: boolean;
/** The model name to use (e.g 'gemini-9.0-pro') */
model?: string;
// Git-aware file filtering settings
fileFiltering?: {