mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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:
parent
2a5d472f0d
commit
b8b90737fa
6 changed files with 11 additions and 19 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Move executeCommand out of Cline and add telemetry for shell integration errors
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Support Gemini 2.5 Flash thinking mode
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
v3.13.1
|
||||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue