Roo Code Setup
Roo Code (formerly Roo Cline) is a VS Code extension that provides AI-powered autonomous coding assistance.Prerequisites
- VS Code installed
- Roo Code extension installed from VS Code Marketplace
- Your API key and endpoint URL from admin
Setup
Open Roo Code Settings
- Open VS Code
- Press
Cmd+Shift+P(Mac) orCtrl+Shift+P(Windows) - Type “Roo Code: Open Settings”
Configure Provider
| Setting | Value |
|---|---|
| API Provider | OpenAI Compatible |
| Base URL | https://gateway.classicgroup.asia/v1 |
| API Key | Your API key |
| Model ID | claude-opus-4-5-20250514 |
Disable Extended Thinking
If you see errors about “Invalid signature in thinking block”:
- In Roo Code settings, find Extended Thinking option
- Disable it / toggle it off
- Start a new chat (don’t continue the old one)
Available Models
| Model ID | Description |
|---|---|
claude-opus-4-5-20250514 | Most capable, complex tasks |
claude-sonnet-4-5-20250514 | Fast, great for coding |
Troubleshooting
Invalid signature in thinking block
Invalid signature in thinking block
This error occurs when Extended Thinking is enabled:
- Disable Extended Thinking in Roo Code settings
- Start a new chat session
405 Method Not Allowed
405 Method Not Allowed
- Use “OpenAI Compatible” provider, not “Anthropic”
- Make sure Base URL ends with
/v1
Invalid API key
Invalid API key
- Double-check your API key
- Make sure there are no extra spaces
Model not found
Model not found
- Use exact model IDs:
claude-opus-4-5-20250514orclaude-sonnet-4-5-20250514