From 99496163ec73942ea8b02ae1926afe7127d6de14 Mon Sep 17 00:00:00 2001 From: Jarrod Whelan Date: Tue, 10 Feb 2026 03:14:19 -0800 Subject: [PATCH] docs(cli): update configuration documentation for compact tool output - Add 'ui.enableCompactToolOutput' to configuration guide. - Regenerate settings documentation to reflect schema changes. --- docs/cli/settings.md | 1 + docs/get-started/configuration.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/docs/cli/settings.md b/docs/cli/settings.md index 7faf68de40..85bac74716 100644 --- a/docs/cli/settings.md +++ b/docs/cli/settings.md @@ -64,6 +64,7 @@ they appear in the UI. | Use Background Color | `ui.useBackgroundColor` | Whether to use background colors in the UI. | `true` | | Incremental Rendering | `ui.incrementalRendering` | Enable incremental rendering for the UI. This option will reduce flickering but may cause rendering artifacts. Only supported when useAlternateBuffer is enabled. | `true` | | Show Spinner | `ui.showSpinner` | Show the spinner during operations. | `true` | +| Enable Compact Tool Output | `ui.enableCompactToolOutput` | Render tool outputs in a compact, single-line format when possible. | `true` | | Enable Loading Phrases | `ui.accessibility.enableLoadingPhrases` | Enable loading phrases during operations. | `true` | | Screen Reader Mode | `ui.accessibility.screenReader` | Render output in plain-text to be more screen reader accessible | `false` | diff --git a/docs/get-started/configuration.md b/docs/get-started/configuration.md index da28808d40..9d28578c22 100644 --- a/docs/get-started/configuration.md +++ b/docs/get-started/configuration.md @@ -284,6 +284,11 @@ their corresponding top-level category object in your `settings.json` file. - **Description:** Show the spinner during operations. - **Default:** `true` +- **`ui.enableCompactToolOutput`** (boolean): + - **Description:** Render tool outputs in a compact, single-line format when + possible. + - **Default:** `true` + - **`ui.customWittyPhrases`** (array): - **Description:** Custom witty phrases to display during loading. When provided, the CLI cycles through these instead of the defaults.