What you have actually been working on.
Weeks of Claude Code sessions pile up as hundreds of transcripts named after directories. retrace reads them, works out the topics running through them, and gives you a way back into any of it.
-
Topics, not folders
Your work is grouped by what it was about, across every session and project it touched. A thread you picked up three times in a month shows up as one topic, not three directories.
-
Search by meaning
Ask for “the flaky auth test” and get the conversation about it, whatever words you used at the time. Search runs over the same local index, so it works on phrasing you have forgotten.
-
Nothing leaves your Mac
The model is bundled inside the app and runs on your machine. No account, no upload, no API key, and no request to anywhere — which is the only way to point a tool at every conversation you have had.
-
No LLM in the loop
Topics come from clustering the text, not from asking a model to summarise it. Nothing gets invented, there is no per-query cost, and the same history always produces the same answer.