From c87f096acbbfb7cd335241c2ee8d7c6595ec9d8a Mon Sep 17 00:00:00 2001 From: Zamil Majdy Date: Tue, 27 Jan 2026 10:38:43 -0600 Subject: [PATCH] feat: show agent goal in operation messages - Include agent goal preview in pending/started messages so users can distinguish between parallel agent creations - Remove duplicate "You can close this tab" text from frontend widget since it's now in the backend message --- .../PendingOperationWidget/PendingOperationWidget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpt_platform/frontend/src/components/contextual/Chat/components/PendingOperationWidget/PendingOperationWidget.tsx b/autogpt_platform/frontend/src/components/contextual/Chat/components/PendingOperationWidget/PendingOperationWidget.tsx index 514e750eeb..61976cd9c6 100644 --- a/autogpt_platform/frontend/src/components/contextual/Chat/components/PendingOperationWidget/PendingOperationWidget.tsx +++ b/autogpt_platform/frontend/src/components/contextual/Chat/components/PendingOperationWidget/PendingOperationWidget.tsx @@ -77,7 +77,7 @@ export function PendingOperationWidget({ {isPending && ( - You can close this tab. Check your library in a few minutes. + Check your library in a few minutes. )}