cohalen

Overview

What Cohalen is and the four-stage loop every change moves through.

Cohalen is a local-first orchestrator for AI coding agents: a desktop app that runs Claude Code, Codex, and Cursor in parallel on your machine, each in its own isolated git worktree. You launch the agents, watch them work, review each change, and ship the pull request from one surface. The Spend kill-switch, a per-Workspace cap on by default, refuses to start the next Turn once a Workspace crosses its budget.

These docs cover the model and the day-to-day flow. They assume you are comfortable with diffs, branches, and pull requests.

One pass through the loop, captured from the app: a real agent Turn, the Changeset, the Verdict.

The workflow

Every change an agent makes moves through four stages, in order: Chat → Diff → Checks → Ship. The app is organized around them, and review can loop back: a Note left on a diff line feeds the agent's next Turn.

  1. Chat. You prompt an agent; it works in its own Workspace.
  2. Diff. You review the Changeset as one unit.
  3. Checks. Every merge signal, reduced to one Verdict.
  4. Ship. Commit & push → create the pull request → merge.

Where to go next

  • Getting started: from a fresh install to your first shipped change.
  • Core concepts: the exact meaning of Repository, Workspace, Changeset, Checks, Verdict, Ship, Organization, Owner, Remote Workspace, and the Spend kill-switch.
  • Architecture: what runs on your machine, and the two things that ever leave it.

The guides then follow the loop, one stage at a time:


Cohalen is in early access. Join the waitlist to get a build.

On this page