From 527cb79d7c69a9cab8e94d4a506caf937ec5e74d Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Sat, 17 Jan 2026 10:41:33 -0800 Subject: [PATCH] feat: show conversation resume hint in exit stats (#575) Co-authored-by: Letta --- src/cli/App.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/cli/App.tsx b/src/cli/App.tsx index cc3aba5..40bbd50 100644 --- a/src/cli/App.tsx +++ b/src/cli/App.tsx @@ -7462,6 +7462,11 @@ Plan file path: ${planFilePath}`; ? `letta -n "${agentName}"` : `letta --agent ${agentId}`} + + Resume this conversation with: + + {`letta --conv ${conversationId}`} + )}