Currently only Claude Code JSONL format is supported. Could extend to:
- ChatGPT export (JSON)
- Gemini history
- Other MCP-compatible AI tools
Requires pluggable parser architecture — each format gets its own parser that outputs the same (user_text, assistant_text, timestamp) turn structure.
Currently only Claude Code JSONL format is supported. Could extend to:
Requires pluggable parser architecture — each format gets its own parser that outputs the same
(user_text, assistant_text, timestamp)turn structure.