- Generally available features
- Beta features
- Experimental features
- Disable GitLab Duo features for specific groups or projects or an entire instance
GitLab Duo
- First GitLab Duo features introduced in GitLab 16.0.
- Removed third-party AI setting in GitLab 16.6.
- Removed support for OpenAI from all GitLab Duo features in GitLab 16.6.
GitLab Duo is a suite of AI-powered features that assist you while you work in GitLab. These features aim to help increase velocity and solve key pain points across the software development lifecycle.
GitLab Duo features are available in IDE extensions and the GitLab UI. Some features are also available as part of GitLab Duo Chat.
GitLab is transparent. As GitLab Duo features mature, the documentation will be updated to clearly state how and where you can access these features.
Generally available features
GitLab Duo Chat
- Help you write and understand code faster, get up to speed on the status of projects, and quickly learn about GitLab by answering your questions in a chat window.
- LLMs: Anthropic Claude 3.5 Sonnet, Anthropic Claude 3 Haiku, and Vertex AI Search. The LLM depends on the question asked. For more information, see the Duo Chat examples. For self-managed, the models also depend on your GitLab version. For the most benefit, use the latest GitLab version whenever possible.
- Watch overview
- View documentation.
Code Suggestions
- Helps you write code more efficiently by generating code and showing suggestions as you type.
- Large language model (LLM) for code completion: Vertex AI Codey
code-gecko
- LLM for code generation: Anthropic Claude 3.5 Sonnet
- Watch overview
- View documentation.
Code explanation in the IDE
- Helps you understand the selected code by explaining it more clearly.
- LLM: Anthropic: Claude 3 Haiku
- View documentation for explaining code in the IDE.
Test generation
- Helps catch bugs early by generating tests for the selected code.
- LLM: Anthropic Claude 2.1
- Watch overview
- View documentation.
GitLab Duo for the CLI
-
glab duo ask
helps you discover or recallgit
commands when and where you need them. - LLM: Vertex AI Codey
codechat-bison
- View documentation.
Merge commit message generation
- Helps you merge more quickly by generating meaningful commit messages.
- LLM: Anthropic Claude 3.5 Sonnet.
- View documentation.
Root cause analysis
- Introduced in GitLab 16.2 as an experiment on GitLab.com.
- Generally available and moved to GitLab Duo Chat in GitLab 17.3.
- Helps you determine the root cause for a CI/CD job failure by analyzing the logs.
- LLM: Anthropic Claude 3.5 Sonnet
- View documentation.
Vulnerability explanation
- Helps you understand vulnerabilities, how they can be exploited, and how to fix them.
- LLM: Anthropic Claude 3 Haiku.
- View documentation.
AI Impact dashboard
- Measure the AI effectiveness and impact on SDLC metrics.
- Visualize which metrics improved as a result of investments in AI.
- Compare the performance of teams that are using AI against teams that are not using AI.
- Track the progress of AI adoption.
- View documentation.
Beta features
Merge request summary
- Helps populate a merge request more quickly by generating a description based on the code changes.
- LLM: Vertex AI Codey
text-bison
- View documentation.
Vulnerability resolution
- Help resolve a vulnerability by generating a merge request that addresses it.
- LLM: Anthropic’s
claude-3.5-sonnet
. - View documentation.
Discussion summary
- Helps everyone get up to speed by summarizing the lengthy conversations in an issue.
- LLM: Anthropic Claude 3.5 Sonnet
- Watch overview
- View documentation.
Experimental features
Issue description generation
- Helps populate an issue more quickly by generating a more in-depth description, based on a short summary you provide.
- LLM: Anthropic Claude Instant 1.2
- View documentation.
Code explanation in a file or merge request
- Helps you understand the selected code by explaining it more clearly.
- LLM: Anthropic: Claude 3 Haiku
- View documentation for explaining code in:
Code review summary
- Helps make merge request handover to reviewers easier by summarizing all the comments in a merge request review.
- LLM: Vertex AI Codey
text-bison
- Watch overview
- View documentation.
Product Analytics
- Processes and responds to your questions about your application’s usage data.
- LLM: Vertex AI Codey
codechat-bison
- View documentation.
Disable GitLab Duo features for specific groups or projects or an entire instance
Disable GitLab Duo features by following these instructions.