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

View File

@@ -62,7 +62,7 @@ they appear in the UI.
| Hide Model Info | `ui.footer.hideModelInfo` | Hide the model name and context usage in the footer. | `false` |
| Hide Context Window Percentage | `ui.footer.hideContextPercentage` | Hides the context window remaining percentage. | `true` |
| Hide Footer | `ui.hideFooter` | Hide the footer from the UI | `false` |
| Hide Footer During Approval | `ui.hideFooterDuringApproval` | Hide the footer when a tool approval request is displayed. | `true` |
| Collapse Drawer During Approval | `ui.collapseDrawerDuringApproval` | Collapse the entire drawer (status, context, input, footer) when a tool approval request is displayed. | `true` |
| New Footer Layout | `ui.newFooterLayout` | Use the new 2-row layout with inline tips. | `"legacy"` |
| Show Tips | `ui.showTips` | Show informative tips on the right side of the status line. | `true` |
| Show Witty Phrases | `ui.showWit` | Show witty phrases while waiting. | `true` |