Compare commits

...

2 commits

Author SHA1 Message Date
Chris Estreich
28c2945ab8
Update CHANGELOG.md 2025-04-24 09:27:21 -07:00
github-actions[bot]
3936b08160 changeset version bump 2025-04-24 16:25:58 +00:00
5 changed files with 4 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

@ -12,7 +12,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",