git404hub

what is agentglass fr?

sirallap/agentglass — explained in plain English

Analysis updated 2026-05-18

192TypeScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

A real-time dashboard and workspace for monitoring AI coding agents like Claude Code across every project.

vibe map

mindmap
  root((repo))
    What it does
      Agent dashboard
      Cost tracking
      Real time telemetry
    Tech stack
      TypeScript
      Bun
      React
      Electron
    Workspace panels
      Diff viewer
      Git panel
      Docker panel
      Terminal
    Use cases
      Monitor agent spend
      Review agent diffs
    Audience
      Developers
      AI agent users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Track token cost and spend across every AI coding agent session on a machine.

VIBE 2

Review a syntax-highlighted diff of everything an AI agent changed before committing.

VIBE 3

Watch live error timelines and tool-call latency for AI coding agents.

VIBE 4

Manage git and Docker for a project from a single cockpit alongside agent telemetry.

what's the stack?

TypeScriptBunSQLiteReactViteElectron

how it stacks up fr

sirallap/agentglassyacuo/check-cckatipally/openlive
Stars192190189
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderateeasyeasy
Complexity3/52/53/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Bun to run the server and wiring up Claude Code hooks or an OpenTelemetry exporter for other providers.

MIT licensed, free to use, modify, and distribute for any purpose including commercial use.

in plain english

agentglass is a real time dashboard and workspace for watching AI coding agents work across every project on your machine. It connects to Claude Code through hooks, or to other providers such as OpenAI Codex, Gemini CLI, Bedrock, LangChain, or LiteLLM through OpenTelemetry, and shows every agent session, tool call, token used, and dollar spent as it happens. It tracks cost, how long tools take to respond, error timelines, and full session histories, and this data is saved so it survives a page reload rather than only existing as a live stream. It watches every Claude Code session on the machine automatically, without needing to be launched separately for each project, and it also scans past transcript files so history from every project shows up as soon as the dashboard opens. You can narrow its focus to a single project and its related git worktrees, to a whole folder of projects, or leave it covering the entire machine, and that choice is remembered between launches. Beyond just watching, agentglass includes a full workspace built from several panels styled like popular terminal tools. There is a syntax highlighted diff viewer for reviewing every file change an agent makes, with a one click AI generated explanation of the whole change set and the ability to turn a review directly into a commit. A source control panel modeled on lazygit lets you stage, unstage, and commit changes across any repository it discovers. There is also a Docker panel modeled on lazydocker, a real terminal running an actual shell process rather than a simulation, and a chat panel for driving local Claude Code sessions. All of this sits behind a single keystroke, with a persistent notification strip at the top showing pending git pushes and pulls, live shells, and sessions waiting for your attention. The project offers 22 visual themes and can run either in a browser or as a native desktop app built with Electron. The backend runs on Bun with SQLite, and the frontend uses React, Vite, and Shiki for code highlighting. It is released under the MIT license. The full README is longer than what was shown.

prompts (copy fr)

prompt 1
Help me set up agentglass with Claude Code hooks to monitor my agent sessions.
prompt 2
Explain how to scope agentglass's dashboard to a single project versus the whole machine.
prompt 3
Show me how to connect agentglass to OpenAI Codex or another provider via OpenTelemetry.
prompt 4
Walk me through agentglass's diff review and commit workflow.

Frequently asked questions

what is agentglass fr?

A real-time dashboard and workspace for monitoring AI coding agents like Claude Code across every project.

What language is agentglass written in?

Mainly TypeScript. The stack also includes TypeScript, Bun, SQLite.

What license does agentglass use?

MIT licensed, free to use, modify, and distribute for any purpose including commercial use.

How hard is agentglass to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is agentglass for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.