Skip to content

Commit 32ea150

Browse files
hannesrudolphroomote[bot]
andauthored
Docs: v3.39.2-3 notes + Roo Code Router rename (#488)
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent fefeb7e commit 32ea150

26 files changed

Lines changed: 154 additions & 53 deletions

.roomodes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ customModes:
7070
- read
7171
- command
7272
- - edit
73-
- fileRegex: (\.(md|mdx)$|sidebars\.ts$)
73+
- fileRegex: (\.(md|mdx)$|sidebars\.ts$|docusaurus\.config\.ts$)
7474
description: Documentation files and sidebar configuration
7575
- mcp
7676
source: project

docs/credits/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords:
1111

1212
Roo Code is composed of a few products:
1313
- **Roo Code VS Code** (the extension) is 100% free
14-
- **Roo Code Cloud Provider** (the model provider) offers both free and paid models
14+
- **Roo Code Router** (the model provider) offers both free and paid models
1515
- **Roo Code Cloud Agents** (the automous agents) are a paid feature as they incur infrastructure costs
1616

1717
In order to use paid models via our provider and to run Cloud agents, you need credits.

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Roo Code can help with a variety of coding tasks, including:
5353
The Roo Code Extension is free and [open-source](https://github.com/RooCodeInc/Roo-Code/).
5454
The Roo Code Cloud platform is also free, but some functionality is paid.
5555

56-
In both cases, Roo Code relies on external LLM inference providers (like [Anthropic](providers/anthropic), [OpenAI](providers/openai), [OpenRouter](providers/openrouter), [Requesty](providers/requesty), etc.) for its AI capabilities. We also offer [our own provider](/roo-code-provider/overview) as an alternative.
56+
In both cases, Roo Code relies on external LLM inference providers (like [Anthropic](providers/anthropic), [OpenAI](providers/openai), [OpenRouter](providers/openrouter), [Requesty](providers/requesty), etc.) for its AI capabilities. We also offer [Roo Code Router](/roo-code-router/overview) as an alternative.
5757
These providers typically charge for API usage based on the number of tokens processed. You will need to create an account and obtain an API key from your chosen provider. Learn more [about providers and how to set them up](/providers/) for details.
5858

5959
### What are the risks of using Roo Code?
@@ -80,7 +80,7 @@ See the [full list here](/providers/).
8080

8181
Each API provider has its own process for obtaining an API key. See the [Setting Up Your First AI Provider](/getting-started/connecting-api-provider) for links to the relevant documentation for each provider.
8282

83-
If you use the [Roo Code Cloud Provider](/roo-code-provider/overview), you don't need an API key.
83+
If you use the [Roo Code Router](/roo-code-router/overview), you don't need an API key.
8484

8585
### Can I use Roo Code with local models?
8686
Yes, Roo Code supports running models locally using [Ollama](/providers/ollama) and [LM Studio](/providers/lmstudio). See [Using Local Models](/advanced-usage/local-models) for instructions.

docs/getting-started/connecting-api-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Roo Code needs an inference provider to access the LLM models that make it work.
1818

1919
A great model to start is **Claude Sonnet 4.5**, which offers a lot of power at a reasonable price point. To get it going, choose a provider:
2020

21-
- **Roo Code Cloud Provider (Recommended):** the easiest way to access multiple providers tested with Roo Code. No API needed. To get started, just choose Roo Code Cloud as a provider and follow instructions. [Learn more about it](/roo-code-provider/overview).
21+
- **Roo Code Router (Recommended):** the easiest way to access multiple providers tested with Roo Code. No API needed. To get started, just choose Roo Code Router as a provider and follow instructions. [Learn more about it](/roo-code-router/overview).
2222

2323
- **OpenRouter:** Provides access to multiple AI models from different labs through a single API key. Great for flexibility and getting started reasonably fast. To get an API key, [follow these instructions <LucideIcon name="ArrowRight" />](/providers/openrouter#getting-an-api-key)
2424

@@ -38,7 +38,7 @@ You can choose other models, but that introduces complexity. Different models va
3838

3939
1. Open the Roo Code panel by clicking the Roo Code icon (<KangarooIcon />) in the VS Code Activity Bar
4040
2. In the welcome screen, choose your LLM provider.
41-
3. If you choose the Roo Code Cloud provider, just connect your account and choose `anthropic/claude-sonnet-4-5` from the dropdown. You're set.
41+
3. If you choose the Roo Code Router, just connect your account and choose `anthropic/claude-sonnet-4-5` from the dropdown. You're set.
4242
4. If you chose another provider, paste the API key you copied from it into the right field and continue
4343
5. Select your model (it should be called `claude-sonnet-4-5` or `anthropic/claude-sonnet-4-5`) and complete the process.
4444

docs/providers/index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@
151151
"cloud": false
152152
},
153153
{
154-
"id": "providers/roo-code-cloud",
155-
"title": "Roo Code Cloud",
154+
"id": "providers/roo-code-router",
155+
"title": "Roo Code Router",
156156
"extension": true,
157157
"cloud": true
158158
},
@@ -199,4 +199,4 @@
199199
"cloud": true
200200
}
201201
]
202-
}
202+
}

docs/providers/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We regularly run evals for all supported models to see how they do against our s
3333

3434
Yeah, it's a lot.
3535

36-
- **Want it to JustWork™?** Go with the [Roo Code Cloud Provider](/roo-code-provider/overview) for a curated selection and the easiest setup with no API keys required
36+
- **Want it to JustWork™?** Go with the [Roo Code Router](/roo-code-router/overview) for a curated selection and the easiest setup with no API keys required
3737
- **Want access to many models?** Try [OpenRouter](/providers/openrouter) for a single API to 100+ models
3838
- **Want to optimize for specific models?** Use the first part provider for each of them (Anthropic, OpenAI, etc)
39-
- **Looking for local/offline models?** Check out [Ollama](/providers/ollama) or [LM Studio](/providers/lmstudio)
39+
- **Looking for local/offline models?** Check out [Ollama](/providers/ollama) or [LM Studio](/providers/lmstudio)
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
2-
sidebar_label: Roo Code Cloud
2+
sidebar_label: Roo Code Router
33
description: The easiest way to get started with AI coding. Access premium models like grok-code-fast-1 and code-supernova for free with zero configuration.
44
keywords:
5+
- roo code router
56
- roo code cloud
67
- roo provider
78
- free ai models
89
- easy setup
910
- no api key
1011
---
1112

12-
# Roo Code Cloud Provider
13+
# Roo Code Router
1314

14-
To make it as smooth as possible to use Roo Code, which depends on a provider service for LLM inference, we've built the Roo Code Cloud Provider.
15+
To make it as smooth as possible to use Roo Code, which depends on a provider service for LLM inference, we've built the Roo Code Router.
1516

1617
There's no need for a separate subscription or managing API keys. It's fully integrated into our suite of products and easy to get started. It features:
1718

@@ -20,4 +21,4 @@ There's no need for a separate subscription or managing API keys. It's fully int
2021
- Paid models provided at cost, with no mark-up
2122
- The same pre-paid credit mechanism you'll use for Roo Code Cloud Agents
2223

23-
[Learn more and how to get started <LucideIcon name="ArrowRight" />](/roo-code-provider/overview)
24+
[Learn more and how to get started <LucideIcon name="ArrowRight" />](/roo-code-router/overview)

docs/providers/xai.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ Roo Code supports all Grok models available through xAI's API.
3939

4040
For the complete, up-to-date model list and capabilities, see [xAI's documentation](https://docs.x.ai/docs).
4141

42-
:::info Grok Code Fast - Free Access in Roo Code
43-
`grok-code-fast-1` is available for **free** through the [Roo Code Cloud provider](/providers/roo-code-cloud) during the promotional period. When using the xAI provider directly in Roo Code, standard pricing will apply once established. This model was previously known as "roo/sonic" and has been renamed. For free access within Roo Code, use the Roo Code Cloud provider instead of the xAI provider.
44-
:::
4542

4643
---
4744

@@ -94,4 +91,4 @@ Prompt caching is available for select Grok models including `grok-code-fast-1`,
9491

9592
Pricing varies by model. Refer to the [xAI documentation](https://console.x.ai/) for current pricing information.
9693

97-
**Note:** `grok-code-fast-1` is available for free through the [Roo Code Cloud provider](/providers/roo-code-cloud) during the promotional period. Standard pricing will apply when using the xAI provider directly in Roo Code.
94+
**Note:** `grok-code-fast-1` is available for free through [Roo Code Router](/providers/roo-code-router) during the promotional period. Standard pricing will apply when using the xAI provider directly in Roo Code.

docs/roo-code-cloud/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ keywords:
1515
Roo Code Cloud transforms AI development with autonomous [Cloud Agents](./cloud-agents) that work independently in the cloud. Instead of just assisting you in your editor, these agents can plan, code, review, and fix issues autonomously, accessible directly from **GitHub PRs**, **Slack messages**, or the **web browser**.
1616

1717
It also augments the Roo Code VS Code extension capabilities by adding:
18-
- Access to the [Roo Code Cloud Provider](/roo-code-provider/overview)
18+
- Access to the [Roo Code Router](/roo-code-router/overview)
1919
- [Task Sync](./task-sync) to access your entire task history in one place
2020
- [Task sharing](./task-sharing) to access specific tasks with friends or co-workers
2121
- [Roomote Control](./roomote-control) to start/stop and control tasks in the Extension while away from your computer
2222
- [Token usage analytics](./analytics) to understand where your tokens and dollars are going
2323

2424
And, in the [Team plan](./team-plan), adds team-oriented features:
25-
- Centralized LLM inference billing without managing API keys (with the [Roo Code Cloud Provider](/roo-code-provider/overview))
25+
- Centralized LLM inference billing without managing API keys (with the [Roo Code Router](/roo-code-router/overview))
2626
- Team-wide task history and token usage analytics
2727
- Shared Cloud Agent team (with centralized billing)
2828
- Centralized integration with Github and Slack (not one per user)
@@ -36,7 +36,7 @@ To use it, you'll need an account. You can:
3636
- **[Directly sign up for a Roo Code account](https://app.roocode.com/sign-up)** and set up your agent team
3737
- Or **[sign up for a Roo Code account from the VS Code extension](/roo-code-cloud/login)** to your account
3838

39-
If you chose the Roo Code Cloud Provider when signing up, you already have an account and only need to sign in.
39+
If you chose the Roo Code Router when signing up, you already have an account and only need to sign in.
4040

4141
## Managing your account
4242

@@ -52,4 +52,4 @@ You can manage all of your account settings (including cancellation) from the [w
5252
- **My Settings:** to change settings specific to you or to cancel/delete your personal Roo Code cloud account (under "Open Profile").
5353
- **Organization Settings:** to change [global settings](/roo-code-cloud/team-plan#capabilities) for your Team.
5454
- **Docs:** to come here, so meta :)
55-
- **Help:** to start an in-app chat with our team
55+
- **Help:** to start an in-app chat with our team

docs/roo-code-cloud/team-plan.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords:
1414
The team plan is designed for teams to work together using the Roo Code suite, be it the Extension, Cloud or a combination of both.
1515

1616
It allows for:
17-
- Centralized LLM inference billing without managing API keys (with the [Roo Code Cloud Provider](/roo-code-provider/overview))
17+
- Centralized LLM inference billing without managing API keys (with [Roo Code Router](/roo-code-router/overview))
1818
- Team-wide task history and token usage analytics
1919
- Shared Cloud Agent team (with centralized billing)
2020
- Centralized integration with Github and Slack (not one per user)
@@ -124,4 +124,4 @@ Additional Team plan functionality is available in:
124124
- Task lists (in the Home and Agent pages, showing team-wide tasks)
125125

126126

127-
We're constantly expanding and tweaking team-oriented functionality, so if you need something else, don't hesitate to get in touch via [support@roocode.com](mailto:support@roocode.com).
127+
We're constantly expanding and tweaking team-oriented functionality, so if you need something else, don't hesitate to get in touch via [support@roocode.com](mailto:support@roocode.com).

0 commit comments

Comments
 (0)