Timeline — every prompt and reply
Claude Code, Codex CLI and Gemini CLI already record what you type. LLMLinq turns that into one searchable list, with the reply attached where it was recorded.
How to do it
- Run llmlinq. Your browser opens at 127.0.0.1:8745.
- Pick a CLI tab, then narrow to one project from the dropdown.
- Search for anything you remember typing.
- Click Response under a prompt to read what came back.
Find that database decision from last month
Type "postgres" in the search box — every prompt mentioning it appears, newest first, grouped by day.
Why some prompts have no reply
A CLI keeps its typed history far longer than it keeps full transcripts, so older prompts often have nothing left to pair with. Where a turn is still in progress, LLMLinq shows no reply rather than a half-written one. Installing the plugin closes the gap going forward: it records each prompt and its reply as they happen.