Skip to content

Commit 5072ff1

Browse files
authored
Revert the 3.6.5 release (we halted it) (#10036)
1 parent 7766b91 commit 5072ff1

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

CHANGELOG.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
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-
183
## [3.36.4] - 2025-12-10
194

205
![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.5",
6+
"version": "3.36.4",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)