Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/update-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ image: /img/social-share.jpg
### Version 3.29

* [3.29](/update-notes/v3.29) (Combined)
* [3.29.5](/update-notes/v3.29.5) (2025-11-01)
* [3.29.4](/update-notes/v3.29.4) (2025-10-31)
* [3.29.3](/update-notes/v3.29.3) (2025-10-28)
* [3.29.2](/update-notes/v3.29.2) (2025-10-27)
Expand Down
19 changes: 19 additions & 0 deletions docs/update-notes/v3.29.5.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
description: Reliability fixes for code search with Qdrant and more accurate cost/token usage metrics across providers.
keywords:
- roo code 3.29.5
- bug fixes
- qdrant
- codebase search
image: /img/social-share.jpg
---

# Roo Code 3.29.5 Release Notes (2025-11-01)

This patch improves code search reliability with Qdrant and ensures accurate usage and cost reporting across providers.


## Bug Fixes

* 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))
* 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))
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ const sidebars: SidebarsConfig = {
label: '3.29',
items: [
{ type: 'doc', id: 'update-notes/v3.29', label: '3.29 Combined' },
{ type: 'doc', id: 'update-notes/v3.29.5', label: '3.29.5' },
{ type: 'doc', id: 'update-notes/v3.29.4', label: '3.29.4' },
{ type: 'doc', id: 'update-notes/v3.29.3', label: '3.29.3' },
{ type: 'doc', id: 'update-notes/v3.29.2', label: '3.29.2' },
Expand Down