feat(cli): full drawer collapse during tool approval and compact context summary

This commit is contained in:
Keith Guerin
2026-03-01 23:39:57 -08:00
parent 2e3542d429
commit ad6e924b73
10 changed files with 40 additions and 74 deletions
+4 -4
View File
@@ -365,10 +365,10 @@
"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`",
"collapseDrawerDuringApproval": {
"title": "Collapse Drawer During Approval",
"description": "Collapse the entire drawer (status, context, input, footer) when a tool approval request is displayed.",
"markdownDescription": "Collapse the entire drawer (status, context, input, footer) when a tool approval request is displayed.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `true`",
"default": true,
"type": "boolean"
},