Skip to content

Release history

raye-deng/open-code-review releases

AI code quality gate for AI-generated code. Detects hallucinated packages, phantom dependencies, stale APIs, and more. MCP Server + CLI + CI/CD Action.

All releases

6 shown

v2.1.5 Bug fix

Tree-sitter WASM fallback prevents crashes in restricted Node.js environments.

Full changelog

What's Changed

Bug Fix

  • fix: graceful fallback when tree-sitter WASM fails to initialize — Prevents CLI crash on Node.js environments with WASM restrictions (e.g., certain CI/CD environments, restricted sandboxes)

Packages

Upgrade

npm update -g @opencodereview/cli
v2.1.0 New feature
Notable features
  • L3 deep scan with 8 LLM providers: OpenAI, GLM, ZAI, DeepSeek, Together AI, Fireworks, Anthropic, OpenAI-compatible
  • Multi-language AI detectors for Go, Java, Kotlin, Python with hallucination and anti-pattern detection
  • ocr heal command for AI-powered auto-fix with --dry-run and IDE rule generation
Full changelog

What's New

L3 Deep Scan with Remote LLM

  • Full L3 SLA pipeline: Structural → Embedding → Remote LLM
  • 8 LLM providers: OpenAI, GLM, ZAI, DeepSeek, Together AI, Fireworks, Anthropic, OpenAI-compatible
  • CLI: ocr scan . --sla L3 --provider glm --model pony-alpha-2 --api-key KEY

Universal Provider Adapter

  • openai-compatible adapter for any OpenAI-compatible service
  • Preset providers with auto-filled baseUrl
  • Config file support (ocr.config.json)

Multi-Language AI Detectors

  • Go, Java, Kotlin, Python language-specific detectors
  • Hallucinated imports, over-engineering, security anti-patterns
  • Phantom package databases for each language

ocr heal Command

  • AI-powered auto-fix: scan → fix → re-scan
  • --dry-run mode for preview
  • IDE rules generation (Cursor, Copilot, Augment)
  • Heal report with before/after comparison

Bug Fixes

  • CLI --version now shows correct version
  • SARIF version number fixed
v2.0.2 Bug fix

npm discoverability optimized, GitHub community enabled, CLI version fixes.

Full changelog

What's New

🔍 npm Search Optimization

  • CLI: 22 keywords for better discoverability (was 4)
  • Core: 12 keywords covering security, supply-chain, static-analysis
  • Improved descriptions highlighting AI hallucination detection
  • Added repository, homepage, and bugs links

🏠 GitHub Community

  • Discussions enabled — Join the conversation!
  • Welcome discussion: Introductions & Feature Requests
  • Issue templates: Bug Report + Feature Request
  • FUNDING.yml added

📝 README Improvements

  • New "Who Is This For?" section
  • New "Why Open Code Review?" section
  • SEO-optimized description

🔧 Bug Fixes

  • CLI --version now shows correct version (2.0.2, was 0.4.0)
  • SARIF report version now uses dynamic VERSION constant
  • CLI package.json license: MIT → BUSL-1.1 (consistency)

Installation

npm install -g @opencodereview/cli
ocr scan src/ --sla L1

Full Changelog: https://github.com/raye-deng/open-code-review/compare/v2.0.0...v2.0.2

v1.0.0 New feature
Notable features
  • 3 scan levels: L1 structural, L2 embedding, L3 LLM
  • AI-specific defect detection for hallucinations, stale APIs, context issues
  • PR automation with diff mode and optional Ollama support
Full changelog

🎉 Open Code Review v1.0.0

First stable release for GitHub Marketplace!

✨ Features

  • 3 Scan Levels: L1 (structural), L2 (embedding), L3 (LLM)
  • AI-Specific Defects: Hallucinations, stale APIs, context issues
  • PR Automation: Automated quality comments on pull requests
  • Diff Mode: Fast scanning of changed files only
  • 100% Local: Optional Ollama support for L2/L3

📊 Quality

  • Self-scanned score: 78/100 (L2)
  • All tests passing ✅
  • Production-ready ✅

📦 Usage

- name: Open Code Review
  uses: raye-deng/open-code-review@v1
  with:
    sla: L1
    threshold: 70
    scan-mode: diff
    github-token: ${{ secrets.GITHUB_TOKEN }}

📜 License

BSL 1.1 (Personal free, Commercial requires license)


Full Changelog: https://github.com/raye-deng/open-code-review/commits/v1.0.0

v2.0.0 Maintenance

Routine maintenance release for raye-deng/open-code-review.

Changelog

Full Changelog: https://github.com/raye-deng/open-code-review/compare/v1...v2.0.0

v1.9.1 Bug fix

Minor fixes and improvements.

Full changelog

What's Changed

  • fix: Address OCR L2 self-scan findings by @raye-deng in https://github.com/raye-deng/open-code-review/pull/1

New Contributors

  • @raye-deng made their first contribution in https://github.com/raye-deng/open-code-review/pull/1

Full Changelog: https://github.com/raye-deng/open-code-review/commits/v1.9.1

Beta — feedback welcome: [email protected]