From 5954b091c0ce54da6805c63089a8711fd8645c80 Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Sat, 20 Dec 2025 15:52:29 +0400 Subject: [PATCH] feat: Add Retry button to chat plans and Cancel AI button to build screen - Added a 'Retry' button to plan messages in chat, allowing one-click rejection and regeneration. - Added a 'Cancel AI' button to the Building screen to abort stuck or unwanted build processes. --- .../src/components/LayoutComponents.tsx | 11 ++++++++++ .../src/components/Views.tsx | 21 ++++++++++++++++--- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/bin/goose-ultra-final/src/components/LayoutComponents.tsx b/bin/goose-ultra-final/src/components/LayoutComponents.tsx index d2f91c4..50b5c23 100644 --- a/bin/goose-ultra-final/src/components/LayoutComponents.tsx +++ b/bin/goose-ultra-final/src/components/LayoutComponents.tsx @@ -3409,6 +3409,17 @@ const LogMessage = ({ message, type }: { message: string, type: 'user' | 'system APPROVE & BUILD + diff --git a/bin/goose-ultra-final/src/components/Views.tsx b/bin/goose-ultra-final/src/components/Views.tsx index 431856e..82e7852 100644 --- a/bin/goose-ultra-final/src/components/Views.tsx +++ b/bin/goose-ultra-final/src/components/Views.tsx @@ -836,9 +836,24 @@ export const PlanView = () => { cursorBlinking: 'smooth' }} /> -
- - Receiving Packets... +
+ +
+ + Receiving Packets... +