From 5711f2133e3e70e832a6eaba32f328827fcdea4f Mon Sep 17 00:00:00 2001 From: Christina Tong Date: Thu, 12 Feb 2026 17:49:24 -0800 Subject: [PATCH] Christina/fix link (#945) --- src/cli/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cli/App.tsx b/src/cli/App.tsx index e3e9468..85747b9 100644 --- a/src/cli/App.tsx +++ b/src/cli/App.tsx @@ -5742,8 +5742,9 @@ export default function App({ if (trimmed === "/ade") { const adeUrl = conversationIdRef.current === "default" - ? `https://app.letta.com/agents/${agentId}?conversation=${conversationIdRef.current}` + ? `https://app.letta.com/agents/${agentId}` : `https://app.letta.com/agents/${agentId}?conversation=${conversationIdRef.current}`; + const cmd = commandRunner.start("/ade", "Opening ADE..."); // Fire-and-forget browser open