Native agent sessions remain persistent
Each worker is a real agent process with a durable identity, observable screen, closed-loop input, and recoverable history.
- Claude Code
- Codex
- Grok Build
- Gemini CLI
Private beta
Fleet gives Claude Code, Codex, Grok Build, and Gemini CLI shared ownership, durable memory, and operator control.
Have an invite? Get access →
Use each model where it works best.
Fleet carries assignments and context between native agent sessions.
Engineering teams often plan with one model and build with another, copying context between terminals by hand.
Fleet keeps those sessions in their native tools while the orchestrator assigns work, builders execute it, reviewers verify it, and the operator can intervene.
Fleet assigns active territory exclusively while leaving unclaimed files open for discovery and expansion.
src/auth/session.tsGPT / claimed
src/auth/session.test.tsGPT / claimed
reviews/auth-security.mdClaude / claimed
docs/operator-guide.mdopen
Atomic claims and explicit handoffs stop peer collisions at the tool boundary before they become merge conflicts.
Every assignment carries the specification, starting files, live peer boundaries, operating laws, and proof command.
The agent knows what success means before it writes and reports evidence whenever the premise is wrong or the scope must expand.
src/auth/session.tssrc/auth/session.test.tsreviews/auth-security.md. Do not touch it.npm test -- sessionThe runtime keeps work recoverable when an agent stalls, forgets, or disappears instead of assuming every session will respond and exit cleanly.
Each worker is a real agent process with a durable identity, observable screen, closed-loop input, and recoverable history.
Claims, decisions, evidence, handoffs, blocks, and verification survive context compaction and process restarts.
Liveness probes, stall detection, beacons, stale-claim recovery, and operator alerts make unattended work observable.
The control room ranks sessions by what needs attention, then lets the operator inspect, message, and recover any seat.
Fleet coordinates native harnesses without flattening every model into another metered API.
Agents keep their existing subscriptions and provider authentication, so Fleet does not add token markup.
Release status
The working product remains gated while installer reliability and security are verified.
Native seats, orchestration, control room, ledger, ownership, and recovery are implemented.
We are validating clean installation, update, recovery, and uninstall on real machines.
The release candidate is undergoing an adversarial review before wider access.
Fleet keeps each model inside its native harness and coordinates the sessions around it rather than replacing its tools.
Agents see one another's changes immediately, while atomic ownership prevents destructive overlap and leaves unclaimed territory open.
Fleet provides a coordination boundary for supported agent tools rather than hostile-process isolation; it blocks peer collisions and records the operating history.
The product is complete, and wider release depends on beta installer hardening and the current security review.
Fleet adds no token markup because coding agents continue using their own subscriptions or provider authentication.
We will email when the hardened beta is ready and only about Fleet beta updates.