mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 23:44:15 -07:00
feat(cli): add ui.hideFooterDuringApproval setting and improve dialog instructions
This commit is contained in:
@@ -365,6 +365,13 @@
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"hideFooterDuringApproval": {
|
||||
"title": "Hide Footer During Approval",
|
||||
"description": "Hide the footer when a tool approval request is displayed.",
|
||||
"markdownDescription": "Hide the footer when a tool approval request is displayed.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"newFooterLayout": {
|
||||
"title": "New Footer Layout",
|
||||
"description": "Use the new 2-row layout with inline tips.",
|
||||
|
||||
Reference in New Issue
Block a user