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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Roo Code Changelog
2
2
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
+
3
21
## [3.29.3] - 2025-10-28
4
22
5
23
- Update Gemini models with latest 09-2025 versions including Gemini 2.5 Pro and Flash (#8485 by @cleacos, PR by @roomote)
0 commit comments