|
|
|
Show HN: I built a tool to search 50K+ AI coding conversations in SQLite
(github.com)
|
|
1 points
by khaliqgant
98 days ago
|
|
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 |
|