Add low/full CLI error verbosity mode for cleaner UI (#20399)

This commit is contained in:
Dmitry Lyalin
2026-02-27 14:15:10 -05:00
committed by GitHub
parent 1c8951334a
commit 7f8ce8657c
25 changed files with 689 additions and 32 deletions
+8
View File
@@ -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.",