All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Published VS Code extension on the Visual Studio Marketplace.
- Updated docs and website messaging to highlight Marketplace availability and that other IDE extensions are incoming.
- Clearer guidance when selected models are from free tiers.
- Improved CLI and lint output formatting.
- 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.
- Installation scripts (
scripts/install.sh,scripts/install.ps1).
- Included source filename context in lint prompts.
- Made VS Code extension activation language-agnostic.
- Fixed recommended version metadata handling.
- Fixed extension error handling to avoid restarting the LSP server after startup failure.
- Refined linter preamble requirements so each reported issue has structured
BUG,WHY, andIMPACTsections inside JSON output.
- Fixed LSP document-open caching to store the actual document text (instead of the URI), preventing invalid first-pass diagnostics.
- Interactive configuration walkthrough (
--configure), with bonus API key setup guidance. - Basic TypeScript lint sample sets from LLM sources.
- Initial content, and deployment for project landing/docs.
- 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.
- pre-release of AI CodeLint binary