mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 05:55:17 -07:00
feat(cli): remove output verbosity settings and logic
This commit is contained in:
@@ -153,14 +153,6 @@
|
||||
"default": "text",
|
||||
"type": "string",
|
||||
"enum": ["text", "json"]
|
||||
},
|
||||
"verbosity": {
|
||||
"title": "Verbose Output History",
|
||||
"description": "Show verbose output history. When enabled, output history will include autonomous tool calls, additional logs, etc.",
|
||||
"markdownDescription": "Show verbose output history. When enabled, output history will include autonomous tool calls, additional logs, etc.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `verbose`",
|
||||
"default": "verbose",
|
||||
"type": "string",
|
||||
"enum": ["info", "verbose"]
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user