recall

Installation
Summary

Full-text search across past Claude Code and Codex sessions with BM25 ranking and flexible query syntax.

  • Supports keyword search, exact phrases, boolean operators (AND, OR, NOT), and prefix matching across all indexed conversations
  • Filters results by project path, recency (days), and source (Claude Code or Codex sessions)
  • Includes session resumption commands and a transcript reader to view raw conversation files
  • Automatically indexes user and assistant messages from ~/.claude/projects/ and ~/.codex/sessions/; subsequent searches are incremental
SKILL.md

/recall — Search Past Claude & Codex Sessions

Search all past Claude Code and Codex sessions using full-text search with BM25 ranking.

Usage

python3 ~/.claude/skills/recall/scripts/recall.py QUERY [--project PATH] [--days N] [--source claude|codex] [--limit N] [--reindex]

Examples

# Simple keyword search
python3 ~/.claude/skills/recall/scripts/recall.py "bufferStore"

# Phrase search (exact match)
python3 ~/.claude/skills/recall/scripts/recall.py '"ACP protocol"'
Installs
437
GitHub Stars
128
First Seen
Mar 3, 2026