Skip to content

Commit 55031a5

Browse files
committed
docs: add release notes for v3.36.5
1 parent aadf53a commit 55031a5

File tree

4 files changed

+51
-0
lines changed

4 files changed

+51
-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.5](/update-notes/v3.36.5) (2025-12-11)
2728
* [3.36.4](/update-notes/v3.36.4) (2025-12-10)
2829
* [3.36.3](/update-notes/v3.36.3) (2025-12-10)
2930
* [3.36.2](/update-notes/v3.36.2) (2025-12-05)

docs/update-notes/v3.36.5.mdx

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
description: GPT-5.2 support, configurable Enter key behavior, Gemini stability fixes, and provider updates.
3+
keywords:
4+
- roo code 3.36.5
5+
- gpt-5.2
6+
- enter key behavior
7+
- gemini fixes
8+
image: /img/v3.36.5/v3.36.5.png
9+
---
10+
11+
# Roo Code 3.36.5 Release Notes (2025-12-11)
12+
13+
This release adds GPT-5.2 model support, a toggle to configure Enter key behavior in chat, and several bug fixes.
14+
15+
<img src="/img/v3.36.5/v3.36.5.png" alt="Roo Code v3.36.5 Release" width="600" />
16+
17+
## GPT-5.2 Model Support
18+
19+
GPT-5.2 is now available and set as the default model for the OpenAI provider ([#10024](https://github.com/RooCodeInc/Roo-Code/pull/10024)):
20+
21+
- 400K context window
22+
- 128K max output tokens
23+
- Configurable reasoning levels (none, low, medium, high, xhigh)
24+
- 24-hour prompt cache retention
25+
26+
## Enter Key Behavior Toggle
27+
28+
New setting to configure how Enter works in chat input (thanks lmtr0!) ([#10002](https://github.com/RooCodeInc/Roo-Code/pull/10002)):
29+
30+
- **Default**: Enter sends, Shift+Enter for newline
31+
- **Alternative**: Enter for newline, Ctrl/Cmd+Enter sends
32+
33+
Find it in **Settings > UI > Enter Key Behavior**. Useful for multiline prompts and CJK input methods where Enter confirms character composition.
34+
35+
## Bug Fixes
36+
37+
* **Gemini**: Fixed reasoning loops and empty response errors ([#10007](https://github.com/RooCodeInc/Roo-Code/pull/10007))
38+
39+
* **API errors**: Fixed "Expected toolResult blocks at messages" errors during parallel tool execution ([#10015](https://github.com/RooCodeInc/Roo-Code/pull/10015))
40+
41+
* **API errors**: Fixed `ToolResultIdMismatchError` when conversation history has orphaned tool_result blocks ([#10027](https://github.com/RooCodeInc/Roo-Code/pull/10027))
42+
43+
## Provider Updates
44+
45+
* **Z.ai**: Added API endpoint options for users on API billing instead of Coding plan (thanks richtong!) ([#9894](https://github.com/RooCodeInc/Roo-Code/pull/9894))
46+
47+
## Misc Improvements
48+
49+
* Removed deprecated `list_code_definition_names` tool ([#10005](https://github.com/RooCodeInc/Roo-Code/pull/10005))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ const sidebars: SidebarsConfig = {
180180
type: 'category',
181181
label: '3.36',
182182
items: [
183+
{ type: 'doc', id: 'update-notes/v3.36.5', label: '3.36.5' },
183184
{ type: 'doc', id: 'update-notes/v3.36.4', label: '3.36.4' },
184185
{ type: 'doc', id: 'update-notes/v3.36.3', label: '3.36.3' },
185186
{ type: 'doc', id: 'update-notes/v3.36.2', label: '3.36.2' },

static/img/v3.36.5/v3.36.5.png

1.17 MB
Loading

0 commit comments

Comments
 (0)