You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ui.hideWindowTitle`| boolean | Hide the window title bar. |`false`|
76
76
|`ui.hideTips`| boolean | Hide helpful tips in the UI. |`false`|
77
-
|`ui.hideBanner`| boolean | Hide the application banner. |`false`|
78
-
|`ui.hideFooter`| boolean | Hide the footer from the UI. |`false`|
79
-
|`ui.showMemoryUsage`| boolean | Display memory usage information in the UI. |`false`|
80
77
|`ui.showLineNumbers`| boolean | Show line numbers in code blocks in the CLI output. |`true`|
81
78
|`ui.showCitations`| boolean | Show citations for generated text in the chat. |`true`|
82
79
|`enableWelcomeBack`| boolean | Show welcome back dialog when returning to a project with conversation history. When enabled, Qwen Code will automatically detect if you're returning to a project with a previously generated project summary (`.qwen/PROJECT_SUMMARY.md`) and show a dialog allowing you to continue your previous conversation or start fresh. This feature integrates with the `/summary` command and quit confirmation dialog. |`true`|
@@ -273,7 +270,6 @@ If you are experiencing performance issues with file searching (e.g., with `@` c
273
270
| `tools.enableToolOutputTruncation` | boolean | Enable truncation of large tool outputs. | `true` | Requires restart: Yes |
274
271
| `tools.truncateToolOutputThreshold` | number | Truncate tool output if it is larger than this many characters. Applies to Shell, Grep, Glob, ReadFile and ReadManyFiles tools. | `25000` | Requires restart: Yes |
275
272
| `tools.truncateToolOutputLines` | number | Maximum lines or entries kept when truncating tool output. Applies to Shell, Grep, Glob, ReadFile and ReadManyFiles tools. | `1000` | Requires restart: Yes |
276
-
| `tools.autoAccept` | boolean | Controls whether the CLI automatically accepts and executes tool calls that are considered safe (e.g., read-only operations) without explicit user confirmation. If set to `true`, the CLI will bypass the confirmation prompt for tools deemed safe. | `false` | |
277
273
278
274
#### mcp
279
275
@@ -361,7 +357,6 @@ Here is an example of a `settings.json` file with the nested structure, new as o
361
357
},
362
358
"ui": {
363
359
"theme": "GitHub",
364
-
"hideBanner": true,
365
360
"hideTips": false,
366
361
"customWittyPhrases": [
367
362
"You forget a thousand things every day. Make sure this is one of 'em",
0 commit comments