Delegate a task to an agent
Open a task in your DoBox and hand it to an agent. Our desktop companion passes it to Claude Code or Codex on your own computer, on the subscription you already pay for, so there is no separate bill for agent compute. Cloud delegation is there as well, for when nobody wants to install anything.
The work comes back for review rather than going out on its own.
It is not only for code. Give it a document, an analysis or a piece of research and it will do the same thing.
For code specifically, the agent gets its own git worktree off the local checkout, so it can work without disturbing whatever branch you are on.
What you need
- A Mac with Apple Silicon. Intel Macs are not supported. Windows and Linux builds of the desktop companion are in progress, with no date yet.
- Our desktop companion, and a this+that account.
- Something for the agent to run on: Claude Code or Codex on your own subscription, or a Qwen model served by Ollama if you would rather keep it entirely local.
Keeping it local
Claude Code and Codex run on your machine but still call their provider’s API, the same as they do in any terminal. Point delegation at a Qwen model served by Ollama instead and there is no API call at all. Quality then depends on the model and the hardware you run it on.