BTALabs

Build with

Run Crush in Nix Agents

Crush runs in Nix Agents the way every other terminal agent does: the binary you installed, a worktree of its own, a terminal you can type into.

How it works

Install and authenticate Crush yourself; the app runs that command. Each task gets a worktree, a branch and a terminal pane, and the session appears on the same board as everything else you have running.

Because the pane is a terminal rather than a bespoke chat surface, the tools you normally reach for while an agent works — the test suite, a log tail, a diff — are all in the same window.

The review step

A fast agent produces a fast diff, and the only thing standing between that and your main branch is whether somebody read it. The per-worktree diff view exists so that reading it is one click from the session that produced it, instead of a branch switch away.

← All build with