Skip to content

Commit 13ca67a

Browse files
docs: add release notes for v3.36.12 and v3.36.13 (#462)
1 parent 3d31a49 commit 13ca67a

File tree

7 files changed

+78
-1
lines changed

7 files changed

+78
-1
lines changed

docs/update-notes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ 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.13](/update-notes/v3.36.13) (2025-12-18)
28+
* [3.36.12](/update-notes/v3.36.12) (2025-12-18)
2729
* [3.36.11](/update-notes/v3.36.11) (2025-12-17)
2830
* [3.36.10](/update-notes/v3.36.10) (2025-12-17)
2931
* [3.36.9](/update-notes/v3.36.9) (2025-12-16)

docs/update-notes/v3.36.12.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
description: Improved tool preferences for Gemini and OpenAI models, Bedrock embedder fix, and better error tracking.
3+
keywords:
4+
- roo code 3.36.12
5+
- gemini tool preferences
6+
- openai tool preferences
7+
- bedrock embedder
8+
image: /img/v3.36.12/v3.36.12.png
9+
---
10+
11+
# Roo Code 3.36.12 Release Notes (2025-12-18)
12+
13+
This release improves default tool preferences for Gemini and OpenAI models, fixes Bedrock embedder identification, and enhances error tracking.
14+
15+
<img src="/img/v3.36.12/v3.36.12.png" alt="Roo Code v3.36.12 Release" width="600" />
16+
17+
## QOL Improvements
18+
19+
* **Smarter Tool Defaults for Gemini and OpenAI**: Gemini and OpenAI models now use better default tools for file editing, improving reliability out of the box. ([#10170](https://github.com/RooCodeInc/Roo-Code/pull/10170))
20+
21+
## Bug Fixes
22+
23+
* **Bedrock Embedder CloudTrail Fix**: AWS Bedrock users now see Roo Code identified in CloudTrail logs when using Codebase Indexing. (thanks jackrein!) ([#10166](https://github.com/RooCodeInc/Roo-Code/pull/10166))
24+
25+
## Misc Improvements
26+
27+
* **Better Error Grouping**: Improved error tracking for faster issue resolution. ([#10163](https://github.com/RooCodeInc/Roo-Code/pull/10163))

docs/update-notes/v3.36.13.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
description: Native tool protocol becomes the new default for compatible models, plus new edit_file tool and VS Code LM native tool support.
3+
keywords:
4+
- roo code 3.36.13
5+
- native tool protocol
6+
- edit_file tool
7+
- vs code language model
8+
- litellm
9+
image: /img/v3.36.13/v3.36.13.png
10+
---
11+
12+
# Roo Code 3.36.13 Release Notes (2025-12-18)
13+
14+
This release switches to native tool protocol by default, improves file editing for Gemini models, and adds native tool support for VS Code Language Model providers.
15+
16+
<img src="/img/v3.36.13/v3.36.13.png" alt="Roo Code v3.36.13 Release" width="600" />
17+
18+
## Native Tool Protocol Default
19+
20+
Models that support native tool calling now default to using native protocol instead of XML. The XML protocol is still available in provider settings ([#10186](https://github.com/RooCodeInc/Roo-Code/pull/10186)).
21+
22+
## QOL Improvements
23+
24+
* **Improved File Editing with Gemini Models**: New edit_file tool makes Gemini models more effective at editing files ([#9983](https://github.com/RooCodeInc/Roo-Code/pull/9983))
25+
* **VS Code LM Native Tools**: Native tool calling now works with VS Code's built-in Copilot models ([#10191](https://github.com/RooCodeInc/Roo-Code/pull/10191))
26+
27+
## Bug Fixes
28+
29+
* **LiteLLM Tool Protocol Dropdown**: The Native/XML protocol selector now appears correctly for LiteLLM models ([#10187](https://github.com/RooCodeInc/Roo-Code/pull/10187))
30+
* **Task Resumption**: Tasks no longer break when resuming after changing the Native Tool Calling setting ([#10192](https://github.com/RooCodeInc/Roo-Code/pull/10192))
31+
32+
## Misc Improvements
33+
34+
* **Error Monitoring**: Improved tracking of consecutive mistake errors ([#10193](https://github.com/RooCodeInc/Roo-Code/pull/10193))

docs/update-notes/v3.36.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ The `gemini-3-flash-preview` model is now available in the Roo Code Cloud provid
5353

5454
## DeepSeek reasoner: interleaved thinking during tool use
5555

56-
The DeepSeek provider’s `deepseek-reasoner` model now supports “interleaved thinking” and native tool calling. In our internal evals, tool calling succeeded 100% of the time, and the extended-run score improved to 93.4% (thanks zbww_!) ([#9969](https://github.com/RooCodeInc/Roo-Code/pull/9969), [#10141](https://github.com/RooCodeInc/Roo-Code/pull/10141)).
56+
The DeepSeek provider's `deepseek-reasoner` model now supports "interleaved thinking" and native tool calling. In our internal evals, tool calling succeeded 100% of the time, and the extended-run score improved to 93.4% (thanks zbww_!) ([#9969](https://github.com/RooCodeInc/Roo-Code/pull/9969), [#10141](https://github.com/RooCodeInc/Roo-Code/pull/10141)).
57+
58+
## Native Tool Protocol Default
59+
60+
Models that support native tool calling now default to using native protocol instead of XML. The XML protocol is still available in provider settings ([#10186](https://github.com/RooCodeInc/Roo-Code/pull/10186)).
5761

5862
## QOL Improvements
5963

@@ -69,6 +73,9 @@ The DeepSeek provider’s `deepseek-reasoner` model now supports “interleaved
6973
* **Simplified Auto-Approve settings**: Removes separate toggles for retry and todo updates, reducing configuration overhead ([#10062](https://github.com/RooCodeInc/Roo-Code/pull/10062))
7074
* **Richer error details dialog**: Adds extra context (extension version, provider/model, timestamp, etc.) to the error details dialog to make debugging and reporting issues faster ([#10050](https://github.com/RooCodeInc/Roo-Code/pull/10050))
7175
* **Fewer read_file failures on large files**: Improves large-file reading by incrementally reading up to a token budget and returning cleaner truncation when needed ([#10052](https://github.com/RooCodeInc/Roo-Code/pull/10052))
76+
* **Improved File Editing with Gemini Models**: New edit_file tool makes Gemini models more effective at editing files ([#9983](https://github.com/RooCodeInc/Roo-Code/pull/9983))
77+
* **VS Code LM Native Tools**: Native tool calling now works with VS Code's built-in Copilot models ([#10191](https://github.com/RooCodeInc/Roo-Code/pull/10191))
78+
* **Smarter Tool Defaults for Gemini and OpenAI**: Gemini and OpenAI models now use better default tools for file editing, improving reliability out of the box. ([#10170](https://github.com/RooCodeInc/Roo-Code/pull/10170))
7279

7380
## Bug Fixes
7481

@@ -120,6 +127,9 @@ The DeepSeek provider’s `deepseek-reasoner` model now supports “interleaved
120127
* **MCP Tool Names with Bedrock**: Fixes validation errors when using MCP servers with dots or colons in their names (like `awslabs.aws-documentation-mcp-server`) with Amazon Bedrock ([#10152](https://github.com/RooCodeInc/Roo-Code/pull/10152))
121128
* **Bedrock Task Resumption**: Fixes an error when resuming tasks with Amazon Bedrock when native tools are disabled, where users would encounter `The toolConfig field must be defined` errors ([#10155](https://github.com/RooCodeInc/Roo-Code/pull/10155))
122129
* **Roo Code Cloud Model Refresh**: Fixes an issue where authentication-required models (like `google/gemini-3-flash`) wouldn't appear immediately after logging into Roo Code Cloud ([#10156](https://github.com/RooCodeInc/Roo-Code/pull/10156))
130+
* **LiteLLM Tool Protocol Dropdown**: The Native/XML protocol selector now appears correctly for LiteLLM models ([#10187](https://github.com/RooCodeInc/Roo-Code/pull/10187))
131+
* **Task Resumption**: Tasks no longer break when resuming after changing the Native Tool Calling setting ([#10192](https://github.com/RooCodeInc/Roo-Code/pull/10192))
132+
* **Bedrock Embedder CloudTrail Fix**: AWS Bedrock users now see Roo Code identified in CloudTrail logs when using Codebase Indexing. (thanks jackrein!) ([#10166](https://github.com/RooCodeInc/Roo-Code/pull/10166))
123133

124134
## Misc Improvements
125135

@@ -142,6 +152,8 @@ The DeepSeek provider’s `deepseek-reasoner` model now supports “interleaved
142152
* **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))
143153
* **Control public task sharing**: Adds an organization-level setting to disable public task sharing links ([#10105](https://github.com/RooCodeInc/Roo-Code/pull/10105))
144154
* **Evals UI: clearer tool grouping + duration fixes**: Improves the evals UI by grouping related tools and fixing cases where run duration could be missing or incorrect ([#10133](https://github.com/RooCodeInc/Roo-Code/pull/10133))
155+
* **Error Monitoring**: Improved tracking of consecutive mistake errors ([#10193](https://github.com/RooCodeInc/Roo-Code/pull/10193))
156+
* **Better Error Grouping**: Improved error tracking for faster issue resolution. ([#10163](https://github.com/RooCodeInc/Roo-Code/pull/10163))
145157

146158
## Provider Updates
147159

sidebars.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ const sidebars: SidebarsConfig = {
173173
label: '3.36',
174174
items: [
175175
{ type: 'doc', id: 'update-notes/v3.36', label: '3.36 Combined' },
176+
{ type: 'doc', id: 'update-notes/v3.36.13', label: '3.36.13' },
177+
{ type: 'doc', id: 'update-notes/v3.36.12', label: '3.36.12' },
176178
{ type: 'doc', id: 'update-notes/v3.36.11', label: '3.36.11' },
177179
{ type: 'doc', id: 'update-notes/v3.36.10', label: '3.36.10' },
178180
{ type: 'doc', id: 'update-notes/v3.36.9', label: '3.36.9' },

static/img/v3.36.12/v3.36.12.png

1.28 MB
Loading

static/img/v3.36.13/v3.36.13.png

1.26 MB
Loading

0 commit comments

Comments
 (0)