Inspect, filter, and analyze multi-turn Claude Code & Codex CLI session transcripts (transcript.jsonl) in a clean chat interface. 100% private & in-browser.
Choose your ~/.claude, ~/.codex, or workspace folders. Both are saved locally and can be refreshed in 1-click:
Copy log text or run the terminal one-liner below, then click to load instantly:
Copies your latest Claude Code or Codex session directly to your clipboard:
📋 cat $(ls -t ~/.claude/... | head -n1) | pbcopy
transcript.jsonl files or folders here
Claude Code stores all conversation logs as JSON Lines files in ~/.claude/projects/<project-name>/transcript.jsonl. Run open ~/.claude/projects/ in your Mac terminal to open the folder directly in Finder.
OpenAI Codex saves session rollout files and history in ~/.codex/sessions/ and ~/.codex/history.jsonl. Run open ~/.codex/sessions/ in your terminal to view your past rollout session logs.
This tool natively parses Claude Code (transcript.jsonl), OpenAI Codex (rollout-*.jsonl), ChatGPT conversation exports, Alpaca/fine-tuning Q&A pairs, and standard multi-turn AI developer logs.
Yes, 100%. This tool operates completely in-browser on your local machine using vanilla JavaScript. No logs, prompts, or tool outputs are sent over the network. You can verify this by running the page in Airplane Mode.
L2Cache for Mac automatically indexes your local ~/.claude/projects/ and ~/.codex/sessions/ in real time, giving you global hotkey access (⌥ + Space), fast FTS5 search across all turns, and 1-click terminal resumption.