From a197c859f0b33c4a550efc41e6f87f2baa4a20d2 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 23 Jul 2025 09:04:14 -0400 Subject: [PATCH] chore: add changeset for v3.23.18 (#6109) --- .changeset/v3.23.18.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/v3.23.18.md diff --git a/.changeset/v3.23.18.md b/.changeset/v3.23.18.md new file mode 100644 index 0000000000..733170757d --- /dev/null +++ b/.changeset/v3.23.18.md @@ -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!)