Background agents run server-side against a clone of the repository. You give a task, the agent works through it, and the result arrives as a pull request rather than as edits in your working tree.
The important safety property is that nothing touches your local branch. Review happens in the normal pull request flow, so a bad run costs a closed PR instead of a dirty checkout.
Agents are limited to repositories you have connected, and each run has a token budget you set per task.
Key features
- Server-side execution
- Opens a pull request
- Per-task token budget



