Settings

Theme

Show HN: Lore – search and link AI coding sessions to commits

github.com

1 points by raethro 2 months ago · 0 comments · 1 min read

Reader

I use a variety of tools including Claude Code, Gemini CLI, Codex and others depending on the task, but that chat history is scattered across different locations. I needed something to:

  - Search across all of them
  - Link conversations to the commits I made
  - Ask my current LLM session about any previous session and get answers
Lore runs a daemon that watches your session files, stores everything in SQLite, and automatically links sessions to commits as you work.

A few things it does:

  - `lore blame` - trace a line of code to the conversation that wrote it

  - `lore search "websocket reconnect"` - search across all tools

  - MCP server - ask Claude "what was the websocket issue last week and how did we fix it?"
Thanks for checking it out.

No comments yet.

Keyboard Shortcuts

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