mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
Add low/full CLI error verbosity mode for cleaner UI (#20399)
This commit is contained in:
@@ -436,6 +436,14 @@
|
||||
"type": "string",
|
||||
"enum": ["tips", "witty", "all", "off"]
|
||||
},
|
||||
"errorVerbosity": {
|
||||
"title": "Error Verbosity",
|
||||
"description": "Controls whether recoverable errors are hidden (low) or fully shown (full).",
|
||||
"markdownDescription": "Controls whether recoverable errors are hidden (low) or fully shown (full).\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `low`",
|
||||
"default": "low",
|
||||
"type": "string",
|
||||
"enum": ["low", "full"]
|
||||
},
|
||||
"customWittyPhrases": {
|
||||
"title": "Custom Witty Phrases",
|
||||
"description": "Custom witty phrases to display during loading. When provided, the CLI cycles through these instead of the defaults.",
|
||||
|
||||
Reference in New Issue
Block a user