Skip to content

Commit 49df351

Browse files
authored
Update CHANGELOG for version 3.36.5 release
Added new features and fixes for version 3.36.5, including GPT-5.2 model integration, Enter key behavior toggle, telemetry updates, and various bug fixes.
1 parent 2a9150a commit 49df351

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Roo Code Changelog
22

3-
## 3.36.5
4-
5-
### Patch Changes
6-
7-
- ![3.36.5 Release - Bug Fixes](/releases/3.36.5-release.png)
3+
## [3.36.5] - 2025-12-11
4+
5+
![3.36.5 Release - GPT-5.2](/releases/3.36.5-release.png)
6+
7+
- Add: GPT-5.2 model to openai-native provider (PR #10024 by @hannesrudolph)
8+
- Add: Toggle for Enter key behavior in chat input allowing users to configure whether Enter sends or creates new line (#8555 by @lmtr0, PR #10002 by @hannesrudolph)
9+
- Add: App version to telemetry exception captures and filter 402 errors (PR #9996 by @daniel-lxs)
10+
- Fix: Handle empty Gemini responses and reasoning loops to prevent infinite retries (PR #10007 by @hannesrudolph)
11+
- Fix: Add missing tool_result blocks to prevent API errors when tool results are expected (PR #10015 by @daniel-lxs)
12+
- Fix: Filter orphaned tool_results when more results than tool_uses to prevent message validation errors (PR #10027 by @daniel-lxs)
13+
- Fix: Add general API endpoints for Z.ai provider (#9879 by @richtong, PR #9894 by @roomote)
14+
- Fix: Apply versioned settings on nightly builds (PR #9997 by @hannesrudolph)
15+
- Remove: Glama provider (PR #9801 by @hannesrudolph)
16+
- Remove: Deprecated list_code_definition_names tool (PR #10005 by @hannesrudolph)
817

918
## [3.36.4] - 2025-12-10
1019

0 commit comments

Comments
 (0)