Skip to content

Commit 2c148c1

Browse files
ctemehmetsunkur
authored andcommitted
chore: prepare for v3.16.0 release (RooCodeInc#3214)
1 parent eb2b67d commit 2c148c1

File tree

36 files changed

+776
-703
lines changed

36 files changed

+776
-703
lines changed

.changeset/v3.16.0.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
"roo-cline": minor
3+
---
4+
5+
## New Features
6+
7+
- Add Groq and Chutes API providers (thanks @shariqriazz!)
8+
- Clickable code references in model responses navigate to source lines (thanks @KJ7LNW!)
9+
10+
## Improvements
11+
12+
- Organize provider settings into separate components (thanks @cte!)
13+
- Move remaining provider settings into separate components (thanks @cte!)
14+
- Use Lucide icons and translations in the code block (thanks @mrubens!)
15+
- Improve accessibility of Auto-Approve Toggles (thanks @Deon588!)
16+
- Add support for tests that use ESM libraries (thanks @cte!)
17+
18+
## Fixes
19+
20+
- Requesty provider fixes (thanks @dtrugman!)
21+
- Fix migration and persistence of modeApiConfigs for per-mode API profiles (thanks @alasano!)
22+
23+
## Code Quality
24+
25+
- Webview message handler + terminal settings cleanup (thanks @cte!)
26+
- Tidy up the Cline class (thanks @cte!)
27+
- Move environment details to a separate module, add tests (thanks @cte!)

README.md

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

5050
---
5151

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

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

56-
- **Prompt Caching for Vertex** - Vertex AI now supports prompt caching, improving response times and reducing API costs.
57-
- **Terminal Fallback** - Implemented a fallback mechanism when VSCode terminal shell integration fails, ensuring more reliable terminal operations.
58-
- **Improved Code Snippets** - Enhanced code snippet rendering and interaction in the chat interface for better readability and usability.
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.
5960

6061
---
6162

locales/ca/README.md

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

locales/de/README.md

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

locales/es/README.md

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

locales/fr/README.md

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

locales/hi/README.md

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

locales/it/README.md

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

locales/ja/README.md

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

locales/ko/README.md

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

0 commit comments

Comments
 (0)