From 26f61b5a5a184e8ae72de0359a7f4014518ebd48 Mon Sep 17 00:00:00 2001 From: Theodore Blackman Date: Tue, 3 Mar 2026 20:20:43 -0800 Subject: [PATCH] fix: show permission/question prompts in task tree viewer When the task tree view is active, permission requests from sub-tasks were invisible because the TaskTreePane replaced the entire main session view (which contained the PermissionPrompt). This wraps the TaskTreePane in a flex column and renders permission/question prompts below it, so users can respond to permission requests without switching views. Fixes #13 Co-Authored-By: Claude Opus 4.6 --- .../src/cli/cmd/tui/routes/session/index.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/voltcode/src/cli/cmd/tui/routes/session/index.tsx b/packages/voltcode/src/cli/cmd/tui/routes/session/index.tsx index 1a8f9056d..b092d2eb4 100644 --- a/packages/voltcode/src/cli/cmd/tui/routes/session/index.tsx +++ b/packages/voltcode/src/cli/cmd/tui/routes/session/index.tsx @@ -1242,7 +1242,17 @@ export function Session() { > - + + + + 0}> + + + 0}> + + + +