From 798d10063684ea07c4fa42e7b90542e732bcf12c Mon Sep 17 00:00:00 2001 From: mika kuns Date: Fri, 24 Jul 2026 11:41:12 +0200 Subject: [PATCH] feat(ui): AskUser question banner in the detail island MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The inline answer banner for a running task's AskUser question only existed in Mission Control. Surface the same banner in the detail pane, bound to the detail island's existing TaskMonitorViewModel (shared state — no new state, no duplication) so a question can be answered without opening Mission Control. Mirrors MC: live TaskQuestionAsked events for the selected task. --- .../Views/Islands/DetailsIslandView.axaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml b/src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml index c435bb18..d7c26da4 100644 --- a/src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml @@ -80,6 +80,37 @@ Foreground="{DynamicResource TextDimBrush}"/> + + + + + + + + + + + + +