diff --git a/.changeset/v3.34.4.md b/.changeset/v3.34.4.md deleted file mode 100644 index 5faa0272ebb..00000000000 --- a/.changeset/v3.34.4.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.34.4 Release - AI Image Generation](/releases/3.34.4-release.png) - -- Add new Black Forest Labs image generation models, free on Roo Code Cloud and also available on OpenRouter (PR #9587 and #9589 by @mrubens) -- Fix: Preserve dynamic MCP tool names in native mode API history to prevent tool name mismatches (PR #9559 by @daniel-lxs) -- Fix: Preserve tool_use blocks in summary message during condensing with native tools to maintain conversation context (PR #9582 by @daniel-lxs) diff --git a/CHANGELOG.md b/CHANGELOG.md index 030d490f57c..9b81f9fcc72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Roo Code Changelog +## [3.34.4] - 2025-11-25 + +![3.34.4 Release - BFL Image Generation](/releases/3.34.4-release.png) + +- Add new Black Forest Labs image generation models, free on Roo Code Cloud and also available on OpenRouter (PR #9587 and #9589 by @mrubens) +- Fix: Preserve dynamic MCP tool names in native mode API history to prevent tool name mismatches (PR #9559 by @daniel-lxs) +- Fix: Preserve tool_use blocks in summary message during condensing with native tools to maintain conversation context (PR #9582 by @daniel-lxs) + ## [3.34.3] - 2025-11-25 ![3.34.3 Release - Streaming and Opus 4.5](/releases/3.34.3-release.png) diff --git a/src/package.json b/src/package.json index 4c27fa54d64..073aa90eca0 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.34.3", + "version": "3.34.4", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",