Description
Add a CLI command to export conversation history in JSON or Markdown format.
Implementation
- Add
/export [format] command to CLI (json or md)
- Read from existing JSONL conversation logs
- Format and save to a file
Example
```
/export md → Saved to conversation_2026-02-06.md
/export json → Saved to conversation_2026-02-06.json
```
Description
Add a CLI command to export conversation history in JSON or Markdown format.
Implementation
/export [format]command to CLI (json or md)Example
```
/export md → Saved to conversation_2026-02-06.md
/export json → Saved to conversation_2026-02-06.json
```