From 8ce33b29da3a79228422adf80a30807c66b7a3d7 Mon Sep 17 00:00:00 2001 From: Prateek Date: Sun, 15 Feb 2026 05:24:25 +0530 Subject: [PATCH] fix: terminal button should link to session detail page, not raw xterm URL The terminal button was fetching from the terminal-web plugin and opening a raw xterm.js URL (localhost:7801). Changed to a simple link to the session detail page which has an embedded terminal. Co-Authored-By: Claude Sonnet 4.5 --- packages/web/src/components/SessionCard.tsx | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/packages/web/src/components/SessionCard.tsx b/packages/web/src/components/SessionCard.tsx index 113852218..940de3ec4 100644 --- a/packages/web/src/components/SessionCard.tsx +++ b/packages/web/src/components/SessionCard.tsx @@ -105,22 +105,13 @@ export function SessionCard({ session, onSend, onKill, onMerge, onRestore }: Ses )} {!isTerminal && ( - + )}