Build with
Run Qwen Code in Nix Agents
Qwen Code is one of the open CLI agents Nix Agents launches. It gets a worktree, a branch and a terminal on the same board as your other sessions.
How it works
You install and configure Qwen Code; the app runs it. The session starts in a worktree created for the task, so its commits land on their own branch and never in the checkout you are working in.
The reason to run it beside other agents rather than in its own window is comparison: the same task can go to two agents in two worktrees, and the two diffs can be read side by side before either is merged.
Mixed setups
Around thirty-seven agents are in the launcher. Mixing them is the normal case, not an edge one — the workspace does not assume one vendor, and a task can be handed to whichever CLI fits it.
