|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
| 3 | +## [3.25.6] - 2025-08-01 |
| 4 | + |
| 5 | +- Set horizon-beta model max tokens to 32k for OpenRouter (requested by @hannesrudolph, PR by @app/roomote) |
| 6 | +- Add support for syncing provider profiles from the cloud |
| 7 | + |
| 8 | +## [3.25.5] - 2025-08-01 |
| 9 | + |
| 10 | +- Fix: Improve Claude Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, PR by @app/roomote) |
| 11 | +- Fix: LM Studio model context length (#5075 by @Angular-Angel, PR by @pwilkin) |
| 12 | +- Fix: VB.NET indexing by implementing fallback chunking system (#6420 by @JensvanZutphen, PR by @daniel-lxs) |
| 13 | +- Add auto-approved cost limits (thanks @hassoncs!) |
| 14 | +- Add Cerebras as a provider (thanks @kevint-cerebras!) |
| 15 | +- Add Qwen 3 Coder from Cerebras (thanks @kevint-cerebras!) |
| 16 | +- Fix: Handle Qdrant deletion errors gracefully to prevent indexing interruption (thanks @daniel-lxs!) |
| 17 | +- Fix: Restore message sending when clicking save button (thanks @daniel-lxs!) |
| 18 | +- Fix: Linter not applied to locales/\*/README.md (thanks @liwilliam2021!) |
| 19 | +- Handle more variations of chaining and subshell command validation |
| 20 | +- More tolerant search/replace match |
| 21 | +- Clean up the auto-approve UI (thanks @mrubens!) |
| 22 | +- Skip interpolation for non-existent slash commands (thanks @app/roomote!) |
| 23 | + |
| 24 | +## [3.25.4] - 2025-07-30 |
| 25 | + |
| 26 | +- feat: add SambaNova provider integration (#6077 by @snova-jorgep, PR by @snova-jorgep) |
| 27 | +- feat: add Doubao provider integration (thanks @AntiMoron!) |
| 28 | +- feat: set horizon-alpha model max tokens to 32k for OpenRouter (thanks @app/roomote!) |
| 29 | +- feat: add zai-org/GLM-4.5-FP8 model to Chutes AI provider (#6440 by @leakless21, PR by @app/roomote) |
| 30 | +- feat: add symlink support for AGENTS.md file loading (thanks @app/roomote!) |
| 31 | +- feat: optionally add task history context to prompt enhancement (thanks @liwilliam2021!) |
| 32 | +- fix: remove misleading task resumption message (#5850 by @KJ7LNW, PR by @KJ7LNW) |
| 33 | +- feat: add pattern to support Databricks /invocations endpoints (thanks @adambrand!) |
| 34 | +- fix: resolve navigator global error by updating mammoth and bluebird dependencies (#6356 by @hishtadlut, PR by @app/roomote) |
| 35 | +- feat: enhance token counting by extracting text from messages using VSCode LM API (#6112 by @sebinseban, PR by @NaccOll) |
| 36 | +- feat: auto-refresh marketplace data when organization settings change (thanks @app/roomote!) |
| 37 | +- fix: kill button for execute_command tool (thanks @daniel-lxs!) |
| 38 | + |
| 39 | +## [3.25.3] - 2025-07-30 |
| 40 | + |
| 41 | +- Allow queueing messages with images |
| 42 | +- Increase Claude Code default max output tokens to 16k (#6125 by @bpeterson1991, PR by @app/roomote) |
| 43 | +- Add docs link for slash commands |
| 44 | +- Hide Gemini checkboxes on the welcome view |
| 45 | +- Clarify apply_diff tool descriptions to emphasize surgical edits |
| 46 | +- Fix: Prevent input clearing when clicking chat buttons (thanks @hassoncs!) |
| 47 | +- Update PR reviewer rules and mode configuration (thanks @daniel-lxs!) |
| 48 | +- Add translation check action to pull_request.opened event (thanks @app/roomote!) |
| 49 | +- Remove "(prev Roo Cline)" from extension title in all languages (thanks @app/roomote!) |
| 50 | +- Remove event types mention from PR reviewer rules (thanks @daniel-lxs!) |
| 51 | + |
3 | 52 | ## [3.25.2] - 2025-07-29 |
4 | 53 |
|
5 | 54 | - Fix: Show diff view before approval when background edits are disabled (thanks @daniel-lxs!) |
|
0 commit comments