mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
Add new setting to configure maxRetries (#20064)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -128,6 +128,13 @@
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"maxAttempts": {
|
||||
"title": "Max Chat Model Attempts",
|
||||
"description": "Maximum number of attempts for requests to the main chat model. Cannot exceed 10.",
|
||||
"markdownDescription": "Maximum number of attempts for requests to the main chat model. Cannot exceed 10.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `10`",
|
||||
"default": 10,
|
||||
"type": "number"
|
||||
},
|
||||
"debugKeystrokeLogging": {
|
||||
"title": "Debug Keystroke Logging",
|
||||
"description": "Enable debug logging of keystrokes to the console.",
|
||||
|
||||
Reference in New Issue
Block a user