Skip to content

Commit bc0daab

Browse files
authored
chore: add changeset and announcement for v3.34.0 (#9495)
1 parent e31743c commit bc0daab

File tree

22 files changed

+75
-114
lines changed

22 files changed

+75
-114
lines changed

.changeset/v3.34.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"roo-cline": minor
3+
---
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)

releases/3.34.0-release.png

1.27 MB
Loading

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class ClineProvider
151151

152152
public isViewLaunched = false
153153
public settingsImportedAt?: number
154-
public readonly latestAnnouncementId = "nov-2025-v3.33.0-gemini-native-tools" // v3.33.0 Gemini 3 & Native Tools announcement
154+
public readonly latestAnnouncementId = "nov-2025-v3.34.0-browser-use-2-cloud-paid" // v3.34.0 Browser Use 2.0 & Cloud Paid Models announcement
155155
public readonly providerSettingsManager: ProviderSettingsManager
156156
public readonly customModesManager: CustomModesManager
157157

webview-ui/src/components/chat/Announcement.tsx

Lines changed: 3 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { Package } from "@roo/package"
66
import { useAppTranslation } from "@src/i18n/TranslationContext"
77
import { vscode } from "@src/utils/vscode"
88
import { Dialog, DialogContent, DialogHeader, DialogTitle } from "@src/components/ui"
9-
import { Button } from "@src/components/ui"
109

1110
interface AnnouncementProps {
1211
hideAnnouncement: () => void
@@ -43,49 +42,12 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
4342
{/* Regular Release Highlights */}
4443
<div className="mb-4">
4544
<p className="mb-3">{t("chat:announcement.release.heading")}</p>
46-
<ul className="list-disc list-inside text-sm space-y-1">
47-
<li>{t("chat:announcement.release.gemini3")}</li>
48-
<li>{t("chat:announcement.release.gitStatus")}</li>
49-
<li>{t("chat:announcement.release.nativeToolCalling")}</li>
45+
<ul className="list-disc list-inside text-sm space-y-1.5">
46+
<li>{t("chat:announcement.release.browserUse")}</li>
47+
<li>{t("chat:announcement.release.cloudPaid")}</li>
5048
</ul>
5149
</div>
5250

53-
{/* Horizontal Rule */}
54-
<hr className="my-4 border-vscode-widget-border" />
55-
56-
{/* Cloud Agents Section */}
57-
<div>
58-
<p className="mb-3">{t("chat:announcement.cloudAgents.heading")}</p>
59-
60-
<div className="mb-3">
61-
<Trans
62-
i18nKey="chat:announcement.cloudAgents.specialized"
63-
components={{
64-
bold: <b />,
65-
}}
66-
/>
67-
</div>
68-
69-
<p className="mb-3 text-sm text-vscode-descriptionForeground">
70-
{t("chat:announcement.cloudAgents.description")}
71-
</p>
72-
73-
<div className="mt-4">
74-
<Button
75-
onClick={() => {
76-
vscode.postMessage({
77-
type: "openExternal",
78-
url: "https://app.roocode.com/cloud-agents/setup?utm_source=roocode&utm_medium=extension&utm_campaign=announcement",
79-
})
80-
setOpen(false)
81-
hideAnnouncement()
82-
}}
83-
className="w-full">
84-
{t("chat:announcement.cloudAgents.tryButton")}
85-
</Button>
86-
</div>
87-
</div>
88-
8951
<div className="mt-4 text-sm text-center">
9052
<Trans
9153
i18nKey="chat:announcement.socialLinks"

webview-ui/src/i18n/locales/ca/chat.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/chat.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,9 @@
297297
"goToSettingsButton": "Go to Settings"
298298
},
299299
"release": {
300-
"heading": "New in the Extension:",
301-
"gemini3": "Gemini 3 available in Gemini, Vertex, Roo Code Cloud, OpenRouter, and more",
302-
"gitStatus": "You can add git status information to the environment from Context settings",
303-
"nativeToolCalling": "Experimental support for native tool calling in Roo Code Cloud, OpenRouter, and OpenAI (more coming soon) - enable in Provider advanced settings"
300+
"heading": "What's New:",
301+
"browserUse": "Browser Use 2.0 upgrades the in-chat browsing experience with persistent sessions, clearer feedback, a dedicated browser panel, and more natural action descriptions",
302+
"cloudPaid": "The Roo Code Cloud provider now offers paid models: buy credits and use them for both cloud agents and inference"
304303
},
305304
"cloudAgents": {
306305
"heading": "New in the Cloud:",

webview-ui/src/i18n/locales/es/chat.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/chat.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/chat.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)