chore: docs

This commit is contained in:
Jack Wotherspoon
2026-02-16 12:59:16 -05:00
committed by Keith Guerin
parent 686998c1c8
commit 2796db5a49
2 changed files with 26 additions and 0 deletions

View File

@@ -255,6 +255,16 @@ their corresponding top-level category object in your `settings.json` file.
input.
- **Default:** `false`
- **`ui.footer.items`** (array):
- **Description:** List of item IDs to display in the footer. Rendered in
order
- **Default:** `undefined`
- **`ui.footer.showLabels`** (boolean):
- **Description:** Display a second line above the footer items with
descriptive headers (e.g., /model).
- **Default:** `true`
- **`ui.footer.hideCWD`** (boolean):
- **Description:** Hide the current working directory path in the footer.
- **Default:** `false`