feat: show conversation resume hint in exit stats (#575)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-01-17 10:41:33 -08:00
committed by GitHub
parent a9e7be1d5c
commit 527cb79d7c

View File

@@ -7462,6 +7462,11 @@ Plan file path: ${planFilePath}`;
? `letta -n "${agentName}"`
: `letta --agent ${agentId}`}
</Text>
<Text> </Text>
<Text dimColor>Resume this conversation with:</Text>
<Text color={colors.link.url}>
{`letta --conv ${conversationId}`}
</Text>
</Box>
)}