From 861a8662153e506474c51b315bf372e2c59ee193 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:31:00 -0700 Subject: [PATCH] Changeset version bump (#4492) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich --- .changeset/free-squids-poke.md | 5 ----- CHANGELOG.md | 10 ++++++++++ src/package.json | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 .changeset/free-squids-poke.md diff --git a/.changeset/free-squids-poke.md b/.changeset/free-squids-poke.md deleted file mode 100644 index f7f01129bf..0000000000 --- a/.changeset/free-squids-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.19.6 diff --git a/CHANGELOG.md b/CHANGELOG.md index d34f318aa1..9929456037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Roo Code Changelog +## [3.19.6] - 2025-06-09 + +- Replace explicit caching with implicit caching to reduce latency for Gemini models +- Clarify that the default concurrent file read limit is 15 files (thanks @olearycrew!) +- Fix copy button logic (thanks @samhvw8!) +- Fade buttons on history preview if no interaction in progress (thanks @sachasayan!) +- Allow MCP server refreshing, fix state changes in MCP server management UI view (thanks @taylorwilsdon!) +- Remove unnecessary npx usage in some npm scripts (thanks @user202729!) +- Bug fix for trailing slash error when using LiteLLM provider (thanks @kcwhite!) + ## [3.19.5] - 2025-06-05 - Fix Gemini 2.5 Pro Preview thinking budget bug diff --git a/src/package.json b/src/package.json index 0c9470042c..2e006136f2 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.19.5", + "version": "3.19.6", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",