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

View File

@@ -62,6 +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` |
| 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` |