Skip to content

Commit d7066b8

Browse files
committed
3.29.3
1 parent be67c13 commit d7066b8

File tree

6 files changed

+85
-1
lines changed

6 files changed

+85
-1
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/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.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' },

static/img/v3.29.3/v3.29.3.png

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)