|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
| 3 | +## [3.25.8] - 2025-08-06 |
| 4 | + |
| 5 | +- Fix: Prevent disabled MCP servers from starting processes and show correct status (#6036 by @hannesrudolph, PR by @app/roomote) |
| 6 | +- Fix: Handle current directory path "." correctly in codebase_search tool (#6514 by @hannesrudolph, PR by @app/roomote) |
| 7 | +- Fix: Trim whitespace from OpenAI base URL to fix model detection (#6559 by @vauhochzett, PR by @app/roomote) |
| 8 | +- Feat: Reduce Gemini 2.5 Pro minimum thinking budget to 128 (thanks @app/roomote!) |
| 9 | +- Fix: Improve handling of net::ERR_ABORTED errors in URL fetching (#6632 by @QuinsZouls, PR by @app/roomote) |
| 10 | +- Fix: Recover from error state when Qdrant becomes available (#6660 by @hannesrudolph, PR by @app/roomote) |
| 11 | +- Fix: Resolve memory leak in ChatView virtual scrolling implementation (thanks @xyOz-dev!) |
| 12 | +- Add: Swift files to fallback list (#5857 by @niteshbalusu11, #6555 by @sealad886, PR by @niteshbalusu11) |
| 13 | +- Feat: Clamp default model max tokens to 20% of context window (thanks @mrubens!) |
| 14 | + |
| 15 | +## [3.25.7] - 2025-08-05 |
| 16 | + |
| 17 | +- Add support for Claude Opus 4.1 |
| 18 | +- Add Fireworks AI provider (#6653 by @ershang-fireworks, PR by @ershang-fireworks) |
| 19 | +- Add Z AI provider (thanks @jues!) |
| 20 | +- Add Groq support for GPT-OSS |
| 21 | +- Add Cerebras support for GPT-OSS |
| 22 | +- Add code indexing support for multiple folders similar to task history (#6197 by @NaccOll, PR by @NaccOll) |
| 23 | +- Make mode selection dropdowns responsive (#6423 by @AyazKaan, PR by @AyazKaan) |
| 24 | +- Redesigned task header and task history (thanks @brunobergher!) |
| 25 | +- Fix checkpoints timing and ensure checkpoints work properly (#4827 by @mrubens, PR by @NaccOll) |
| 26 | +- Fix empty mode names from being saved (#5766 by @kfxmvp, PR by @app/roomote) |
| 27 | +- Fix MCP server creation when setting is disabled (#6607 by @characharm, PR by @app/roomote) |
| 28 | +- Update highlight layer style and align to textarea (#6647 by @NaccOll, PR by @NaccOll) |
| 29 | +- Fix UI for approving chained commands |
| 30 | +- Use assistantMessageParser class instead of parseAssistantMessage (#5340 by @qdaxb, PR by @qdaxb) |
| 31 | +- Conditionally include reminder section based on todo list config (thanks @NaccOll!) |
| 32 | +- Task and TaskProvider event emitter cleanup with new events (thanks @cte!) |
| 33 | + |
3 | 34 | ## [3.25.6] - 2025-08-01 |
4 | 35 |
|
5 | 36 | - Set horizon-beta model max tokens to 32k for OpenRouter (requested by @hannesrudolph, PR by @app/roomote) |
|
0 commit comments