From b15e6d7ee0f46352343d530248d670fe75df5244 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:04:26 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.36.5.md | 18 ------------------ CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 19 deletions(-) delete mode 100644 .changeset/v3.36.5.md diff --git a/.changeset/v3.36.5.md b/.changeset/v3.36.5.md deleted file mode 100644 index 9acc4840838..00000000000 --- a/.changeset/v3.36.5.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.36.5 Release - Bug Fixes & Stability Improvements](/releases/3.36.5-release.png) - -- Fix: Add missing tool_result blocks to prevent API errors when tool results are missing from conversation history (PR #10015 by @daniel-lxs) -- Fix: Filter orphaned tool_results when there are more results than tool_uses in conversation history (PR #10027 by @daniel-lxs) -- Fix: Handle empty Gemini responses and prevent reasoning loops that could cause hangs (PR #10007 by @hannesrudolph) -- Fix: Add general API endpoints for Z.ai provider to resolve connection issues (#9879 by @richtong, PR #9894 by @roomote) -- Fix: Apply versioned settings correctly on nightly builds (PR #9997 by @hannesrudolph) -- Feat: Add toggle for Enter key behavior in chat input - choose between send on Enter or newline (#8555 by @lmtr0, PR #10002 by @hannesrudolph) -- Feat: Add GPT-5.2 model to OpenAI native provider (PR #10024 by @hannesrudolph) -- Feat: Add app version to exception captures and filter 402 payment-related errors in telemetry (PR #9996 by @daniel-lxs) -- Chore: Remove deprecated list_code_definition_names tool (PR #10005 by @hannesrudolph) -- Chore: Remove Glama provider (PR #9801 by @hannesrudolph) -- Chore: Update @roo-code/types to v1.90.0 (PR #9998 by @cte) -- Chore: Update roomotes configuration (PR #10008 by @cte) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c72e0737b2..4de40823156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.36.5 + +### Patch Changes + +- ![3.36.5 Release - Bug Fixes & Stability Improvements](/releases/3.36.5-release.png) + ## [3.36.4] - 2025-12-10 ![3.36.4 Release - Error Details Modal](/releases/3.36.4-release.png) diff --git a/src/package.json b/src/package.json index 2a804186b9d..8f6c9c087b4 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.36.4", + "version": "3.36.5", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 5f6572ff499f1d1188cd3ae38adf8b3e54e8df2f Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Thu, 11 Dec 2025 13:07:44 -0800 Subject: [PATCH 2/2] Update CHANGELOG for version 3.36.5 release Added new features and fixes for the 3.36.5 release, including the GPT-5.2 model and improvements to API handling. --- CHANGELOG.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de40823156..2e935b5bf89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # Roo Code Changelog -## 3.36.5 - -### Patch Changes - -- ![3.36.5 Release - Bug Fixes & Stability Improvements](/releases/3.36.5-release.png) +## [3.36.5] - 2025-12-11 + +![3.36.5 Release - GPT-5.2](/releases/3.36.5-release.png) + +- Feat: Add GPT-5.2 model to OpenAI native provider (PR #10024 by @hannesrudolph) +- Feat: Add toggle for Enter key behavior in chat input - choose between send on Enter or newline (#8555 by @lmtr0, PR #10002 by @hannesrudolph) +- Feat: Add app version to exception captures and filter 402 payment-related errors in telemetry (PR #9996 by @daniel-lxs) +- Fix: Add missing tool_result blocks to prevent API errors when tool results are missing from conversation history (PR #10015 by @daniel-lxs) +- Fix: Filter orphaned tool_results when there are more results than tool_uses in conversation history (PR #10027 by @daniel-lxs) +- Fix: Handle empty Gemini responses and prevent reasoning loops that could cause hangs (PR #10007 by @hannesrudolph) +- Fix: Add general API endpoints for Z.ai provider to resolve connection issues (#9879 by @richtong, PR #9894 by @roomote) +- Fix: Apply versioned settings correctly on nightly builds (PR #9997 by @hannesrudolph) +- Chore: Remove deprecated list_code_definition_names tool (PR #10005 by @hannesrudolph) +- Chore: Remove Glama provider (PR #9801 by @hannesrudolph) ## [3.36.4] - 2025-12-10