changeset version bump

This commit is contained in:
github-actions[bot] 2025-04-24 16:25:58 +00:00
parent d46a9b484c
commit 3936b08160
5 changed files with 11 additions and 14 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Disable Gemini prompt caching

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
v3.14.1

View file

@ -1,5 +1,12 @@
# Roo Code Changelog
## 3.14.1
### Patch Changes
- Disable Gemini prompt caching
- v3.14.1
## [3.14.1] - 2025-04-24
- Disable Gemini caching while we investigate issues reported by the community.
@ -12,7 +19,7 @@
- Make the list_files tool more efficient and smarter about excluding directories like .git/
- Fix file drag and drop on Windows and when using SSH tunnels (thanks @NyxJae!)
- Correctly revert changes and suggest alternative tools when write_to_file fails on a missing line count
- Allow interpolation of `workspace`, `mode`, `language`, `shell`, and `operatingSystem` into custom system prompt overrides (thanks @daniel-lxs!)
- Allow interpolation of `workspace`, `mode`, `language`, `shell`, and `operatingSystem` into custom system prompt overrides (thanks @daniel-lxs!)
- Fix interpolation bug in the “add to context” code action (thanks @elianiva!)
- Preserve editor state and prevent tab unpinning during diffs (thanks @seedlord!)
- Improvements to icon rendering on Linux (thanks @elianiva!)

4
package-lock.json generated
View file

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

View file

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