feat(cli): add ui.hideFooterDuringApproval setting and improve dialog instructions

This commit is contained in:
Keith Guerin
2026-03-01 23:12:13 -08:00
parent a0518cb1c4
commit 2e3542d429
12 changed files with 68 additions and 37 deletions
+7
View File
@@ -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.",