feat(cli): enable compact tool output by default (#24509) (#24510)

This commit is contained in:
Jarrod Whelan
2026-04-03 10:59:12 -07:00
committed by GitHub
parent 61719a3926
commit 3f12c1d7c7
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -327,8 +327,8 @@
"compactToolOutput": {
"title": "Compact Tool Output",
"description": "Display tool outputs (like directory listings and file reads) in a compact, structured format.",
"markdownDescription": "Display tool outputs (like directory listings and file reads) in a compact, structured format.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `false`",
"default": false,
"markdownDescription": "Display tool outputs (like directory listings and file reads) in a compact, structured format.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `true`",
"default": true,
"type": "boolean"
},
"hideBanner": {