fix: collapse tool output by default

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lex Christopherson 2026-03-13 15:31:10 -06:00
parent e5cedfa81b
commit 8ba6c9a853

View file

@ -175,7 +175,7 @@ export class InteractiveMode {
private pendingTools = new Map<string, ToolExecutionComponent>();
// Tool output expansion state
private toolOutputExpanded = true;
private toolOutputExpanded = false;
// Thinking block visibility state
private hideThinkingBlock = false;