Releases: RussellGN/AI-CodeLint
Releases · RussellGN/AI-CodeLint
AI CodeLint 0.0.11
Changed
- No more clearing terminal output on startup.
AI CodeLint 0.0.10
Added
- Warning when using free-tier models.
AI CodeLint 0.0.9
Added
- CLI now enforces required runtime arguments more strictly.
- Improved CLI help documentation and guidance.
AI CodeLint 0.0.8
fixed
- LSP server startup error reporting
AI CodeLint 0.0.7
Added
- Clearer guidance when selected models are from free tiers.
Changed
- Improved CLI and lint output formatting.
Fixed
- Fixed bug in which LLM output was being incorrectly parsed (almost 50% of the time).
- Fixed multiple inference/linter error paths to surface friendlier failures.
- Fixed install scripts' UX.
- Fixed config prompt wording and interaction clarity.
AI CodeLint 0.0.6
Added
- Installation scripts.
Changed
- Included source filename context in lint prompts.
- Made VS Code extension activation language-agnostic.
Fixed
- Fixed recommended version metadata handling.
- Fixed extension error handling to avoid restarting the LSP server after startup failure.
AI CodeLint 0.0.5
Changed
- Refined linter preamble requirements so each reported issue has structured , , and sections inside JSON output.
Fixed
- Fixed LSP document-open caching to store the actual document text (instead of the URI), preventing invalid first-pass diagnostics.
AI CodeLint 0.0.4
Added
- Interactive configuration walkthrough (), with bonus API key setup guidance.
- Basic TypeScript lint sample sets from LLM sources.
- Initial content, and deployment for project landing/docs.
Changed
- Improved CLI UX with more standardized and readable terminal output.
- Runtime mode handling is now more explicit and missing arguments return a clear error path.
- Refined lint constraints for better model output consistency.
- Improved lint diagnostic display formatting.
- Expanded project README.
AI CodeLint 0.0.3
Summary
- first release of AI CodeLint binary