- Git Integrations – provide Overcut read/write access to your source code so agents can review, generate, and commit changes directly in your repositories.
- Ticket Integrations – allow Overcut to read, create, and update issues so agents can respond to bugs, feature requests, or tasks in the systems where you plan work.
More integrations are on the roadmap—let us know which systems you’d like to see next!
Git Integrations
Overcut can connect to the following Git providers:- GitHub - Connect to GitHub repositories and issues
- GitLab - Connect to GitLab repositories and issues
- Azure DevOps - Connect to Azure DevOps repositories and work items
- Bitbucket - Connect to Bitbucket repositories and pull requests
Repository Configuration
Each connected repository now exposes a Configuration panel where workspace admins can override agent behaviour for that specific codebase.# | Setting | Default | Purpose |
---|---|---|---|
① | Agent image | (workspace default) | Override the Docker image used to run agents. |
② | Enable cache | false | Persist build artefacts to speed up subsequent runs. |
③ | Cache dependencies | false | Include dependency directories (e.g., node_modules ). |
④ | Tools | [] | Define repo-specific commands like lint , test , install . |
⑤ | Custom instructions | null | Inject additional workflow steps (YAML/Markdown). |
Ticket Integrations
To keep your planning and tracking in sync, Overcut also integrates with popular issue-tracking systems:- GitHub Issues - Integrated with GitHub repositories
- Jira - Connect to Jira Cloud workspaces
- GitLab Issues - Integrated with GitLab repositories
- Azure DevOps Work Items - Integrated with Azure DevOps repositories