Appearance
VS Code Extensions
Connect ByteRover to Cline, GitHub Copilot, Kilo Code, and other VS Code coding agents
This guide covers connecting ByteRover to VS Code extension-based coding agents. Most extensions use Skill as the default connector for comprehensive project-level guidance, with MCP and rules as alternatives.
Quick setup
TUI
Run /connectors in the interactive TUI, select your extension, and choose a connector type:
/connectorsCLI
Install the default connector for your extension:
bash
brv connectors install "Github Copilot"
brv connectors install "Kilo Code"
brv connectors install ClineInstall a specific connector type with --type (or -t):
bash
brv connectors install "Github Copilot" --type mcp
brv connectors install Cline --type rulesCline
Cline uses MCP as the default connector, requiring manual configuration.
MCP (Default)
TUI
- Run
/connectorsin the ByteRover REPL - Select Cline
- Choose MCP connector
- Follow the manual setup instructions provided
CLI
Install via the CLI:
bash
brv connectors install ClineWARNING
Cline requires manual MCP configuration. ByteRover will display the configuration steps to follow.
Rules
TUI
- Run
/connectorsin the ByteRover REPL - Select Cline
- Choose Rules connector
- Done — Cline will read
.clinerules/agent-context.mdautomatically
CLI
Install via the CLI:
bash
brv connectors install Cline --type rulesDetails
| Property | Value |
|---|---|
| Default connector | MCP |
| Supported connectors | MCP, Rules |
| Rule file | .clinerules/agent-context.md |
| MCP config | Manual setup |
| Auto-detected | Yes |
GitHub Copilot
GitHub Copilot uses Skill as the default connector for comprehensive project-level guidance.
Skill (Default)
TUI
- Run
/connectorsin the ByteRover REPL - Select GitHub Copilot
- Choose Skill connector (recommended)
- ByteRover creates
.github/skills/byterover/with:SKILL.md— Quick reference with commands and best practicesWORKFLOWS.md— Detailed workflow patternsTROUBLESHOOTING.md— Diagnostics and support info
- Restart VS Code to discover the skill files
CLI
Install via the CLI:
bash
brv connectors install "Github Copilot"TIP
Install additional community agent skills from BRV Hub:
bash
brv hub install byterover-review --agent "Github Copilot"MCP
TUI
- Run
/connectorsin the ByteRover REPL - Select GitHub Copilot
- Choose MCP connector
- ByteRover will configure
.vscode/mcp.jsonautomatically - Restart VS Code to load the MCP server
CLI
Install via the CLI:
bash
brv connectors install "Github Copilot" --type mcpRules
TUI
- Run
/connectorsin the ByteRover REPL - Select GitHub Copilot
- Choose Rules connector
- Done — Copilot will read
.github/copilot-instructions.mdautomatically
CLI
Install via the CLI:
bash
brv connectors install "Github Copilot" --type rulesDetails
| Property | Value |
|---|---|
| Default connector | Skill |
| Supported connectors | Skill, MCP, Rules |
| Skill directory | .github/skills/byterover/ |
| Rule file | .github/copilot-instructions.md |
| MCP config | .vscode/mcp.json (auto-setup) |
| Auto-detected | Yes |
Kilo Code
Kilo Code uses Skill as the default connector for comprehensive project-level guidance.
Skill (Default)
TUI
- Run
/connectorsin the ByteRover REPL - Select Kilo Code
- Choose Skill connector (recommended)
- ByteRover creates
.kilocode/skills/byterover/with:SKILL.md— Quick reference with commands and best practicesWORKFLOWS.md— Detailed workflow patternsTROUBLESHOOTING.md— Diagnostics and support info
- Restart VS Code to discover the skill files
CLI
Install via the CLI:
bash
brv connectors install "Kilo Code"MCP
TUI
- Run
/connectorsin the ByteRover REPL - Select Kilo Code
- Choose MCP connector
- ByteRover will configure
.kilocode/mcp.jsonautomatically - Restart VS Code to load the MCP server
CLI
Install via the CLI:
bash
brv connectors install "Kilo Code" --type mcpRules
TUI
- Run
/connectorsin the ByteRover REPL - Select Kilo Code
- Choose Rules connector
- Done — Kilo Code will read
.kilocode/rules/agent-context.mdautomatically
CLI
Install via the CLI:
bash
brv connectors install "Kilo Code" --type rulesDetails
| Property | Value |
|---|---|
| Default connector | Skill |
| Supported connectors | Skill, MCP, Rules |
| Skill directory | .kilocode/skills/byterover/ |
| Rule file | .kilocode/rules/agent-context.md |
| MCP config | .kilocode/mcp.json (auto-setup) |
| Auto-detected | Yes |
Roo Code
Roo Code uses Skill as the default connector for comprehensive project-level guidance.
Skill (Default)
TUI
- Run
/connectorsin the ByteRover REPL - Select Roo Code
- Choose Skill connector (recommended)
- ByteRover creates
.roo/skills/byterover/with:SKILL.md— Quick reference with commands and best practicesWORKFLOWS.md— Detailed workflow patternsTROUBLESHOOTING.md— Diagnostics and support info
- Restart VS Code to discover the skill files
CLI
Install via the CLI:
bash
brv connectors install "Roo Code"MCP
TUI
- Run
/connectorsin the ByteRover REPL - Select Roo Code
- Choose MCP connector
- ByteRover will configure
.roo/mcp.jsonautomatically - Restart VS Code to load the MCP server
CLI
Install via the CLI:
bash
brv connectors install "Roo Code" --type mcpRules
TUI
- Run
/connectorsin the ByteRover REPL - Select Roo Code
- Choose Rules connector
- Done — Roo Code will read
.roo/rules/agent-context.mdautomatically
CLI
Install via the CLI:
bash
brv connectors install "Roo Code" --type rulesDetails
| Property | Value |
|---|---|
| Default connector | Skill |
| Supported connectors | Skill, MCP, Rules |
| Skill directory | .roo/skills/byterover/ |
| Rule file | .roo/rules/agent-context.md |
| MCP config | .roo/mcp.json (auto-setup) |
| Auto-detected | Yes |
Augment Code
Augment Code uses MCP as the default connector, requiring manual configuration.
MCP (Default)
TUI
- Run
/connectorsin the ByteRover REPL - Select Augment Code
- Choose MCP connector
- Follow the manual setup instructions provided
CLI
Install via the CLI:
bash
brv connectors install "Augment Code"WARNING
Augment Code requires manual MCP configuration. ByteRover will display the configuration steps to follow.
Rules
TUI
- Run
/connectorsin the ByteRover REPL - Select Augment Code
- Choose Rules connector
- Done — Augment Code will read
.augment/rules/agent-context.mdautomatically
CLI
Install via the CLI:
bash
brv connectors install "Augment Code" --type rulesDetails
| Property | Value |
|---|---|
| Default connector | MCP |
| Supported connectors | MCP, Rules |
| Rule file | .augment/rules/agent-context.md |
| MCP config | Manual setup |
| Auto-detected | Yes |
Amp
Amp uses Skill as the default connector for comprehensive project-level guidance.
Skill (Default)
TUI
- Run
/connectorsin the ByteRover REPL - Select Amp
- Choose Skill connector (recommended)
- ByteRover creates
.agents/skills/byterover/with:SKILL.md— Quick reference with commands and best practicesWORKFLOWS.md— Detailed workflow patternsTROUBLESHOOTING.md— Diagnostics and support info
- Restart VS Code to discover the skill files
CLI
Install via the CLI:
bash
brv connectors install AmpMCP
TUI
- Run
/connectorsin the ByteRover REPL - Select Amp
- Choose MCP connector
- ByteRover will configure
.vscode/settings.jsonautomatically - Restart VS Code to load the MCP server
CLI
Install via the CLI:
bash
brv connectors install Amp --type mcpRules
TUI
- Run
/connectorsin the ByteRover REPL - Select Amp
- Choose Rules connector
- Done — Amp will read
AGENTS.mdautomatically
CLI
Install via the CLI:
bash
brv connectors install Amp --type rulesDetails
| Property | Value |
|---|---|
| Default connector | Skill |
| Supported connectors | Skill, MCP, Rules |
| Skill directory | .agents/skills/byterover/ |
| Rule file | AGENTS.md |
| MCP config | .vscode/settings.json (auto-setup) |
| Auto-detected | Yes |
Kiro
Kiro uses Skill as the default connector for comprehensive project-level guidance.
Skill (Default)
TUI
- Run
/connectorsin the ByteRover REPL - Select Kiro
- Choose Skill connector (recommended)
- ByteRover creates
.kiro/skills/byterover/with:SKILL.md— Quick reference with commands and best practicesWORKFLOWS.md— Detailed workflow patternsTROUBLESHOOTING.md— Diagnostics and support info
- Restart VS Code to discover the skill files
CLI
Install via the CLI:
bash
brv connectors install KiroMCP
TUI
- Run
/connectorsin the ByteRover REPL - Select Kiro
- Choose MCP connector
- ByteRover will configure
.kiro/settings/mcp.jsonautomatically - Restart VS Code to load the MCP server
CLI
Install via the CLI:
bash
brv connectors install Kiro --type mcpRules
TUI
- Run
/connectorsin the ByteRover REPL - Select Kiro
- Choose Rules connector
- Done — Kiro will read
.kiro/steering/agent-context.mdautomatically
CLI
Install via the CLI:
bash
brv connectors install Kiro --type rulesDetails
| Property | Value |
|---|---|
| Default connector | Skill |
| Supported connectors | Skill, MCP, Rules |
| Skill directory | .kiro/skills/byterover/ |
| Rule file | .kiro/steering/agent-context.md |
| MCP config | .kiro/settings/mcp.json (auto-setup) |
| Auto-detected | Yes |
Junie
Junie uses Skill as the default connector for comprehensive project-level guidance.
Skill (Default)
TUI
- Run
/connectorsin the ByteRover REPL - Select Junie
- Choose Skill connector (recommended)
- ByteRover creates
.junie/skills/byterover/with:SKILL.md— Quick reference with commands and best practicesWORKFLOWS.md— Detailed workflow patternsTROUBLESHOOTING.md— Diagnostics and support info
- Restart VS Code to discover the skill files
CLI
Install via the CLI:
bash
brv connectors install JunieMCP
TUI
- Run
/connectorsin the ByteRover REPL - Select Junie
- Choose MCP connector
- ByteRover will configure
.junie/mcp/mcp.jsonautomatically - Restart VS Code to load the MCP server
CLI
Install via the CLI:
bash
brv connectors install Junie --type mcpRules
TUI
- Run
/connectorsin the ByteRover REPL - Select Junie
- Choose Rules connector
- Done — Junie will read
.junie/guidelines.mdautomatically
CLI
Install via the CLI:
bash
brv connectors install Junie --type rulesDetails
| Property | Value |
|---|---|
| Default connector | Skill |
| Supported connectors | Skill, MCP, Rules |
| Skill directory | .junie/skills/byterover/ |
| Rule file | .junie/guidelines.md |
| MCP config | .junie/mcp/mcp.json (auto-setup) |
| Auto-detected | Yes |
Next Steps
Curate Context — Learn how to add context to your knowledge base
Query Context — Retrieve context for your coding tasks