Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
1d64bf5e20
Update CHANGELOG for version 3.34.0
Added details for version 3.34.0, including new features, improvements, and bug fixes.
2025-11-21 23:05:11 -05:00
github-actions[bot]
5320be91ca changeset version bump 2025-11-22 04:02:59 +00:00
3 changed files with 17 additions and 19 deletions

View file

@ -1,17 +0,0 @@
---
"roo-cline": minor
---
![3.34.0 Release - Browser Use 2.0](/releases/3.34.0-release.png)
- Add Browser Use 2.0 with enhanced browser interaction capabilities (PR #8941 by @hannesrudolph)
- Add support for Baseten as a new AI provider (PR #9461 by @AlexKer)
- Improve base OpenAI compatible provider with better error handling and configuration (PR #9462 by @mrubens)
- Add provider-oriented welcome screen to improve onboarding experience (PR #9484 by @mrubens)
- Pin Roo provider to the top of the provider list for better discoverability (PR #9485 by @mrubens)
- Enhance native tool descriptions with examples and clarifications for better AI understanding (PR #9486 by @daniel-lxs)
- Fix: Make cancel button immediately responsive during streaming (#9435 by @jwadow, PR #9448 by @daniel-lxs)
- Fix: Resolve apply_diff performance regression from earlier changes (PR #9474 by @daniel-lxs)
- Fix: Implement model cache refresh to prevent stale disk cache issues (PR #9478 by @daniel-lxs)
- Fix: Copy model-level capabilities to OpenRouter endpoint models correctly (PR #9483 by @daniel-lxs)
- Fix: Add fallback to yield tool calls regardless of finish_reason (PR #9476 by @daniel-lxs)

View file

@ -1,5 +1,21 @@
# Roo Code Changelog # Roo Code Changelog
## [3.34.0] - 2025-11-21
![3.34.0 Release - Browser Use 2.0](/releases/3.34.0-release.png)
- Add Browser Use 2.0 with enhanced browser interaction capabilities (PR #8941 by @hannesrudolph)
- Add support for Baseten as a new AI provider (PR #9461 by @AlexKer)
- Improve base OpenAI compatible provider with better error handling and configuration (PR #9462 by @mrubens)
- Add provider-oriented welcome screen to improve onboarding experience (PR #9484 by @mrubens)
- Pin Roo provider to the top of the provider list for better discoverability (PR #9485 by @mrubens)
- Enhance native tool descriptions with examples and clarifications for better AI understanding (PR #9486 by @daniel-lxs)
- Fix: Make cancel button immediately responsive during streaming (#9435 by @jwadow, PR #9448 by @daniel-lxs)
- Fix: Resolve apply_diff performance regression from earlier changes (PR #9474 by @daniel-lxs)
- Fix: Implement model cache refresh to prevent stale disk cache issues (PR #9478 by @daniel-lxs)
- Fix: Copy model-level capabilities to OpenRouter endpoint models correctly (PR #9483 by @daniel-lxs)
- Fix: Add fallback to yield tool calls regardless of finish_reason (PR #9476 by @daniel-lxs)
## [3.33.3] - 2025-11-20 ## [3.33.3] - 2025-11-20
![3.33.3 Release - Gemini 3 Pro Image Preview](/releases/3.33.3-release.png) ![3.33.3 Release - Gemini 3 Pro Image Preview](/releases/3.33.3-release.png)
@ -17,7 +33,6 @@
- Update glob dependency to ^11.1.0 (PR #9449 by @jr) - Update glob dependency to ^11.1.0 (PR #9449 by @jr)
- Update tar-fs to 3.1.1 via pnpm override (PR #9450 by @app/roomote) - Update tar-fs to 3.1.1 via pnpm override (PR #9450 by @app/roomote)
## [3.33.2] - 2025-11-19 ## [3.33.2] - 2025-11-19
- Enable native tool calling for Gemini provider (PR #9343 by @hannesrudolph) - Enable native tool calling for Gemini provider (PR #9343 by @hannesrudolph)

View file

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