| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ByteRover CLI 3.11.0 source code.tar.gz | 2026-05-06 | 3.2 MB | |
| ByteRover CLI 3.11.0 source code.zip | 2026-05-06 | 4.3 MB | |
| README.md | 2026-05-06 | 2.9 kB | |
| Totals: 3 Items | 7.6 MB | 0 | |
v3.11.0 adds two new ways to power your agent: DeepSeek (chat and reasoner models) and Z.AI's GLM Coding Plan subscription. It also unblocks Claude Opus 4.7, which started rejecting some calls from earlier brv versions, and tightens up a few rough edges in the provider picker and web UI.
What's Changed
โจ Added
- Two new LLM providers: DeepSeek and GLM Coding Plan. Pick DeepSeek (
deepseek-chat,deepseek-reasoner) or Z.AI's GLM Coding Plan subscription tier inbrv providers connector the web provider picker. The existingglmprovider stays for pay-per-token users, so subscription and pay-as-you-go tiers no longer collide. By @ngduyanhece in [#604] - Recall metadata in
brv query --format json. The JSON envelope now includesmatchedDocs,tier,durationMs, andtopScore, so scripts and IDE bridges can show evidence of what an answer was drawn from. By @danhdoan and @RyanNg1403 in [#610]
๐ Fixed
- Reasoning streams correctly for DeepSeek-R1 and Reasoner. Thinking output now shows up live and is carried back into follow-up turns. Previously the second turn of any multi-step query failed with a
reasoning_content must be passed backerror from DeepSeek. By @ngduyanhece in [#604] - Claude Opus 4.7 no longer fails with a 400 error. Opus 4.7 rejects
temperature,top_p, andtop_k; the CLI now drops those before sending to Anthropic and OpenRouter (and warns once). Opus 4.6 and other Claude models are unchanged. By @cuongdo-byterover in [#612] - Signing in to the GLM Coding Plan no longer rejects valid keys. API-key validation now tries each known model in turn instead of giving up after the first model-not-found, so a real key is no longer reported as invalid. The "Get your API key" link in both the TUI and the web UI also points straight to the key page. By @ngduyanhece in [#604]
- OpenClaude icon shows up in
brv webui. The LocalWebUI agent grid used to render OpenClaude as a missing icon; it now uses a monochrome SVG that matches the other connectors. By @cuongdo-byterover in [#613] - Security dependency refresh. Refreshed
package-lock.jsonto clear severalnpm auditadvisories. By @bao-byterover in [#614]
๐ 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 without any migration.
๐ Contributors
Thanks to @ngduyanhece, @danhdoan, @RyanNg1403, @cuongdo-byterover, and @bao-byterover for shipping this release.
Full Changelog: https://github.com/campfirein/byterover-cli/compare/v3.10.3...v3.11.0