Releases: bobrenjc93/reviewer
Releases · bobrenjc93/reviewer
v0.0.29
v0.0.28
Changes
- Run file reviews in parallel with the build phase (~10 min faster on large repos)
- Delegate regression proof planning to the LLM agent (from v0.0.27)
Full Changelog: v0.0.29...v0.0.28
v0.0.27
Changes
- Delegate regression proof planning to the LLM agent instead of hardcoding it in the harness
- The LLM now plans the regression proof as check #1 using
.reviewer.mdguidance for environment setup and test execution - Removes all language/runtime assumptions (python, pytest, conda, venv) from the harness — fully project-agnostic