Skip to content

Commit bfb3386

Browse files
authored
chore: add changeset for v3.35.0 (#9724)
1 parent 9dac7e7 commit bfb3386

File tree

22 files changed

+60
-39
lines changed

22 files changed

+60
-39
lines changed

.changeset/v3.35.0.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
"roo-cline": minor
3+
---
4+
5+
![3.35.0 Release - Subtasks & Native Tools](/releases/3.35.0-release.png)
6+
7+
- Metadata-driven subtasks with automatic parent resume and single-open safety for improved task orchestration (#8081 by @hannesrudolph, PR #9090 by @hannesrudolph)
8+
- Native tool calling support expanded across many providers: Bedrock (PR #9698 by @mrubens), Cerebras (PR #9692 by @mrubens), Chutes with auto-detection from API (PR #9715 by @daniel-lxs), DeepInfra (PR #9691 by @mrubens), DeepSeek and Doubao (PR #9671 by @daniel-lxs), Groq (PR #9673 by @daniel-lxs), LiteLLM (PR #9719 by @daniel-lxs), Ollama (PR #9696 by @mrubens), OpenAI-compatible providers (PR #9676 by @daniel-lxs), Requesty (PR #9672 by @daniel-lxs), Unbound (PR #9699 by @mrubens), Vercel AI Gateway (PR #9697 by @mrubens), Vertex Gemini (PR #9678 by @daniel-lxs), and xAI with new Grok 4 Fast and Grok 4.1 Fast models (PR #9690 by @mrubens)
9+
- Fix: Preserve tool_use blocks in summary for parallel tool calls (#9700 by @SilentFlower, PR #9714 by @SilentFlower)
10+
- Default Grok Code Fast to native tools for better performance (PR #9717 by @mrubens)
11+
- UX improvements to the Roo Code Cloud provider-centric onboarding flow (PR #9709 by @brunobergher)
12+
- UX toolbar cleanup and settings consolidation for a cleaner interface (PR #9710 by @brunobergher)
13+
- Add model-specific tool customization via `excludedTools` and `includedTools` configuration (PR #9641 by @daniel-lxs)
14+
- Add new `apply_patch` native tool for more efficient file editing operations (PR #9663 by @hannesrudolph)
15+
- Add new `search_and_replace` tool for batch text replacements across files (PR #9549 by @hannesrudolph)
16+
- Add debug buttons to view API and UI history for troubleshooting (PR #9684 by @hannesrudolph)
17+
- Include tool format in environment details for better context awareness (PR #9661 by @mrubens)
18+
- Fix: Display install count in millions instead of thousands (PR #9677 by @app/roomote)
19+
- Web-evals improvements: add task log viewing, export failed logs, and new run options (PR #9637 by @hannesrudolph)
20+
- Web-evals updates: add kill run functionality (PR #9681 by @hannesrudolph)
21+
- Fix: Prevent navigation buttons from wrapping on smaller screens (PR #9721 by @app/roomote)

releases/3.35.0-release.png

2.46 MB
Loading

src/core/webview/ClineProvider.ts

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

153153
public isViewLaunched = false
154154
public settingsImportedAt?: number
155-
public readonly latestAnnouncementId = "nov-2025-v3.34.0-browser-use-2-cloud-paid" // v3.34.0 Browser Use 2.0 & Cloud Paid Models announcement
155+
public readonly latestAnnouncementId = "dec-2025-v3.35.0-subtasks-native-tools" // v3.35.0 Improved Subtasks & Native Tool Calling Expansion
156156
public readonly providerSettingsManager: ProviderSettingsManager
157157
public readonly customModesManager: CustomModesManager
158158

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
4343
<div className="mb-4">
4444
<p className="mb-3">{t("chat:announcement.release.heading")}</p>
4545
<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>
46+
<li>{t("chat:announcement.release.subtasks")}</li>
47+
<li>{t("chat:announcement.release.nativeTools")}</li>
4848
</ul>
4949
</div>
5050

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

Lines changed: 2 additions & 2 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: 2 additions & 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@
300300
},
301301
"release": {
302302
"heading": "What's New:",
303-
"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",
304-
"cloudPaid": "The Roo Code Cloud provider now offers paid models: buy credits and use them for both cloud agents and inference"
303+
"subtasks": "Improved subtask orchestration with automatic parent resume and single-open safety for better multi-task workflows",
304+
"nativeTools": "Native tool calling now supported across 13+ providers including Bedrock, Ollama, Groq, DeepSeek, Vertex Gemini, and more"
305305
},
306306
"cloudAgents": {
307307
"heading": "New in the Cloud:",

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

Lines changed: 2 additions & 2 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: 2 additions & 2 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)