This release fixes a styling bug in brv webui. If you upgraded to v3.8.0 or v3.8.1 and the web UI looked broken, this release makes it look right again.
🌟 Highlights
🎨 Web UI styles now render correctly from the installed CLI
After installing with curl -fsSL https://byterover.dev/install.sh | sh, opening brv webui showed dialogs and side sheets unstyled: no backdrop, wrong position, missing borders. Still usable, but clearly broken.
v3.8.2 fixes this. The web UI now looks the same from the installed binary as it does in development. Only users on the published CLI were affected. Source and submodule builds were fine. (#513)
What's Changed
🐛 Fixed
- Web UI styles missing in the published build. Tailwind was scanning the wrong folder for the shared UI package, so classes used by dialogs and sheets got stripped from the final CSS. Fixed by pointing Tailwind at the right path. By @wzlng in #513
🚀 Upgrade & Install
Fresh install (macOS / Linux):
curl -fsSL https://byterover.dev/install.sh | shExisting users: re-run the installer above to upgrade in place.
After upgrading, run brv restart and reopen brv webui. No need to re-run brv connectors install.
✅ No Breaking Changes
All changes are backward compatible. No migration needed.
🙏 Contributors
Thanks to @wzlng for the fix.
Full Changelog: v3.8.1...v3.8.2