Releases: ldkong2077/aide
Releases · ldkong2077/aide
Release list
v2.0.1
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/aideUsage
aide scan # Pure local scan
aide scan-llm # LLM-assisted scan
aide configure-llm # Configure LLM provider