What is coding-agent-search (cass)?
mainOverview
cass (coding-agent-search) is a tool designed to unify the fragmented history of various AI coding agents (such as Claude Code, Cursor, Copilot, and Aider) into a single, searchable knowledge base.
Key Capabilities
- Normalization: Converts disparate agent storage formats (JSONL, SQLite, Markdown, etc.) into a common schema.
- Unified Search: Provides a single interface to search across all agent histories, regardless of the original tool used.
- Semantic Search: Supports optional local ML-powered semantic search to complement fast lexical search.
- Privacy-First: All indexing and searching are performed locally; no data is sent to external servers.
Use Cases
- Individual Developers: Quickly retrieve solutions or debugging steps from past sessions.
- Teams: Create a shared repository of institutional knowledge from different agent tools.
- AI Agents: Enable current agents to learn from previous sessions using
cass's "Robot Mode."