Manage conversation threads (rename, list, export, wipe)
assistant skills install vellum-conversation-managementTools for managing conversation threads via the assistant conversations CLI.
Rename the current conversation thread when:
Keep titles concise (under 60 characters) and descriptive of the current topic.
assistant conversations rename <conversationId> "<new title>"
List all conversations with their IDs and titles:
assistant conversations list
Export a conversation as markdown or JSON:
assistant conversations export [conversationId] [--format md|json] [-o file]
Wipe a conversation and revert all memory changes it made:
assistant conversations wipe <conversationId> [--yes]