Skip to content

codegent v1.0.0

Choose a tag to compare

@burakgon burakgon released this 20 Jul 15:27

codegent v1.0.0

A local, browser-based orchestrator for AI coding agents — real PTY terminals, a kanban board that routes attention, and a review flow with real diffs. Local-only by design: no accounts, no cloud, no telemetry.

Install

curl -fsSL https://codegent.io/install | sh

(or grab the tarball for your platform below: extracts to bin/codegent + share/web)

Highlights

  • Board: queue → running → waiting-for-input → review → done; auto-start with worker limits.
  • Universal agent tier: content-free state detection (process tree, OSC, screen manifests) for Claude Code, Codex, Gemini CLI, Goose, OpenCode, Aider and more — your terminal's content never leaves the terminal.
  • Review flow: file-by-file diff with viewed-marks, queued line comments batched back to the agent, stale/conflict tracking, squash/merge/rebase, PR tracking via gh.
  • CLI + service: codegent, codegent task add, codegent doctor, codegent service enable (launchd/systemd).
  • Remote access = your own tunnel: see docs/expose-safely.md.

AGPL-3.0.