Install Plugin
Paid plugin · JetBrains-managed 14-day trial

Intelligent Code Review at Commit Time

Analyze your current changes or any past commit (from the VCS Log) with AI—right inside IntelliJ IDEA. Choose local-first providers like Ollama/LM Studio or cloud options (OpenAI, Claude, Gemini). Configure commit gates to catch high‑risk issues before merge.

IntelliJ 2025.1+
Compatible
OpenAI, Claude, Gemini, Ollama, LM Studio
Providers
Privacy-First
Design
AI Diff Review - Commit Review Dialog
AI Diff Review - Analysis Panel

Powerful Features for Modern Development

Comprehensive AI analysis that integrates seamlessly into your IntelliJ IDEA workflow

Commit-Time Review

Analyzes your VCS diff directly inside the IDE before commit, catching issues early in the development cycle.

VCS Log Commit Review

Right‑click any commit in the VCS Log to analyze its changes in a dedicated dialog with sorting, filtering, search, and file navigation.

Configurable Commit Gate

Blocks only high-risk changes (security, data loss, severe breakages) with explicit AI decision making.

Structured Findings

Organized analysis across Code Quality, Security, Performance, Maintainability, Architecture, and Testing.

Privacy-First Design

Local-first option with Ollama keeps analysis on your machine. With OpenAI, only selected code and diffs are sent via your API key. Built-in secret redaction protects sensitive data.

Local-First with Ollama

Free local tier: pick an installed model (e.g., llama3) and run analysis without sending code to the cloud.

Context-Aware Analysis

Understands diffs and full-file content with intelligent handling of large changesets and size management.

IDE-Native Integration

Multiple entry points (Tools menu, editor/project menus, VCS Log) with detailed results in a tool window or commit dialog.

Simple Licensing & 14-Day Trial

JetBrains Marketplace handles billing, trials, and license management—no custom keys or seat juggling required.

Evaluate

14-Day Free Trial

Automatically starts after install with the full product experience.

All AI providers supported (cloud + local)
Commit gate, VCS Log commit review, and structured findings
Trial countdown and reminders handled by JetBrains Marketplace
Start Trial
Purchase

Paid License

Upgrade seamlessly when the trial ends—no reconfiguration needed.

Billing, taxes, and invoicing managed directly by JetBrains
Manage seats at account.jetbrains.com/licenses
Settings UI reminds users that licensing is Marketplace-managed—no surprise paywalls
View Pricing

Discount Community Programs

Special pricing for students, educators, open source projects, and non-profit organizations

Free

Students and Teachers

Free licenses for students and educators

Free

Classroom Assistance

Free licenses for classroom use

Free

Open Source Projects

Free licenses for qualifying open source projects

Free

Developer Recognition Program

Free licenses for recognized developers

50% Off

Universities and Educational Organizations

50% discount for educational institutions

50% Off

Startups

50% discount for qualifying startups

50% Off

Non-Profit Organizations

50% discount for non-profit organizations

40% Off

Former Student License Holders

40% discount for former student license holders

Need procurement docs? Reference the EULA, Privacy Policy, and README linked below—everything required for security reviews is bundled with the build.

Get Started in Minutes

Simple installation and configuration process

1

Install Plugin

Download from JetBrains Marketplace or install via IntelliJ IDEA's plugin manager

File → Settings → Plugins → Browse repositories → "AI Diff Review"
2

Choose Provider & Configure

Select Ollama (local) to run fully on-device and pick a model, or choose OpenAI (cloud) and enter your API key.

Settings → Tools → AI Diff Review → Provider, Model/API Key
3

Start Analyzing

Use Tools → AI Diff Review, right‑click in the editor/project, or right‑click a commit in the VCS Log

Tools → AI Diff Review · VCS Log → Right‑click commit → AI Diff Review This Commit

Choose the AI Runtime That Fits Your Policy

Mix local-first analysis with cloud horsepower. The README and build notes capture every provider, timeout, and model pairing.

Local-First

Keep code on your machine while running cutting-edge models.

Ollama with llama3, qwen2.5-coder, mistral, and any installed local model.
LM Studio via OpenAI-compatible endpoint (`http://127.0.0.1:1234/v1`).
No API keys required; secret redaction stays enabled by default.
Best for: Air‑gapped teams, free local tier

Cloud Providers

Use managed APIs with explicit model choices per README/requirements.

OpenAI: `gpt-5-mini` / `gpt-5` when "Think harder" is enabled.
Claude: `claude-sonnet-4-20250514` / `claude-opus-4-1-20250805`.
Gemini: `gemini-2.5-flash` / `gemini-2.5-pro`.
Grok: `grok-4-1-fast-non-reasoning` / `grok-4-latest`.
Best for: Higher throughput, "Think harder" deep dives

Governance & Workflow

Settings → Tools → AI Diff Review centralizes every toggle.

Secret redaction patterns with import/export & validation.
Pre-commit gate levels (Info/Warning/Critical) with weighted scoring.
Request preflight meter with batching and oversize handling.
Documented in README + build artifacts for audits

System Requirements & Build Confidence

Pulled straight from the README and release build—use this checklist for procurement, security, and CI sign-off.

IDE & Runtime

IntelliJ IDEA 2025.1+ (build 251+) and compatible IntelliJ Platform IDEs.
Java 21+ runtime (bundled with IDE).
Git integration with rename/copy detection for VCS Log commits.

Operating Systems

Windows 10/11, macOS 12+, Linux x64 with glibc ≥ 2.31.
Local providers run on the host OS; cloud providers only require outbound HTTPS.
No remote storage—analysis data stays within your IDE session.

Security Expectations

Secret redaction enabled by default; configurable regex library.
Local-first workflows never leave your machine.
Cloud usage depends on your API keys—Manage them via IDE PasswordSafe.

Learn More in Our Blog

Explore tutorials, best practices, and insights about AI-powered code review and development workflows.

Visit Blog