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}`} + )}