Longhand
JSON →Persistent local memory for Claude Code, Zero API calls, zero summaries, zero AI deciding what matters.
Install
pip install longhand Tools · 6
- recall Search across all ingested Claude Code sessions using fuzzy natural-language questions. Returns relevant episodes with fix summaries, session context, and timestamps.
- list_plans List every Write/Edit to ~/.claude/plans/*.md across the entire history. Plans are extracted as their own entity alongside episodes.
- reconcile Self-heal the index from inside a session. Wraps longhand reconcile --fix to catch anything the live and post-session hooks missed.
- list_sessions List ingested sessions with configurable limit (default 50). Returns session metadata including staleness signals when on-disk transcripts exist but are not yet ingested.
- search Search across ingested sessions, wrapping response with staleness signals when the project has on-disk transcripts not yet ingested.
- recall_project_status Get project status information, including staleness detection for sessions not yet ingested.
Links
★ 10 GitHub stars