fix(coding-agent): allow tool expansion during extension confirms
closes #4429
This commit is contained in:
@@ -2024,7 +2024,7 @@ export class InteractiveMode {
|
||||
this.hideExtensionSelector();
|
||||
resolve(undefined);
|
||||
},
|
||||
{ tui: this.ui, timeout: opts?.timeout },
|
||||
{ tui: this.ui, timeout: opts?.timeout, onToggleToolsExpanded: () => this.toggleToolOutputExpansion() },
|
||||
);
|
||||
|
||||
this.editorContainer.clear();
|
||||
|
||||
Reference in New Issue
Block a user