Prerequisites
- ByteRover account (sign up)
- An active team and space in ByteRover’s web app
- Node.js 20+
Step 1: Install
Step 2: Authenticate
Step 3: Initialize your project
Step 4: Add your first context
Via your coding agent
Prompt your coding agent (Cursor, Claude Code, Windsurf, etc.):Manual
Step 5: Verify it worked
Back in the ByteRover REPL, check your context tree:Step 6: Push to remote
Sync your context tree to your remote space:Step 7: Pull team context
When teammates push context to your shared space, pull it to your local environment:Step 8: Use ByteRover in your workflow
Now put it all together. Prompt your coding agent to implement a task, mentioning ByteRover:- Query existing context in the Context Tree to understand your codebase patterns:
- Implement the task using the retrieved context as guidance.
- Curate new context to capture what it learned:
Codex users: Network access required
Codex runs in a sandboxed mode without internet access by default. To use ByteRover CLI commands:- Switch to Agent (full access) mode, OR
- Add to your prompt: “You can ask me about network access and I will allow it”
- Approve network access when prompted