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

@@ -275,6 +275,10 @@ their corresponding top-level category object in your `settings.json` file.
- **Description:** Hide the footer from the UI
- **Default:** `false`
- **`ui.hideFooterDuringApproval`** (boolean):
- **Description:** Hide the footer when a tool approval request is displayed.
- **Default:** `true`
- **`ui.newFooterLayout`** (enum):
- **Description:** Use the new 2-row layout with inline tips.
- **Default:** `"legacy"`