- Live (Working now - currently being worked on by an agent)
- Review (Waiting on you - PR is open for your review)
- History (Completed - the PR is no longer open, whether merged or closed)
Job Lifecycle
1
Create an issue
Describe the task. This creates a real GitHub issue on your connected repository.
Example: “Find and fix the bug that generated the logs in mysterious-error-logs.txt”
Click New Issue, then Create issue to submit.2
The agent runs (4 stages)
The issue remains under Live while the agent is working on it, until it moves to Review.While Live, a job moves through:
- Queued: waiting for a slot.
- Preparing workspace: setting up the sandbox.
- Working: solving the task.
- Preparing pull request: applying the patch and opening the PR. When that finishes with an open PR, the issue moves to Review.
3
Review the pull request
Open the PR in GitHub or from the link in the job page to review the agent’s changes.When the PR is merged or otherwise closed, the job moves to History (Completed).

