Skip to content

Commit a698875

Browse files
authored
Release v3.36.0 (#9814)
1 parent 94c997c commit a698875

File tree

22 files changed

+56
-39
lines changed

22 files changed

+56
-39
lines changed

.changeset/v3.36.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.36.0 Release - Rewind Kangaroo](/releases/3.36.0-release.png)
6+
7+
- Fix: Restore context when rewinding after condense (#8295 by @hannesrudolph, PR #9665 by @hannesrudolph)
8+
- Add reasoning_details support to Roo provider for enhanced model reasoning visibility (PR #9796 by @app/roomote)
9+
- Default to native tools for all models in the Roo provider for improved performance (PR #9811 by @mrubens)
10+
- Enable search_and_replace for Minimax models (PR #9780 by @mrubens)
11+
- Fix: Resolve Vercel AI Gateway model fetching issues (PR #9791 by @cte)
12+
- Fix: Apply conservative max tokens for Cerebras provider (PR #9804 by @sebastiand-cerebras)
13+
- Fix: Remove omission detection logic to eliminate false positives (#9785 by @Michaelzag, PR #9787 by @app/roomote)
14+
- Refactor: Remove deprecated insert_content tool (PR #9751 by @daniel-lxs)
15+
- Chore: Hide parallel tool calls experiment and disable feature (PR #9798 by @hannesrudolph)
16+
- Update next.js documentation site dependencies (PR #9799 by @jr)
17+
- Fix: Correct download count display on homepage (PR #9807 by @mrubens)

releases/3.36.0-release.png

2.29 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 = "dec-2025-v3.35.0-subtasks-native-tools" // v3.35.0 Improved Subtasks & Native Tool Calling Expansion
155+
public readonly latestAnnouncementId = "dec-2025-v3.36.0-context-rewind-roo-provider" // v3.36.0 Context Rewind & Roo Provider Improvements
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.subtasks")}</li>
47-
<li>{t("chat:announcement.release.nativeTools")}</li>
46+
<li>{t("chat:announcement.release.contextRewind")}</li>
47+
<li>{t("chat:announcement.release.rooProvider")}</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-
"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"
303+
"contextRewind": "Improved context condensing now lets you restore the full previous context when rewinding to a checkpoint",
304+
"rooProvider": "Roo Code Cloud provider now preserves reasoning content and defaults to native tools for better performance"
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)