Skip to content

Release v2.0.0

Choose a tag to compare

@oshorefueled oshorefueled released this 05 Dec 23:52
· 70 commits to main since this release
0ed8d73

VectorLint v2.0.0

An LLM-based prose linter that catches subjective writing issues like clarity, tone, and technical accuracy. Think Vale, but powered by AI.

🚀 Highlights

  • Multiple LLM Providers: OpenAI, Anthropic Claude, Azure OpenAI, Google Gemini
  • Smart Scoring: Density-based scoring (errors per 100 words) for fair evaluation
  • Vale Integration: Seamless integration with Vale CLI for combined analysis
  • Technical Accuracy: Hallucination detection with search provider support
  • Flexible Config: File-centric rule packs with glob-based targeting
  • Multiple Outputs: Native JSON and Vale-compatible JSON formats
  • MDX Support: Extended support for React-based documentation

📦 Installation

npm install -g vectorlint

Contributors

Full Changelog: https://github.com/TRocket-Labs/vectorlint/commits/v2.0.0