Cody CLI Chrome Extension
Use the Cody CLI Chrome extension for AI-powered code review, inline suggestions, and CLI commands — right in your browser.
Features
AI Code Review
NewOne-Click CLI Commands
Inline Suggestions
Secure & Private
Installation
1. Install Cody CLI
npm install -g @ainative/cody-cli2. Install the Chrome Extension
Download and install from the Chrome Web Store.
3. Connect the Extension
The extension auto-detects your local Cody CLI instance on first launch.
cody auth login
4. Configure Preferences
# Enable auto-review on PRs
cody config set chrome.autoReview true
# Set preferred AI model
cody config set chrome.model claude-sonnet-4.5
Supported Platforms
| Platform | Status | Features |
|---|---|---|
| GitHub | Supported | PR review, inline suggestions, file context |
| GitLab | Supported | MR review, inline suggestions, file context |
| Bitbucket | Supported | PR review, file context |
| Stack Overflow | Supported | Inline suggestions on code blocks |
| MDN Web Docs | Supported | Inline suggestions |
| Custom Sites | Supported | Context menu commands |
How It Works
The Chrome extension acts as a bridge between your browser and your local Cody CLI instance:
- Browser — Detects code blocks, PR diffs, and documentation on supported sites
- Extension — Extracts relevant context and sends it to the local CLI
- Cody CLI — Processes the request using the AINative API
- Extension — Renders the response inline in your browser
ℹ️Local-First Architecture
All communication stays between your browser and your local machine. The extension never sends code directly to cloud services — it always goes through your authenticated Cody CLI instance.