Skip to content

Commit 4a096e1

Browse files
Changeset version bump (#8907)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 6e4e22f commit 4a096e1

File tree

4 files changed

+19
-32
lines changed

4 files changed

+19
-32
lines changed

.changeset/v3.29.4.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/v3.29.5.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Roo Code Changelog
22

3+
## [3.29.4] - 2025-10-30
4+
5+
- Feat: Add Minimax Provider (thanks @Maosghoul!)
6+
- Fix: prevent infinite loop when canceling during auto-retry (#8901 by @mini2s, PR by @app/roomote)
7+
- Fix: Enhanced codebase index recovery and reuse ('Start Indexing' button now reuses existing Qdrant index) (#8129 by @jaroslaw-weber, PR by @heyseth)
8+
- Fix: make code index initialization non-blocking at activation (#8777 by @cjlawson02, PR by @daniel-lxs)
9+
- Fix: remove search_and_replace tool from codebase (#8891 by @hannesrudolph, PR by @app/roomote)
10+
- Fix: custom modes under custom path not showing (#8122 by @hannesrudolph, PR by @elianiva)
11+
- Fix: prevent MCP server restart when toggling tool permissions (#8231 by @hannesrudolph, PR by @heyseth)
12+
- Fix: truncate type definition to match max read line (#8149 by @chenxluo, PR by @elianiva)
13+
- Fix: auto-sync enableReasoningEffort with reasoning dropdown selection (thanks @daniel-lxs!)
14+
- Fix: Gate auth-driven Roo model refresh to active provider only (thanks @daniel-lxs!)
15+
- Prevent a noisy cloud agent exception (thanks @cte!)
16+
- Feat: improve @ file search for large projects (#5721 by @Naituw, PR by @daniel-lxs)
17+
- Feat: add zai-glm-4.6 model to Cerebras and set gpt-oss-120b as default (thanks @kevint-cerebras!)
18+
- Feat: rename MCP Errors tab to Logs for mixed-level messages (#8893 by @hannesrudolph, PR by @app/roomote)
19+
- docs(vscode-lm): clarify VS Code LM API integration warning (thanks @hannesrudolph!)
20+
321
## [3.29.3] - 2025-10-28
422

523
- Update Gemini models with latest 09-2025 versions including Gemini 2.5 Pro and Flash (#8485 by @cleacos, PR by @roomote)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.29.3",
6+
"version": "3.29.4",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)