Changelog
All notable changes to RAG Doctor are documented here. RAG Doctor follows semantic versioning.
Release notes
For the full list of commits and pull requests, see the GitHub releases page.
v1.0.0
March 2026Major release- Initial public release
- Four built-in diagnostic rules: duplicate-chunks, low-retrieval-score, oversized-chunk, context-overload
- Rule packs: recommended, strict, minimal
- Root cause diagnosis engine with heuristic graph
- JSON and text reporters
- CLI commands: analyze, diagnose
- Programmatic API via @rag-doctor/core
- Monorepo package architecture
- Full TypeScript types via @rag-doctor/types