| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ByteRover CLI 3.15.1 source code.tar.gz | 2026-05-22 | 3.4 MB | |
| ByteRover CLI 3.15.1 source code.zip | 2026-05-22 | 4.6 MB | |
| README.md | 2026-05-22 | 1.8 kB | |
| Totals: 3 Items | 8.0 MB | 0 | |
ByteRover CLI 3.15.1 is a small follow-up to 3.15.0 with two fixes: the review-before-changes toggle that disappeared from the brv webui Configuration page is restored, and brv update no longer leaves previous CLI versions piling up in the plugin cache. No new features, no breaking changes, safe to upgrade.
What's Changed
🐛 Fixed
- Review settings panel restored in
brv webui. The on/off toggle for review-before-changes (Configuration → Version Control) went missing in 3.15.0. It is back in the same spot, alongside Identity and Remotes, so you can turn the human-in-the-loop review queue on or off per project from the dashboard again. By @ncnthien in [#692] brv updatetidies up old versions. Each upgrade used to leave previous CLI versions sitting in the plugin cache, slowly eating disk space. The cache now keeps only the version you just installed, so repeated upgrades stop accumulating. By @leehpham in [#688]
🚀 Upgrade & Install
Fresh install (macOS / Linux):
:::sh
curl -fsSL https://byterover.dev/install.sh | sh
Existing users: re-run the installer above to upgrade in place, then run brv restart so the daemon picks up the new version.
✅ No Breaking Changes
All changes are backward compatible. Existing context trees, provider configs, settings, and connected agents continue to work with no migration. If the Configuration → Version Control panel was already empty for you on 3.15.0, the review toggle returns automatically after upgrade with the same enabled or disabled state it had before.
🙏 Contributors
Thanks to @ncnthien and @leehpham for shipping this release.
Full Changelog: https://github.com/campfirein/byterover-cli/compare/v3.15.0...v3.15.1