Compare commits

...

3 commits

Author SHA1 Message Date
Chris Estreich
936712b20b
Update CHANGELOG.md 2025-05-04 18:02:36 -07:00
R00-B0T
23655bdb5d Updating CHANGELOG.md format 2025-05-04 20:21:55 +00:00
github-actions[bot]
73f813ff04 changeset version bump 2025-05-04 20:21:20 +00:00
4 changed files with 8 additions and 8 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Update @google/genai to 0.12

View file

@ -1,5 +1,10 @@
# Roo Code Changelog # Roo Code Changelog
## [3.15.5] - 2025-05-05
- Update @google/genai to 0.12 (includes some streaming completion bug fixes)
- Rendering performance improvements for code blocks in chat (thanks @KJ7LNW)
## [3.15.4] - 2025-05-04 ## [3.15.4] - 2025-05-04
- Fix a nasty bug that would cause Roo Code to hang, particularly in orchestrator mode - Fix a nasty bug that would cause Roo Code to hang, particularly in orchestrator mode

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "roo-cline", "name": "roo-cline",
"version": "3.15.4", "version": "3.15.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "roo-cline", "name": "roo-cline",
"version": "3.15.4", "version": "3.15.5",
"dependencies": { "dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/bedrock-sdk": "^0.10.2",
"@anthropic-ai/sdk": "^0.37.0", "@anthropic-ai/sdk": "^0.37.0",

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%", "displayName": "%extension.displayName%",
"description": "%extension.description%", "description": "%extension.description%",
"publisher": "RooVeterinaryInc", "publisher": "RooVeterinaryInc",
"version": "3.15.4", "version": "3.15.5",
"icon": "assets/icons/icon.png", "icon": "assets/icons/icon.png",
"galleryBanner": { "galleryBanner": {
"color": "#617A91", "color": "#617A91",