|
| 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)) |
0 commit comments