- Curate the necessary context for your coding agents
- Pair with your coding agents to curate the context from their tasks
- Sync up context across team members
Migrating to v0.4.0
What’s Changed
ByteRover CLI v0.4.0 introduces an interactive REPL as the primary interface.Starting the CLI
Before (v0.3.x):Command Changes
| v0.3.x Command | v0.4.0 Slash Command |
|---|---|
brv reset | /clear |
| All others | Same name with / prefix |
New Features
- File references:
/curate "context" @file1.ts @file2.ts - Query alias:
/qfor quick queries - Tab completion: Press Tab to see available commands
- Interactive onboarding: Guided tour for new users