Skip to content

Releases: bobrenjc93/reviewer

v0.0.29

20 Apr 16:22

Choose a tag to compare

Changes

  • Print final review markdown to stdout after completion
  • Run file reviews in parallel with the build phase (from v0.0.28)
  • Delegate regression proof planning to the LLM agent (from v0.0.27)

v0.0.28

20 Apr 04:22

Choose a tag to compare

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

20 Apr 02:28

Choose a tag to compare

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.md guidance for environment setup and test execution
  • Removes all language/runtime assumptions (python, pytest, conda, venv) from the harness — fully project-agnostic