From 51017ef90036c22006531ed16e4b8682a15d6fe7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:14:02 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.34.2.md | 14 -------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 .changeset/v3.34.2.md diff --git a/.changeset/v3.34.2.md b/.changeset/v3.34.2.md deleted file mode 100644 index 848bcbfda87..00000000000 --- a/.changeset/v3.34.2.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.34.2 Release - Opus Conductor](/releases/3.34.2-release.png) - -- Add support for Claude Opus 4.5 in Anthropic and Vertex providers (PR #9541 by @daniel-lxs) -- Add support for Claude Opus 4.5 in OpenRouter with prompt caching and reasoning budget (PR #9540 by @daniel-lxs) -- Add Roo Code Cloud as an image generation provider (PR #9528 by @mrubens) -- Fix: Gracefully skip unsupported content blocks in Gemini transformer (PR #9537 by @daniel-lxs) -- Fix: Flush LiteLLM cache when credentials change on refresh (PR #9536 by @daniel-lxs) -- Fix: Ensure XML parser state matches tool protocol on config update (PR #9535 by @daniel-lxs) -- Update Cerebras models (PR #9527 by @sebastiand-cerebras) -- Fix: Support reasoning_details format for Gemini 3 models (PR #9506 by @daniel-lxs) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d5cea8b26..677b513405c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.34.2 + +### Patch Changes + +- ![3.34.2 Release - Opus Conductor](/releases/3.34.2-release.png) + ## [3.34.1] - 2025-11-23 - Show the prompt for image generation in the UI (PR #9505 by @mrubens) diff --git a/src/package.json b/src/package.json index fab82fa7caf..9ee1bc3ba8e 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.34.1", + "version": "3.34.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 0efd40488667be34a8217011f34f1f03e1520db0 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 24 Nov 2025 17:16:41 -0500 Subject: [PATCH 2/2] Update CHANGELOG for version 3.34.2 Added new features and fixes for version 3.34.2, including support for Claude Opus 4.5 and improvements to the Gemini transformer. --- CHANGELOG.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 677b513405c..a2410c142d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ # Roo Code Changelog -## 3.34.2 - -### Patch Changes - -- ![3.34.2 Release - Opus Conductor](/releases/3.34.2-release.png) +## [3.34.2] - 2025-11-24 + +![3.34.2 Release - Opus Conductor](/releases/3.34.2-release.png) + +- Add support for Claude Opus 4.5 in Anthropic and Vertex providers (PR #9541 by @daniel-lxs) +- Add support for Claude Opus 4.5 in OpenRouter with prompt caching and reasoning budget (PR #9540 by @daniel-lxs) +- Add Roo Code Cloud as an image generation provider (PR #9528 by @mrubens) +- Fix: Gracefully skip unsupported content blocks in Gemini transformer (PR #9537 by @daniel-lxs) +- Fix: Flush LiteLLM cache when credentials change on refresh (PR #9536 by @daniel-lxs) +- Fix: Ensure XML parser state matches tool protocol on config update (PR #9535 by @daniel-lxs) +- Update Cerebras models (PR #9527 by @sebastiand-cerebras) +- Fix: Support reasoning_details format for Gemini 3 models (PR #9506 by @daniel-lxs) ## [3.34.1] - 2025-11-23