From de6849588e876b770968544ff5e1b0b686539c67 Mon Sep 17 00:00:00 2001 From: wuyang6 Date: Fri, 12 Jun 2026 19:17:33 +0800 Subject: [PATCH] Use ellipsis for session titles --- frontend/app/components/assistant-ui/thread-list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/assistant-ui/thread-list.tsx b/frontend/app/components/assistant-ui/thread-list.tsx index 5d86b6f..26b678c 100644 --- a/frontend/app/components/assistant-ui/thread-list.tsx +++ b/frontend/app/components/assistant-ui/thread-list.tsx @@ -525,7 +525,7 @@ const ClawSessionList: FC = () => { await openSession(session.session_id); }} > - + {loading ? "回放中..." : session.preview || session.session_id}