v0.1.0 — Initial public release
First public release of AgentGraphed, a local-first analytics dashboard for Claude Code & Codex CLI sessions.
Install
```bash
npx agentgraphed
```
Opens at `http://localhost:3737\`. No login, no cloud, nothing leaves your machine.
What's in 0.1.0
- Dashboard with 30-day usage chart, KPIs, top projects, work categories
- Timeline grouped by day with started/continued/closed badges for multi-day sessions
- Auto-detected projects from git repo roots
- Read past conversations in chat-bubble view
- One-click resume into Claude Code
- Optional BYO-key LLM titles and multi-label classification
- Cost estimates powered by LiteLLM (2700+ models)
- Local-only SQLite storage — full privacy by default
See the README for screenshots and full usage.
Requires Node 20+.