|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
3 | | -## 3.17.0 |
4 | | - |
5 | | -### Minor Changes |
6 | | - |
7 | | -- - Enable Gemini implicit caching |
8 | | - |
9 | | -### Patch Changes |
10 | | - |
11 | | -- Add a 'when to use' section to mode definitions |
12 | | -- Adds experimental feature to intelligently condense the task context |
13 | | -- Switch to the new Roo message parser |
14 | | -- Update announcement to use a @shadcn/ui dialog |
15 | | -- Requesty: Fix token usage counts |
16 | | -- - Enable Gemini implicit caching |
| 3 | +## [3.17.0] - 2025-05-14 |
| 4 | + |
| 5 | +- Enable Gemini implicit caching |
| 6 | +- Add "when to use" section to mode definitions to enable better orchestration |
| 7 | +- Add experimental feature to intelligently condense the task context instead of truncating it |
| 8 | +- Fix one of the causes of the gray screen issue (thanks @xyOz-dev!) |
| 9 | +- Focus improvements for better UI interactions (thanks Cline!) |
| 10 | +- Switch to the new Roo message parser for improved performance (thanks Cline!) |
| 11 | +- Enable source maps for improved debugging (thanks @KJ7LNW!) |
| 12 | +- Update OpenRouter provider to use provider-specific model info (thanks @daniel-lxs!) |
| 13 | +- Fix Requesty cost/token reporting (thanks @dtrugman!) |
| 14 | +- Improve command execution UI |
| 15 | +- Add more in-app links to relevant documentation |
| 16 | +- Update the new task tool description and the ask mode custom instructions in the system prompt |
| 17 | +- Add IPC types to roo-code.d.ts |
| 18 | +- Add build VSIX workflow to pull requests (thanks @SmartManoj!) |
| 19 | +- Improve apply_diff tool to intelligently deduce line numbers (thanks @samhvw8!) |
| 20 | +- Fix command validation for shell array indexing (thanks @KJ7LNW!) |
| 21 | +- Handle diagnostics that point at a directory URI (thanks @daniel-lxs!) |
| 22 | +- Fix "Current ask promise was ignored" error (thanks @zxdvd!) |
17 | 23 |
|
18 | 24 | ## [3.16.6] - 2025-05-12 |
19 | 25 |
|
|
0 commit comments