Skip to content

Commit 04ce0a3

Browse files
docs: add v3.36.10 release notes (#460)
1 parent 9cba9c6 commit 04ce0a3

File tree

5 files changed

+42
-0
lines changed

5 files changed

+42
-0
lines changed

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.10](/update-notes/v3.36.10) (2025-12-17)
2728
* [3.36.9](/update-notes/v3.36.9) (2025-12-16)
2829
* [3.36.7](/update-notes/v3.36.7) (2025-12-15)
2930
* [3.36.6](/update-notes/v3.36.6) (2025-12-12)

docs/update-notes/v3.36.10.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
description: This release adds a new Gemini 3 Flash preview model across more providers, improves DeepSeek tool calling, and fixes token count display issues.
3+
keywords:
4+
- roo code 3.36.10
5+
- new features
6+
- bug fixes
7+
image: /img/v3.36.10/v3.36.10.png
8+
---
9+
10+
# Roo Code 3.36.10 Release Notes (2025-12-17)
11+
12+
This release adds the Gemini 3 Flash preview model to more providers, improves DeepSeek reasoner “thinking” behavior during tool use, and fixes a context token-count display issue.
13+
14+
<img src="/img/v3.36.10/v3.36.10.png" alt="Roo Code v3.36.10 Release" width="600" />
15+
16+
## Gemini 3 Flash preview model
17+
18+
The `gemini-3-flash-preview` model is now available in the Roo Code Cloud provider, Google Gemini, GCP Vertex AI, Requesty, and OpenRouter providers. It’s the latest model from Google, released this morning (thanks contributors!) ([#10151](https://github.com/RooCodeInc/Roo-Code/pull/10151)).
19+
20+
## DeepSeek reasoner: interleaved thinking during tool use
21+
22+
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)).
23+
24+
## Bug Fixes
25+
26+
* **Context truncation token display**: Fixes an issue where the context truncation UI could show incorrect before/after token totals, especially in tool-heavy conversations ([#9961](https://github.com/RooCodeInc/Roo-Code/pull/9961))
27+
28+
## Misc Improvements
29+
30+
* **Framework updates**: Updates Next.js to `~15.2.8` for improved compatibility with upstream fixes ([#10140](https://github.com/RooCodeInc/Roo-Code/pull/10140))

docs/update-notes/v3.36.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ GPT-5.2 is available in the OpenAI provider and set as the default model ([#1002
4747

4848
You can now configure how Enter behaves in the chat input so it better fits multiline prompts and different input methods ([#10002](https://github.com/RooCodeInc/Roo-Code/pull/10002)).
4949

50+
## Gemini 3 Flash preview model
51+
52+
The `gemini-3-flash-preview` model is now available in the Roo Code Cloud provider, Google Gemini, GCP Vertex AI, Requesty, and OpenRouter providers. It’s the latest model from Google, released this morning (thanks contributors!) ([#10151](https://github.com/RooCodeInc/Roo-Code/pull/10151)).
53+
54+
## DeepSeek reasoner: interleaved thinking during tool use
55+
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+
5058
## QOL Improvements
5159

5260
* **Symlink support for slash commands**: Share and organize commands across projects using symlinks for individual files or directories, with command names derived from symlink names ([#9838](https://github.com/RooCodeInc/Roo-Code/pull/9838))
@@ -65,6 +73,7 @@ You can now configure how Enter behaves in the chat input so it better fits mult
6573
## Bug Fixes
6674

6775
* **Write tool validation**: Avoids false positives where `write_to_file` rejected complete markdown files containing inline code comments like `# NEW:` or `// Step 1:` ([#9787](https://github.com/RooCodeInc/Roo-Code/pull/9787))
76+
* **Context truncation token display**: Fixes an issue where the context truncation UI could show incorrect before/after token totals, especially in tool-heavy conversations ([#9961](https://github.com/RooCodeInc/Roo-Code/pull/9961))
6877
* **Download count display**: Fixes homepage download count precision for million-scale numbers ([#9807](https://github.com/RooCodeInc/Roo-Code/pull/9807))
6978
* **Extension freeze prevention**: Avoids freezes when a model attempts to call a non-existent tool ([#9834](https://github.com/RooCodeInc/Roo-Code/pull/9834))
7079
* **Checkpoint restore reliability**: Message history handling is consistent across rewind operations ([#9842](https://github.com/RooCodeInc/Roo-Code/pull/9842))
@@ -111,6 +120,7 @@ You can now configure how Enter behaves in the chat input so it better fits mult
111120
## Misc Improvements
112121

113122
* **Evals UI enhancements**: Adds better filtering, bulk delete actions, tool column consolidation, and run notes ([#9837](https://github.com/RooCodeInc/Roo-Code/pull/9837))
123+
* **Framework updates**: Updates Next.js to `~15.2.8` for improved compatibility with upstream fixes ([#10140](https://github.com/RooCodeInc/Roo-Code/pull/10140))
114124
* **Multi-model evals launch**: Launches identical test runs across multiple models with automatic staggering ([#9845](https://github.com/RooCodeInc/Roo-Code/pull/9845))
115125
* **New pricing page**: Updates the website pricing page with clearer feature explanations ([#9821](https://github.com/RooCodeInc/Roo-Code/pull/9821))
116126
* **Announcement UI updates**: Improves announcement visuals with updated social icons and GitHub stars CTA ([#9945](https://github.com/RooCodeInc/Roo-Code/pull/9945))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ 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.10', label: '3.36.10' },
176177
{ type: 'doc', id: 'update-notes/v3.36.9', label: '3.36.9' },
177178
{ type: 'doc', id: 'update-notes/v3.36.7', label: '3.36.7' },
178179
{ type: 'doc', id: 'update-notes/v3.36.6', label: '3.36.6' },

static/img/v3.36.10/v3.36.10.png

1.82 MB
Loading

0 commit comments

Comments
 (0)