Skip to content

Commit 21c2d93

Browse files
Changeset version bump (#10032)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich <[email protected]>
1 parent 526e195 commit 21c2d93

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

.changeset/v3.36.5.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Roo Code Changelog
22

3+
## [3.36.5] - 2025-12-11
4+
5+
![3.36.5 Release - GPT-5.2](/releases/3.36.5-release.png)
6+
7+
- Feat: Add GPT-5.2 model to OpenAI native provider (PR #10024 by @hannesrudolph)
8+
- Feat: Add toggle for Enter key behavior in chat input - choose between send on Enter or newline (#8555 by @lmtr0, PR #10002 by @hannesrudolph)
9+
- Feat: Add app version to exception captures and filter 402 payment-related errors in telemetry (PR #9996 by @daniel-lxs)
10+
- Fix: Add missing tool_result blocks to prevent API errors when tool results are missing from conversation history (PR #10015 by @daniel-lxs)
11+
- Fix: Filter orphaned tool_results when there are more results than tool_uses in conversation history (PR #10027 by @daniel-lxs)
12+
- Fix: Handle empty Gemini responses and prevent reasoning loops that could cause hangs (PR #10007 by @hannesrudolph)
13+
- Fix: Add general API endpoints for Z.ai provider to resolve connection issues (#9879 by @richtong, PR #9894 by @roomote)
14+
- Fix: Apply versioned settings correctly on nightly builds (PR #9997 by @hannesrudolph)
15+
- Chore: Remove deprecated list_code_definition_names tool (PR #10005 by @hannesrudolph)
16+
- Chore: Remove Glama provider (PR #9801 by @hannesrudolph)
17+
318
## [3.36.4] - 2025-12-10
419

520
![3.36.4 Release - Error Details Modal](/releases/3.36.4-release.png)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.36.4",
6+
"version": "3.36.5",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)