mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-28 00:18:25 -05:00
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
This commit is contained in:
@@ -77,7 +77,7 @@ export function PendingOperationWidget({
|
||||
|
||||
{isPending && (
|
||||
<Text variant="small" className="italic text-slate-500">
|
||||
You can close this tab. Check your library in a few minutes.
|
||||
Check your library in a few minutes.
|
||||
</Text>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user