Skip to content

Commit 97250a5

Browse files
Add 3.21.5 release notes and update sidebar (#236)
1 parent 9bd7d40 commit 97250a5

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This section contains notes about recent updates to Roo Code, listed by version
55

66
## Version 3.21
77

8+
* [3.21.5](/update-notes/v3.21.5) (2025-06-23)
89
* [3.21.4](/update-notes/v3.21.4) (2025-06-23)
910
* [3.21.3](/update-notes/v3.21.3) (2025-06-21)
1011
* [3.21.2](/update-notes/v3.21.2) (2025-06-21)

docs/update-notes/v3.21.5.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Roo Code 3.21.5 Release Notes (2025-06-23)
2+
3+
This patch release fixes issues with QdrantClient URL handling, improves LM Studio model detection, and resolves Claude Code JSON parsing issues.
4+
5+
## Bug Fixes
6+
7+
* **Qdrant Vector Store**: Fixed URL prefix handling during QdrantClient initialization for deployments with path prefixes (thanks CW-B-W!) ([#5033](https://github.com/RooCodeInc/Roo-Code/pull/5033))
8+
* **Claude Code Provider**: Resolved JSON parsing issues and improved reasoning block display to show collapsible reasoning blocks instead of raw JSON (thanks hannesrudolph!) ([#5049](https://github.com/RooCodeInc/Roo-Code/pull/5049))
9+
* **LM Studio**: Improved model detection to display all downloaded models instead of only currently loaded models (thanks daniel-lxs!) ([#5047](https://github.com/RooCodeInc/Roo-Code/pull/5047))

docs/update-notes/v3.21.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ Added support for reading Excel (.xlsx) files in tools ([#4751](https://github.c
6868

6969
## Bug Fixes
7070

71+
* **Qdrant Vector Store**: Fixed URL prefix handling during QdrantClient initialization for deployments with path prefixes (thanks CW-B-W!) ([#5033](https://github.com/RooCodeInc/Roo-Code/pull/5033))
72+
* **Claude Code Provider**: Resolved JSON parsing issues and improved reasoning block display to show collapsible reasoning blocks instead of raw JSON ([#5049](https://github.com/RooCodeInc/Roo-Code/pull/5049))
73+
* **LM Studio**: Improved model detection to display all downloaded models instead of only currently loaded models (thanks daniel-lxs!) ([#5047](https://github.com/RooCodeInc/Roo-Code/pull/5047))
7174
* **Apply Diff Accuracy**: Fixed start line parameter not working correctly when applying multiple file diffs (thanks samhvw8!) ([#5019](https://github.com/RooCodeInc/Roo-Code/pull/5019))
7275
* **Ollama Compatibility**: Resolved validation errors that prevented Ollama from working with certain models (thanks daniel-lxs, MartinHarding1998!) ([#5014](https://github.com/RooCodeInc/Roo-Code/pull/5014))
7376
* **Ollama & LM Studio Context Length**: The context length for models served by Ollama and LM Studio is now automatically detected and displayed correctly, so you no longer need to configure it manually (thanks thecolorblue, Fade78!) ([#4314](https://github.com/RooCodeInc/Roo-Code/pull/4314)).

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ const sidebars: SidebarsConfig = {
196196
label: '3.21',
197197
items: [
198198
{ type: 'doc', id: 'update-notes/v3.21', label: '3.21 Combined' },
199+
{ type: 'doc', id: 'update-notes/v3.21.5', label: '3.21.5' },
199200
{ type: 'doc', id: 'update-notes/v3.21.4', label: '3.21.4' },
200201
{ type: 'doc', id: 'update-notes/v3.21.3', label: '3.21.3' },
201202
{ type: 'doc', id: 'update-notes/v3.21.2', label: '3.21.2' },

0 commit comments

Comments
 (0)