|
|
|
|
|
by d4rkp4ttern
98 days ago
|
|
I had exactly this problem and didn’t see anything good out there (Claude —resume
only searches session names and auto-created titles) so I got a tool built that uses a Rust/Tantivy full text search index. It’s part of the aichat command suite, called “aichat search”: https://pchalasani.github.io/claude-code-tools/tools/aichat/... It brings up a nice TUI for filtering and further actions. There’s also a —json flag so agents can use it as a CLI search tool to find context about any past work. There’s a plugin that provides a corresponding session-searcher agent that knows to use this tool to search sessions. I have hundreds/thousands of past sessions and this has been a life saver; I can just ask the main agent, “use the session searcher agent to get the details of how we built the tmux-cli tool so we can add some features”. |
|