Make any IDE agentic with Qodo CLI tool
You can turn any IDE into an agentic development environment using the terminal-based Qodo CLI tool. Here’s how:
With these steps, your IDE becomes an agentic workspace, enabling seamless collaboration with Qodo’s capabilities right from your development environment.
Qodo Aware: Remote codebase intelligence
Note: This feature is available for Enterprise users only.
Leverage Qodo Merge: Review and implement AI suggestions from your terminal
Note: This feature is available for Qodo Merge users only.

https://qodo-merge-docs.qodo.ai/qodo-merge-cli/
Built-in agents
Add Qodo’s ready-to-use agents to your CLI, designed to support a wide range of developer workflows out of the box:Increase test coverage: Automated test coverage agent
Automated test coverage bot for GitHub PRs - analyzes changes, generates meaningful passing tests, and creates follow-up PRs. This agent is a GitHub Workflow that invokes the Qodo CLI tool Action with a custom agent.What does the Test Coverage Agent do?
- The workflow is triggered when a
qodo-coverlabel is added to an open PR - It uses the qodo-cover prompt to:
- Analyze which changed files need test coverage
- Generate appropriate tests for uncovered code
- Create a follow-up PR with the new tests targeting the original PR branch
- Targets a desired coverage threshold of 80%
Note: this agent requires the
QODO_API_KEY secret set in your repository.https://github.com/qodo-ai/agents/blob/main/agents/qodo-cover
Documentation agent
Release notes are often skipped or written last minute, leading to incomplete or unclear changelogs. This agent automates the process by generating release notes from your Git history.What does the Documentation Agent do?
It defines a manually-dispatched bot that generates release notes for a given PR tag. The bot analyzes all commits, PRs, and issues since the last release, then creates a new PR that updates the release notes file. You can configure this agent in the agent configuration.Note: this agent requires the
QODO_API_KEY secret set in your repository.