You see every command and edit as it happens. Pause with Ctrl+C, run your own commands, then resume—the agent continues from the new state.
Live demo: curl https://the-fleet.casey-digennaro.workers.dev/claw
Most agents obscure their process behind a spinner. When they fail, you're left debugging hidden changes. This one operates beside you in your terminal, showing each step. It's built for developers who prefer to watch and guide the work.
- Fork this repository. This is a self-hosted tool, not a service.
- Deploy to Cloudflare Workers (one-click) or run locally with
npm start. - Configure your LLM keys in
.env.localand set permission boundaries.
The runtime is a single Cloudflare Worker file with zero external dependencies.
- You can interrupt at any command, not just predefined checkpoints. Pause with
Ctrl+C, fix something, runresume. - It never rewrites git history