InstallationΒΆ
Currently for remote suggestions, Qodo Merge has to be installed and active on your Git repository (GitHub / GitLab).
Install Qodo CommandΒΆ
Qodo Merge CLI is a review tool within Qodo Command, a command-line interface for running and managing AI agents.
To use Qodo Command, you'll need first Node.js and npm installed. Then, to install Qodo Command, run:
Login and Setup
To start using Qodo Command, you need to log in first:
Once login is completed, you'll receive an API key in the terminal. The API key is also saved locally in the .qodo folder in your home directory, and can be reused (e.g., in CI). The key is tied to your user account and subject to the same usage limits.
Using Qodo Merge CLIΒΆ
After you set up Qodo Command, you can start using Qodo Merge CLI by running:
Set Up Git ClientΒΆ
On first run, the CLI will check for your Git client (GitHub CLI or GitLab CLI). If not found, it will guide you through the installation process.
Quick UsageΒΆ
There are two ways to specify which PR to review:
(1) Auto Detect PR from current branch run this command in your CLI:
(2) Specify PR number or URL
Then the tool will automatically fetch the suggestions from the PR and display them in an interactive table.
Next StepsΒΆ
- Get Started: Try your first PR review
- Explore Features: Learn about all capabilities
The CLI will guide you through any additional setup needed when you first run qodo merge
.