mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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:
@@ -45,7 +45,6 @@ The table below shows tested AI clients and their compatibility with AI Gateway.
|
||||
| [Factory](./factory.md) | ✅ | ✅ | ✅ | |
|
||||
| [Cline](./cline.md) | ✅ | ✅ | ✅ | |
|
||||
| [Kilo Code](./kilo-code.md) | ✅ | ✅ | ❌ | |
|
||||
| [Roo Code](./roo-code.md) | ✅ | ✅ | ✅ | |
|
||||
| [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). |
|
||||
| [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`).
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||

|
||||
|
||||
</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)**.
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
**References:** [Roo Code Configuration Profiles](https://docs.roocode.com/features/api-configuration-profiles#creating-and-managing-profiles)
|
||||
@@ -53,7 +53,6 @@ Available query filters:
|
||||
- `Kilo Code`
|
||||
- `Coder Agents`
|
||||
- `Mux`
|
||||
- `Roo Code`
|
||||
- `Cursor`
|
||||
- `Unknown`
|
||||
|
||||
|
||||
@@ -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
|
||||
developers. Additionally, template admins can
|
||||
[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
|
||||
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 |
@@ -1190,11 +1190,6 @@
|
||||
"description": "Configure Kilo Code to use AI Gateway",
|
||||
"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",
|
||||
"description": "Configure VS Code to use AI Gateway",
|
||||
|
||||
Reference in New Issue
Block a user