Install
npm i -g fleetview
Needs Node 24 or newer. Then run fleetview — or try it first with npx fleetview, nothing left behind.
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.
@completes to a repository, a subagent, or another backend.
-
Peek and answer
Read an agent's latest output without attaching. A permission is one key, a question is a numbered list.
-
Attach and detach
Enter drops you into a live session; ^z puts it back on the roster still running. Close fleetview entirely and the sessions keep going.
-
Worktree isolation
Each dispatch runs in its own git worktree on an ordinary branch, so parallel agents never fight over your checkout.
-
PR awareness
A session with an open pull request carries a #N label, coloured by what needs attention, so a long-running roster stays legible.