Skip to content

Conversation

@ptelang
Copy link

@ptelang ptelang commented Nov 3, 2025

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

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 <[email protected]>
@ptelang ptelang requested review from Copilot and samuv and removed request for Copilot November 3, 2025 15:11
@samuv
Copy link
Collaborator

samuv commented Nov 3, 2025

@ptelang how important is it to support multiple download formats?
If we stick with the original JSON file, we can support both export and chat import. But if we introduce multiple formats, that wouldn’t be possible, which is why I was waiting a bit before introducing this feature

@ptelang
Copy link
Author

ptelang commented Nov 3, 2025

@ptelang how important is it to support multiple download formats? If we stick with the original JSON file, we can support both export and chat import. But if we introduce multiple formats, that wouldn’t be possible, which is why I was waiting a bit before introducing this feature

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants