Skip to main content

Introducing Cody Pro: AI Code Review for GitLab & Azure DevOps

· 3 min read
David Watts
Software Developer

Cody has always made AI code review on GitHub free and effortless. Today we're bringing the same reviews to the other two platforms teams ask for most: GitLab merge requests and Azure DevOps pull requests. It's called Cody Pro.

Cody reviewing a GitLab merge request

Cody reviewing an Azure DevOps pull request

Same Cody, now on GitLab and Azure DevOps

Cody Pro runs the same review engine as the free GitHub action — it reads your merge/pull request diff, reviews it like a senior engineer, and posts a summary plus focused feedback right on the request. It supports the same models, so you can review with Anthropic Claude (Opus 4.8, Sonnet 5, Haiku 4.5) or OpenAI GPT-5, selected with a single environment variable.

  • GitLab — a drop-in CI job that runs on every merge request pipeline and posts the review as a note.
  • Azure DevOps — a pipeline you add as a build validation policy; Cody posts the review as a comment thread on the pull request.

Like the free action, Cody Pro runs entirely in your own CI. Your code never passes through our servers — it goes straight from your pipeline to the AI provider you choose. Bring your own API key; there's nothing to host.

What's in the box

Cody Pro is a one-time purchase and includes:

  • Entry-point scripts for GitLab CI and Azure Pipelines
  • Ready-made pipeline templates for both platforms
  • The shared Claude/OpenAI model routing
  • A setup guide and .env.example

Get it

Get Cody Pro on Gumroad →

Still on GitHub? The free Cody action has you covered, and now supports Claude as well as OpenAI.

Pick your model

ModelProviderBest for
claude-opus-4-8AnthropicThe most capable reviews — recommended
claude-sonnet-5AnthropicNear-Opus quality at lower cost
claude-haiku-4-5AnthropicFastest and cheapest Claude option
gpt-5OpenAIOpenAI's flagship model
gpt-5-codexOpenAIOpenAI's coding-focused model

Set MODEL in the template — any claude-* name uses your Anthropic key, anything else uses your OpenAI key.


Keywords: GitLab AI code review, Azure DevOps AI code review, automated merge request review, automated pull request review, GitLab merge request AI, Azure DevOps pull request bot, Claude code review, GPT-5 code review, CI/CD code review, Cody Pro, 2026