|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
| 3 | +## [3.25.20] - 2025-08-19 |
| 4 | + |
| 5 | +- Add announcement for Sonic model |
| 6 | + |
| 7 | +## [3.25.19] - 2025-08-19 |
| 8 | + |
| 9 | +- Fix issue where new users couldn't select the Roo Code Cloud provider (thanks @daniel-lxs!) |
| 10 | + |
| 11 | +## [3.25.18] - 2025-08-19 |
| 12 | + |
| 13 | +- Add new stealth Sonic model through the Roo Code Cloud provider |
| 14 | +- Fix: respect enableReasoningEffort setting when determining reasoning usage (#7048 by @ikbencasdoei, PR by @app/roomote) |
| 15 | +- Fix: prevent duplicate LM Studio models with case-insensitive deduplication (#6954 by @fbuechler, PR by @daniel-lxs) |
| 16 | +- Feat: simplify ask_followup_question prompt documentation (thanks @daniel-lxs!) |
| 17 | +- Feat: simple read_file tool for single-file-only models (thanks @daniel-lxs!) |
| 18 | +- Fix: Add missing zaiApiKey and doubaoApiKey to SECRET_STATE_KEYS (#7082 by @app/roomote) |
| 19 | +- Feat: Add new models and update configurations for vscode-lm (thanks @NaccOll!) |
| 20 | + |
| 21 | +## [3.25.17] - 2025-08-17 |
| 22 | + |
| 23 | +- Fix: Resolve terminal reuse logic issues |
| 24 | + |
| 25 | +## [3.25.16] - 2025-08-16 |
| 26 | + |
| 27 | +- Add support for OpenAI gpt-5-chat-latest model (#7057 by @PeterDaveHello, PR by @app/roomote) |
| 28 | +- Fix: Use native Ollama API instead of OpenAI compatibility layer (#7070 by @LivioGama, PR by @daniel-lxs) |
| 29 | +- Fix: Prevent XML entity decoding in diff tools (#7107 by @indiesewell, PR by @app/roomote) |
| 30 | +- Fix: Add type check before calling .match() on diffItem.content (#6905 by @pwilkin, PR by @app/roomote) |
| 31 | +- Refactor task execution system: improve call stack management (thanks @catrielmuller!) |
| 32 | +- Fix: Enable save button for provider dropdown and checkbox changes (thanks @daniel-lxs!) |
| 33 | +- Add an API for resuming tasks by ID (thanks @mrubens!) |
| 34 | +- Emit event when a task ask requires interaction (thanks @cte!) |
| 35 | +- Make enhance with task history default to true (thanks @liwilliam2021!) |
| 36 | +- Fix: Use cline.cwd as primary source for workspace path in codebaseSearchTool (thanks @NaccOll!) |
| 37 | +- Hotfix multiple folder workspace checkpoint (thanks @NaccOll!) |
| 38 | + |
| 39 | +## [3.25.15] - 2025-08-14 |
| 40 | + |
| 41 | +- Fix: Remove 500-message limit to prevent scrollbar jumping in long conversations (#7052, #7063 by @daniel-lxs, PR by @app/roomote) |
| 42 | +- Fix: Reset condensing state when switching tasks (#6919 by @f14XuanLv, PR by @f14XuanLv) |
| 43 | +- Fix: Implement sitemap generation in TypeScript and remove XML file (#5231 by @abumalick, PR by @abumalick) |
| 44 | +- Fix: allowedMaxRequests and allowedMaxCost values not showing in the settings UI (thanks @chrarnoldus!) |
| 45 | + |
3 | 46 | ## [3.25.14] - 2025-08-13 |
4 | 47 |
|
5 | 48 | - Fix: Only include verbosity parameter for models that support it (#7054 by @eastonmeth, PR by @app/roomote) |
|
0 commit comments