04 · Local ADE · Cursor lane

agentgrid

BridgeSpace-inspired multi-agent terminal grid (Claude Code, cursor-agent, Codex, shell). Independent Cursor lane — not related to vibedeck.

agentgrid is a BridgeSpace-inspired ADE: mission control for several AI coding agents in one browser window. It is the Cursor lane — intentionally separate from vibedeck. The two repos are not merged.

A local Fastify server spawns real PTY sessions. The UI is React + xterm.js. You can launch Claude Code, cursor-agent, Codex, Gemini CLI, or a shell, in presets from 1 to 16 panes. Layout, cwd, and agent preference persist; workspace templates live on disk.

On top of the grid: Warp-style command blocks, a kanban board that dispatches into a pane, Monaco file editing, shared memory notes, an MCP server, swarm roles with file-ownership claims, a small skills library, and an optional Tauri desktop shell.

In the repo

  • node-pty sessions that survive a browser refresh
  • Layout presets through 16 panes
  • Kanban → agent session dispatch
  • Shared memory MCP (STDIO) + swarm roles
  • Optional Tauri desktop wrapper

Stack

TypeScriptReactFastifyxterm.jsMonacoTauriMCP