ByteRover
You MUST use this for gathering contexts before any work. This is a Knowledge management for AI agents. Use `brv` to store and retrieve project patterns, dec...
Downloads
36,790
+115 (+0.3%)
Stars
115
DL/day
371.6
Installs
266
+1 (+0.4%)
Versions
5
Age
99d
Acceleration
+0.5%
Growth Trajectory
Version Releases
| Version | Date | Changelog |
|---|---|---|
| 3.3.0 | 2026-04-19 | # v3.3.0 ## Added - Added section 11 "Query and Curate History" with Overview, Use/Do-NOT-use blocks, and both brv curate view and brv query-log view command references - Removed the curate history block from section 3. ## Unchanged - All existing commands (query, search, curate, review, providers, locations, vc, swarm) remain unchanged from v3.2.0. |
| 3.2.0 | 2026-04-18 | # v3.2.0 ## Added - **Swarm Query** (`brv swarm query`) — Search across all configured memory providers at once (ByteRover, Obsidian, GBrain, Local Markdown, Memory Wiki). Results are fused via Reciprocal Rank Fusion and ranked by relevance. Supports `--explain` mode to show query classification, provider selection, and enrichment flow. Supports `--format json` and `-n` for result limits. - **Swarm Curate** (`brv swarm curate`) — Store knowledge in external memory providers with automatic content-type routing: entities to GBrain, notes to Local Markdown, general to first writable provider. Falls back to ByteRover context tree if no external provider is available. Supports `--provider` to target a specific provider and `--format json`. - **Swarm Status** (`brv swarm status`) — Check health and availability of all configured swarm providers. Shows provider status, write targets, and enrichment topology. Use before swarm query/curate to verify operational state. ## Unchanged - All existing commands (query, search, curate, review, providers, locations, vc) remain unchanged from v3.1.0. |
| 3.1.0 | 2026-04-12 | ByteRover 3.1.0 adds fast file-based search alongside LLM-powered query. - New: Added brv search for ranked, BM25-based keyword search across context-tree files, with JSON output and filtering options. No LLM required. - All major commands are now clearly organized for structured automation and natural-user workflows. - brv search enables agents to quickly locate files for downstream tasks or pipeline integration, reducing latency and LLM usage. - Documentation reorganized to clarify when to use search vs. query. - No breaking changes to existing query, curate, review, locations, or version control functionality. |
| 3.0.0 | 2026-04-09 | ByteRover 3.0.0 introduces local, git-based version control and a new review process for curations. - Added `brv vc` commands for full git-style version control on project context trees (branching, commits, local/remote sync). - Introduced `brv review` workflow: review, approve, or reject pending curate operations before they are applied. - Deprecated legacy cloud sync commands (`brv push/pull/space`); replaced by `brv vc push/pull/clone/remote`. - All version control operations can be performed locally without authentication; login required only for remote sync. - Enhanced guidance on usage boundaries for query, curate, review, and version control commands. |