From b75ea96bcce8f0125d7150d90c5258b6adbf59e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 17:47:30 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/four-impalas-work.md | 5 ----- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/four-impalas-work.md diff --git a/.changeset/four-impalas-work.md b/.changeset/four-impalas-work.md deleted file mode 100644 index da8b3a1668e..00000000000 --- a/.changeset/four-impalas-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.23.13 diff --git a/CHANGELOG.md b/CHANGELOG.md index 018b9330da5..30a15c9fe58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.23.13 + +### Patch Changes + +- v3.23.13 + ## [3.23.12] - 2025-07-15 - Update the max-token calculation in model-params to better support Kimi K2 and others diff --git a/src/package.json b/src/package.json index 7b3c6a26cc0..71e9e5c3f40 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.23.12", + "version": "3.23.13", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 37c3f3294a8940e7ee41cf602a134576b4ed4045 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Thu, 17 Jul 2025 11:00:46 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a15c9fe58..734e4e21aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,21 @@ # Roo Code Changelog -## 3.23.13 - -### Patch Changes - -- v3.23.13 +## [3.23.13] - 2025-07-17 + +- Add the ability to "undo" enhance prompt changes +- Fix a bug where the path component of the baseURL for the LiteLLM provider contains path in it (thanks @ChuKhaLi) +- Add support for Vertex AI model name formatting when using Claude Code with Vertex AI (thanks @janaki-sasidhar) +- The list-files tool must include at least the first-level directory contents (thanks @qdaxb) +- Add a configurable limit that controls both consecutive errors and tool repetitions (thanks @MuriloFP) +- Add `.terraform/` and `.terragrunt-cache/` directories to the checkpoint exclusion patterns (thanks @MuriloFP) +- Increase Ollama API timeout values (thanks @daniel-lxs) +- Fix an issue where you need to "discard changes" before saving even though there are no settings changes +- Fix `DirectoryScanner` memory leak and improve file limit handling (thanks @daniel-lxs) +- Fix time formatting in environment (thanks @chrarnoldus) +- Prevent empty mode names from being saved (thanks @daniel-lxs) +- Improve auto-approve checkbox UX +- Improve the chat message edit / delete functionality (thanks @liwilliam2021) +- Add `commandExecutionTimeout` to `GlobalSettings` ## [3.23.12] - 2025-07-15