Skip to content

Commit 136cabb

Browse files
docs: add v3.34.0 release notes (#419)
1 parent 9cf153c commit 136cabb

File tree

4 files changed

+57
-0
lines changed

4 files changed

+57
-0
lines changed

docs/update-notes/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ image: /img/social-share.jpg
1717

1818
---
1919

20+
### Version 3.34
21+
22+
* [3.34.0](/update-notes/v3.34.0) (2025-11-21)
23+
2024
### Version 3.33
2125

2226
* [3.33](/update-notes/v3.33) (Combined)

docs/update-notes/v3.34.0.mdx

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
description: This release introduces Browser Use 2.0, adds the Baseten provider, improves OpenAI-compatible behavior, and refines onboarding and tool descriptions.
3+
keywords:
4+
- roo code 3.34.0
5+
- browser use 2.0
6+
- baseten provider
7+
- openai compatible
8+
- onboarding
9+
- native tools
10+
image: /img/v3.34.0/v3.34.0.png
11+
---
12+
13+
# Roo Code 3.34.0 Release Notes (2025-11-21)
14+
15+
This release introduces Browser Use 2.0 for richer web automation, adds the Baseten provider, improves OpenAI-compatible behavior, and refines onboarding and native tool descriptions to make it easier for Roo to understand and use your tools effectively.
16+
17+
<img src="/img/v3.34.0/v3.34.0.png" alt="Roo Code v3.34.0 Release" width="600" />
18+
19+
## Browser Use 2.0
20+
21+
Browser Use now supports a more capable "2.0" experience ([#8941](https://github.com/RooCodeInc/Roo-Code/pull/8941)):
22+
23+
- **Richer browser interaction**: Enables more advanced navigation and interaction patterns so Roo can better follow multi-step web workflows.
24+
- **More reliable automation**: Improves stability for sequences of clicks, typing, and scrolling, reducing the chance of flaky browser runs.
25+
- **Better fit for complex sites**: Makes it easier to work with modern web apps that require multiple steps or stateful interactions.
26+
27+
> **📚 Documentation**: See [Browser Use](/features/browser-use) for details on how to enable and use browser workflows. Note: We have not yet updated these docs with images and a video of the new experiance.
28+
29+
## QOL Improvements
30+
31+
- **Provider-Oriented Welcome Screen**: Added a provider-focused welcome screen so new users can more quickly choose and configure a working model setup ([#9484](https://github.com/RooCodeInc/Roo-Code/pull/9484)).
32+
- **Pinned Roo Provider**: Pinned the Roo provider to the top of the provider list so it is easier to discover and select ([#9485](https://github.com/RooCodeInc/Roo-Code/pull/9485)).
33+
- **Clearer Native Tool Descriptions**: Enhanced built-in tool descriptions with examples and clarifications so Roo can choose the right tools and use them more accurately ([#9486](https://github.com/RooCodeInc/Roo-Code/pull/9486)).
34+
35+
## Bug Fixes
36+
37+
- **Streaming Cancel Responsiveness**: Fixed the cancel button so it responds immediately during streaming, making it easier to stop long or unwanted runs (thanks jwadow!) ([#9448](https://github.com/RooCodeInc/Roo-Code/pull/9448)).
38+
- **apply_diff Performance Regression**: Resolved a recent performance regression in `apply_diff`, restoring fast patch application on larger edits ([#9474](https://github.com/RooCodeInc/Roo-Code/pull/9474)).
39+
- **Model Cache Refresh**: Implemented cache refreshing to avoid using stale disk-cached models, ensuring configuration updates are picked up correctly ([#9478](https://github.com/RooCodeInc/Roo-Code/pull/9478)).
40+
- **Tool Call Fallbacks**: Added a fallback to always yield tool calls regardless of `finish_reason`, preventing cases where valid tool calls were dropped ([#9476](https://github.com/RooCodeInc/Roo-Code/pull/9476)).
41+
42+
## Provider Updates
43+
44+
- **Baseten Provider**: Added Baseten as a new AI provider, giving you another option for hosted models and deployments (thanks AlexKer!) ([#9461](https://github.com/RooCodeInc/Roo-Code/pull/9461)).
45+
- **OpenAI-Compatible Improvements**: Improved the base OpenAI-compatible provider configuration and error handling so more OpenAI-style endpoints work smoothly without special tweaks ([#9462](https://github.com/RooCodeInc/Roo-Code/pull/9462)).
46+
- **OpenRouter Capabilities**: Improved copying of model-level capabilities onto OpenRouter endpoint models so routing respects each model's real abilities ([#9483](https://github.com/RooCodeInc/Roo-Code/pull/9483)).

sidebars.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,13 @@ const sidebars: SidebarsConfig = {
218218
label: 'Update Notes',
219219
items: [
220220
'update-notes/index',
221+
{
222+
type: 'category',
223+
label: '3.34',
224+
items: [
225+
{ type: 'doc', id: 'update-notes/v3.34.0', label: '3.34.0' },
226+
],
227+
},
221228
{
222229
type: 'category',
223230
label: '3.33',

static/img/v3.34.0/v3.34.0.png

1.27 MB
Loading

0 commit comments

Comments
 (0)