Skip to content

Commit 91d67d5

Browse files
Brian Akakaclaude
andcommitted
README: lead with the Web UI and TUI as the pitch
The two front-ends are the product; they were buried under architecture prose. Promote them to their own sections with named captions so the reader knows what they're looking at before scrolling into install steps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 35ae79c commit 91d67d5

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,23 @@
66

77
A local dashboard for browsing and rejoining AI coding-agent sessions (Claude Code, Codex, OpenCode, Pi).
88

9-
![dashboard screenshot](docs/img/dashboard.png)
9+
Two front-ends that share one SQLite cache:
1010

11-
<details>
12-
<summary>Terminal UI</summary>
11+
### 🖥️ Web UI &nbsp;— FastAPI + HTMX
12+
13+
A warm-beige browser dashboard borrowed from Claude.ai's visual identity. Scan sessions in a two-pane layout, read the transcript in typographic serif/sans, click **rejoin in tmux** to pick back up where you left off.
14+
15+
![web dashboard screenshot](docs/img/dashboard.png)
16+
17+
### ⌨️ Terminal UI &nbsp;— Textual, tmux-aware
18+
19+
The same dashboard as a first-class TUI. Inside tmux, pressing `Enter` on a row opens a new window in the current session and switches to it — no browser, no attach command, zero friction.
1320

1421
![TUI screenshot](docs/img/tui.svg)
1522

16-
</details>
23+
---
1724

18-
Indexes session files from four agents into SQLite, auto-titles each session via a cheap OpenRouter model, and lets you rejoin any session in `tmux` — from either a web UI (FastAPI + HTMX, warm beige aesthetic inspired by Claude.ai) or a terminal UI (Textual, tmux-aware).
25+
Under the hood: indexes session files from four agents into SQLite, auto-titles each session via a cheap OpenRouter model, and lets you rejoin any session in `tmux`.
1926

2027
- **Four tools**: Claude Code and Codex (our own parsers — richer detail); OpenCode and Pi via [`agent-sessions`](https://github.com/larsderidder/agent-sessions).
2128
- **Auto titles**: `qwen/qwen3-30b-a3b-instruct-2507` (~$7e-6 per title). Falls back to the first prompt if no key.

0 commit comments

Comments
 (0)