From 5b47dd5719b3a13319fd373eeb1cef74cc0b11e5 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 18 Jul 2025 20:14:14 -0400 Subject: [PATCH] chore: add changeset for v3.23.15 patch release --- .changeset/v3.23.15.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/v3.23.15.md diff --git a/.changeset/v3.23.15.md b/.changeset/v3.23.15.md new file mode 100644 index 00000000000..d04566a1301 --- /dev/null +++ b/.changeset/v3.23.15.md @@ -0,0 +1,11 @@ +--- +"roo-cline": patch +--- + +- Fix configurable delay for diagnostics to prevent premature error reporting +- Add command timeout allowlist +- Add description and whenToUse fields to custom modes in .roomodes (thanks @RandalSchwartz!) +- Fix Claude model detection by name for API protocol selection (thanks @daniel-lxs!) +- Move marketplace icon from overflow menu to top navigation +- Optional setting to prevent completion with open todos +- Added YouTube to website footer (thanks @thill2323!)