Install
npm i -g fleetview
Needs Node 24 or newer. Then run fleetview.
What it does
-
Multi-backend
One roster over opencode, claude, and copilot sessions, whichever you happen to have installed.
-
Dispatch
Describe a task in the input box and fleetview starts a backgrounded agent for it, with suggestions drawn from the repo.
-
Peek and answer
Read an agent's latest output without attaching, and answer its question inline when it is blocked.
-
Attach and detach
Enter drops you into a live session; detach puts it back on the roster still running.
-
Worktree isolation
Dispatched agents can each get their own git worktree, so parallel work never fights over your checkout.
-
PR awareness
Sessions show the branch and pull request they belong to, so a long-running roster stays legible.