diff --git a/.changeset/v3.34.3.md b/.changeset/v3.34.3.md deleted file mode 100644 index acc97280cc0..00000000000 --- a/.changeset/v3.34.3.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.34.3 Release - Streaming and Opus 4.5](/releases/3.34.3-release.png) - -- Implement streaming for native tool calls, providing real-time feedback during tool execution (PR #9542 by @daniel-lxs) -- Add Claude Opus 4.5 model to Claude Code provider (PR #9560 by @mrubens) -- Add Claude Opus 4.5 model to Bedrock provider (#9571 by @pisicode, PR #9572 by @roomote) -- Enable caching for Opus 4.5 model to improve performance (#9567 by @iainRedro, PR #9568 by @roomote) -- Add support for Roo Code Cloud as an embeddings provider (PR #9543 by @mrubens) -- Fix ask_followup_question streaming issue and add missing tool cases (PR #9561 by @daniel-lxs) -- Add contact links to About Roo Code settings page (PR #9570 by @roomote) -- Switch from asdf to mise-en-place in bare-metal evals setup script (PR #9548 by @cte) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2410c142d3..030d490f57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Roo Code Changelog +## [3.34.3] - 2025-11-25 + +![3.34.3 Release - Streaming and Opus 4.5](/releases/3.34.3-release.png) + +- Implement streaming for native tool calls, providing real-time feedback during tool execution (PR #9542 by @daniel-lxs) +- Add Claude Opus 4.5 model to Claude Code provider (PR #9560 by @mrubens) +- Add Claude Opus 4.5 model to Bedrock provider (#9571 by @pisicode, PR #9572 by @roomote) +- Enable caching for Opus 4.5 model to improve performance (#9567 by @iainRedro, PR #9568 by @roomote) +- Add support for Roo Code Cloud as an embeddings provider (PR #9543 by @mrubens) +- Fix ask_followup_question streaming issue and add missing tool cases (PR #9561 by @daniel-lxs) +- Add contact links to About Roo Code settings page (PR #9570 by @roomote) +- Switch from asdf to mise-en-place in bare-metal evals setup script (PR #9548 by @cte) + ## [3.34.2] - 2025-11-24 ![3.34.2 Release - Opus Conductor](/releases/3.34.2-release.png) diff --git a/src/package.json b/src/package.json index ae5294615a6..4c27fa54d64 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.34.2", + "version": "3.34.3", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",