feat(chat): add export functionality for chat conversations#1232
feat(chat): add export functionality for chat conversations#1232
Conversation
Adds ability to export chat history in multiple formats (Markdown, JSON, and Text) to enable users to save and share their conversations. The export feature includes: - Export dropdown menu in chat interface - Comprehensive formatting for each export type - Tool call information and metadata preservation - Automatic file download with timestamped filenames 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
@ptelang how important is it to support multiple download formats? |
If a customer wants to export and feed the conversation back to another LLM, markdown format will be more suitable. So it will be good to support at least those JSON and markdown formats for export. |
Adds ability to export chat history in multiple formats (Markdown, JSON, and Text) to enable users to save and share their conversations. The export feature includes:
🤖 Generated with Claude Code