Back to Harness Catalog
VS Code Extension

Roo Code (Roo Cline) Integration Guide

Multi-mode agentic extension Roo Code with custom prompt roles (Code, Architect, Ask) backed by SacredGPT.

Base URL: https://api.sacredgpt.ru/v1Key: $SACREDGPT_KEYVerified

01 — Version & UI Path

Version Specifics & Navigation

Version Compatibility Note: Verified on Roo Code v3.54.0+ (Prompts & Provider Settings).

02 — Step-by-Step Setup

Step-by-Step Setup

1

1. Provider Setup

Roo Code > Provider

In Roo Code settings, choose 'OpenAI Compatible'. Set Base URL to https://api.sacredgpt.ru/v1.

2

2. Configure Modes

Assign gpt-5.6-sol for the Architect mode, and claude-sonnet-5 for the Code mode.

03 — Configuration Example

ConfigFile Example

{
  "rooCode.provider": "openai-compatible",
  "rooCode.baseUrl": "https://api.sacredgpt.ru/v1",
  "rooCode.apiKey": "sgpt_live_9a8b7c6d5e4f3a2b1c0d",
  "rooCode.architectModel": "gpt-5.6-sol",
  "rooCode.codeModel": "claude-sonnet-5"
}

04 — Troubleshooting

Troubleshooting & Common Issues

Context length overflow on massive projects

Switch to kimi-k3 which offers up to 2,000,000 tokens of context for deep workspace understanding.