22
33A local web application for browsing, searching, and analyzing
44AI agent coding sessions. Supports Claude Code, Codex, and
5- Gemini CLI.
5+ Gemini CLI. A next-generation rewrite of
6+ [ agent-session-viewer] ( https://github.com/wesm/agent-session-viewer )
7+ in Go.
68
7- ![ Analytics dashboard] ( https://agentsview.io/screenshots/dashboard.png )
8-
9- ## Why?
10-
11- AI coding agents generate large volumes of session data across
12- projects. agentsview indexes these sessions into a local SQLite
13- database with full-text search, providing a web interface to
14- find past conversations, review agent behavior, and track usage
15- patterns over time.
16-
17- ## Features
18-
19- - ** Full-text search** across all message content, instantly
20- - ** Analytics dashboard** with activity heatmaps, tool usage,
21- velocity metrics, and project breakdowns
22- - ** Multi-agent support** for Claude Code, Codex, and Gemini CLI
23- - ** Live updates** via SSE as active sessions receive new messages
24- - ** Keyboard-first** navigation (vim-style ` j ` /` k ` /` [ ` /` ] ` )
25- - ** Export and publish** sessions as HTML or to GitHub Gist
26- - ** Local-first** -- all data stays on your machine, single binary,
27- no accounts
9+ <p align =" center " >
10+ <img src =" https://agentsview.io/screenshots/dashboard.png " alt =" Analytics dashboard " width =" 720 " >
11+ </p >
2812
2913## Install
3014
@@ -50,6 +34,26 @@ make build
5034make install # installs to ~/.local/bin
5135```
5236
37+ ## Why?
38+
39+ AI coding agents generate large volumes of session data across
40+ projects. agentsview indexes these sessions into a local SQLite
41+ database with full-text search, providing a web interface to
42+ find past conversations, review agent behavior, and track usage
43+ patterns over time.
44+
45+ ## Features
46+
47+ - ** Full-text search** across all message content, instantly
48+ - ** Analytics dashboard** with activity heatmaps, tool usage,
49+ velocity metrics, and project breakdowns
50+ - ** Multi-agent support** for Claude Code, Codex, and Gemini CLI
51+ - ** Live updates** via SSE as active sessions receive new messages
52+ - ** Keyboard-first** navigation (vim-style ` j ` /` k ` /` [ ` /` ] ` )
53+ - ** Export and publish** sessions as HTML or to GitHub Gist
54+ - ** Local-first** -- all data stays on your machine, single binary,
55+ no accounts
56+
5357## Usage
5458
5559``` bash
0 commit comments