Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@gitlab/duo-cli

Package Overview
Dependencies
Maintainers
7
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitlab/duo-cli

GitLab Duo for your command line

npmnpm
Version
8.95.0
Version published
Weekly downloads
69K
11.53%
Maintainers
7
Weekly downloads
 
Created
Source

GitLab Duo CLI (Beta)

GitLab Duo for your command line. An AI-powered CLI tool that brings GitLab Duo Agentic Chat to your terminal.

📖 For installation, usage, and configuration see the GitLab Duo CLI documentation.

Development

To run the CLI from a local checkout:

bun run cli

This builds and launches the app. Pass CLI flags after --:

bun run cli -- run --goal "example"

For hot-reload development, use bun run dev:watch instead.

See the full Development Guide for prerequisites, building, debugging, testing, and architecture details.

Packages

The GitLab Duo CLI is split across two packages:

  • packages/cli — CLI entry point, command routing, backend abstraction, and controllers for interactive and headless modes.
  • packages/tui — React-based terminal UI built on Ink. Pure presentation layer with zero domain logic. Renders the chat interface, messages, tool calls, diffs, and Markdown.

License

See the License for details.

FAQs

Package last updated on 20 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts