Agent History — Design skill for Claude Code
Unified search and viewer for Claude Code and Codex CLI session history — syntax highlighting, ledger layout, interactive TUI.
How to install Agent History
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open YogevKr/agent-history and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agent History does
Unified search and viewer for Claude Code and Codex CLI session history — syntax highlighting, ledger layout, interactive TUI.
Alternatives in Design
- Learning Output Style — Interactive learning mode for skill building 14k ★
- Site — Crawl a whole site and synthesize ONE canonical design system across all pages — unified tokens, coverage map 3.6k ★
- Plannotator — Interactive plan review UI for Claude Code with visual annotation, offline sharing, and Obsidian/Bear integrat 3.3k ★
README
agent-history
Unified search and viewer for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) and [Codex CLI](https://github.com/openai/codex) session history.
Browse, search, and review your AI coding sessions from one place — with syntax-highlighted code blocks, a ledger-style conversation layout, and an interactive TUI picker.
Install with Homebrew
brew install YogevKr/tap/agent-history
For other install methods, see [Install](#install).
Features
- Unified search across Claude Code and Codex CLI sessions
- Interactive TUI — fzf-style session picker with in-app pager
- Syntax highlighting — code blocks rendered with syntect
- Ledger layout — clean
You │/Claude │column format - Smart tool display — tool calls show key arguments (file paths, commands, patterns)
- Text wrapping — long paragraphs wrap to terminal width
- Dark/light themes — auto-detected from terminal background
- Resume sessions — jump back into a session in its original CLI
Install
cargo install --path .
Or build from source:
cargo build --release
# binary at target/release/agent-history
Usage
# Interactive picker (default when run in a terminal)
agent-history
# Search sessions
agent-history "auth flow"
# Filter by source, directory, or time
agent-history --source claude --directory my-app --since 7d
# Show a specific session (non-interactive; full ID or unique prefix)
agent-history --show
# Resume a session in its CLI (full ID or unique prefix)
agent-history --resume
# Only sessions from current directory
agent-history --local
Sessions saved with the `teamcodex` provider resume through `tcx run`. These sessions require TeamCodex and Codex CLI 0.157.0 or newer. The launcher uses `--no-daemon` so the resumed process receives the proxy settings and token from TeamCodex. Other Codex sessions continue to
Related Skills
Grok Cli2Web
A local, Claude-style web UI for Grok. Runs on localhost only, with streaming chat, file upload, CLI session h
Agent Session Viewer
A pure python solution to view sessions, memory and prompt history in a web ui from claude code cli, codex cli
Claude Code Chat Viewer
Offline HTML viewer for Claude Code JSONL session transcripts. Six UI languages, light/dark theme, no backend,
Claude Code Power Stack
new Ghost memory, conversation search, session naming, and Manus-style planning in a single install with cheat
Claudeview
Terminal dashboard for real-time Claude Code session monitoring — k9s-style TUI with live tool call tracking,
Pi Recap
Claude Code-style session recaps for the Pi Coding Agent TUI
Related Agents
Search Conversations
Use when searching Claude Code and Codex history for information learned in past conversations or prior experi
3D Scene Developer
Web 3D visualization specialist who creates immersive 3D scenes, terrain models, point cloud visualizations, a
Release Notes
This agent should be invoked to generate user-friendly release notes from git commit history. This includes gr