Agent Cli Session
Description
A local web app for browsing, searching, and managing the Claude Code session logs that pile up under ~/.claude/projects/
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-cli-session
A local web app for browsing, searching, and managing the session logs your coding agents leave behind — **Claude Code** (`~/.claude/projects/`), **Codex** (`~/.codex/sessions/`), **Gemini CLI** (`~/.gemini/tmp/`), and **opencode** (`~/.local/share/opencode/opencode.db`).
Everything runs on your machine. No data leaves your computer, and no API calls are made. Works on macOS, Linux, and Windows.
The header has four tabs — **Claude**, **Codex**, **Gemini**, **opencode** — each with the same Projects / Search / Stats pages.
What it does
Browse
**Projects (`/`)** lists every project folder with its *real* directory path, resolved by reading the `cwd` recorded inside each session rather than trusting the lossy dash-encoded folder name. Two views, toggled by a pill at the top and remembered in `localStorage`:
- Table — sortable by path, sessions, size, age, or last activity. Click a header to sort, click again to flip direction.
- Tree — projects nested under their parent directories, with aggregated
session count, size, and most recent activity per folder. Single-child chains
collapse into one row, so
/Users/me/Desktop/GitHubdoesn't cost three lines. Separators follow the logs themselves, so Windows paths keep their backslashes even when viewed from another OS.
**Sessions (`/p/[projectId]`)** lists a project's sessions with title (alias → ai-title → first user prompt), message count, model, git branch, input/output tokens, file size, and session UUID.
**Transcript (`/p/[projectId]/s/[sessionId]`)** renders the JSONL as readable messages:
- Markdown formatting — bold, italic, lists, fenced and inline code, links.
- Slash commands (
/clear,/model, …) merged with their stdout into one compact terminal-style block. - Tool calls merged with their matching results in a single card. Long results
collapse behind a
▶toggle with a one-line preview. - Collapsible "thinking" blocks.
- Filter pills: **messages
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11