Help us learn about your current experience with the documentation. Take the survey.

glab duo cli

Run the GitLab Duo CLI.

Synopsis

Run the GitLab Duo CLI (duo) through glab.

The GitLab Duo CLI brings the GitLab Duo Agent Platform to your terminal. Ask GitLab Duo questions about your codebase and use it to autonomously perform actions on your behalf.

The GitLab Duo CLI runs in two modes:

  • Interactive (default): glab duo cli opens a session for multiple prompts, with build and plan modes.
  • Headless: glab duo cli run --goal "<prompt>" runs a single prompt and exits. For use in runners, scripts, and automated workflows.

When you use the GitLab Duo CLI through glab, glab handles authentication for you. You authenticate only once.

Prerequisites:

Note: If you are on GitLab 18.11 to 19.1, you can use the GitLab Duo CLI by turning on beta and experimental features.

Configuration options:

  • duo_cli_auto_run: Skip the run confirmation prompt.
  • duo_cli_auto_download: Skip the download confirmation prompt.

glab passes all other arguments and flags through to the GitLab Duo CLI binary. To see the GitLab Duo CLI commands and flags, run glab duo cli help.

For more information, see the GitLab Duo CLI documentation.

glab duo cli [command] [flags]

Examples

# Start an interactive GitLab Duo CLI session
glab duo cli

# Use the GitLab Duo CLI in headless mode with a single prompt
glab duo cli run --goal "Fix the failing tests in this project"

# Pass any command or flag through to the GitLab Duo CLI binary (for example: model, version, run)
glab duo cli <command>
glab duo cli --model claude_sonnet_4_6

# Show GitLab CLI help content
glab duo cli --help

# Show GitLab Duo CLI help content, including commands and flags
glab duo cli help

# Run without prompts (for use in scripts and non-interactive environments)
glab duo cli --yes

# Install the GitLab Duo CLI binary
glab duo cli --install

# Install the GitLab Duo CLI binary without prompts
glab duo cli --install --yes

# Check for and install updates
glab duo cli --update

Options

      --install   Install the GitLab Duo CLI binary without running it.
      --update    Check for and install updates to the binary.
  -y, --yes       Skip confirmation prompts.

Options inherited from parent commands

  -h, --help   Show help for this command.