From 0767f0ada23c9471de7609219cd414bd873cd628 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 23 Jun 2025 14:59:00 -0400 Subject: [PATCH] chore: add changeset for v3.21.5 patch release --- .changeset/v3.21.5.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/v3.21.5.md diff --git a/.changeset/v3.21.5.md b/.changeset/v3.21.5.md new file mode 100644 index 0000000000..85e70af328 --- /dev/null +++ b/.changeset/v3.21.5.md @@ -0,0 +1,7 @@ +--- +"roo-cline": patch +--- + +- Fix Qdrant URL prefix handling for QdrantClient initialization (thanks @CW-B-W!) +- Improve LM Studio model detection to show all downloaded models (thanks @daniel-lxs!) +- Resolve Claude Code provider JSON parsing and reasoning block display