chore: add changeset for v3.23.18 (#6109)

This commit is contained in:
Matt Rubens 2025-07-23 09:04:14 -04:00 committed by GitHub
parent 3e89b06f25
commit a197c859f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.changeset/v3.23.18.md Normal file
View file

@ -0,0 +1,8 @@
---
"roo-cline": patch
---
- Fix: Resolve 'Bad substitution' error in command parsing (#5978 by @KJ7LNW, PR by @daniel-lxs)
- Fix: Add ErrorBoundary component for better error handling (#5731 by @elianiva, PR by @KJ7LNW)
- Fix: Todo list toggle not working (thanks @chrarnoldus!)
- Improve: Use SIGKILL for command execution timeouts in the "execa" variant (thanks @cte!)