From 176e43e1d9946009bc03814ffece9640ca6f22a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 05:45:31 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.41.1.md | 16 ---------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 .changeset/v3.41.1.md diff --git a/.changeset/v3.41.1.md b/.changeset/v3.41.1.md deleted file mode 100644 index f63009e999b..00000000000 --- a/.changeset/v3.41.1.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.41.1 Release - Aggregated Subtask Costs](/releases/3.41.1-release.png) - -- Feat: Aggregate subtask costs in parent task (#5376 by @hannesrudolph, PR #10757 by @taltas) -- Fix: Prevent duplicate tool_use IDs causing API 400 errors (PR #10760 by @daniel-lxs) -- Fix: Handle missing tool identity in OpenAI Native streams (PR #10719 by @hannesrudolph) -- Fix: Truncate call_id to 64 chars for OpenAI Responses API (PR #10763 by @daniel-lxs) -- Fix: Gemini thought signature validation errors (PR #10694 by @daniel-lxs) -- Fix: Filter out empty text blocks from user messages for Gemini compatibility (PR #10728 by @daniel-lxs) -- Fix: Flatten top-level anyOf/oneOf/allOf in MCP tool schemas (PR #10726 by @daniel-lxs) -- Fix: Filter Ollama models without native tool support (PR #10735 by @daniel-lxs) -- Feat: Add settings tab titles to search index (PR #10761 by @roomote) -- Feat: Clarify Slack and Linear are Cloud Team only features (PR #10748 by @roomote) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded16305542..bbaa1c5331f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.41.1 + +### Patch Changes + +- ![3.41.1 Release - Aggregated Subtask Costs](/releases/3.41.1-release.png) + ## [3.41.0] - 2026-01-15 ![3.41.0 Release - OpenAI - ChatGPT Plus/Pro Provider](/releases/3.41.0-release.png) diff --git a/src/package.json b/src/package.json index c179e32b7d8..71683037844 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.41.0", + "version": "3.41.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From d49bd9aa0270bd0a3e562673bb0e829290c2b750 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 16 Jan 2026 00:48:29 -0500 Subject: [PATCH 2/2] Revise CHANGELOG for version 3.41.1 Updated changelog for version 3.41.1 with new features and fixes. --- CHANGELOG.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbaa1c5331f..ba18b31f77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # Roo Code Changelog -## 3.41.1 - -### Patch Changes - -- ![3.41.1 Release - Aggregated Subtask Costs](/releases/3.41.1-release.png) +## [3.41.1] - 2026-01-16 + +![3.41.1 Release - Aggregated Subtask Costs](/releases/3.41.1-release.png) + +- Feat: Aggregate subtask costs in parent task (#5376 by @hannesrudolph, PR #10757 by @taltas) +- Fix: Prevent duplicate tool_use IDs causing API 400 errors (PR #10760 by @daniel-lxs) +- Fix: Handle missing tool identity in OpenAI Native streams (PR #10719 by @hannesrudolph) +- Fix: Truncate call_id to 64 chars for OpenAI Responses API (PR #10763 by @daniel-lxs) +- Fix: Gemini thought signature validation errors (PR #10694 by @daniel-lxs) +- Fix: Filter out empty text blocks from user messages for Gemini compatibility (PR #10728 by @daniel-lxs) +- Fix: Flatten top-level anyOf/oneOf/allOf in MCP tool schemas (PR #10726 by @daniel-lxs) +- Fix: Filter Ollama models without native tool support (PR #10735 by @daniel-lxs) +- Feat: Add settings tab titles to search index (PR #10761 by @roomote) +- Feat: Clarify Slack and Linear are Cloud Team only features (PR #10748 by @roomote) ## [3.41.0] - 2026-01-15