docs: regenerate settings documentation and schema

This commit is contained in:
Keith Guerin
2026-03-01 20:26:54 -08:00
parent 3030a8a64a
commit a0518cb1c4
3 changed files with 68 additions and 45 deletions
+13 -6
View File
@@ -275,6 +275,19 @@ their corresponding top-level category object in your `settings.json` file.
- **Description:** Hide the footer from the UI
- **Default:** `false`
- **`ui.newFooterLayout`** (enum):
- **Description:** Use the new 2-row layout with inline tips.
- **Default:** `"legacy"`
- **Values:** `"legacy"`, `"new"`, `"new_divider_down"`
- **`ui.showTips`** (boolean):
- **Description:** Show informative tips on the right side of the status line.
- **Default:** `true`
- **`ui.showWit`** (boolean):
- **Description:** Show witty phrases while waiting.
- **Default:** `true`
- **`ui.showMemoryUsage`** (boolean):
- **Description:** Display memory usage information in the UI
- **Default:** `false`
@@ -316,12 +329,6 @@ their corresponding top-level category object in your `settings.json` file.
- **Description:** Show the spinner during operations.
- **Default:** `true`
- **`ui.loadingPhrases`** (enum):
- **Description:** What to show while the model is working: tips, witty
comments, both, or nothing.
- **Default:** `"tips"`
- **Values:** `"tips"`, `"witty"`, `"all"`, `"off"`
- **`ui.errorVerbosity`** (enum):
- **Description:** Controls whether recoverable errors are hidden (low) or
fully shown (full).