Settings

Theme

Show HN: I built a tool to search 50K+ AI coding conversations in SQLite

github.com

1 points by khaliqgant 20 days ago · 1 comment · 1 min read

Reader

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

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection