This release makes daemon-version mismatches visible. After you upgrade brv, the background daemon can keep running on the older version with no obvious way to tell. The REPL header and MCP tool replies now flag the drift so you know to run brv restart.
What's Changed
🐛 Fixed
- No more silent daemon-version mismatches. After upgrading
brv, the background daemon could keep running on the older version and you'd have no way to tell, leading to confusing "why doesn't this new feature work?" moments. The REPL header now shows[outdated, daemon vX.Y.Z]next to the version when this happens, and replies from the MCP tools (brv-query,brv-curate) include a short note when the daemon and CLI are mismatched. Runbrv restartto align, or restart your IDE for the MCP side. By @bao-byterover in #592
🚀 Upgrade & Install
Fresh install (macOS / Linux):
curl -fsSL https://byterover.dev/install.sh | shExisting users: re-run the installer above to upgrade in place, then run brv restart to reload the daemon.
✅ No Breaking Changes
All changes are backward compatible. Existing context trees, provider configs, and connected agents continue to work without any migration.
🙏 Contributors
Thanks to @bao-byterover for shipping this release.
Full Changelog: v3.10.2...v3.10.3