Compare commits

...

4 commits

Author SHA1 Message Date
Matt Rubens
3f640dde2b
Update package-lock.json 2025-04-18 02:37:07 -04:00
Matt Rubens
56fd16a285
Update package.json 2025-04-18 02:36:45 -04:00
Matt Rubens
f286d23c8c
Update CHANGELOG.md 2025-04-18 02:36:30 -04:00
github-actions[bot]
cc26a1f9a7 changeset version bump 2025-04-18 06:30:11 +00:00
6 changed files with 11 additions and 18 deletions

View file

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

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add missing translation

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Clean up types related to tools

View file

@ -1,5 +1,13 @@
# Roo Code Changelog
## [3.13.0] - 2025-04-17
- UI improvements to task header, chat view, history preview, and welcome view (thanks @sachasayan!)
- Add append_to_file tool for appending content to files (thanks @samhvw8!)
- Add Gemini 2.5 Flash Preview to Gemini and Vertex providers (thanks @nbihan-mediware!)
- Fix image support in Bedrock (thanks @Smartsheet-JB-Brown!)
- Make diff edits more resilient to models passing in incorrect parameters
## [3.12.3] - 2025-04-17
- Fix character escaping issues in Gemini diff edits

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "roo-cline",
"version": "3.12.3",
"version": "3.13.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "roo-cline",
"version": "3.12.3",
"version": "3.13.0",
"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.12.3",
"version": "3.13.0",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",