From 5a5f24d47103a1da33d22d626ea371da9e6aa0b8 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Thu, 11 Dec 2025 13:11:51 -0800 Subject: [PATCH] Revert "Changeset version bump (#10032)" This reverts commit 21c2d93ba9f7766f5b000d71b1e82aa008246912. --- .changeset/v3.36.5.md | 18 ++++++++++++++++++ CHANGELOG.md | 15 --------------- src/package.json | 2 +- 3 files changed, 19 insertions(+), 16 deletions(-) create mode 100644 .changeset/v3.36.5.md diff --git a/.changeset/v3.36.5.md b/.changeset/v3.36.5.md new file mode 100644 index 00000000000..9acc4840838 --- /dev/null +++ b/.changeset/v3.36.5.md @@ -0,0 +1,18 @@ +--- +"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 2e935b5bf89..0c72e0737b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,5 @@ # Roo Code Changelog -## [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 ![3.36.4 Release - Error Details Modal](/releases/3.36.4-release.png) diff --git a/src/package.json b/src/package.json index 8f6c9c087b4..2a804186b9d 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.36.5", + "version": "3.36.4", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",