Skip to main content
Beta The Qodo Agentic Toolbox brings Qodo’s code understanding, coding standards, and review capabilities into your existing coding agent. It does not replace your coding agent or require you to interact with Qodo directly; it extends your agent with Qodo capabilities that support key stages of your agentic workflow. After you install the Agentic Toolbox, continue working with your coding agent as usual. The Agentic Toolbox enables your agent to automatically apply Qodo capabilities for understanding your codebase, applying team standards, reviewing changes, and resolving findings. The Agentic Toolbox is a new product, not a rename of the legacy Qodo Command (@qodo/command) or Qodo Gen CLI. Those were code-generation agents you drove directly; the Agentic Toolbox is a set of tools your agent calls on its own. If you have an existing Qodo Command installation, installing the Agentic Toolbox replaces it automatically. There’s no separate uninstall step.

Qodo technologies powering the Agentic Toolbox

  • Code review: Powers review for local and pull request changes.
  • Codebase knowledge: Provides understanding of code, dependencies, relationships, and history.
  • Cross-repository relationship mapping: Connects related code and dependencies across repositories.
  • Pull request history: Provides context from previous pull requests and changes.
  • Rules: Provides the standards and rules used to guide implementation and review.
The Agentic Toolbox extends Qodo Code Review into your local development workflow. After you open a pull request, Qodo Code Review continues to provide automated review and collaboration directly in your pull request workflow.

Supported interfaces

The Agentic Toolbox is available through the following interfaces.

Agentic Toolbox tools

The Agentic Toolbox provides tools for different stages of your agentic workflow. Your coding agent accesses these tools through agent skills.

Install the Agentic Toolbox

Prerequisite

  • Node.js 20 or later.

macOS/ Linux (including Git Bash and WSL)

Windows PowerShell

no administrator privileges required
The installer installs the toolbox and configures the available Qodo tools for supported agent environments. You can install the Agentic Toolbox without a Qodo account, but you’ll need to sign up or log in to Qodo before your agent can actually run any of the tools.

How Agentic Toolbox skills stay up to date

Agentic Toolbox skills are updated automatically when your coding agent uses them. When an agent runs a Toolbox skill, the skill is checked for the latest version and updated if a newer version is available.
  • Skills stay current: Skills such as Reviewer, Codebase Wisdom, Get Rules, and Review Resolver are checked for updates when they run.
  • Updates happen automatically: Skills are refreshed from the latest bundled skill set after automatic updates or when you run qodo update, with no manual intervention required.
  • New skills can be added automatically: Newly released, recommended skills can be added to your coding agents automatically.

Next steps

Start using the Agentic Toolbox with these tools and workflows:
  • Suggested workflows: See example workflows for building features, debugging issues, and combining Agentic Toolbox capabilities into a repeatable development process.
  • Codebase Wisdom: Gives your agent context about your codebase, including dependencies, cross-repository relationships, and recent changes.
  • Get Rules: Retrieves the coding rules and standards that apply to the current task.
  • Review: Reviews your local changes using the same Qodo Review capabilities used for pull request reviews.
  • Review Resolver: Retrieves and resolves Qodo Review findings from your agent workflow.
  • Manage Standards: Lets authorized users manage review standards and rule suggestions directly from their agent.