Skip to content

Releases: ldkong2077/aide

Release list

v2.0.1

Choose a tag to compare

@ldkong2077 ldkong2077 released this 09 Jul 12:42

AIDE v2.0.1 - AI Coding Quality Inspector

Features

  • 12 detectors: package-hallucination, api-hallucination, stub-function, empty-impl, hardcoded-value, fake-url, swallowed-error, unhandled-promise, unused-declaration, unreachable-code, resource-leak, security
  • 10 languages: TypeScript, JavaScript, Python, Go, Java, Rust, Ruby, PHP, C/C++, C#, Swift, Kotlin
  • Pure local scan (0 token) + optional LLM-assisted review
  • 13 local prefilter rules for 40-60% LLM call reduction
  • Rule-customized LLM context (60-80% token savings)
  • Unified utils.ts: getLineNumber, extractBlockBody, isInNonCode, isInComment
  • Cache key with line number to prevent cross-issue contamination

Install

npm install -g @aide-dev/aide

Usage

aide scan          # Pure local scan
aide scan-llm      # LLM-assisted scan
aide configure-llm # Configure LLM provider