From 22afdbf2e840b578b0de7b86b35933865a821fd6 Mon Sep 17 00:00:00 2001 From: Huarch Date: Mon, 8 Jun 2026 20:25:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(chat):=20=E7=A7=BB=E9=99=A4=E6=97=A7?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/AgentPermissionRequests.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/chat/AgentPermissionRequests.tsx b/src/components/chat/AgentPermissionRequests.tsx index 7c94387..8906347 100644 --- a/src/components/chat/AgentPermissionRequests.tsx +++ b/src/components/chat/AgentPermissionRequests.tsx @@ -536,12 +536,13 @@ export const PermissionRequestGroup = ({ variant="caption" color="text.secondary" noWrap + title={primaryValue} sx={{ display: "block", fontFamily: permission.permission === "bash" ? "monospace" : undefined, }} > - {truncateText(primaryValue, 72)} + {primaryValue}