Skip to content

Commit 5afe062

Browse files
committed
chore: update CHANGELOG.md
1 parent 103039e commit 5afe062

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable user-facing changes to ByteRover CLI will be documented in this file.
44

5+
## [3.9.0]
6+
7+
### Added
8+
- **`brv vc diff` shows what changed in your context tree.** See staged and unstaged changes against HEAD, or compare branches and commits. Also available as `/vc-diff` in the REPL and with `--format json`.
9+
- **`brv vc remote remove` deletes a git remote.** Available from the CLI and from a new Delete button (with confirmation) in the web UI Remotes panel.
10+
- **Configuration page in `brv webui`.** Manage your context-tree git identity (user.name, user.email) and the `origin` remote from the browser. One click seeds your identity from your signed-in ByteRover account; a status dot is amber when identity is unset and green once it is. Provider and remote error toasts deep-link back to the relevant section.
11+
12+
### Changed
13+
- **First-run tour teaches by clicking through.** Instead of auto-opening the composer, the tour highlights the Tasks tab and "New task" button with a glowing arrow and dims the rest of the page. Failed tasks during the tour now offer a "Try again" action that prefills the composer.
14+
- **ByteRover pinned at the top of the provider picker.** In `brv webui`, ByteRover sits first with a "Native" badge and opens the sign-in popup directly, with no extra confirmation step.
15+
16+
### Fixed
17+
- **Google default model updated to `gemini-3-flash-preview`** (was `gemini-3.1-flash-lite-preview`).
18+
- **`brv dream` no longer pollutes `brv vc` diffs.** Synthesis used to reorder context-file frontmatter fields (`title`, `summary`, `tags`, `keywords`, `related`, `createdAt`, `updatedAt`); field order is now preserved.
19+
520
## [3.8.3]
621

722
### Changed

0 commit comments

Comments
 (0)