fix(coding-agent): allow tool expansion during extension confirms

closes #4429
This commit is contained in:
Mario Zechner
2026-05-12 23:34:57 +02:00
parent 5ac874c849
commit d62c416cfd
3 changed files with 8 additions and 2 deletions

View File

@@ -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();