BTALabs

Build with

Run Gemini CLI in Nix Agents

Gemini CLI is one of the agents Nix Agents is built to host. It runs in a real terminal, in a worktree of its own, with the login you already have.

How it works

Install and authenticate Gemini CLI yourself; the app runs that binary. Each task gets a worktree, a branch and a terminal pane, and the session appears on the same board as your Claude Code and Codex sessions.

Because the pane is a real terminal, everything you would normally do while an agent works — run the test suite, tail a log, read a diff — is available in the same window without switching context.

Why the mix matters

Different agents are good at different tasks, and a workspace makes that practical rather than theoretical: send the mechanical refactor to one, the ambiguous research task to another, and keep the review in one place. The constraint is your ability to read diffs, not the number of windows your desk can hold.

← All build with