fix: collapse tool output by default
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e5cedfa81b
commit
8ba6c9a853
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue