Skip to content

Commit 861a866

Browse files
Changeset version bump (#4492)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich <[email protected]>
1 parent 0dede30 commit 861a866

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/free-squids-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Roo Code Changelog
22

3+
## [3.19.6] - 2025-06-09
4+
5+
- Replace explicit caching with implicit caching to reduce latency for Gemini models
6+
- Clarify that the default concurrent file read limit is 15 files (thanks @olearycrew!)
7+
- Fix copy button logic (thanks @samhvw8!)
8+
- Fade buttons on history preview if no interaction in progress (thanks @sachasayan!)
9+
- Allow MCP server refreshing, fix state changes in MCP server management UI view (thanks @taylorwilsdon!)
10+
- Remove unnecessary npx usage in some npm scripts (thanks @user202729!)
11+
- Bug fix for trailing slash error when using LiteLLM provider (thanks @kcwhite!)
12+
313
## [3.19.5] - 2025-06-05
414

515
- Fix Gemini 2.5 Pro Preview thinking budget bug

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.19.5",
6+
"version": "3.19.6",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)