Skip to content

Commit 529c686

Browse files
Changeset version bump (#9496)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent bc0daab commit 529c686

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

.changeset/v3.34.0.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Roo Code Changelog
22

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

521
![3.33.3 Release - Gemini 3 Pro Image Preview](/releases/3.33.3-release.png)
@@ -17,7 +33,6 @@
1733
- Update glob dependency to ^11.1.0 (PR #9449 by @jr)
1834
- Update tar-fs to 3.1.1 via pnpm override (PR #9450 by @app/roomote)
1935

20-
2136
## [3.33.2] - 2025-11-19
2237

2338
- Enable native tool calling for Gemini provider (PR #9343 by @hannesrudolph)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.33.3",
6+
"version": "3.34.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)