YogevKr

Agent History — Design skill for Claude Code

Design community

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