Qodo Documentation
HomepageBlogCommunityGet Started
  • Overview
  • Qodo Gen
  • Qodo Portal
  • On Prem
  • Introduction
  • Quickstart
  • Setup and Installation
    • VSCode Installation
    • JetBrains Installation
    • Sign In
    • Extension Settings
    • Uninstall
  • Qodo Gen Chat
    • Agentic Mode
      • Agentic Tools (MCPs)
      • Built-in Tools (MCPs)
    • Standard Mode
      • Focus
        • Current File Focus
        • Git Diff Focus
      • Context
        • Add Entire Folder or Project as Context
        • Add Image as Context
      • Commands
        • /ask
        • /changelog
        • /commit
        • /describe
        • /docstring
        • /enhance
        • /explain
        • /find-on-github
        • /generate-best-practices
        • /help
        • /improve
        • /issues
        • /recap
        • /review
    • Inline Context
    • Chat History
    • Model Selection
    • Chat Preferences
  • Qodo Gen CLI
    • Setup and Quickstart
    • Creating and Managing Agents
    • CI and Automation
    • List of CLI Commands and Flags
    • Use Cases and Examples
  • Company Codebase (RAG)
    • Tagging
    • Configuration File
  • Code Completion
  • Test Generation
    • Configuring Your Test Setup
  • Data Sharing
  • Release Notes
Powered by GitBook
LogoLogo

Terms and Privacy

  • Terms of Use
  • Privacy Policy
  • Data Processing

© 2025 Qodo. All Rights Reserved.

On this page
  • What is Qodo Gen CLI?
  • Why should I use it?
  • Core features

Was this helpful?

Qodo Gen CLI

Qodo Gen CLI is now available in alpha release.

What is Qodo Gen CLI?

Qodo Gen CLI is a command-line interface for running and managing AI agents.

It allows you to automate complex workflows, interact with AI models and external tools using your own tools and schemas, and serve AI agents as HTTP services — all from your terminal.

Why should I use it?

Qodo Gen CLI is designed for AI-powered developer productivity. It turns natural language into intelligent actions using your configured agents.

Whether you're building tools, debugging code, or reviewing PRs, Qodo Gen CLI can help you code faster and better.

Qodo Gen CLI supports:

  • Custom agent configuration

  • CI and automation integration

  • Interactive web UI mode

  • General code generation

It's fast, extensible, and designed to work in real-world engineering environments.

Core features

  • Interactive Chat Mode: Talk to an agent in natural language directly in your terminal (qodo chat), exactly like with Qodo Gen Chat.

  • Custom Agent Commands: Configure your own agent and define reusable workflows (qodo <command>).

  • Interactive Web UI mode: Run Qodo Gen CLI with --ui to interact with Qodo Gen CLI's chat in an interactive web UI.

  • Serve Agents as HTTP APIs: Turn any agent into a callable service (--webhook mode).

  • Model Control: Choose which AI model to use (Claude, GPT-4, etc.)

  • Secure Integration: Use tools without exposing your API keys.

PreviousChat PreferencesNextSetup and Quickstart

Last updated 22 hours ago

Was this helpful?