Skip to content

Commit 63ebce2

Browse files
docs: add v3.36.7 release notes and fix broken links (#455)
1 parent d2c2889 commit 63ebce2

File tree

11 files changed

+65
-16
lines changed

11 files changed

+65
-16
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A great model to start is **Claude Sonnet 4.5**, which offers a lot of power at
2525

2626
- **Anthropic:** Direct access to the Claude family of models. Requires API access approval and may have [rate limits depending on your tier](https://docs.anthropic.com/en/api/rate-limits#requirements-to-advance-tier). To get an API key, [follow these instructions <LucideIcon name="ArrowRight" />](/providers/anthropic#getting-an-api-key)
2727

28-
Roo Code is compatible with [other providers](/providers/index) which offer Claude, and with a wide range of different models you can try.
28+
Roo Code is compatible with [other providers](/providers) which offer Claude, and with a wide range of different models you can try.
2929

3030
:::info Model Selection Advice
3131
We recommend **Claude Sonnet 4.5** because it "just works" out of the box for most tasks. We use it internally a lot.
@@ -43,4 +43,4 @@ You can choose other models, but that introduces complexity. Different models va
4343
4. If you chose another provider, paste the API key you copied from it into the right field and continue
4444
5. Select your model (it should be called `claude-sonnet-4-5` or `anthropic/claude-sonnet-4-5`) and complete the process.
4545

46-
Now you can start coding!
46+
Now you can start coding!

docs/roo-code-cloud/cloud-agents.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Cloud Agents consume **Cloud Credits**. Usage is measured based on the model use
113113
- **Free Tier:** Includes access to free models for standard tasks.
114114
- **Pro Tier:** Unlocks concurrent agent execution and priority queueing.
115115

116-
There's a [whole page about credits](/roo-code-cloud/billing-subscriptions) if you want to learn more.
116+
Theres a [pricing page](https://roocode.com/pricing) if you want to learn more.
117117

118118
### Settings
119119

@@ -135,4 +135,4 @@ Most people will only have one agent of each type, but you may want to more tha
135135
- **Documentation Writer:** a tech writer that understands your code and writes actionable user-facing documentation.
136136
- **Translator:** translates strings with accuracy and following your brand voice.
137137

138-
[Write us](mailto:[email protected]) if you're interested in trying them out in Beta or if you have other suggestions.
138+
[Write us](mailto:[email protected]) if you're interested in trying them out in Beta or if you have other suggestions.

docs/roo-code-cloud/what-is-roo-code-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can see the [pricing for different plans here](https://roocode.com/pricing).
3131
| [Task Sharing](/roo-code-cloud/task-sharing) | Share tasks via secure, expiring links | Free |
3232
| [Roomote Control](/roo-code-cloud/roomote-control) | Browser-based task control while your IDE runs them | Paid |
3333
| [Cloud Agents](/roo-code-cloud/cloud-agents) | Run Roo in the cloud with credit-based runtime and BYO provider keys | Paid |
34-
| [Billing & Plans](/roo-code-cloud/billing-subscriptions) | Manage subscriptions, trials, and credit purchasing | Paid |
34+
| Billing & Plans | Manage subscriptions, trials, and credit purchasing | Paid |
3535

3636

3737

@@ -41,4 +41,4 @@ You can see the [pricing for different plans here](https://roocode.com/pricing).
4141
2. Open [app.roocode.com](https://app.roocode.com/) and confirm your tasks appear.
4242
3. Turn on [Task Sync](/roo-code-cloud/task-sync) so activity syncs to the cloud.
4343
4. [Share a task](/roo-code-cloud/task-sharing) when you're ready for feedback or handoff.
44-
5. Optional: enable [Roomote Control](/roo-code-cloud/roomote-control) (Pro/Team) for remote control, or start a [Cloud Agent](/roo-code-cloud/cloud-agents). Manage plans in [Billing & Plans](/roo-code-cloud/billing-subscriptions).
44+
5. Optional: enable [Roomote Control](/roo-code-cloud/roomote-control) (Pro/Team) for remote control, or start a [Cloud Agent](/roo-code-cloud/cloud-agents). Manage plans in [pricing](https://roocode.com/pricing).

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ If you want to live on the edge and try things out before it's released, we have
2424

2525
### Version 3.36
2626

27+
* [3.36.7](/update-notes/v3.36.7) (2025-12-15)
2728
* [3.36.6](/update-notes/v3.36.6) (2025-12-12)
2829
* [3.36.5](/update-notes/v3.36.5) (2025-12-11)
2930
* [3.36.4](/update-notes/v3.36.4) (2025-12-10)

docs/update-notes/v3.19.0.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Navigate between different modes and prompts more intuitively.
4343
## Bug Fixes
4444

4545
* **Directory Mention Protection**: Fixed [`@directory`](/basic-usage/context-mentions) not respecting [`.rooignore`](/features/rooignore) files (thanks xyOz-dev!)
46-
* **Tool File Protection**: Added [`rooignore`](/features/rooignore) checking for [`insert_content`](/advanced-usage/available-tools/insert-content) and `search_and_replace` tools
46+
* **Tool File Protection**: Added [`rooignore`](/features/rooignore) checking for `insert_content` and `search_and_replace` tools
4747
* **Memory Leak Fix**: Resolved memory leak in ChatView by stabilizing callback props (thanks samhvw8!)
4848
* **Empty File Creation**: Fixed [`write_to_file`](/advanced-usage/available-tools/write-to-file) to properly create empty files when content is empty (thanks Ruakij!)
4949
* **Chat Input Stability**: Fixed chat input clearing during running tasks (thanks xyOz-dev!)
@@ -64,4 +64,4 @@ Navigate between different modes and prompts more intuitively.
6464
* **Windows Terminal**: Update PAGER environment variable for Windows compatibility in Terminal (thanks SmartManoj!)
6565
* **Search Clarity**: Update codebase search description to emphasize English query requirements (thanks ChuKhaLi!)
6666

67-
Thank you to all our contributors for making Roo Code better with each release!
67+
Thank you to all our contributors for making Roo Code better with each release!

docs/update-notes/v3.28.0.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Introducing our new cloud connectivity features that let you **monitor and contr
2727
- **Task History**: Your tasks are saved to the cloud for later reference
2828
- **Cloud Visibility**: View your VS Code tasks from any browser
2929

30-
**[Roomote Control](/roo-code-cloud/roomote-control) ([14-Day Free Trial, then $20/month](/roo-code-cloud/billing-subscriptions))**:
30+
**[Roomote Control](/roo-code-cloud/roomote-control)**:
3131
- **Continue Tasks Remotely**: Keep tasks going from your phone - respond to prompts, fix errors, approve actions
3232
- **Full Chat Control**: Interact with the chatbox as though you were in your IDE
3333
- **Start/Stop Tasks**: Launch new tasks or terminate running ones from anywhere
@@ -36,7 +36,7 @@ Introducing our new cloud connectivity features that let you **monitor and contr
3636
Task Sync enables monitoring your local development environment from any device. Add Roomote Control for full remote control capabilities - whether you're on another computer, tablet, or smartphone.
3737

3838

39-
> **📚 Documentation**: See [Task Sync](/roo-code-cloud/task-sync), [Roomote Control Guide](/roo-code-cloud/roomote-control), and [Billing & Subscriptions](/roo-code-cloud/billing-subscriptions).
39+
> **📚 Documentation**: See [Task Sync](/roo-code-cloud/task-sync) and [Roomote Control Guide](/roo-code-cloud/roomote-control).
4040
4141
## QOL Improvements
4242

@@ -64,4 +64,4 @@ Task Sync enables monitoring your local development environment from any device.
6464
* Updated dependency @changesets/cli to v2.29.6 ([#7376](https://github.com/RooCodeInc/Roo-Code/pull/7376))
6565
* Updated dependency nock to v14.0.10 ([#6465](https://github.com/RooCodeInc/Roo-Code/pull/6465))
6666
* Updated dependency eslint-config-prettier to v10.1.8 ([#6464](https://github.com/RooCodeInc/Roo-Code/pull/6464))
67-
* Updated dependency eslint-plugin-turbo to v2.5.6 ([#7764](https://github.com/RooCodeInc/Roo-Code/pull/7764))
67+
* Updated dependency eslint-plugin-turbo to v2.5.6 ([#7764](https://github.com/RooCodeInc/Roo-Code/pull/7764))

docs/update-notes/v3.28.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ Introducing our new cloud connectivity features that let you **monitor and contr
4242
- **Task History**: Your tasks are saved to the cloud for later reference
4343
- **Cloud Visibility**: View your VS Code tasks from any browser
4444

45-
**[Roomote Control](/roo-code-cloud/roomote-control) ([14-Day Free Trial, then $20/month](/roo-code-cloud/billing-subscriptions))**:
45+
**[Roomote Control](/roo-code-cloud/roomote-control)**:
4646
- **Continue Tasks Remotely**: Keep tasks going from your phone - respond to prompts, fix errors, approve actions
4747
- **Full Chat Control**: Interact with the chatbox as though you were in your IDE
4848
- **Start/Stop Tasks**: Launch new tasks or terminate running ones from anywhere
4949
- **Complete Control**: Full bidirectional control of your local VS Code from anywhere
5050

5151
Task Sync enables monitoring your local development environment from any device. Add Roomote Control for full remote control capabilities - whether you're on another computer, tablet, or smartphone.
5252

53-
> **Documentation**: See [Task Sync](/roo-code-cloud/task-sync), [Roomote Control Guide](/roo-code-cloud/roomote-control), and [Billing & Subscriptions](/roo-code-cloud/billing-subscriptions).
53+
> **Documentation**: See [Task Sync](/roo-code-cloud/task-sync) and [Roomote Control Guide](/roo-code-cloud/roomote-control).
5454
5555
## GPT-5-Codex lands in OpenAI Native
5656

@@ -195,4 +195,4 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
195195
* Updated dependency eslint-plugin-turbo to v2.5.6 ([#7764](https://github.com/RooCodeInc/Roo-Code/pull/7764))
196196
* Updated dependency axios to v1.12.0 for improved reliability and security of HTTP requests ([#7963](https://github.com/RooCodeInc/Roo-Code/pull/7963))
197197
* **Code Supernova announcement**: Added announcement for the new Code Supernova model with improved authentication flow and landing page redirection ([#8197](https://github.com/RooCodeInc/Roo-Code/pull/8197))
198-
* **Privacy policy update**: Updated privacy policy to include provisions for optional marketing emails with clear opt-out options (thanks jdilla1277!) ([#8180](https://github.com/RooCodeInc/Roo-Code/pull/8180))
198+
* **Privacy policy update**: Updated privacy policy to include provisions for optional marketing emails with clear opt-out options (thanks jdilla1277!) ([#8180](https://github.com/RooCodeInc/Roo-Code/pull/8180))

docs/update-notes/v3.29.4.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We've added the MiniMax provider so you can run coding and reasoning tasks with
2525
* Improve @ file search for large projects with a higher default index limit and respect for VS Code ignore settings; add the roo-cline.maximumIndexedFilesForFileSearch setting for tunable limits (thanks Naituw!) ([#8805](https://github.com/RooCodeInc/Roo-Code/pull/8805))
2626
* Rename MCP “Errors” tab to “Logs” to match mixed-level messages; clearer empty state (“No logs yet”) ([#8894](https://github.com/RooCodeInc/Roo-Code/pull/8894))
2727
* Custom modes now load from your configured storage path and persist after restart (thanks elianiva!) ([#8499](https://github.com/RooCodeInc/Roo-Code/pull/8499))
28-
* Breaking: Removed search_and_replace tool. Use [apply_diff](/advanced-usage/available-tools/apply-diff) or [insert_content](/advanced-usage/available-tools/insert-content) instead. Migration notes below. ([#8892](https://github.com/RooCodeInc/Roo-Code/pull/8892))
28+
* Breaking: Removed search_and_replace tool. Use [apply_diff](/advanced-usage/available-tools/apply-diff) instead. Migration notes below. ([#8892](https://github.com/RooCodeInc/Roo-Code/pull/8892))
2929
* Clarified VS Code LM API integration warning in Settings to reduce “model not supported” errors ([#8493](https://github.com/RooCodeInc/Roo-Code/pull/8493))
3030

3131
## Bug Fixes
@@ -41,4 +41,4 @@ We've added the MiniMax provider so you can run coding and reasoning tasks with
4141

4242
## Provider Updates
4343

44-
* Cerebras: add zai‑glm‑4.6 and change default to gpt‑oss‑120b; deprecate qwen‑3‑coder models ([#8920](https://github.com/RooCodeInc/Roo-Code/pull/8920))
44+
* Cerebras: add zai‑glm‑4.6 and change default to gpt‑oss‑120b; deprecate qwen‑3‑coder models ([#8920](https://github.com/RooCodeInc/Roo-Code/pull/8920))

docs/update-notes/v3.36.7.mdx

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
description: Roo Code 3.36.7 simplifies Auto-Approve settings, improves OpenRouter behavior for OpenAI models, and expands Amazon Bedrock options.
3+
keywords:
4+
- roo code 3.36.7
5+
- auto-approve
6+
- openrouter
7+
- bedrock
8+
- bug fixes
9+
image: /img/social-share.jpg
10+
---
11+
12+
# Roo Code 3.36.7 Release Notes (2025-12-15)
13+
14+
This release simplifies Auto-Approve settings, improves OpenRouter behavior for OpenAI models, and expands Amazon Bedrock options.
15+
16+
## OpenRouter tool support for OpenAI models
17+
18+
When you use **OpenAI models via OpenRouter**, Roo now makes tool usage more predictable by explicitly enabling `apply_patch` and avoiding file-writing tools that aren’t supported in that context ([#10082](https://github.com/RooCodeInc/Roo-Code/pull/10082)).
19+
20+
This reduces friction when tool availability differs between providers/models and helps keep edits moving without unexpected interruptions.
21+
22+
## Simplified Auto-Approve settings
23+
24+
Auto-Approve no longer has separate toggles for **Retry failed requests** and **Update todo list**—when Auto-Approve is enabled, retries and todo updates run automatically ([#10062](https://github.com/RooCodeInc/Roo-Code/pull/10062)).
25+
26+
If you relied on those individual switches, this reduces configuration overhead and makes the Auto-Approve behavior easier to understand.
27+
28+
## Bug Fixes
29+
30+
* **More consistent tool validation for modes**: Improves reliability by consolidating mode tool-availability checks in one place ([#10089](https://github.com/RooCodeInc/Roo-Code/pull/10089))
31+
32+
## Provider Updates
33+
34+
* **More detailed OpenRouter error reporting**: Captures more provider-specific error metadata so failures are easier to diagnose ([#10073](https://github.com/RooCodeInc/Roo-Code/pull/10073))
35+
* **AWS Bedrock service tier support**: Adds a Bedrock **Service tier** option (Standard/Flex/Priority) for supported models (thanks Smartsheet-JB-Brown!) ([#9955](https://github.com/RooCodeInc/Roo-Code/pull/9955))
36+
* **Amazon Nova 2 Lite in Bedrock**: Adds the Nova 2 Lite model to the Bedrock provider model list (thanks Smartsheet-JB-Brown!) ([#9830](https://github.com/RooCodeInc/Roo-Code/pull/9830))
37+
38+
## Misc Improvements
39+
40+
* **Improved web-evals run logs**: Makes evaluation runs easier to inspect by improving run logs and formatting ([#10081](https://github.com/RooCodeInc/Roo-Code/pull/10081))

docs/update-notes/v3.36.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ You can now configure how Enter behaves in the chat input so it better fits mult
5858
* **Token counting optimization**: Removes separate API calls for token counting to improve performance ([#9884](https://github.com/RooCodeInc/Roo-Code/pull/9884))
5959
* **Tool instructions decoupled from system prompts**: Tool-specific guidance is self-contained in tool descriptions ([#9784](https://github.com/RooCodeInc/Roo-Code/pull/9784))
6060
* **Clearer auto-approve timing in follow-up suggestions**: Makes the auto-approve countdown harder to miss ([#10048](https://github.com/RooCodeInc/Roo-Code/pull/10048))
61+
* **Simplified Auto-Approve settings**: Removes separate toggles for retry and todo updates, reducing configuration overhead ([#10062](https://github.com/RooCodeInc/Roo-Code/pull/10062))
6162

6263
## Bug Fixes
6364

@@ -97,6 +98,7 @@ You can now configure how Enter behaves in the chat input so it better fits mult
9798
* **More actionable OpenRouter error messages**: Surfaces upstream error details when available ([#10039](https://github.com/RooCodeInc/Roo-Code/pull/10039))
9899
* **LiteLLM tool protocol dropdown always appears**: Restores the tool protocol dropdown in Advanced settings even when model metadata isn’t available yet ([#10053](https://github.com/RooCodeInc/Roo-Code/pull/10053))
99100
* **MCP tool calls work with stricter providers**: Avoids failures caused by special characters in MCP server/tool names by sanitizing names and using an unambiguous `mcp--server--tool` ID format ([#10054](https://github.com/RooCodeInc/Roo-Code/pull/10054))
101+
* **More consistent tool validation for modes**: Improves reliability by consolidating mode tool-availability checks in one place ([#10089](https://github.com/RooCodeInc/Roo-Code/pull/10089))
100102

101103
## Misc Improvements
102104

@@ -115,6 +117,7 @@ You can now configure how Enter behaves in the chat input so it better fits mult
115117
* **Removed deprecated tool**: Removes the deprecated `list_code_definition_names` tool ([#10005](https://github.com/RooCodeInc/Roo-Code/pull/10005))
116118
* **Tool aliases for model-specific tool naming**: Adds support for alternative tool names so different models can call the same tool using the naming they expect ([#9989](https://github.com/RooCodeInc/Roo-Code/pull/9989))
117119
* **Workspace task visibility controls for organizations**: Adds an org-level setting for how visible Roo Code Cloud “extension tasks” are across the workspace ([#10020](https://github.com/RooCodeInc/Roo-Code/pull/10020))
120+
* **Improved web-evals run logs**: Makes evaluation runs easier to inspect by improving run logs and formatting ([#10081](https://github.com/RooCodeInc/Roo-Code/pull/10081))
118121

119122
## Provider Updates
120123

@@ -132,3 +135,7 @@ You can now configure how Enter behaves in the chat input so it better fits mult
132135
* **Baseten model tweaks**: Improves maxTokens limits and native tools support for stability ([#9866](https://github.com/RooCodeInc/Roo-Code/pull/9866))
133136
* **Bedrock models**: Adds Kimi, MiniMax, and Qwen model configurations ([#9905](https://github.com/RooCodeInc/Roo-Code/pull/9905))
134137
* **Z.ai endpoint options**: Adds endpoint options for users on API billing instead of the Coding plan ([#9894](https://github.com/RooCodeInc/Roo-Code/pull/9894))
138+
* **More detailed OpenRouter error reporting**: Captures more provider-specific error metadata so failures are easier to diagnose ([#10073](https://github.com/RooCodeInc/Roo-Code/pull/10073))
139+
* **OpenRouter tool support for OpenAI models**: Makes tool usage more predictable by explicitly enabling `apply_patch` and avoiding unsupported file-writing tools ([#10082](https://github.com/RooCodeInc/Roo-Code/pull/10082))
140+
* **AWS Bedrock service tier support**: Adds a Bedrock service tier option (Standard/Flex/Priority) for supported models (thanks Smartsheet-JB-Brown!) ([#9955](https://github.com/RooCodeInc/Roo-Code/pull/9955))
141+
* **Amazon Nova 2 Lite in Bedrock**: Adds the Nova 2 Lite model to the Bedrock provider model list (thanks Smartsheet-JB-Brown!) ([#9830](https://github.com/RooCodeInc/Roo-Code/pull/9830))

0 commit comments

Comments
 (0)