From 0b4315c88d34ef3ca28e40a52888617a931e9278 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 04:53:28 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.42.0.md | 25 ------------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 26 deletions(-) delete mode 100644 .changeset/v3.42.0.md diff --git a/.changeset/v3.42.0.md b/.changeset/v3.42.0.md deleted file mode 100644 index 3d02cd18d48..00000000000 --- a/.changeset/v3.42.0.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -"roo-cline": minor ---- - -![3.42.0 Release - ChatGPT Usage Tracking](/releases/3.42.0-release.png) - -- Added UI to track your ChatGPT usage limits in the OpenAI Codex provider (PR #10813 by @hannesrudolph) -- Removed deprecated Claude Code provider (PR #10883 by @daniel-lxs) -- Streamlined codebase by removing legacy XML tool calling functionality (#10848 by @hannesrudolph, PR #10841 by @hannesrudolph) -- Standardize model selectors across all providers: Improved consistency of model selection UI (#10650 by @hannesrudolph, PR #10294 by @hannesrudolph) -- Enable prompt caching for Cerebras zai-glm-4.7 model (#10601 by @jahanson, PR #10670 by @app/roomote) -- Add Kimi K2 thinking model to VertexAI provider (#9268 by @diwakar-s-maurya, PR #9269 by @app/roomote) -- Warn users when too many MCP tools are enabled (PR #10772 by @app/roomote) -- Migrate context condensing prompt to customSupportPrompts (PR #10881 by @hannesrudolph) -- Unify export path logic and default to Downloads folder (PR #10882 by @hannesrudolph) -- Performance improvements for webview state synchronization (PR #10842 by @hannesrudolph) -- Fix: Handle mode selector empty state on workspace switch (#10660 by @hannesrudolph, PR #9674 by @app/roomote) -- Fix: Resolve race condition in context condensing prompt input (PR #10876 by @hannesrudolph) -- Fix: Prevent double emission of text/reasoning in OpenAI native and codex handlers (PR #10888 by @hannesrudolph) -- Fix: Prevent task abortion when resuming via IPC/bridge (PR #10892 by @cte) -- Fix: Enforce file restrictions for all editing tools (PR #10896 by @app/roomote) -- Fix: Remove custom condensing model option (PR #10901 by @hannesrudolph) -- Unify user content tags to for consistent prompt formatting (#10658 by @hannesrudolph, PR #10723 by @app/roomote) -- Clarify linked SKILL.md file handling in prompts (PR #10907 by @hannesrudolph) -- Fix: Padding on Roo Code Cloud teaser (PR #10889 by @app/roomote) diff --git a/CHANGELOG.md b/CHANGELOG.md index 764491226e9..bb8dc2251cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.42.0 + +### Minor Changes + +- ![3.42.0 Release - ChatGPT Usage Tracking](/releases/3.42.0-release.png) + ## [3.41.3] - 2026-01-18 - Fix: Thinking block word-breaking to prevent horizontal scroll in the chat UI (PR #10806 by @roomote) diff --git a/src/package.json b/src/package.json index 5c556d7f604..fe9c4fe6d16 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.41.3", + "version": "3.42.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 096741dd27c8568f0d83035b907a1e05890440de Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 22 Jan 2026 23:56:28 -0500 Subject: [PATCH 2/2] Revise CHANGELOG for release 3.42.0 Updated changelog for version 3.42.0 with new features, fixes, and improvements. --- CHANGELOG.md | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb8dc2251cb..9eb498b7f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,28 @@ # Roo Code Changelog -## 3.42.0 - -### Minor Changes - -- ![3.42.0 Release - ChatGPT Usage Tracking](/releases/3.42.0-release.png) +## [3.42.0] - 2026-01-22 + +![3.42.0 Release - ChatGPT Usage Tracking](/releases/3.42.0-release.png) + +- Added UI to track your ChatGPT usage limits in the OpenAI Codex provider (PR #10813 by @hannesrudolph) +- Removed deprecated Claude Code provider (PR #10883 by @daniel-lxs) +- Streamlined codebase by removing legacy XML tool calling functionality (#10848 by @hannesrudolph, PR #10841 by @hannesrudolph) +- Standardize model selectors across all providers: Improved consistency of model selection UI (#10650 by @hannesrudolph, PR #10294 by @hannesrudolph) +- Enable prompt caching for Cerebras zai-glm-4.7 model (#10601 by @jahanson, PR #10670 by @app/roomote) +- Add Kimi K2 thinking model to VertexAI provider (#9268 by @diwakar-s-maurya, PR #9269 by @app/roomote) +- Warn users when too many MCP tools are enabled (PR #10772 by @app/roomote) +- Migrate context condensing prompt to customSupportPrompts (PR #10881 by @hannesrudolph) +- Unify export path logic and default to Downloads folder (PR #10882 by @hannesrudolph) +- Performance improvements for webview state synchronization (PR #10842 by @hannesrudolph) +- Fix: Handle mode selector empty state on workspace switch (#10660 by @hannesrudolph, PR #9674 by @app/roomote) +- Fix: Resolve race condition in context condensing prompt input (PR #10876 by @hannesrudolph) +- Fix: Prevent double emission of text/reasoning in OpenAI native and codex handlers (PR #10888 by @hannesrudolph) +- Fix: Prevent task abortion when resuming via IPC/bridge (PR #10892 by @cte) +- Fix: Enforce file restrictions for all editing tools (PR #10896 by @app/roomote) +- Fix: Remove custom condensing model option (PR #10901 by @hannesrudolph) +- Unify user content tags to for consistent prompt formatting (#10658 by @hannesrudolph, PR #10723 by @app/roomote) +- Clarify linked SKILL.md file handling in prompts (PR #10907 by @hannesrudolph) +- Fix: Padding on Roo Code Cloud teaser (PR #10889 by @app/roomote) ## [3.41.3] - 2026-01-18