mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-14 16:10:59 -07:00
fix(cli): expose model.name setting in settings dialog for persistence (#19605)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user