Skip to content

Commit a7c577b

Browse files
committed
feat(cli): change default loadingPhrases to 'witty' to hide tips
1 parent 991dca4 commit a7c577b

5 files changed

Lines changed: 37 additions & 37 deletions

File tree

docs/cli/settings.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -46,38 +46,38 @@ they appear in the UI.
4646

4747
### UI
4848

49-
| UI Label | Setting | Description | Default |
50-
| ------------------------------------ | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
51-
| Auto Theme Switching | `ui.autoThemeSwitching` | Automatically switch between default light and dark themes based on terminal background color. | `true` |
52-
| Terminal Background Polling Interval | `ui.terminalBackgroundPollingInterval` | Interval in seconds to poll the terminal background color. | `60` |
53-
| Hide Window Title | `ui.hideWindowTitle` | Hide the window title bar | `false` |
54-
| Inline Thinking | `ui.inlineThinkingMode` | Display model thinking inline: off or full. | `"off"` |
55-
| Show Thoughts in Title | `ui.showStatusInTitle` | Show Gemini CLI model thoughts in the terminal window title during the working phase | `false` |
56-
| Dynamic Window Title | `ui.dynamicWindowTitle` | Update the terminal window title with current status icons (Ready: ◇, Action Required: ✋, Working: ✦) | `true` |
57-
| Show Home Directory Warning | `ui.showHomeDirectoryWarning` | Show a warning when running Gemini CLI in the home directory. | `true` |
58-
| Show Compatibility Warnings | `ui.showCompatibilityWarnings` | Show warnings about terminal or OS compatibility issues. | `true` |
59-
| Hide Tips | `ui.hideTips` | Hide helpful tips in the UI | `false` |
60-
| Escape Pasted @ Symbols | `ui.escapePastedAtSymbols` | When enabled, @ symbols in pasted text are escaped to prevent unintended @path expansion. | `false` |
61-
| Show Shortcuts Hint | `ui.showShortcutsHint` | Show the "? for shortcuts" hint above the input. | `true` |
62-
| Hide Banner | `ui.hideBanner` | Hide the application banner | `false` |
63-
| Hide Context Summary | `ui.hideContextSummary` | Hide the context summary (GEMINI.md, MCP servers) above the input. | `false` |
64-
| Hide CWD | `ui.footer.hideCWD` | Hide the current working directory in the footer. | `false` |
65-
| Hide Sandbox Status | `ui.footer.hideSandboxStatus` | Hide the sandbox status indicator in the footer. | `false` |
66-
| Hide Model Info | `ui.footer.hideModelInfo` | Hide the model name and context usage in the footer. | `false` |
67-
| Hide Context Window Percentage | `ui.footer.hideContextPercentage` | Hides the context window usage percentage. | `true` |
68-
| Hide Footer | `ui.hideFooter` | Hide the footer from the UI | `false` |
69-
| Show Memory Usage | `ui.showMemoryUsage` | Display memory usage information in the UI | `false` |
70-
| Show Line Numbers | `ui.showLineNumbers` | Show line numbers in the chat. | `true` |
71-
| Show Citations | `ui.showCitations` | Show citations for generated text in the chat. | `false` |
72-
| Show Model Info In Chat | `ui.showModelInfoInChat` | Show the model name in the chat for each model turn. | `false` |
73-
| Show User Identity | `ui.showUserIdentity` | Show the signed-in user's identity (e.g. email) in the UI. | `true` |
74-
| Use Alternate Screen Buffer | `ui.useAlternateBuffer` | Use an alternate screen buffer for the UI, preserving shell history. | `false` |
75-
| Use Background Color | `ui.useBackgroundColor` | Whether to use background colors in the UI. | `true` |
76-
| 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` |
77-
| Show Spinner | `ui.showSpinner` | Show the spinner during operations. | `true` |
78-
| Loading Phrases | `ui.loadingPhrases` | What to show while the model is working: tips, witty comments, both, or nothing. | `"tips"` |
79-
| Error Verbosity | `ui.errorVerbosity` | Controls whether recoverable errors are hidden (low) or fully shown (full). | `"low"` |
80-
| Screen Reader Mode | `ui.accessibility.screenReader` | Render output in plain-text to be more screen reader accessible | `false` |
49+
| UI Label | Setting | Description | Default |
50+
| ------------------------------------ | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
51+
| Auto Theme Switching | `ui.autoThemeSwitching` | Automatically switch between default light and dark themes based on terminal background color. | `true` |
52+
| Terminal Background Polling Interval | `ui.terminalBackgroundPollingInterval` | Interval in seconds to poll the terminal background color. | `60` |
53+
| Hide Window Title | `ui.hideWindowTitle` | Hide the window title bar | `false` |
54+
| Inline Thinking | `ui.inlineThinkingMode` | Display model thinking inline: off or full. | `"off"` |
55+
| Show Thoughts in Title | `ui.showStatusInTitle` | Show Gemini CLI model thoughts in the terminal window title during the working phase | `false` |
56+
| Dynamic Window Title | `ui.dynamicWindowTitle` | Update the terminal window title with current status icons (Ready: ◇, Action Required: ✋, Working: ✦) | `true` |
57+
| Show Home Directory Warning | `ui.showHomeDirectoryWarning` | Show a warning when running Gemini CLI in the home directory. | `true` |
58+
| Show Compatibility Warnings | `ui.showCompatibilityWarnings` | Show warnings about terminal or OS compatibility issues. | `true` |
59+
| Hide Tips | `ui.hideTips` | Hide helpful tips in the UI | `false` |
60+
| Escape Pasted @ Symbols | `ui.escapePastedAtSymbols` | When enabled, @ symbols in pasted text are escaped to prevent unintended @path expansion. | `false` |
61+
| Show Shortcuts Hint | `ui.showShortcutsHint` | Show the "? for shortcuts" hint above the input. | `true` |
62+
| Hide Banner | `ui.hideBanner` | Hide the application banner | `false` |
63+
| Hide Context Summary | `ui.hideContextSummary` | Hide the context summary (GEMINI.md, MCP servers) above the input. | `false` |
64+
| Hide CWD | `ui.footer.hideCWD` | Hide the current working directory in the footer. | `false` |
65+
| Hide Sandbox Status | `ui.footer.hideSandboxStatus` | Hide the sandbox status indicator in the footer. | `false` |
66+
| Hide Model Info | `ui.footer.hideModelInfo` | Hide the model name and context usage in the footer. | `false` |
67+
| Hide Context Window Percentage | `ui.footer.hideContextPercentage` | Hides the context window usage percentage. | `true` |
68+
| Hide Footer | `ui.hideFooter` | Hide the footer from the UI | `false` |
69+
| Show Memory Usage | `ui.showMemoryUsage` | Display memory usage information in the UI | `false` |
70+
| Show Line Numbers | `ui.showLineNumbers` | Show line numbers in the chat. | `true` |
71+
| Show Citations | `ui.showCitations` | Show citations for generated text in the chat. | `false` |
72+
| Show Model Info In Chat | `ui.showModelInfoInChat` | Show the model name in the chat for each model turn. | `false` |
73+
| Show User Identity | `ui.showUserIdentity` | Show the signed-in user's identity (e.g. email) in the UI. | `true` |
74+
| Use Alternate Screen Buffer | `ui.useAlternateBuffer` | Use an alternate screen buffer for the UI, preserving shell history. | `false` |
75+
| Use Background Color | `ui.useBackgroundColor` | Whether to use background colors in the UI. | `true` |
76+
| 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` |
77+
| Show Spinner | `ui.showSpinner` | Show the spinner during operations. | `true` |
78+
| Loading Phrases | `ui.loadingPhrases` | What to show while the model is working: tips, witty comments, both, or nothing. | `"witty"` |
79+
| Error Verbosity | `ui.errorVerbosity` | Controls whether recoverable errors are hidden (low) or fully shown (full). | `"low"` |
80+
| Screen Reader Mode | `ui.accessibility.screenReader` | Render output in plain-text to be more screen reader accessible | `false` |
8181

8282
### IDE
8383

docs/reference/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ their corresponding top-level category object in your `settings.json` file.
345345
- **`ui.loadingPhrases`** (enum):
346346
- **Description:** What to show while the model is working: tips, witty
347347
comments, both, or nothing.
348-
- **Default:** `"tips"`
348+
- **Default:** `"witty"`
349349
- **Values:** `"tips"`, `"witty"`, `"all"`, `"off"`
350350

351351
- **`ui.errorVerbosity`** (enum):

packages/cli/src/config/settingsSchema.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('SettingsSchema', () => {
8787
const definition = getSettingsSchema().ui?.properties?.loadingPhrases;
8888
expect(definition).toBeDefined();
8989
expect(definition?.type).toBe('enum');
90-
expect(definition?.default).toBe('tips');
90+
expect(definition?.default).toBe('witty');
9191
expect(definition?.options?.map((o) => o.value)).toEqual([
9292
'tips',
9393
'witty',

packages/cli/src/config/settingsSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ const SETTINGS_SCHEMA = {
756756
label: 'Loading Phrases',
757757
category: 'UI',
758758
requiresRestart: false,
759-
default: 'tips',
759+
default: 'witty',
760760
description:
761761
'What to show while the model is working: tips, witty comments, both, or nothing.',
762762
showInDialog: true,

schemas/settings.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@
465465
"loadingPhrases": {
466466
"title": "Loading Phrases",
467467
"description": "What to show while the model is working: tips, witty comments, both, or nothing.",
468-
"markdownDescription": "What to show while the model is working: tips, witty comments, both, or nothing.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `tips`",
469-
"default": "tips",
468+
"markdownDescription": "What to show while the model is working: tips, witty comments, both, or nothing.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `witty`",
469+
"default": "witty",
470470
"type": "string",
471471
"enum": ["tips", "witty", "all", "off"]
472472
},

0 commit comments

Comments
 (0)