+- **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.
0 commit comments