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

View File

@@ -576,7 +576,7 @@ const SETTINGS_SCHEMA = {
label: 'Compact Tool Output',
category: 'UI',
requiresRestart: false,
default: false,
default: true,
description:
'Display tool outputs (like directory listings and file reads) in a compact, structured format.',
showInDialog: true,