Compare commits

...

2 commits

Author SHA1 Message Date
Chris Estreich
702e5a5b63
Update CHANGELOG.md 2025-04-24 16:40:22 -07:00
github-actions[bot]
bf5731e754 changeset version bump 2025-04-24 23:35:19 +00:00
5 changed files with 10 additions and 13 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Enable prompt caching for Gemini (with some improvements)

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Allow users to turn prompt caching on / off for Gemini 2.5 on OpenRouter

View file

@ -1,5 +1,12 @@
# Roo Code Changelog # Roo Code Changelog
## [3.14.2] - 2025-04-24
- Enable prompt caching for Gemini (with some improvements)
- Allow users to turn prompt caching on / off for Gemini 2.5 on OpenRouter
- Compress terminal output with backspace characters (thanks @KJ7LNW)
- Add Russian language (Спасибо @asychin)
## [3.14.1] - 2025-04-24 ## [3.14.1] - 2025-04-24
- Disable Gemini caching while we investigate issues reported by the community. - Disable Gemini caching while we investigate issues reported by the community.

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "roo-cline", "name": "roo-cline",
"version": "3.14.1", "version": "3.14.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "roo-cline", "name": "roo-cline",
"version": "3.14.1", "version": "3.14.2",
"dependencies": { "dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/bedrock-sdk": "^0.10.2",
"@anthropic-ai/sdk": "^0.37.0", "@anthropic-ai/sdk": "^0.37.0",

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%", "displayName": "%extension.displayName%",
"description": "%extension.description%", "description": "%extension.description%",
"publisher": "RooVeterinaryInc", "publisher": "RooVeterinaryInc",
"version": "3.14.1", "version": "3.14.2",
"icon": "assets/icons/icon.png", "icon": "assets/icons/icon.png",
"galleryBanner": { "galleryBanner": {
"color": "#617A91", "color": "#617A91",