Skip to main content
Roo Code is an agentic coding extension for VS Code with multiple operating modes. It reaches Lyceum through its OpenAI Compatible provider.

Install

  1. Open the VS Code Extensions panel (Cmd+Shift+X or Ctrl+Shift+X).
  2. Search for Roo Code and click Install.
  3. Restart VS Code.

Configure

1

Open the settings

Click the Roo Code icon in the sidebar, then the gear icon.
2

Select the provider

Set API Provider to OpenAI Compatible.
3

Fill in the fields

4

Set model capabilities

Set Context Window and Max Output Tokens from active models. Enable Image Support only for vision models.
Roo Code uses native tool calling with no fallback. A model without tool-calling support will fail to edit files. Every model in the table below supports it.

Modes

Roo Code ships five built-in modes. Switch with the dropdown left of the chat input, a slash command, or Cmd+. on macOS / Ctrl+. on Windows and Linux.

Per-mode models

Roo Code supports one API configuration profile per mode, so each mode can run a different model. Create a profile per row above under API Configuration Profiles in settings, then assign profiles to modes in the mode settings. Every profile uses the same Base URL and API key; only the model differs.

Custom modes

Add a .roomodes file to your project root to define specialised modes:
Assign a model to a custom mode the same way as a built-in one, through an API configuration profile.

Troubleshooting