docs/changelog/2024-11-06-share-text-json.mdx
Version 1.28.0 makes conversation exports more useful. You can now download chats as Markdown for documentation or OpenAI-format JSON for debugging and training. No more copy-pasting or reformatting by hand.
The Markdown export turns conversations into clean, readable documents. Writers can capture useful exchanges and move them directly into notes, wikis, or reports without manual cleanup.
The JSON export follows the OpenAI messages format. This means you can drop exported conversations directly into API debugging tools or use them as structured training data for fine-tuning.
Tool calling data is preserved in its original structure, which helps when analyzing or improving how agents use external tools.