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 48fa6f84c8
commit fb6d9cbd36
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?: {