From 8819a56496b2da9f91e55400285ddab92fbb8478 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Fri, 5 Jun 2026 08:34:29 +0200 Subject: [PATCH] feat(ui): rework review into terminal footer and add Git tab Move review feedback into a prompt-style footer on the Output tab with Retry/Reset actions, relocate Approve and all merge/worktree controls to a new Git tab, and reduce the Session tab to subtask outcomes. Co-Authored-By: Claude Opus 4.7 --- .../Views/Islands/Detail/WorkConsole.axaml | 132 +++++++++++------- 1 file changed, 80 insertions(+), 52 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml b/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml index 18f6edc..c89b4d8 100644 --- a/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml @@ -127,6 +127,11 @@ Content="Output" Command="{Binding SelectTabCommand}" CommandParameter="output" /> +