BTALabs

Build with

Run Amp in Nix Agents

Amp is a terminal coding agent. Put it in Nix Agents and it runs the same way, with the checkout and the review handled around it.

How it works

Install Amp, authenticate it, and pick a repository in the app. The session opens in a worktree created for the task, so its branch is separate from your working copy and from every other session.

The pane is a real terminal: your shell, your environment, your PATH. There is no wrapper between you and the CLI, which means the escape hatch is always available and never a special mode.

What the workspace adds

  • Worktrees created per task instead of per session you remembered to set up.
  • A diff per worktree, so review happens before the merge.
  • A merge queue when several agents finish at once.
  • An embedded browser with a design mode, for checking what the agent built.
  • SSH worktrees, for running the same board against a remote machine.
← All build with