Changeset version bump (#2768)

* changeset version bump

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Estreich <cestreich@gmail.com>
This commit is contained in:
R00-B0T 2025-04-18 17:39:24 -07:00 committed by GitHub
parent 2a5d472f0d
commit b8b90737fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 19 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Move executeCommand out of Cline and add telemetry for shell integration errors

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Support Gemini 2.5 Flash thinking mode

View file

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

View file

@ -1,12 +1,19 @@
# Roo Code Changelog
## [3.13.1] - 2025-04-18
- Support Gemini 2.5 Flash thinking mode (thanks @monotykamary)
- Make auto-approval toggle on/off states more obvious (thanks @sachasayan)
- Add telemetry for shell integration errors
- Fix the path of files dragging into the chat textarea on Windows (thanks @NyxJae)
## [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
- Make diff edits more resilient to models passing in incorrect parameters
## [3.12.3] - 2025-04-17

4
package-lock.json generated
View file

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