Skip to content

Commit 8743020

Browse files
Release v3.50.0 (#11609)
* chore: add changeset for v3.50.0 * chore: add v3.50.0 announcement translations for all locales --------- Co-authored-by: Roo Code <roomote@roocode.com>
1 parent b64334b commit 8743020

File tree

21 files changed

+67
-58
lines changed

21 files changed

+67
-58
lines changed

.changeset/v3.50.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"roo-cline": minor
3+
---
4+
5+
- Add Gemini 3.1 Pro support and set as default Gemini model (PR #11608 by @PeterDaveHello)
6+
- Add NDJSON stdin protocol, list subcommands, and modularize CLI run command (PR #11597 by @cte)
7+
- Prepare CLI v0.1.0 release (PR #11599 by @cte)
8+
- Remove integration tests (PR #11598 by @roomote)
9+
- Changeset version bump (PR #11596 by @github-actions)

src/core/webview/ClineProvider.ts

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

170170
public isViewLaunched = false
171171
public settingsImportedAt?: number
172-
public readonly latestAnnouncementId = "feb-2026-v3.49.0-file-changes-panel-indexing-controls-history-scroll" // v3.49.0 File Changes Panel, Workspace Indexing Controls, History & Scroll Stability
172+
public readonly latestAnnouncementId = "feb-2026-v3.50.0-gemini-31-pro-cli-ndjson-cli-v010" // v3.50.0 Gemini 3.1 Pro Support, CLI NDJSON Protocol, CLI v0.1.0
173173
public readonly providerSettingsManager: ProviderSettingsManager
174174
public readonly customModesManager: CustomModesManager
175175

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
4444
<div className="mb-4">
4545
<p className="mb-3">{t("chat:announcement.release.heading")}</p>
4646
<ul className="list-disc list-inside text-sm space-y-1.5">
47-
<li>{t("chat:announcement.release.fileChangesPanel")}</li>
48-
<li>{t("chat:announcement.release.workspaceIndexing")}</li>
49-
<li>{t("chat:announcement.release.historyAndScroll")}</li>
47+
<li>{t("chat:announcement.release.geminiPro")}</li>
48+
<li>{t("chat:announcement.release.cliNdjson")}</li>
49+
<li>{t("chat:announcement.release.cliRelease")}</li>
5050
</ul>
5151
</div>
5252

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

Lines changed: 3 additions & 3 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 & 3 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@
369369
},
370370
"release": {
371371
"heading": "What's New:",
372-
"fileChangesPanel": "File Changes Panel: Track all file modifications made during a conversation in a dedicated panel, making it easy to review what changed.",
373-
"workspaceIndexing": "Workspace Indexing Controls: Indexing no longer auto-starts — opt in per workspace with a simple toggle, and stop or cancel indexing at any time.",
374-
"historyAndScroll": "History & Scroll Stability: Per-task file-based history store for cross-instance safety, plus a redesigned scroll lifecycle for smoother chat rehydration."
372+
"geminiPro": "Gemini 3.1 Pro Support: Added Gemini 3.1 Pro model support and set it as the default Gemini model for improved performance.",
373+
"cliNdjson": "CLI NDJSON Protocol: New NDJSON stdin protocol, list subcommands, and modularized run command for more flexible CLI workflows.",
374+
"cliRelease": "CLI v0.1.0: The Roo Code CLI reaches its first official release with a stable command interface."
375375
},
376376
"cloudAgents": {
377377
"heading": "New in the Cloud:",

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

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

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

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

0 commit comments

Comments
 (0)