Skip to content

Commit 091a719

Browse files
3.29.3 (#394)
1 parent be67c13 commit 091a719

File tree

10 files changed

+91
-8
lines changed

10 files changed

+91
-8
lines changed

docs/features/settings-management.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,37 @@ Use this option only if you are certain you want to remove all Roo Code data or
146146

147147
---
148148

149-
## Related UI Setting: Collapse thinking messages by default
149+
## UI Setting
150+
151+
#### System Prompt Context Toggles
152+
153+
Control what contextual information appears in the system prompt:
154+
155+
- **Include Current Time** (Settings → General)
156+
- When enabled, adds the current timestamp to the system prompt
157+
- When disabled, omits time information from the prompt
158+
- Default: Enabled
159+
160+
- **Include Current Cost** (Settings → General)
161+
- When enabled, adds the current task cost to the system prompt
162+
- When disabled, omits cost information from the prompt
163+
- Default: Enabled
164+
165+
**Example Impact:**
166+
167+
With both enabled, the system prompt includes:
168+
```
169+
# Current Time
170+
Current time in ISO 8601 UTC format: 2025-10-28T23:06:08.458Z
171+
User time zone: America/Edmonton, UTC-6:00
172+
173+
# Current Cost
174+
$0.14
175+
```
176+
177+
With both disabled, these sections are omitted, reducing token usage when you don't need this context.
178+
179+
#### Collapse thinking messages by default
150180
151181
- Location: Settings → UI
152182
- Default: Enabled (thinking messages are collapsed by default)

docs/providers/gemini.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ Roo Code supports Google's Gemini family of models through the Google AI Gemini
3535

3636
Roo Code supports the following Gemini models:
3737

38+
### Model Aliases (Recommended)
39+
40+
For stability and automatic updates, use these aliases that point to the latest stable versions:
41+
42+
* `gemini-flash-latest` - Always uses the newest stable Flash model
43+
* `gemini-pro-latest` - Always uses the newest stable Pro model
44+
45+
3846
### Standard Models
3947
* `gemini-2.5-flash-preview-05-20`
4048
* `gemini-2.5-flash-preview-04-17`
@@ -51,6 +59,16 @@ Roo Code supports the following Gemini models:
5159
* `gemini-1.5-pro-exp-0827`
5260
* `gemini-exp-1206`
5361

62+
### Preview Models
63+
64+
Preview models include Google's latest experimental features but may change without notice:
65+
66+
* Models with `-preview-` in the name (e.g., `gemini-2.5-flash-preview-05-20`)
67+
* Models with `-exp-` suffix (e.g., `gemini-2.0-flash-exp`)
68+
* Models prefixed with `gemini-exp-` (e.g., `gemini-exp-1206`)
69+
70+
Preview models are ideal for testing cutting-edge capabilities but may have breaking changes. Use stable aliases for production work.
71+
5472
### Thinking Models
5573
These models require reasoning budget to be enabled in Roo Code settings:
5674
* `gemini-2.5-flash-preview-05-20:thinking`

docs/providers/roo-code-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The "roo/sonic" model is being renamed to **"grok-code-fast-1"** (officially "Gr
3838
1. **Connect to Roo Code Cloud:**
3939
- Click the account icon (<Codicon name="account" />) in Roo Code panel
4040
- Sign in with GitHub, Google, or email
41-
- See [Login Guide](/roo-code-cloud/login) if needed
41+
- See [Connect Guide](/roo-code-cloud/connect) if needed
4242

4343
2. **Select Provider:**
4444
- Open Roo Code Settings (<Codicon name="gear" />)

docs/roo-code-cloud/task-sync.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Task Sync ingests task events one-way from your local VS Code to Roo Code Cloud
2424

2525
## Getting Started
2626

27-
1. Connect your IDE (see [Login/Signup](/roo-code-cloud/login))
27+
1. Connect your IDE (see [Connect to Cloud](/roo-code-cloud/connect))
2828
2. Open or start a task in your local Roo Code extension
2929
3. Visit the homescreen at https://app.roocode.com to monitor in near real time
3030

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ image: /img/social-share.jpg
1919

2020
### Version 3.29
2121

22+
* [3.29.3](/update-notes/v3.29.3) (2025-10-28)
2223
* [3.29.2](/update-notes/v3.29.2) (2025-10-27)
2324
* [3.29.1](/update-notes/v3.29.1) (2025-10-27)
2425
* [3.29.0](/update-notes/v3.29.0) (2025-10-24)

docs/update-notes/v3.25.18.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Sonic is now available in Roo Code ([#7207](https://github.com/RooCodeInc/Roo-Co
1919
- 262,144‑token context lets you work across very large codebases, logs, and transcripts in one session.
2020
- FREE for 72 hours so you can try Sonic with real tasks.
2121

22-
> Important: Sonic is delivered via Roo Code Cloud. To get this model to work, you must connect your IDE to Roo Code Cloud. See [Roo Code Cloud sign in](/roo-code-cloud/login).
22+
> Important: Sonic is delivered via Roo Code Cloud. To get this model to work, you must connect your IDE to Roo Code Cloud. See [Connect to Roo Code Cloud](/roo-code-cloud/connect).
2323
2424
**Prerequisites**
2525
- Roo Code v3.25.18 or later
26-
- Connected to Roo Code Cloud account — see [Roo Code Cloud sign in](/roo-code-cloud/login)
26+
- Connected to Roo Code Cloud account — see [Connect to Roo Code Cloud](/roo-code-cloud/connect)
2727

2828
**How to enable Sonic**
2929
1. Open Settings → Providers and set Provider to **Roo Code Cloud**.
3030
2. In the model selector, choose **Sonic**.
3131

32-
> 📚 Documentation: See [Roo Code Cloud sign in](/roo-code-cloud/login) and [Roo Code Cloud Provider](/providers/roo-code-cloud).
32+
> 📚 Documentation: See [Connect to Roo Code Cloud](/roo-code-cloud/connect) and [Roo Code Cloud Provider](/providers/roo-code-cloud).
3333
3434
## Bug Fixes
3535

docs/update-notes/v3.28.0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Introducing our new cloud connectivity features that let you **monitor and contr
2727
- **Task History**: Your tasks are saved to the cloud for later reference
2828
- **Cloud Visibility**: View your VS Code tasks from any browser
2929

30-
**[Roomote Control](/roo-code-cloud/roomote-control) ([14-Day Free Trial, then $20/month](/roo-code-cloud/billing-subscriptions#pro-plan-20month))**:
30+
**[Roomote Control](/roo-code-cloud/roomote-control) ([14-Day Free Trial, then $20/month](/roo-code-cloud/billing-subscriptions))**:
3131
- **Continue Tasks Remotely**: Keep tasks going from your phone - respond to prompts, fix errors, approve actions
3232
- **Full Chat Control**: Interact with the chatbox as though you were in your IDE
3333
- **Start/Stop Tasks**: Launch new tasks or terminate running ones from anywhere

docs/update-notes/v3.28.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Introducing our new cloud connectivity features that let you **monitor and contr
4242
- **Task History**: Your tasks are saved to the cloud for later reference
4343
- **Cloud Visibility**: View your VS Code tasks from any browser
4444

45-
**[Roomote Control](/roo-code-cloud/roomote-control) ([14-Day Free Trial, then $20/month](/roo-code-cloud/billing-subscriptions#pro-plan-20month))**:
45+
**[Roomote Control](/roo-code-cloud/roomote-control) ([14-Day Free Trial, then $20/month](/roo-code-cloud/billing-subscriptions))**:
4646
- **Continue Tasks Remotely**: Keep tasks going from your phone - respond to prompts, fix errors, approve actions
4747
- **Full Chat Control**: Interact with the chatbox as though you were in your IDE
4848
- **Start/Stop Tasks**: Launch new tasks or terminate running ones from anywhere

docs/update-notes/v3.29.3.mdx

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
description: Adds Roo provider reasoning control, Z.ai Deep Thinking toggle, Gemini model updates, plus fixes for rate limiting, retries, and UI polish.
3+
keywords:
4+
- roo code 3.29.3
5+
- release notes
6+
- bug fixes
7+
- provider updates
8+
- qol improvements
9+
image: /img/social-share.jpg
10+
---
11+
12+
# Roo Code 3.29.3 Release Notes (2025-10-28)
13+
14+
This patch adds reasoning controls for Roo and Z.ai providers, updates Gemini "latest" models, and delivers stability and UI fixes.
15+
16+
## QOL Improvements
17+
18+
* Toggle time and cost display in the system prompt to reduce model distraction during long runs (thanks jaxnb!) ([#8451](https://github.com/RooCodeInc/Roo-Code/pull/8451))
19+
* After “Add to Context,” input auto‑focuses and two newlines are inserted for clearer separation, so you can keep typing immediately ([#8877](https://github.com/RooCodeInc/Roo-Code/pull/8877))
20+
21+
## Bug Fixes
22+
23+
* LiteLLM: Prefer max_output_tokens (with fallback to max_tokens) to prevent 400 errors on Claude Sonnet 4.5 via Vertex (thanks fabb!) ([#8455](https://github.com/RooCodeInc/Roo-Code/pull/8455))
24+
* Messages typed during context condensing now send automatically once condensing finishes; per‑task queues no longer cross‑drain (thanks JosXa!) ([#8478](https://github.com/RooCodeInc/Roo-Code/pull/8478))
25+
* Rate limiting now uses a monotonic clock and enforces a hard cap at the configured limit to avoid long lockouts (thanks chrarnoldus, intermarkec!) ([#8456](https://github.com/RooCodeInc/Roo-Code/pull/8456))
26+
* Restore green tests and TypeScript build for LiteLLM after interface changes; keeps monotonic clock fix and token limit behavior ([#8870](https://github.com/RooCodeInc/Roo-Code/pull/8870))
27+
* Checkpoint menu popover no longer clips long option text; items remain fully visible ([#8867](https://github.com/RooCodeInc/Roo-Code/pull/8867))
28+
29+
## Provider Updates
30+
31+
* Roo provider: Reasoning effort control lets you choose deeper step‑by‑step thinking vs. faster/cheaper responses. See [Roo Code Cloud provider](/providers/roo-code-cloud) for details. ([#8874](https://github.com/RooCodeInc/Roo-Code/pull/8874))
32+
* Z.ai (GLM‑4.5/4.6): “Enable reasoning” toggle to activate Deep Thinking; hidden on unsupported models (thanks BeWater799!). See [Z.ai provider](/providers/zai). ([#8872](https://github.com/RooCodeInc/Roo-Code/pull/8872))
33+
* Gemini: Updated model list and “latest” aliases for easier selection (thanks cleacos!). See [Gemini provider](/providers/gemini). ([#8486](https://github.com/RooCodeInc/Roo-Code/pull/8486))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ const sidebars: SidebarsConfig = {
222222
type: 'category',
223223
label: '3.29',
224224
items: [
225+
{ type: 'doc', id: 'update-notes/v3.29.3', label: '3.29.3' },
225226
{ type: 'doc', id: 'update-notes/v3.29.2', label: '3.29.2' },
226227
{ type: 'doc', id: 'update-notes/v3.29.1', label: '3.29.1' },
227228
{ type: 'doc', id: 'update-notes/v3.29.0', label: '3.29.0' },

0 commit comments

Comments
 (0)