Compare commits

...

3 commits

Author SHA1 Message Date
Matt Rubens
4a3f805e8a
Update CHANGELOG for version 3.34.4
Updated release notes for version 3.34.4 to include new features and fixes.
2025-11-25 15:27:12 -05:00
Matt Rubens
8a07645fe6
Update CHANGELOG for version 3.34.4
Added new image generation models and fixed issues with tool names and summary messages.
2025-11-25 15:26:47 -05:00
github-actions[bot]
c3f96aed33 changeset version bump 2025-11-25 20:24:30 +00:00
3 changed files with 9 additions and 10 deletions

View file

@ -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)

View file

@ -1,5 +1,13 @@
# Roo Code Changelog # 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] - 2025-11-25
![3.34.3 Release - Streaming and Opus 4.5](/releases/3.34.3-release.png) ![3.34.3 Release - Streaming and Opus 4.5](/releases/3.34.3-release.png)

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%", "displayName": "%extension.displayName%",
"description": "%extension.description%", "description": "%extension.description%",
"publisher": "RooVeterinaryInc", "publisher": "RooVeterinaryInc",
"version": "3.34.3", "version": "3.34.4",
"icon": "assets/icons/icon.png", "icon": "assets/icons/icon.png",
"galleryBanner": { "galleryBanner": {
"color": "#617A91", "color": "#617A91",