#317 · Primary category: AI Coding Assistants
coding_agent_session_search
Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, Claude, Gemini, Cursor, Aider, etc.)
Project last updated:08/29/26
GitHub Stars
1.1K
Forks
137
Contributors
8
License
Other
Why we included this project
Using more than one AI coding tool usually means each assistant keeps its own private record of past sessions, and recalling what a particular run did means digging through several different logs. cass collects those histories into a single SQLite-backed index covering Codex, Claude Code, Gemini CLI, Cursor, Aider, Copilot, and plenty of other providers, so one command can answer something like "what caused that auth error last week." It ships with an interactive TUI for exploring by hand and a JSON/robot mode for agents, which makes it handy both as a manual troubleshooting tool and as a triage step in an automated loop. The search design is pragmatic too: plain lexical search always runs first and works out of the box, even on a fresh install or an air-gapped machine, while semantic matching only kicks in if you opt in. Teams that juggle several assistants, or developers who want a dependable record of what their agents actually did, get a useful layer over otherwise scattered chat history.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.