
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
Claude Code's agent view for opencode: a roster TUI for backgrounded sessions — dispatch, watch, answer, attach
One screen for all your background coding agents. Dispatch tasks to opencode, Claude Code, or GitHub Copilot CLI; watch every session's status live; answer their questions with a single keypress; attach to any of them. Close fleetview and the sessions keep running — reopen and pick up where you left off.

npm i -g fleetview
fleetview
Or try it without installing: npx fleetview — same thing, nothing left behind.
Type a task and press ⏎: a session starts on it. With the input empty, ⏎ on a row attaches to
that session, and ^z detaches and leaves it running in the background.
Requirements: Node 24 or newer, macOS or Linux, and at least one of the opencode, claude or
copilot CLIs on PATH (each optional, one is enough). No registration: on first run fleetview
spawns one detached opencode serve and every directory you have ever run opencode in shows up
automatically, grouped by project with live status.
A live roster. Sessions grouped by state — needs input on top, then working, then
completed — with each row showing what the session is doing right now, streamed as it happens
and never costing a model call. Open pull requests ride along as #1234 labels, coloured by
what needs attention.

Answer without attaching. space peeks at a session: its recent output, whatever it's
blocked on, and a reply input. A permission is y/a/d; a question is a numbered list you
answer by pressing the number.

One input for everything. Type a task to dispatch it. @repo targets a repository, @agent
a subagent, @claude/@copilot another backend, ! cmd runs a shell job, s:blocked filters.

Every dispatch is isolated. Each session runs in its own git worktree on an ordinary branch,
created before the session exists, so three agents in one repository never fight over one working
copy. Merge back with git merge or a pull request. (details)
Three backends, honestly compared. opencode is the default and the most capable — it has a server behind it. Claude Code and Copilot sessions are detached headless runs fleetview reads; what they can't do, the roster says so instead of pretending. (full table)
Scriptable. fleetview bg "<prompt>" dispatches from any terminal, fleetview --json
reports states in the same words as claude agents --json, so scripts written against agent
view read fleetview too. The shell commands (ls, --json, attach, logs, stop, rm,
bg) act on opencode sessions only; the roster TUI is the view that spans every backend.
(CLI reference)
Locked down by default. The opencode server fleetview spawns exposes shell execution, so fleetview password-protects it with HTTP basic auth automatically. (how)
fleetview is a deliberate port of Claude Code's agent view — the groups, the keys, the two-press
^x, the overloaded input, the worktree isolation and the --json state words are all agent
view's behaviour reproduced against opencode's server. Agent view is the specification; where
fleetview can't match it, or chooses not to, the docs say so. docs/audits/
holds the review record: a parity audit plus independent security passes.
↑↓ move · ⏎ attach, or dispatch if there's text · space peek · ^z detach · ^s regroup · ^t pin · ^r rename · ^x stop (again: delete) · ^b browse all sessions · ? everything else
? shows the full list, generated from the same table the keys are bound from.
Two things to know on an unfamiliar machine: alt+1..9 can misfire over SSH, so set
FLEETVIEW_NO_ALT_SWITCH=1 if you work remotely, and attaching needs node-pty (prebuilt on
macOS; Linux compiles it and needs python3, make and a C++ compiler).
FAQs
Claude Code's agent view for opencode: a roster TUI for backgrounded sessions — dispatch, watch, answer, attach
The npm package fleetview receives a total of 439 weekly downloads. As such, fleetview popularity was classified as not popular.
We found that fleetview demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.