Bitbucket and Azure DevOps support repository access but agent tools are not yet available.
Capabilities
- Create, update, read, and merge pull requests and merge requests
- Add, update, and delete general and inline code review comments
- Create, update, and manage issues and issue comments
- Search issues and pull requests
- Read workflow runs (GitHub Actions) and pipeline status (GitLab)
- “Create a pull request for my changes titled ‘Add input validation’”
- “Review PR #42 and add inline comments for issues you find”
- “Create an issue for refactoring the authentication module”
- “Search for open issues related to ‘timeout errors‘“
Organization controls

- Enabled for all members (default)
- Enabled for specific group: gradual rollout or team restrictions
- Disabled: agents use git commands only, no PR/issue tools
Provider differences
| Feature | GitHub | GitLab |
|---|---|---|
| Inline comments | Direct comments | Discussion threads |
| Draft PRs/MRs | Supported | Supported |
| Assignees | Username-based | Requires user IDs |
Prerequisites
- Configure source control on your runner.
- Authorize via OAuth or PAT when creating your first environment.
- GitHub:
repo,read:user,workflow(if editing Actions files) - GitLab:
api,read_repository,read_user
Limitations
- Cannot sync PR branches with base branch
- Cannot approve or request changes on PRs