Skip to main content
ByteRover is a context engineering platform that lets you:
  • 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
Notably there’s zero manual context management in ByteRover - we manage everything and charge per context usage. Take a breath of a fresh air and feel how good it takes with no Markdown in your codebase.

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):
brv login
brv init
brv curate "context"
After (v0.4.0):
brv # Start REPL
/login
/init
/curate "context"

Command Changes

v0.3.x Commandv0.4.0 Slash Command
brv reset/clear
All othersSame name with / prefix

New Features

  • File references: /curate "context" @file1.ts @file2.ts
  • Query alias: /q for quick queries
  • Tab completion: Press Tab to see available commands
  • Interactive onboarding: Guided tour for new users