add conversation id to AgentInfoBar (#645)

This commit is contained in:
Christina Tong
2026-01-22 16:54:02 -08:00
committed by GitHub
parent 5394c476af
commit 913c579e2a

View File

@@ -79,6 +79,9 @@ export const AgentInfoBar = memo(function AgentInfoBar({
<Text color="gray"> (type /pin to pin agent)</Text>
)}
<Text dimColor> · {agentId}</Text>
{conversationId && conversationId !== "default" && (
<Text dimColor> · {conversationId}</Text>
)}
</Box>
<Box>
<Text dimColor>{" "}</Text>