I'm moving to a new computer and realized that the history.jsonl claude and codex files contain some very useful and valuable previous prompt sessions. Also the agent-relay conversations contain some gold.
Details:
- Imports history from Claude Code, Codex CLI, and Agent Relay into one SQLite DB
- Incremental sync — only reads new bytes on re-run
- FTS5 full-text search across all your prompts
- Drill-down workflow: search → show full prompt → see session context → resume conversation
- Runs as a launchd/cron job for continuous sync
Details: - Imports history from Claude Code, Codex CLI, and Agent Relay into one SQLite DB - Incremental sync — only reads new bytes on re-run - FTS5 full-text search across all your prompts - Drill-down workflow: search → show full prompt → see session context → resume conversation - Runs as a launchd/cron job for continuous sync