Roo Code

Roo Code is an AI-powered software engineering platform that operates interactively within your IDE while also supporting autonomous execution in cloud environments.

1.1 Usage

VS Code Settings Panel (Recommended)

Roo Code supports OpenAI-compatible providers directly, making integration straightforward.

  1. Open the Roo Code settings panel in VS Code
  2. Set API Provider to OpenAI Compatible
  3. Enter the following details:
    • Base URL: https://api.rygen.io/v1
    • API Key: your-rygen-api-key
    • Model: your-model-name
  4. Optionally adjust model settings:
    • Max Output Tokens
    • Context Window
    • Image Support
    • Computer Use
    • Input / Output price
  5. Save the configuration and run a test task.

1.2 References