Skip to content

Releases: RussellGN/AI-CodeLint

AI CodeLint 0.0.11

04 May 07:58

Choose a tag to compare

Changed

  • No more clearing terminal output on startup.

AI CodeLint 0.0.10

03 May 16:27

Choose a tag to compare

Added

  • Warning when using free-tier models.

AI CodeLint 0.0.9

26 Apr 15:36

Choose a tag to compare

Added

  • CLI now enforces required runtime arguments more strictly.
  • Improved CLI help documentation and guidance.

AI CodeLint 0.0.8

19 Apr 14:42

Choose a tag to compare

fixed

  • LSP server startup error reporting

AI CodeLint 0.0.7

18 Apr 09:05

Choose a tag to compare

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

17 Apr 09:23

Choose a tag to compare

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

14 Apr 18:11

Choose a tag to compare

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

11 Apr 13:29

Choose a tag to compare

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

08 Apr 12:50

Choose a tag to compare

Summary

  • first release of AI CodeLint binary