feat: show conversation resume hint in exit stats (#575)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user