Skip to content

Commit 669b239

Browse files
authored
v3.17.0 (RooCodeInc#3622)
1 parent 1c9669f commit 669b239

File tree

36 files changed

+673
-636
lines changed

36 files changed

+673
-636
lines changed

.changeset/v3.17.0.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
"roo-cline": minor
3+
---
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!)

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@ Check out the [CHANGELOG](CHANGELOG.md) for detailed updates and fixes.
4949

5050
---
5151

52-
## 🎉 Roo Code 3.16 Released
52+
## 🎉 Roo Code 3.17 Released
5353

54-
Roo Code 3.16 brings new features and improvements based on your feedback!
54+
Roo Code 3.17 brings powerful new features and improvements based on your feedback!
5555

56-
- **Groq and Chutes API Providers** - Added support for Groq and Chutes API providers, expanding your model options.
57-
- **Clickable Code References** - Code references in model responses now navigate directly to source lines.
58-
- **MCP Stability Improvements** - Fixed several bugs to enhance the stability of MCP integrations.
59-
- **Accessibility Improvements** - Enhanced accessibility of Auto-Approve toggles and other UI elements.
56+
- **Implicit Caching for Gemini** - Gemini API calls are now automatically cached, reducing API costs.
57+
- **Smarter Mode Selection** - Mode definitions can now include guidance on when each mode should be used, enabling better orchestration.
58+
- **Intelligent Context Condensing** - Intelligently summarizes conversation history when context fills up instead of truncating (enable in Settings -> Experimental).
6059

6160
---
6261

locales/ca/README.md

Lines changed: 35 additions & 34 deletions
Large diffs are not rendered by default.

locales/de/README.md

Lines changed: 35 additions & 34 deletions
Large diffs are not rendered by default.

locales/es/README.md

Lines changed: 35 additions & 34 deletions
Large diffs are not rendered by default.

locales/fr/README.md

Lines changed: 35 additions & 34 deletions
Large diffs are not rendered by default.

locales/hi/README.md

Lines changed: 35 additions & 34 deletions
Large diffs are not rendered by default.

locales/it/README.md

Lines changed: 35 additions & 34 deletions
Large diffs are not rendered by default.

locales/ja/README.md

Lines changed: 35 additions & 34 deletions
Large diffs are not rendered by default.

locales/ko/README.md

Lines changed: 35 additions & 34 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)