Skip to content

Commit 5ecee96

Browse files
committed
fix(clients): remove Roo Code references
1 parent ba0db65 commit 5ecee96

7 files changed

Lines changed: 1 addition & 84 deletions

File tree

-483 Bytes
Binary file not shown.

README.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -596,47 +596,6 @@ and, if you keep the optional operator MCP add-on, change the MCP `url` to
596596

597597
</details>
598598

599-
<details>
600-
<summary><img src=".github/assets/roo-code-favicon.png" alt="Roo Code logo" width="16" height="16"> Roo Code VS Code settings + <code>.roo/mcp.json</code></summary>
601-
602-
Roo Code is configured from its VS Code settings panel. Select the
603-
OpenAI-compatible provider and use the Codex Pooler `/v1` URL.
604-
605-
```text
606-
API Provider: OpenAI Compatible
607-
Base URL: http://localhost:4000/v1
608-
API Key: ${CODEX_POOLER_API_KEY}
609-
Model ID: gpt-5.5
610-
```
611-
612-
Roo Code supports project-level MCP configuration in `.roo/mcp.json`. This is
613-
only for optional operator MCP metadata access; Codex Pooler model use does not
614-
require it. This file can be committed when it contains only the endpoint shape;
615-
keep the MCP token in a private copy or configure it through the Roo MCP
616-
settings UI.
617-
618-
```json
619-
{
620-
"mcpServers": {
621-
"codex_pooler": {
622-
"type": "streamable-http",
623-
"url": "http://localhost:4000/mcp",
624-
"headers": {
625-
"Authorization": "Bearer <operator-mcp-token>"
626-
},
627-
"disabled": false,
628-
"timeout": 300
629-
}
630-
}
631-
}
632-
```
633-
634-
For deployed instances, change the provider base URL to
635-
`https://codex-pooler.example.com/v1` and, if you keep the optional operator MCP
636-
add-on, change the MCP `url` to `https://codex-pooler.example.com/mcp`.
637-
638-
</details>
639-
640599
<details>
641600
<summary><img src=".github/assets/goose-favicon.png" alt="Goose logo" width="16" height="16"> Goose <code>~/.config/goose/config.yaml</code></summary>
642601

docs-site/public/llms.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Primary public docs:
1919
- https://docs.codex-pooler.com/clients/goose/
2020
- https://docs.codex-pooler.com/clients/opencode/
2121
- https://docs.codex-pooler.com/clients/openclaw/
22-
- https://docs.codex-pooler.com/clients/roo-code/
2322
- https://docs.codex-pooler.com/clients/hermes/
2423
- https://docs.codex-pooler.com/reference/runtime-routes/
2524
- https://docs.codex-pooler.com/reference/routing-strategies/
@@ -69,7 +68,7 @@ Privacy boundaries:
6968
Agent guidance:
7069
- Start with https://docs.codex-pooler.com/clients/codex-cli/ when configuring Codex backend clients.
7170
- Start with https://docs.codex-pooler.com/clients/openai-compatible/ when configuring selected OpenAI SDK-compatible clients.
72-
- Use the client-specific pages for Aider, Continue, Cline, Goose, OpenCode, OpenClaw, Roo Code, and Hermes setup snippets.
71+
- Use the client-specific pages for Aider, Continue, Cline, Goose, OpenCode, OpenClaw, and Hermes setup snippets.
7372
- Use https://docs.codex-pooler.com/reference/routing-strategies/ when configuring Pools and routing behavior.
7473
- Use https://docs.codex-pooler.com/answers.md for short, citable answers about scope, routes, credentials, privacy, setup, and deployment.
7574
- Keep examples on http://localhost:4000 for local setup or https://codex-pooler.example.com for deployed product examples.

docs-site/src/content/docs/clients/openai-compatible.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Use the dedicated setup pages when configuring an agent or editor that has its o
3636
- [Hermes Agent](/clients/hermes/)
3737
- [OpenCode](/clients/opencode/)
3838
- [OpenClaw](/clients/openclaw/)
39-
- [Roo Code](/clients/roo-code/)
4039

4140
## Python SDK
4241

docs-site/src/content/docs/clients/roo-code.mdx

Lines changed: 0 additions & 37 deletions
This file was deleted.

lib/codex_pooler_web/live/admin/components/pages/request_logs/display/user_agents.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ defmodule CodexPoolerWeb.Admin.RequestLogsDisplay.UserAgents do
1717
{:contains, ["aider"], "aider", "Aider", "hero-pencil-square", :primary},
1818
{:contains, ["continue"], "continue", "Continue", "hero-arrow-path-rounded-square", :primary},
1919
{:contains, ["cline"], "cline", "Cline", "hero-command-line", :primary},
20-
{:contains, ["roo-code", "roocode", "roo code"], "roo_code", "Roo Code",
21-
"hero-wrench-screwdriver", :primary},
2220
{:contains, ["goose"], "goose", "Goose", "hero-sparkles", :primary},
2321
{:prefix, "openai/python", "openai_python", "OpenAI Python SDK", "hero-code-bracket",
2422
:success},

test/codex_pooler_web/live/admin/request_logs_user_agents_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ defmodule CodexPoolerWeb.Admin.RequestLogsUserAgentsTest do
4040
assert %{kind: "aider", label: "Aider"} = UserAgents.classify("aider/0.86.2")
4141
assert %{kind: "continue", label: "Continue"} = UserAgents.classify("Continue/1.5.45")
4242
assert %{kind: "cline", label: "Cline"} = UserAgents.classify("Cline/3.16.0")
43-
assert %{kind: "roo_code", label: "Roo Code"} = UserAgents.classify("Roo-Code/3.54.0")
4443
assert %{kind: "goose", label: "Goose"} = UserAgents.classify("goose/1.35.0")
4544
end
4645
end

0 commit comments

Comments
 (0)