From 2dfed7735422d9d2bb3fde98bca1609e342e979e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 01:15:34 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.31.1.md | 8 -------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 .changeset/v3.31.1.md diff --git a/.changeset/v3.31.1.md b/.changeset/v3.31.1.md deleted file mode 100644 index 809d36097d5..00000000000 --- a/.changeset/v3.31.1.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.31.1 Release - Kangaroo Stuck in the Clouds](/releases/3.31.1-release.png) - -- Fix: Prevent command_output ask from blocking in cloud/headless environments (thanks @daniel-lxs!) -- Add IPC command for sending messages to the current task (thanks @mrubens!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ab78518fb..0455dbf5b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.31.1 + +### Patch Changes + +- ![3.31.1 Release - Kangaroo Stuck in the Clouds](/releases/3.31.1-release.png) + ## [3.31.0] - 2025-11-07 ![3.31.0 Release - Todo List and Task Header Improvements](/releases/3.31.0-release.png) diff --git a/src/package.json b/src/package.json index dc09ee3d4e7..b7a5e423669 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.31.0", + "version": "3.31.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From e774ba2615583ca30d081578d56c816489526b9a Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 11 Nov 2025 20:32:31 -0500 Subject: [PATCH 2/2] Revise CHANGELOG for version 3.31.1 Updated changelog for version 3.31.1 with new features and fixes. --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0455dbf5b90..63d1d5dd326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Roo Code Changelog -## 3.31.1 +## [3.31.1] - 2025-11-11 -### Patch Changes +![3.31.1 Release - Kangaroo Stuck in the Clouds](/releases/3.31.1-release.png) -- ![3.31.1 Release - Kangaroo Stuck in the Clouds](/releases/3.31.1-release.png) +- Fix: Prevent command_output ask from blocking in cloud/headless environments (thanks @daniel-lxs!) +- Add IPC command for sending messages to the current task (thanks @mrubens!) +- Fix: Model switch re-applies selected profile, ensuring task configuration stays in sync (#9179 by @hannesrudolph, PR by @hannesrudolph) +- Move auto-approval logic from `ChatView` to `Task` for better architecture (thanks @cte!) +- Add custom Button component with variant system (thanks @brunobergher!) ## [3.31.0] - 2025-11-07