Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>AI Change RadarNew to Visual Studio Code? Get it now.
AI Change Radar

AI Change Radar

QCoding

|
1 install
| (0) | Free
Local risk checks for AI-assisted code changes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AI Change Radar

Local risk checks for AI-assisted code changes.

Built for AI-assisted coding. Runs locally. No LLM required. No source code upload.

Review staged and working-tree changes locally before committing. AI Change Radar uses the same deterministic analysis core as the ce CLI and does not upload source code or require a global ce/Node package installation.

Powered by the open-source Change Evidence engine.

中文说明

Features

  • Analyze staged changes or the working tree, including untracked, non-ignored files by default.
  • See the result in the AI Change Radar Activity Bar view, the Problems panel, and a dedicated output channel.
  • Run Review & Commit from Source Control. A modal Continue/Cancel decision is required when high-risk changes are detected.
  • Reuse .change-evidence.yml from the repository.
  • Work with multi-root workspaces and show friendly errors for folders without Git repositories.
  • Follow the VS Code display language for English and Chinese UI.

The extension is local and deterministic. It does not call an AI service and it does not replace tests, secret scanners, or human review.

Use

  1. Open a trusted Git workspace in VS Code.
  2. Open the AI Change Radar shield in the Activity Bar, or use the Source Control title-bar buttons.
  3. Run Analyze Working Tree while developing, or Analyze Staged Changes before commit.
  4. Select a risk item to open its file. The same file-level findings appear in the Problems panel.
  5. Run Review & Commit to analyze staged changes, make the explicit high-risk decision when necessary, enter a commit message, and commit through VS Code's built-in Git extension.

Settings:

  • aiChangeRadar.includeUntracked: include untracked, non-ignored files in working-tree analysis (default: true).
  • aiChangeRadar.revealOutputOnSuccess: reveal the output channel after every successful analysis (default: false).

Install

  1. Open Extensions in VS Code or Cursor.
  2. Search for AI Change Radar by QCoding.
  3. Select Install.

For manual or offline installation, download the .vsix from the latest GitHub Release, then choose Extensions: Install from VSIX… from the Command Palette. No global CLI or Node.js installation is required.

Important boundary

VS Code's public extension API does not provide a universal interception hook for every commit path. Review & Commit is an explicit safe workflow; users can still invoke other Git commit commands. Install the Change Evidence engine's Git hook separately if repository-wide enforcement is required.

中文说明

AI Change Radar 在本地分析暂存区或工作区变更,默认包含未跟踪且未被忽略的 文件。它内置项目分析核心,不需要全局安装 ce 或 Node 包,也不会上传代码。

安装方法:在 VS Code 或 Cursor 的扩展面板搜索 AI Change Radar,认准发布者 QCoding,然后点击“安装”。离线使用时,从 最新 GitHub Release 下载 .vsix,再执行“Extensions: Install from VSIX…”。

使用方法:

  1. 在 VS Code 中打开可信任的 Git 工作区。
  2. 点击活动栏中的盾牌,运行“分析工作区变更”或“分析暂存区变更”;也可直接使用 源代码管理标题栏按钮。
  3. 在 AI Change Radar 树、问题面板和输出面板查看风险;点击文件风险可打开文件。
  4. 使用“审查并提交”时,插件会先重新分析暂存区。若发现高风险,必须明确选择 “仍然提交”或“取消”,之后输入提交说明并通过 VS Code 内置 Git 扩展提交。

VS Code 公共扩展 API 没有覆盖所有提交入口的通用拦截器,因此本插件不会虚假 承诺能拦截任意提交命令。如需仓库级强制检查,请另外安装 Change Evidence 引擎提供的 Git Hook。

Privacy · Support · MIT License

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