💻
💻 Technology

ctx: A Local CLI Tool to Search Your Coding Agent Session History

Ctx is a Rust CLI tool that ingests coding agent transcripts and logs into a local SQLite database for ranked text search. It addresses the lack of long-term memory in AI coding agents by leveraging session files already stored on the user's machine — no external services required. Agents can review past session history before starting a new task, helping avoid repeated mistakes such as recurring disk-full failures.

Comments

No comments yet