glib-code

A workspace where agents code in a sandbox.
Your real code stays untouched until you approve.

Download GitHub Docs

Repo Picker

Open any local Git repo. Browse commit history and inspect current working changes before the agent touches a single file.

Session

Prompt the agent and watch it work in real time. Use /tree to inject the full repo file tree into context, or /stop to abort mid-run. Bring your own provider key — Anthropic, OpenAI, or anything else.

Diffs

Every file the agent touched, side by side. Split and unified views powered by Diffs. Nothing lands in your real repo until you've read every line.

Gittrix

Every session runs in an isolated Gittrix sandbox — a detached git worktree the agent owns entirely. Your real checkout never changes until you selectively promote the files you want.

house themes

Two favorites. A whole catalog.

Minimal Dark and Minimal Paper are glib's house pair — a matched screen-and-paper set we designed in-house and ship up front. They're the face of a full theme catalog inside the editor, and it keeps growing. Toggle below to reskin this page live.

Site preview shows our two house themes. The full catalog lives in the editor. browse in glib ↗

Side-by-side preview of the glib review surface in the Minimal Dark theme and the Minimal Paper theme, with base ramp and accent swatches for each.

Minimal Dark
glib · review feat/warm-light
src/theme/tokens.ts
export const surface = {
-  bg: "#000000",
+  bg: "#0D0D0D",
}
400s
Minimal Paper
glib · review feat/warm-light
src/theme/tokens.ts
export const surface = {
-  bg: "#000000",
+  bg: "#0D0D0D",
}
600s