fix(patch): cherry-pick cb7f7d6 to release/v0.37.0-preview.1-pr-24342 to patch version v0.37.0-preview.1 and create version 0.37.0-preview.2 (#24842)

Co-authored-by: Keith Guerin <keithguerin@gmail.com>
This commit is contained in:
gemini-cli-robot
2026-04-07 11:08:35 -07:00
committed by GitHub
parent 7cd6dde12a
commit ac34520776
5 changed files with 41 additions and 41 deletions
+3 -3
View File
@@ -478,9 +478,9 @@
},
"loadingPhrases": {
"title": "Loading Phrases",
"description": "What to show while the model is working: tips, witty comments, both, or nothing.",
"markdownDescription": "What to show while the model is working: tips, witty comments, both, or nothing.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `tips`",
"default": "tips",
"description": "What to show while the model is working: tips, witty comments, all, or off.",
"markdownDescription": "What to show while the model is working: tips, witty comments, all, or off.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `off`",
"default": "off",
"type": "string",
"enum": ["tips", "witty", "all", "off"]
},