Skip to content

Commit 714fafd

Browse files
Changeset version bump (#6111)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
1 parent 637ba34 commit 714fafd

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.changeset/v3.23.18.md

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

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Roo Code Changelog
22

3+
## [3.23.18] - 2025-07-23
4+
5+
- Fix: Resolve 'Bad substitution' error in command parsing (#5978 by @KJ7LNW, PR by @daniel-lxs)
6+
- Fix: Add ErrorBoundary component for better error handling (#5731 by @elianiva, PR by @KJ7LNW)
7+
- Fix: Todo list toggle not working (thanks @chrarnoldus!)
8+
- Improve: Use SIGKILL for command execution timeouts in the "execa" variant (thanks @cte!)
9+
310
## [3.23.17] - 2025-07-22
411

512
- Add: todo list tool enable checkbox to provider advanced settings
613
- Add: Moonshot provider (thanks @CellenLee!)
7-
- Add: Qwen/Qwen3-235B-A22B-Instruct-2507 model to Chutes AI provider
14+
- Add: Qwen/Qwen3-235B-A22B-Instruct-2507 model to Chutes AI provider
815
- Fix: move context condensing prompt to Prompts section (thanks @SannidhyaSah!)
916
- Add: jump icon for newly created files
1017
- Fix: add character limit to prevent terminal output context explosion

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

0 commit comments

Comments
 (0)