cass
Installation
SKILL.md
cass - Agent History Search
Search across all agent conversation histories to find previous solutions before solving problems from scratch.
Critical Usage Rule
Never run bare cass - it launches an interactive TUI. Always use --robot or --json flags.
Common Commands
# Check index health
cass health
# Search across all histories
cass search "authentication error" --robot --limit 5
# View specific result
cass view /path/to/session.jsonl -n 42 --json