v0.1.0 β the cockpit goes public
The first tagged release of agentglass: a real-time Mission Control dashboard and workspace for AI coding agents, across every provider and every project on your machine.
Highlights
- Machine-wide visibility. Every Claude Code session on the machine, live and historical (transcript scanner + hooks, deduped), plus an OpenTelemetry receiver for Codex CLI, Gemini CLI, LangChain and anything else that speaks GenAI telemetry.
- A workspace, not just a dashboard. Syntax-highlighted diff review of everything the fleet changed, a lazygit-style git panel, a docker panel, a real PTY terminal, and a chat panel that drives local Claude sessions.
- Project picker. Scope the whole cockpit to one project, or a folder of projects, from inside the app β the choice persists across launches.
- A radar that means something. Distance from centre = context window used. A blip drifting to the edge is about to compact.
- Answers over charts. Sessions show what they're actually doing ("running Bash Β· 8m"), long-running tools raise alerts, and the live feed has a lanes mode: one column per session.
- One-click project commands. Makefile targets and package scripts discovered across the whole repo (root and subfolders), grouped by folder, with descriptions.
- A security model that says what it is. Localhost-only by default, origin checks plus a DNS-rebinding Host guard, opt-in token auth for shared machines and network binds, an opt-in fail-closed gate, and a security test suite running in CI β huge thanks to @bergmorten for #1, this repo's first outside contribution.
Try it
- Live demo (fake data, no install): https://sirallap.github.io/agentglass/
- Quickstart: clone β
bun installβbun run setupβbun run devβ http://localhost:6180 - Read the security model in the README before installing β it's short and honest.
MIT. Issues, ideas and PRs very welcome: the roadmap lives in the issue tracker.