Discover and explore top open-source AI tools and projects—updated daily.
raineFuzzy search and manage Claude Code conversation history via CLI
Top 90.4% on SourcePulse
This CLI tool addresses the challenge of managing and searching Claude Code's local conversation history. It provides developers with a powerful, terminal-based interface to quickly find, review, and resume past interactions, significantly streamlining workflows and enhancing productivity when working with AI-generated code or assistance.
How It Works
claude-history operates as a command-line interface (CLI) that launches an interactive terminal UI (TUI). It employs fuzzy search with field-aware relevance scoring, prefix matching, and word boundary awareness to locate conversations. The tool indexes tool outputs, enabling searches across bash commands, file contents, and grep results, not just user/assistant text. A built-in viewer renders conversations with markdown support, offering vim-style scrolling, in-viewer search, and message navigation. Core functionalities include resuming and forking conversations directly from the TUI, with options for cross-project session management and worktree awareness.
Quick Start & Requirements
curl -fsSL https://raw.githubusercontent.com/raine/claude-history/main/scripts/install.sh | bashbrew install raine/claude-history/claude-historycargo install claude-historyHighlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or project roadmaps are provided in the README.
Licensing & Compatibility
The license for this project is not explicitly stated in the provided README. This lack of clarity may pose a compatibility concern for commercial use or integration into proprietary systems.
Limitations & Caveats
As a "companion CLI for Claude Code," the tool is inherently dependent on Claude Code's local history format and operational context. The absence of a specified open-source license is a notable adoption blocker requiring clarification.
4 days ago
Inactive
a16z-infra