Compare commits

...

5 commits

Author SHA1 Message Date
Chris Estreich
7ff4c35040
Update CHANGELOG.md 2025-04-18 15:11:45 -07:00
Chris Estreich
e6b0b9a113
Update CHANGELOG.md 2025-04-18 15:11:16 -07:00
Chris Estreich
4719a07b27
Update CHANGELOG.md 2025-04-18 15:10:15 -07:00
Chris Estreich
055521f1e3
Update CHANGELOG.md 2025-04-18 15:06:23 -07:00
github-actions[bot]
8e27807ae0 changeset version bump 2025-04-18 21:56:56 +00:00
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",