Skip to content

Commit 9ac1615

Browse files
committed
chore: update CHANGELOG.md
1 parent d31dfde commit 9ac1615

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

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

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

5+
## [3.15.0]
6+
7+
### Added
8+
- **Tune BRV with `brv settings`.** Adjust knobs like agent pool size, concurrent tasks per project, LLM iteration budget, and task-history retention without editing source or rebuilding. `brv settings` lists every option by category (concurrency, LLM, task history); `brv settings get/set/reset <key>` operates on a single value. Use plain numbers for count keys (e.g. `agentPool.maxSize 25`) and duration strings for time keys (e.g. `llm.iterationBudgetMs 30m` or `1h 30m` or raw ms). Every subcommand also accepts `--format json`. Values persist at `<BRV_DATA_DIR>/settings.json` and can be browsed from the Configuration page in `brv webui`. Run `brv restart` after a change.
9+
- **Folder metadata in `brv webui` Contexts.** Folders in the context tree now render their title, summary, tags, and related links in the detail panel, the same way files already did.
10+
11+
### Changed
12+
- **Configuration page in `brv webui` reorganized.** Settings now live under three sections (General, Connectors, Version Control) instead of one long page, so the new agent-pool and task-history controls have room alongside the existing identity, provider, and remote settings.
13+
- **`--timeout` flag is deprecated.** Passing `--timeout` on commands that accepted it now logs a one-line deprecation notice and has no effect. Use `brv settings set llm.iterationBudgetMs <duration>` (e.g. `30m`, `1h`, or raw ms) to change the LLM iteration budget instead, then run `brv restart`.
14+
515
## [3.14.0]
616

717
### Added

0 commit comments

Comments
 (0)