Skip to content

Commit b6940f3

Browse files
committed
v3.15.0
1 parent e975e30 commit b6940f3

File tree

34 files changed

+593
-536
lines changed

34 files changed

+593
-536
lines changed

.changeset/v3.15.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+
# Changelog: v3.14.3 → v3.15.0
6+
7+
## 🚀 Features
8+
9+
- **Prompt caching for Vertex**: Added prompt caching support for Vertex AI, improving response times and reducing API costs (thanks @arafatkatze!)
10+
- **Terminal fallback when VSCode terminal shell integration fails**: Implemented a fallback mechanism when VSCode terminal shell integration is unavailable, ensuring more reliable terminal operations
11+
- **Improved code snippets in chat**: Enhanced code snippet rendering and interaction in the chat interface for better readability and usability
12+
13+
## 🔧 Fixes
14+
15+
- Fixed unit test set-up and CI workflow (thanks @BarreiroT!)
16+
- Lowered the Gemini Caching TTL time to 15 minutes for better performance (thanks @arafatkatze!)
17+
- Fixed output calculation by setting the default output cost (thanks @BarreiroT!)
18+
19+
## ⚙️ Internal Changes
20+
21+
- Added OpenRouter balance display next to provider (thanks @arafatkatze!)
22+
- Added support for custom timeout configuration (thanks @WingsDrafterwork!)
23+
- Improved Markdown copy functionality (thanks @weshoke!)
24+
- Added Java options to protobufs (thanks @sjf!)
25+
- Added PROTOBUS: addRemoteServer message (thanks @DaveFres!)
26+
- Expanded task header by default for better visibility (thanks @pashpashpash!)
27+
- Removed showMcpView message (thanks @celestial-vault!)

README.md

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

5050
---
5151

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

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

56-
- **Prompt Caching** - `gemini-2.5-pro-preview-03-25` now supports prompt caching in the Gemini provider (Vertex and OpenRouter coming soon).
57-
- **Improved Editing Tools** - The `search_and_replace` and `insert_content` tools have been improved and graduated from experimental status.
58-
- **Tons of Other Improvements** - Numerous fixes and enhancements throughout the extension.
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.
5959

6060
---
6161

locales/ca/README.md

Lines changed: 32 additions & 30 deletions
Large diffs are not rendered by default.

locales/de/README.md

Lines changed: 32 additions & 30 deletions
Large diffs are not rendered by default.

locales/es/README.md

Lines changed: 32 additions & 30 deletions
Large diffs are not rendered by default.

locales/fr/README.md

Lines changed: 32 additions & 30 deletions
Large diffs are not rendered by default.

locales/hi/README.md

Lines changed: 32 additions & 30 deletions
Large diffs are not rendered by default.

locales/it/README.md

Lines changed: 32 additions & 30 deletions
Large diffs are not rendered by default.

locales/ja/README.md

Lines changed: 32 additions & 30 deletions
Large diffs are not rendered by default.

locales/ko/README.md

Lines changed: 32 additions & 30 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)