From 26c4ee2a5d2826931d73c87ba97ec34a3e284f53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 04:37:33 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/brown-insects-start.md | 5 ----- .changeset/v3.24.0.md | 17 ----------------- CHANGELOG.md | 10 ++++++++++ src/package.json | 2 +- 4 files changed, 11 insertions(+), 23 deletions(-) delete mode 100644 .changeset/brown-insects-start.md delete mode 100644 .changeset/v3.24.0.md diff --git a/.changeset/brown-insects-start.md b/.changeset/brown-insects-start.md deleted file mode 100644 index 02fe83d0d44..00000000000 --- a/.changeset/brown-insects-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Kick off release diff --git a/.changeset/v3.24.0.md b/.changeset/v3.24.0.md deleted file mode 100644 index 1b0f58a2aca..00000000000 --- a/.changeset/v3.24.0.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"roo-cline": minor ---- - -- Add Hugging Face provider with support for open source models (thanks @TGlide!) -- Add terminal command permissions UI to chat interface -- Add support for Agent Rules standard via AGENTS.md (thanks @sgryphon!) -- Add settings to control diagnostic messages -- Fix auto-approve checkbox to be toggled at any time (thanks @KJ7LNW!) -- Add efficiency warning for single SEARCH/REPLACE blocks in apply_diff (thanks @KJ7LNW!) -- Fix respect maxReadFileLine setting for file mentions to prevent context exhaustion (thanks @sebinseban!) -- Fix Ollama API URL normalization by removing trailing slashes (thanks @Naam!) -- Fix restore list styles for markdown lists in chat interface (thanks @village-way!) -- Add support for bedrock api keys -- Add confirmation dialog and proper cleanup for marketplace mode removal -- Fix cancel auto-approve timer when editing follow-up suggestion (thanks @hassoncs!) -- Fix add error message when no workspace folder is open for code indexing diff --git a/CHANGELOG.md b/CHANGELOG.md index e34a65dbeed..771d687f9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Roo Code Changelog +## 3.24.0 + +### Minor Changes + +- - Add Hugging Face provider with support for open source models (thanks @TGlide!) + +### Patch Changes + +- Kick off release + ## [3.23.19] - 2025-07-23 - Add Roo Code Cloud Waitlist CTAs (thanks @brunobergher!) diff --git a/src/package.json b/src/package.json index c816837bb71..61b8059e104 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.23.19", + "version": "3.24.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From d31fb0dd24e34d219c5d681fef7fdf170ee54072 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 26 Jul 2025 00:41:33 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771d687f9ff..9892ca1cc55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,20 @@ # Roo Code Changelog -## 3.24.0 - -### Minor Changes - -- - Add Hugging Face provider with support for open source models (thanks @TGlide!) - -### Patch Changes - -- Kick off release +## [3.24.0] - 2025-07-25 + +- Add Hugging Face provider with support for open source models (thanks @TGlide!) +- Add terminal command permissions UI to chat interface +- Add support for Agent Rules standard via AGENTS.md (thanks @sgryphon!) +- Add settings to control diagnostic messages +- Fix auto-approve checkbox to be toggled at any time (thanks @KJ7LNW!) +- Add efficiency warning for single SEARCH/REPLACE blocks in apply_diff (thanks @KJ7LNW!) +- Fix respect maxReadFileLine setting for file mentions to prevent context exhaustion (thanks @sebinseban!) +- Fix Ollama API URL normalization by removing trailing slashes (thanks @Naam!) +- Fix restore list styles for markdown lists in chat interface (thanks @village-way!) +- Add support for bedrock api keys +- Add confirmation dialog and proper cleanup for marketplace mode removal +- Fix cancel auto-approve timer when editing follow-up suggestion (thanks @hassoncs!) +- Fix add error message when no workspace folder is open for code indexing ## [3.23.19] - 2025-07-23