From 46412b1b3bc09939635c95a6f51ded0e163af224 Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Mon, 12 May 2025 13:35:13 -0400 Subject: [PATCH] fix: Make MessageCopyLinks clickable again on goose messages (#2513) --- ui/desktop/openapi.json | 2 +- ui/desktop/src/components/GooseMessage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/desktop/openapi.json b/ui/desktop/openapi.json index fb14d669..2716c125 100644 --- a/ui/desktop/openapi.json +++ b/ui/desktop/openapi.json @@ -10,7 +10,7 @@ "license": { "name": "Apache-2.0" }, - "version": "1.0.22" + "version": "1.0.23" }, "paths": { "/agent/tools": { diff --git a/ui/desktop/src/components/GooseMessage.tsx b/ui/desktop/src/components/GooseMessage.tsx index c07168f0..83640241 100644 --- a/ui/desktop/src/components/GooseMessage.tsx +++ b/ui/desktop/src/components/GooseMessage.tsx @@ -109,7 +109,7 @@ export default function GooseMessage({
{}
{/* Only show MessageCopyLink if there's text content and no tool requests/responses */} -
+
{toolRequests.length === 0 && (
{timestamp}