Skip to content

Commit ced04e2

Browse files
wesmclaude
andcommitted
docs: update README with provenance, reorder sections, resize hero
- Mention agent-session-viewer as predecessor in intro - Move Install above Why section - Use centered HTML img tag with width=720 for hero screenshot Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3ed5c31 commit ced04e2

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

README.md

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,13 @@
22

33
A local web application for browsing, searching, and analyzing
44
AI 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
5034
make 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

Comments
 (0)