Run the export script on your machine to create raw_export.zip. The export stays on your computer and is never uploaded until you review and sanitize it.
Download exporter
python export_transcripts.py --source codex
python export_transcripts.py --source opencode
What gets exported?
Claude Code
- Session transcripts from
~/.claude/projects/ - Excludes: settings, todos, commands, MCP config
- How Claude Code stores sessions →
Codex CLI
- History from
~/.codex/history.jsonl - Excludes: config.toml, auth.json (credentials), AGENTS.md
- Codex CLI config docs →
OpenCode
- Sessions from SQLite database in
~/.opencode/ - Automatically converted to JSON format
- OpenCode documentation →
--dry-run to preview what will be exported,
--verbose to see excluded files, or --show-rules to view filtering rules.