fix(cli): expose model.name setting in settings dialog for persistence (#19605)

This commit is contained in:
Achal Jhawar
2026-02-26 06:56:05 +11:00
committed by GitHub
parent fb0c7d268f
commit b765fb8af4
2 changed files with 8 additions and 7 deletions

View File

@@ -844,7 +844,7 @@ const SETTINGS_SCHEMA = {
requiresRestart: false,
default: undefined as string | undefined,
description: 'The Gemini model to use for conversations.',
showInDialog: false,
showInDialog: true,
},
maxSessionTurns: {
type: 'number',