From 913c579e2a4c286c00e25218999598ecc34c0cfb Mon Sep 17 00:00:00 2001 From: Christina Tong Date: Thu, 22 Jan 2026 16:54:02 -0800 Subject: [PATCH] add conversation id to AgentInfoBar (#645) --- src/cli/components/AgentInfoBar.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cli/components/AgentInfoBar.tsx b/src/cli/components/AgentInfoBar.tsx index c46148f..557be3a 100644 --- a/src/cli/components/AgentInfoBar.tsx +++ b/src/cli/components/AgentInfoBar.tsx @@ -79,6 +79,9 @@ export const AgentInfoBar = memo(function AgentInfoBar({ (type /pin to pin agent) )} · {agentId} + {conversationId && conversationId !== "default" && ( + · {conversationId} + )} {" "}