Skip to content

Add conversation export (JSON/Markdown) #5

Description

@xmaks82

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
```

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions