Skip to content

v0.0.47

Choose a tag to compare

@LinceMathew LinceMathew released this 03 Jul 16:54
· 198 commits to master since this release
3e9798a

Release v0.0.47

Date: 2026-07-03

Summary

  • Adds Adaptive Review: a two-stage AI review pipeline that pairs a "Leader" model (finds and judges issues) with an optional, cheaper "Helper" model (expands/polishes the Leader's terse findings into the final PR/MR comment text). Splitting the work this way cuts review cost ~40-50% with no loss in detection quality, since the Leader alone still decides what gets flagged, its severity, and its category — the Helper only rewrites wording.

  • Demo: https://www.youtube.com/watch?v=6Kh4ieFj6s8

  • Added repository rules in LR level

  • Reviews triggered from the dashboard, webhook, or mentions will follow. LRC rules are mentioned in the default repository branch.

  • Demo: https://youtu.be/9aXnUEQ_e64

Install and Update

Changes

  • List the most important user-facing changes.

Breaking Changes

  • None.

Verification

  • livereview --version
  • lrops.sh --show-latest-version

Known Issues

  • None.