What problem does it solve?
Aggregates and indexes scattered coding agent session logs so developers and AI agents can quickly find prior interactions, debug recurring issues, and transfer knowledge across different agent platforms.
Core Features & Use Cases
- Unified ingestion from many agent connectors (Codex, Claude Code, Gemini, Cursor, Aider, ChatGPT, Pi-Agent, Factory, and more).
- High-performance CLI/TUI with an explicit robot mode that emits machine-readable JSON for agent consumption, including filters (agent, workspace, time), pagination, aggregations, and token-budget controls.
- Incremental and full reindexing, watch mode for live updates, optional local semantic search, deduplication, robust diagnostics, and exported session formats for downstream workflows.
- Use case: Quickly locate the exact session and code snippet where an agent solved a prior authentication bug, then feed that context to a new agent for automated handoff.
Quick Start
Search your coding agent history for "authentication error" and return up to five machine-readable JSON results including path, line, agent, title, snippet, and score.