These instructions are specific to VS Code. If you’re using a VS Code-compatible
editor like Cursor or Windsurf, the steps are similar but may require some
adaptation.
Find the settings screen
1
Open CodeRabbit sidebar
Open the CodeRabbit activity bar/sidebar.
2
Click the settings icon
In the sidebar, click the gear-shaped icon on the top right (beside the
logout icon).
Configure AI agent integration
The Agent Type setting lets you choose how the extension responds when using the Fix with AI feature during code reviews.- Native integrations
- Command-line tools
- VS Code extensions
Native
Prompts the AI agent associated with your IDE to apply the suggested
fix.
Works with VS Code (using Copilot), Cursor, Devin, and Windsurf. For other
IDEs, copies to clipboard.
Clipboard
Copies prompt text describing the suggested fix to your clipboard for
manual use with your preferred AI agent.
Configure automatic review behavior
The Auto Review Mode setting controls how the extension handles automatic code reviews after you make commits to your local Git repository.Disabled
The extension doesn’t perform automatic code reviews.
Prompt
After every commit, displays a dialog asking if you’d like to perform a code
review.
Auto
Always performs a review after every commit automatically.
Choose the CodeRabbit region
The Region setting controls which CodeRabbit Cloud infrastructure the extension connects to.
If you configure Self Hosted URL, the extension connects to that URL instead of the selected CodeRabbit Cloud region.
Configure task startup
The Auto Start Task setting controls whether supported AI agents start working on the suggested fix automatically.
This setting applies to supported agents such as Native in VS Code, Cline, Roo, and Kilo Code.
Use with self-hosted CodeRabbit
The Self Hosted URL setting is only used when you’re using a self-hosted instance of CodeRabbit. If you’re using the CodeRabbit Cloud service, you don’t need to configure this setting. Set this to the base URL of your CodeRabbit instance, such ashttps://coderabbit.yourcompany.com. When this value is configured, the extension connects directly to your server instead of the selected CodeRabbit Cloud region.
What’s next
Use the VS Code extension
Learn how to review code changes and use AI features
Uninstall the VS Code extension
Remove the CodeRabbit extension from your editor