Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>OpenDiffNew to Visual Studio Code? Get it now.
OpenDiff

OpenDiff

OpenDiff

|
4 installs
| (0) | Free
Review local code changes with AI before pushing
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

OpenDiff for VS Code

Review your local Git changes with AI before you push.

Features

  • Reviews local unstaged/staged changes from your current repository.
  • Shows review feedback directly in VS Code.
  • Lets you tune review strictness with a sensitivity setting.
  • Supports comparing against a configurable base branch.

Commands

  • OpenDiff: Review Local Changes (opendiff.reviewChanges)

Configuration

  • opendiff.serverUrl (default: http://localhost:3001)
    • URL of the OpenDiff BFF server.
  • opendiff.sensitivity (default: 50)
    • Review sensitivity from 0 (lenient) to 100 (strict).
  • opendiff.baseBranch (default: main)
    • Base branch used for branch diff comparison.

Requirements

  • A running OpenDiff backend server reachable from VS Code.

Development

bun install
bun run build

License

Licensed under AGPL-3.0-only. See LICENSE.md.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft