Expand description
History module — discovers and indexes past CLI agent conversations from disk.
Modules§
- adapter
- History adapter trait and shared types.
- claude_
adapter - Claude Code history adapter. Scans ~/.claude/projects/ and ~/.config/claude-*/projects/ for session JSONL files.
- index
- In-memory session index built from adapter discovery.
Structs§
- History
Service - The history service exposed to the RPC layer.