mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 05:55:17 -07:00
fix: regenerate settings docs and schema for retryFetchErrors default change
This commit is contained in:
@@ -146,7 +146,7 @@ their corresponding top-level category object in your `settings.json` file.
|
|||||||
- **`general.retryFetchErrors`** (boolean):
|
- **`general.retryFetchErrors`** (boolean):
|
||||||
- **Description:** Retry on "exception TypeError: fetch failed sending
|
- **Description:** Retry on "exception TypeError: fetch failed sending
|
||||||
request" errors.
|
request" errors.
|
||||||
- **Default:** `false`
|
- **Default:** `true`
|
||||||
|
|
||||||
- **`general.debugKeystrokeLogging`** (boolean):
|
- **`general.debugKeystrokeLogging`** (boolean):
|
||||||
- **Description:** Enable debug logging of keystrokes to the console.
|
- **Description:** Enable debug logging of keystrokes to the console.
|
||||||
|
|||||||
Generated
+1
@@ -17419,6 +17419,7 @@
|
|||||||
"shell-quote": "^1.8.3",
|
"shell-quote": "^1.8.3",
|
||||||
"simple-git": "^3.28.0",
|
"simple-git": "^3.28.0",
|
||||||
"strip-ansi": "^7.1.0",
|
"strip-ansi": "^7.1.0",
|
||||||
|
"strip-json-comments": "^3.1.1",
|
||||||
"systeminformation": "^5.25.11",
|
"systeminformation": "^5.25.11",
|
||||||
"tree-sitter-bash": "^0.25.0",
|
"tree-sitter-bash": "^0.25.0",
|
||||||
"undici": "^7.10.0",
|
"undici": "^7.10.0",
|
||||||
|
|||||||
@@ -131,8 +131,8 @@
|
|||||||
"retryFetchErrors": {
|
"retryFetchErrors": {
|
||||||
"title": "Retry Fetch Errors",
|
"title": "Retry Fetch Errors",
|
||||||
"description": "Retry on \"exception TypeError: fetch failed sending request\" errors.",
|
"description": "Retry on \"exception TypeError: fetch failed sending request\" errors.",
|
||||||
"markdownDescription": "Retry on \"exception TypeError: fetch failed sending request\" errors.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `false`",
|
"markdownDescription": "Retry on \"exception TypeError: fetch failed sending request\" errors.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `true`",
|
||||||
"default": false,
|
"default": true,
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"debugKeystrokeLogging": {
|
"debugKeystrokeLogging": {
|
||||||
|
|||||||
Reference in New Issue
Block a user