Skip to content

Commit 88f1af2

Browse files
Changeset version bump (#5829)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich <[email protected]>
1 parent 4b1c902 commit 88f1af2

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

.changeset/four-impalas-work.md

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

CHANGELOG.md

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

3+
## [3.23.13] - 2025-07-17
4+
5+
- Add the ability to "undo" enhance prompt changes
6+
- Fix a bug where the path component of the baseURL for the LiteLLM provider contains path in it (thanks @ChuKhaLi)
7+
- Add support for Vertex AI model name formatting when using Claude Code with Vertex AI (thanks @janaki-sasidhar)
8+
- The list-files tool must include at least the first-level directory contents (thanks @qdaxb)
9+
- Add a configurable limit that controls both consecutive errors and tool repetitions (thanks @MuriloFP)
10+
- Add `.terraform/` and `.terragrunt-cache/` directories to the checkpoint exclusion patterns (thanks @MuriloFP)
11+
- Increase Ollama API timeout values (thanks @daniel-lxs)
12+
- Fix an issue where you need to "discard changes" before saving even though there are no settings changes
13+
- Fix `DirectoryScanner` memory leak and improve file limit handling (thanks @daniel-lxs)
14+
- Fix time formatting in environment (thanks @chrarnoldus)
15+
- Prevent empty mode names from being saved (thanks @daniel-lxs)
16+
- Improve auto-approve checkbox UX
17+
- Improve the chat message edit / delete functionality (thanks @liwilliam2021)
18+
- Add `commandExecutionTimeout` to `GlobalSettings`
19+
320
## [3.23.12] - 2025-07-15
421

522
- Update the max-token calculation in model-params to better support Kimi K2 and others

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.23.12",
6+
"version": "3.23.13",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)