v0.0.47
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.
-
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.
Install and Update
- Install/update script:
- curl -fsSL https://raw.githubusercontent.com/HexmosTech/LiveReview/main/lrops.sh | bash
- Pin a specific version:
- curl -fsSL https://raw.githubusercontent.com/HexmosTech/LiveReview/main/lrops.sh | bash -s -- --version=v0.0.47
Changes
- List the most important user-facing changes.
Breaking Changes
- None.
Verification
- livereview --version
- lrops.sh --show-latest-version
Known Issues
- None.