Randlee is a niche, developer-focused publisher whose entire catalog currently revolves around claude-history, a lightweight command-line utility that exposes the local conversation cache maintained by Anthropic’s Claude Code agent. Built for engineers who automate or audit AI-assisted workflows, the tool surfaces every system prompt, user query, model response, and tool call stored in the agent’s SQLite backend, enabling grep-friendly searches, JSON exports, time-range filtering, and diff-style comparisons between sessions. Typical use cases include regression-testing prompt templates, generating compliance logs for security reviews, feeding prior context into CI pipelines, and quickly recovering working code snippets from a long debugging thread without manually scrolling through terminal replay. Because it reads only the public schema and writes nothing back, claude-history is safe to slot into cron jobs, Git hooks, or wrapper scripts that keep permanent, version-controlled records of evolving AI interactions. While the portfolio is intentionally narrow today, the publisher’s open-source GitHub presence signals a commitment to small, single-purpose utilities that bridge gaps left by larger AI tooling. The software is available for free on get.nero.com, with downloads delivered through trusted Windows package sources such as winget, always installing the latest release and allowing batch installation alongside other utilities.

claude-history

CLI tool for programmatic access to Claude Code's agent history storage

Details