mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
changeset version bump
This commit is contained in:
parent
d46a9b484c
commit
3936b08160
5 changed files with 11 additions and 14 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Disable Gemini prompt caching
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
v3.14.1
|
||||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue