Cline / Roo Code
5/20/26Less than 1 minute
Cline (formerly Claude Dev) and Roo Code are VS Code coding agents. Same config pattern.
Install
VS Code Extensions → search Cline or Roo Code.
Configure
Open the extension panel → settings gear.
Provider
Pick OpenAI Compatible or Anthropic.
Base URL
| Target | Provider | Base URL |
|---|---|---|
| Claude family | Anthropic | https://bridge.pulseneko.com |
| GPT / Gemini / DeepSeek / others | OpenAI Compatible | https://bridge.pulseneko.com/v1 |
API Key
Your sk-… token.
Model ID
Exact string from Model Catalog:
claude-opus-4-7gpt-5.1deepseek-3.2gemini-3.1-pro
Recommended combos
- Big refactors / long context —
claude-opus-4-7-thinking(extended thinking) - Daily edits —
claude-sonnet-4-6orgpt-5.1 - Local Q&A —
gpt-5.1-miniorclaude-haiku-4-5
Cache
Cline uses prompt cache by default. Bridge passes it through fully. Long sessions hit the cache and token cost drops substantially.
Verify
Send a message. Look at Usage Logs. If nothing appears:
- Base URL typo or trailing
/ - An "extra proxy" setting in the extension might be re-wrapping the URL