Sessions — pick up a conversation later
The LLMLinq plugin saves each Claude Code session as you work. Weeks later you can find it by what you asked and carry on from where you stopped, without re-explaining the background.
How to do it
- Install the plugin once (below) — after that it records quietly.
- Open Sessions in the left menu to see them, newest first.
- Copy the resume line from any session.
- Paste it into Claude Code to continue with the full history.
Install the plugin (one time)
claude plugin marketplace add infoinlet-com/llmlinq
claude plugin install llmlinqWhat the plugin records
Every prompt you send and the reply that comes back, written to ~/.llmlinq on your machine. It records verbatim, so anything you paste into a prompt — including a secret — is saved too. Sessions are also indexed as knowledge, so your CLIs can search past work.