Download Latest Version ByteRover CLI 3.12.0 source code.tar.gz (3.3 MB)
Email in envelope

Get an email when there's a new version of Cipher

Home / v3.12.0
Name Modified Size InfoDownloads / Week
Parent folder
ByteRover CLI 3.12.0 source code.tar.gz 2026-05-09 3.3 MB
ByteRover CLI 3.12.0 source code.zip 2026-05-09 4.4 MB
README.md 2026-05-09 2.8 kB
Totals: 3 Items   7.8 MB 1

ByteRover CLI 3.12.0 turns the Tasks page in brv webui into a per-project history. Every curate, query, and review you run is now saved across daemon restarts, with filters, pagination, bulk delete, and provider/model attribution. The release also fixes a sync regression that caused brv push to ship dangling related: references, and tidies up frontmatter so synthesized files render properly in the dashboard.

What's Changed

✨ Added

  • Tasks history in brv webui. Past curate, query, and review tasks now persist per project across daemon restarts (up to 1000 entries), with filters (status, date range, duration), pagination, per-task event log, bulk delete, clear-completed, and provider/model attribution on each row. By @bao-byterover and @ncnthien in [#622]

πŸš€ Changed

  • Synthesized files get full semantic frontmatter. brv dream synthesize now writes title, summary, tags, related, keywords, createdAt, and updatedAt alongside its existing synthesis fields, so dashboard context cards no longer render with empty preview slots. Existing synthesized files keep their old shape until regenerated. By @RyanNg1403 in [#621]
  • Consistent flow-style YAML in dream writes. brv dream's synthesize and consolidate steps now emit tags: [a, b, c] arrays like brv curate, so brv vc diffs stop reflowing brackets on every consolidate pass. By @RyanNg1403 in [#621]

πŸ› Fixed

  • brv push no longer ships dangling related: links. *.abstract.md and *.overview.md entries are excluded from sync, but brv dream's cross-reference step and brv curate used to leave them in related:, so pushed parents landed on the remote with broken sibling references. Both write paths now filter excluded entries before write, and brv curate's update path also cleans pre-existing stale entries when it touches a doc. By @cuongdo-byterover in [#618]
  • Security dependency refresh. Refreshed package-lock.json to clear several npm audit advisories. By @bao-byterover in [#623]

πŸš€ 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 to reload the daemon.

βœ… No Breaking Changes

All changes are backward compatible. Existing context trees, provider configs, and connected agents continue to work with no migration. New semantic frontmatter applies forward only: older synthesized files keep their previous shape until they are regenerated.

πŸ™ Contributors

Thanks to @bao-byterover, @RyanNg1403, @ncnthien, and @cuongdo-byterover for shipping this release.

Full Changelog: https://github.com/campfirein/byterover-cli/compare/v3.11.0...v3.12.0

Source: README.md, updated 2026-05-09