Skip to content

v0.3.0 – AI Control, CI Integration & Structural Accuracy Upgrade

Choose a tag to compare

@710csm 710csm released this 12 Feb 02:27
· 1 commit to main since this release
e83b46e

🚀 Reli v0.3.0

Reli v0.3 introduces performance-aware AI control,
improved CI integration, and enhanced structural analysis accuracy.


✨ Highlights

🧠 AI Usage Control

  • New --ai-limit option (default: 5)
  • Limit AI calls to top findings
  • Predictable execution time and API cost

🚦 CI & Workflow Support

  • --fail-on <severity> for CI quality gates
  • --annotations github for inline PR annotations
  • Repo-relative path normalization

🔍 Structural Rule Improvements

  • SwiftSyntax-based type analysis
  • Reduced DI smell false positives (singleton allowlist)
  • Enhanced async lifecycle detection
  • Clearer GodType threshold reporting

📊 Smarter Reporting

  • Ranked summary insights
  • Top files by findings
  • Top types by size
  • Improved AI status messaging

🧹 Internal Improvements

  • Refactored CLI structure
  • Split large components
  • Added inline documentation

⚡ Performance

Reli now limits AI analysis by default,
ensuring fast runs even on large codebases.