You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,22 @@
1
1
# Roo Code Changelog
2
2
3
-
## 3.29.4
4
-
5
-
### Patch Changes
6
-
7
-
-- Add Minimax Provider support (thanks @Maosghoul!)
8
-
-- Fix: prevent infinite loop when canceling during auto-retry (#8901 by @mini2s, PR by @app/roomote)
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!)
0 commit comments