Skip to content
v0.1.122026-08-28

A worktree for every agent

macOS: the launch wizard can give every agent its own git worktree, and a terminal selection survives streaming output so ⌘C copies again. Windows: the launch animation and terminal Flip arrive.

  • New worktree per agent. macOS: an Isolation switch in the launch wizard puts each agent slot in a fresh worktree on its own branch.
  • Copy works while streaming. macOS: a drag-selection in an agent pane is no longer wiped by the next line of output.
  • Windows: Flip and the launch splash. The Code-mode Flip and the launch animation from the Mac app are on Windows.

Added

  • macOS: Launch wizard Isolation: Shared checkout, or New worktree per agent. Lanes are named from your task (fix-auth, fix-auth-2, on branch one/<slug>) and previewed on the launch chips before anything spawns. Works on every preset; Workbench's shell stays in the repo checkout.
  • macOS: each lane opens as its own workspace; a fleet lands on the Dashboard. A failed lane never rolls back its siblings, and you get "Launch the N that worked." Agents are told their branch, repo, and sibling branches before the task.
  • Windows: the launch animation, with Reduced Motion support and a single skip.
  • Windows: Flip turns terminal panes into title cards while the sessions behind them keep running.

Changed

  • macOS: only the focused terminal redraws at 60 fps; unfocused visible panes coalesce to 30. A hidden pane releases its Metal renderer after 8 seconds and re-arms when shown.
  • macOS: the terminal cursor is a steady bar by default. A TUI can still ask for blink.

Fixed

  • macOS: a selection in a streaming terminal stays put until you copy it. With a TUI's mouse mode on, Shift-drag selects.
  • macOS: clearing a removed worktree's leftovers runs in the background, so it no longer freezes the next click.