Show HN: ccrider - Search and Resume Your Claude Code Sessions – TUI / MCP / CLI (github.com)

🤖 AI Summary
A new tool called ccrider has been launched, designed to help developers quickly search, browse, and resume their Claude Code sessions from the terminal. By addressing the cumbersome task of locating specific conversations in nested JSON files, ccrider implements a Terminal User Interface (TUI), Command Line Interface (CLI) search, and a Model Context Protocol (MCP) server to enhance user productivity. With commands like `ccrider tui` for a streamlined browsing experience and `ccrider search "authentication bug"` for quick retrieval, users can effortlessly resume past discussions right where they left off, significantly cutting down on time spent searching for information. This development is significant for the AI/ML community as it leverages Claude’s capabilities, empowering users to seamlessly integrate session histories into their ongoing projects. Utilizing SQLite’s FTS5 for fast, full-text searching, ccrider provides a robust solution with complete schema coverage for Claude Code sessions, overcoming issues faced with existing tools, like broken builds and incomplete message type support. By enabling immediate access to relevant past conversations and facilitating easy session resumption, ccrider enhances workflow efficiency, fostering a more productive coding environment for developers who rely on AI-powered tools.
Loading comments...
loading comments...