Loading...
Loading...
Oss
Unified TUI for searching local history across Claude Code, Codex, Cursor, Gemini, and more.
A centralized search interface for all your AI coding sessions. Indexes conversation history from Claude Code, Codex, Cursor, Gemini, ChatGPT, and Cline using Tantivy full-text search. Find that solution you generated weeks ago and prevent re-solving problems.
# Install via Cargo
cargo install coding_agent_session_search
# Or download pre-built binary from releases
# https://github.com/Dicklesworthstone/coding_agent_session_search/releases# Interactive TUI mode
cass
# Search with query
cass search "Three.js performance"
# Robot mode for agents (NEVER use bare cass in agents!)
cass search "error handling" --robot --limit 5
cass health # Check index statusACE-framework persistent memory for coding agents. Stores procedural, episodic, and semantic knowledge.
Terminal UI for Steve Yegge's Beads system with graph analytics for agent task management.
Gmail for your coding agents. A coordination layer with messaging, file leases, and audit trails.
Explore the source code, documentation, and contribute to the project.