From 25a02d0445631cf6dd1e3e972e7ab64edd1b592b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 03:40:08 +0000 Subject: [PATCH 1/3] changeset version bump --- .changeset/v3.36.1.md | 22 ---------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 .changeset/v3.36.1.md diff --git a/.changeset/v3.36.1.md b/.changeset/v3.36.1.md deleted file mode 100644 index 6219679ac7d..00000000000 --- a/.changeset/v3.36.1.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.36.1 Release - Message Management & Stability Improvements](/releases/3.36.1-release.png) - -- Add MessageManager layer for centralized history coordination, fixing message synchronization issues (PR #9842 by @hannesrudolph) -- Fix: Prevent cascading truncation loop by only truncating visible messages (PR #9844 by @hannesrudolph) -- Fix: Handle unknown/invalid native tool calls to prevent extension freeze (PR #9834 by @daniel-lxs) -- Always enable reasoning for models that require it (PR #9836 by @cte) -- ChatView: Smoother stick-to-bottom behavior during streaming (PR #8999 by @hannesrudolph) -- UX: Improved error messages and documentation links (PR #9777 by @brunobergher) -- Fix: Overly round follow-up question suggestions styling (PR #9829 by @brunobergher) -- Add symlink support for slash commands in .roo/commands folder (PR #9838 by @mrubens) -- Ignore input to the execa terminal process for safer command execution (PR #9827 by @mrubens) -- Be safer about large file reads (PR #9843 by @jr) -- Add gpt-5.1-codex-max model to OpenAI provider (PR #9848 by @hannesrudolph) -- Evals UI: Add filtering, bulk delete, tool consolidation, and run notes (PR #9837 by @hannesrudolph) -- Evals UI: Add multi-model launch and UI improvements (PR #9845 by @hannesrudolph) -- Web: New pricing page (PR #9821 by @brunobergher) -- Revert reasoning_details ID sanitization in favor of alternative fix (PR #9839 by @daniel-lxs, reverted in PR #9846 by @mrubens) -- Revert reasoning_details ID exclusion in favor of alternative fix (PR #9847 by @mrubens, reverted in PR #9850 by @mrubens) diff --git a/CHANGELOG.md b/CHANGELOG.md index effbcbdc353..9f531f4e30f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.36.1 + +### Patch Changes + +- ![3.36.1 Release - Message Management & Stability Improvements](/releases/3.36.1-release.png) + ## [3.36.0] - 2025-12-04 ![3.36.0 Release - Rewind Kangaroo](/releases/3.36.0-release.png) diff --git a/src/package.json b/src/package.json index 75e7de91b4b..89c50ee849c 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.36.0", + "version": "3.36.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From ec22826e9cdc74b32360ff13600abc2b579e2562 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 4 Dec 2025 22:43:43 -0500 Subject: [PATCH 2/3] Update CHANGELOG for version 3.36.1 Added detailed changes for version 3.36.1 including new features, fixes, and improvements. --- CHANGELOG.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f531f4e30f..ce940ff3530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,25 @@ # Roo Code Changelog -## 3.36.1 - -### Patch Changes - -- ![3.36.1 Release - Message Management & Stability Improvements](/releases/3.36.1-release.png) +## [3.36.1] - 2025-12-04 + +![3.36.1 Release - Message Management & Stability Improvements](/releases/3.36.1-release.png) + +- Add MessageManager layer for centralized history coordination, fixing message synchronization issues (PR #9842 by @hannesrudolph) +- Fix: Prevent cascading truncation loop by only truncating visible messages (PR #9844 by @hannesrudolph) +- Fix: Handle unknown/invalid native tool calls to prevent extension freeze (PR #9834 by @daniel-lxs) +- Always enable reasoning for models that require it (PR #9836 by @cte) +- ChatView: Smoother stick-to-bottom behavior during streaming (PR #8999 by @hannesrudolph) +- UX: Improved error messages and documentation links (PR #9777 by @brunobergher) +- Fix: Overly round follow-up question suggestions styling (PR #9829 by @brunobergher) +- Add symlink support for slash commands in .roo/commands folder (PR #9838 by @mrubens) +- Ignore input to the execa terminal process for safer command execution (PR #9827 by @mrubens) +- Be safer about large file reads (PR #9843 by @jr) +- Add gpt-5.1-codex-max model to OpenAI provider (PR #9848 by @hannesrudolph) +- Evals UI: Add filtering, bulk delete, tool consolidation, and run notes (PR #9837 by @hannesrudolph) +- Evals UI: Add multi-model launch and UI improvements (PR #9845 by @hannesrudolph) +- Web: New pricing page (PR #9821 by @brunobergher) +- Revert reasoning_details ID sanitization in favor of alternative fix (PR #9839 by @daniel-lxs, reverted in PR #9846 by @mrubens) +- Revert reasoning_details ID exclusion in favor of alternative fix (PR #9847 by @mrubens, reverted in PR #9850 by @mrubens) ## [3.36.0] - 2025-12-04 From 7c93d44f52d304d6c182c05377d83597720384ed Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 4 Dec 2025 22:43:59 -0500 Subject: [PATCH 3/3] Remove reverts for reasoning_details ID changes Removed reverts of reasoning_details ID changes. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce940ff3530..a92ed0392dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,6 @@ - Evals UI: Add filtering, bulk delete, tool consolidation, and run notes (PR #9837 by @hannesrudolph) - Evals UI: Add multi-model launch and UI improvements (PR #9845 by @hannesrudolph) - Web: New pricing page (PR #9821 by @brunobergher) -- Revert reasoning_details ID sanitization in favor of alternative fix (PR #9839 by @daniel-lxs, reverted in PR #9846 by @mrubens) -- Revert reasoning_details ID exclusion in favor of alternative fix (PR #9847 by @mrubens, reverted in PR #9850 by @mrubens) ## [3.36.0] - 2025-12-04