Skip to content

Commit 34868e0

Browse files
docs: add v3.50.0 release notes (#547)
* docs: add v3.50.0 release notes * fix: correct provider doc links per review --------- Co-authored-by: Roo Code <roomote@roocode.com>
1 parent d24fcf9 commit 34868e0

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

docs/update-notes/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ If you want to live on the edge and try things out before it's released, we have
2121

2222
---
2323

24+
### Version 3.50
25+
26+
- [3.50.0](/update-notes/v3.50.0) (2026-02-19)
27+
28+
---
29+
2430
### Version 3.49
2531

2632
- [3.49.0](/update-notes/v3.49.0) (2026-02-19)

docs/update-notes/v3.50.0.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
description: Roo Code 3.50.0 adds Gemini 3.1 Pro support with updated default model and overhauls the CLI stdin interface with a structured NDJSON protocol and new list subcommands.
3+
keywords:
4+
- roo code 3.50.0
5+
- gemini 3.1 pro
6+
- ndjson stdin
7+
- cli list subcommands
8+
---
9+
10+
# Roo Code 3.50.0 Release Notes (2026-02-19)
11+
12+
This release adds Gemini 3.1 Pro support across Gemini and Vertex providers and overhauls the CLI's stdin interface with a structured NDJSON protocol and new list subcommands.
13+
14+
## Gemini 3.1 Pro Support
15+
16+
`gemini-3.1-pro-preview` is now available in the [Gemini](/providers/gemini) and [Vertex AI](/providers/vertex) providers. The Gemini default model has been updated from `gemini-3-pro-preview` to `gemini-3.1-pro-preview`, so new users and fresh configurations automatically get the latest model. A `customtools` variant (`gemini-3.1-pro-preview-customtools`) is also available in the Gemini provider. Medium reasoning effort is now explicitly supported in model metadata, so your `medium` reasoning effort setting is preserved instead of silently falling back to a different level. (thanks PeterDaveHello!) ([#11608](https://github.com/RooCodeInc/Roo-Code/pull/11608))
17+
18+
## Misc Improvements
19+
20+
* **CLI NDJSON Stdin Protocol**: The CLI's stdin interface has been overhauled from raw text lines to a structured NDJSON command protocol with `start`, `message`, `cancel`, `ping`, and `shutdown` commands, `requestId` correlation, and `ack`/`done`/`error` lifecycle events for reliable programmatic automation. New `list commands`, `list modes`, and `list models` subcommands provide programmatic discovery of available resources in JSON and plain-text formats. ([#11597](https://github.com/RooCodeInc/Roo-Code/pull/11597))

sidebars.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ const sidebars: SidebarsConfig = {
174174
label: "Extension Release Notes",
175175
items: [
176176
"update-notes/index",
177+
{
178+
type: "category",
179+
label: "3.50",
180+
items: [{ type: "doc", id: "update-notes/v3.50.0", label: "3.50.0" }],
181+
},
177182
{
178183
type: "category",
179184
label: "3.49",

0 commit comments

Comments
 (0)