Skip to content

Commit 3936b08

Browse files
changeset version bump
1 parent d46a9b4 commit 3936b08

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed

.changeset/shaggy-turtles-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-baboons-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Roo Code Changelog
22

3+
## 3.14.1
4+
5+
### Patch Changes
6+
7+
- Disable Gemini prompt caching
8+
- v3.14.1
9+
310
## [3.14.1] - 2025-04-24
411

512
- Disable Gemini caching while we investigate issues reported by the community.
@@ -12,7 +19,7 @@
1219
- Make the list_files tool more efficient and smarter about excluding directories like .git/
1320
- Fix file drag and drop on Windows and when using SSH tunnels (thanks @NyxJae!)
1421
- Correctly revert changes and suggest alternative tools when write_to_file fails on a missing line count
15-
- Allow interpolation of `workspace`, `mode`, `language`, `shell`, and `operatingSystem` into custom system prompt overrides (thanks @daniel-lxs!)
22+
- Allow interpolation of `workspace`, `mode`, `language`, `shell`, and `operatingSystem` into custom system prompt overrides (thanks @daniel-lxs!)
1623
- Fix interpolation bug in the “add to context” code action (thanks @elianiva!)
1724
- Preserve editor state and prevent tab unpinning during diffs (thanks @seedlord!)
1825
- Improvements to icon rendering on Linux (thanks @elianiva!)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.14.0",
6+
"version": "3.14.1",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)