docs: remove Roo Code references (sunset) (#25477)

Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
This commit is contained in:
blinkagent[bot]
2026-05-20 00:05:29 +05:00
committed by GitHub
parent 179023b3a0
commit 3c9c8c708d
8 changed files with 1 additions and 72 deletions
@@ -45,7 +45,6 @@ The table below shows tested AI clients and their compatibility with AI Gateway.
| [Factory](./factory.md) | ✅ | ✅ | ✅ | | | [Factory](./factory.md) | ✅ | ✅ | ✅ | |
| [Cline](./cline.md) | ✅ | ✅ | ✅ | | | [Cline](./cline.md) | ✅ | ✅ | ✅ | |
| [Kilo Code](./kilo-code.md) | ✅ | ✅ | ❌ | | | [Kilo Code](./kilo-code.md) | ✅ | ✅ | ❌ | |
| [Roo Code](./roo-code.md) | ✅ | ✅ | ✅ | |
| [VS Code](./vscode.md) | ✅ | ❌ | ❌ | Only supports Custom Base URL for OpenAI. | | [VS Code](./vscode.md) | ✅ | ❌ | ❌ | Only supports Custom Base URL for OpenAI. |
| [JetBrains IDEs](./jetbrains.md) | ✅ | ❌ | ❌ | Works in Chat mode via [third-party model configuration](https://www.jetbrains.com/help/ai-assistant/use-custom-models.html#provide-your-own-api-key). | | [JetBrains IDEs](./jetbrains.md) | ✅ | ❌ | ❌ | Works in Chat mode via [third-party model configuration](https://www.jetbrains.com/help/ai-assistant/use-custom-models.html#provide-your-own-api-key). |
| [Zed](./zed.md) | ✅ | ✅ | ❌ | | | [Zed](./zed.md) | ✅ | ✅ | ❌ | |
@@ -1,64 +0,0 @@
# Roo Code
> [!NOTE]
> AI Gateway requires the [AI Governance Add-On](../../ai-governance.md).
> As of Coder v2.32, deployments without the add-on will not be able to
> access AI Gateway.
Roo Code allows you to configure providers via the UI and can be set up to use AI Gateway.
## Configuration
Roo Code allows you to configure providers via the UI.
## Centralized API Key
<div class="tabs">
### OpenAI Compatible
1. Open Roo Code in VS Code.
1. Go to **Settings**.
1. **Provider**: Select **OpenAI**.
1. **Base URL**: Enter `https://coder.example.com/api/v2/aibridge/openai/v1`.
1. **API Key**: Enter your **[Coder API token](../../../admin/users/sessions-tokens.md#generate-a-long-lived-api-token-on-behalf-of-yourself)**.
1. **Model ID**: Enter the model you wish to use (e.g., `gpt-5.2-codex`).
![Roo Code OpenAI Settings](../../../images/aibridge/clients/roo-code-openai.png)
### Anthropic
1. Open Roo Code in VS Code.
1. Go to **Settings**.
1. **Provider**: Select **Anthropic**.
1. **Base URL**: Enter `https://coder.example.com/api/v2/aibridge/anthropic`.
1. **API Key**: Enter your **Coder API token**.
1. **Model ID**: Select your desired Claude model.
![Roo Code Anthropic Settings](../../../images/aibridge/clients/roo-code-anthropic.png)
</div>
### Notes
* If you encounter issues with the **OpenAI** provider type, use **OpenAI Compatible** to ensure correct endpoint routing.
* Ensure your Coder deployment URL is reachable from your VS Code environment.
## BYOK (Personal API Key)
<div class="tabs">
### OpenAI Compatible
1. Open Roo Code in VS Code.
1. Go to **Settings**.
1. **Provider**: Select **OpenAI Compatible**.
1. **Base URL**: Enter `https://coder.example.com/api/v2/aibridge/openai/v1`.
1. **API Key**: Enter your personal OpenAI API key.
1. **Model ID**: Enter the model you wish to use (e.g., `gpt-4o`).
1. **Custom Headers**: Add `X-Coder-AI-Governance-Token` with your **[Coder API token](../../../admin/users/sessions-tokens.md#generate-a-long-lived-api-token-on-behalf-of-yourself)**.
![Roo Code BYOK OpenAI Settings](../../../images/aibridge/clients/roo-code-byok-openai.png)
</div>
**References:** [Roo Code Configuration Profiles](https://docs.roocode.com/features/api-configuration-profiles#creating-and-managing-profiles)
-1
View File
@@ -53,7 +53,6 @@ Available query filters:
- `Kilo Code` - `Kilo Code`
- `Coder Agents` - `Coder Agents`
- `Mux` - `Mux`
- `Roo Code`
- `Cursor` - `Cursor`
- `Unknown` - `Unknown`
+1 -1
View File
@@ -9,7 +9,7 @@ Coder [integrates with IDEs](../user-guides/workspace-access/index.md) such as
Cursor, Windsurf, and Zed that include built-in coding agents to work alongside Cursor, Windsurf, and Zed that include built-in coding agents to work alongside
developers. Additionally, template admins can developers. Additionally, template admins can
[pre-install extensions](https://registry.coder.com/modules/coder/vscode-web) [pre-install extensions](https://registry.coder.com/modules/coder/vscode-web)
for agents such as GitHub Copilot and Roo Code. for agents such as GitHub Copilot.
These agents work well inside existing Coder workspaces as they can simply be These agents work well inside existing Coder workspaces as they can simply be
enabled via an extension or are built-into the editor. enabled via an extension or are built-into the editor.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

-5
View File
@@ -1190,11 +1190,6 @@
"description": "Configure Kilo Code to use AI Gateway", "description": "Configure Kilo Code to use AI Gateway",
"path": "./ai-coder/ai-gateway/clients/kilo-code.md" "path": "./ai-coder/ai-gateway/clients/kilo-code.md"
}, },
{
"title": "Roo Code",
"description": "Configure Roo Code to use AI Gateway",
"path": "./ai-coder/ai-gateway/clients/roo-code.md"
},
{ {
"title": "VS Code", "title": "VS Code",
"description": "Configure VS Code to use AI Gateway", "description": "Configure VS Code to use AI Gateway",