From 65e7ccd1d4367cf6ff7444d23d5c0578a648eeb7 Mon Sep 17 00:00:00 2001 From: JAYADITYA <96861162+JayadityaGit@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:22:26 +0530 Subject: [PATCH] docs: document custom witty loading phrases feature (#8006) Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com> --- docs/cli/configuration.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 476d204e09..f83bdf9d49 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -125,6 +125,10 @@ Settings are organized into categories. All settings should be placed within the - **Description:** Disable loading phrases for accessibility. - **Default:** `false` +- **`ui.customWittyPhrases`** (array of strings): + - **Description:** A list of custom phrases to display during loading states. When provided, the CLI will cycle through these phrases instead of the default ones. + - **Default:** `[]` + #### `ide` - **`ide.enabled`** (boolean): @@ -324,7 +328,11 @@ Here is an example of a `settings.json` file with the nested structure, new as o "ui": { "theme": "GitHub", "hideBanner": true, - "hideTips": false + "hideTips": false, + "customWittyPhrases": [ + "You forget a thousand things every day. Make sure this is one of ’em", + "Connecting to AGI" + ] }, "tools": { "sandbox": "docker",