Skip to content

Commit 075b9c3

Browse files
committed
docs(update-notes): add v3.29.5 release notes
Includes fixes: Qdrant codebase_search reliability (#8964) and accurate cost/token tracking (#8954). Updates index and sidebar.
1 parent f31d2fc commit 075b9c3

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ image: /img/social-share.jpg
2020
### Version 3.29
2121

2222
* [3.29](/update-notes/v3.29) (Combined)
23+
* [3.29.5](/update-notes/v3.29.5) (2025-11-01)
2324
* [3.29.4](/update-notes/v3.29.4) (2025-10-31)
2425
* [3.29.3](/update-notes/v3.29.3) (2025-10-28)
2526
* [3.29.2](/update-notes/v3.29.2) (2025-10-27)

docs/update-notes/v3.29.5.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
description: Reliability fixes for code search with Qdrant and more accurate cost/token usage metrics across providers.
3+
keywords:
4+
- roo code 3.29.5
5+
- bug fixes
6+
- qdrant
7+
- codebase search
8+
image: /img/social-share.jpg
9+
---
10+
11+
# Roo Code 3.29.5 Release Notes (2025-11-01)
12+
13+
This patch improves code search reliability with Qdrant and ensures accurate usage and cost reporting across providers.
14+
15+
16+
## Bug Fixes
17+
18+
* Qdrant codebase_search reliability: Indexes the type field to prevent errors when using Qdrant hosted instances (thanks rossdonald!) ([#8964](https://github.com/RooCodeInc/Roo-Code/pull/8964))
19+
* Accurate cost and token tracking across providers: Ensures consistent usage metrics and billing in Roo Code Cloud dashboards ([#8954](https://github.com/RooCodeInc/Roo-Code/pull/8954))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ const sidebars: SidebarsConfig = {
223223
label: '3.29',
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.29', label: '3.29 Combined' },
226+
{ type: 'doc', id: 'update-notes/v3.29.5', label: '3.29.5' },
226227
{ type: 'doc', id: 'update-notes/v3.29.4', label: '3.29.4' },
227228
{ type: 'doc', id: 'update-notes/v3.29.3', label: '3.29.3' },
228229
{ type: 'doc', id: 'update-notes/v3.29.2', label: '3.29.2' },

0 commit comments

Comments
 (0)