diff --git a/docs/update-notes/index.md b/docs/update-notes/index.md index b87e0025..1428a95e 100644 --- a/docs/update-notes/index.md +++ b/docs/update-notes/index.md @@ -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) diff --git a/docs/update-notes/v3.29.5.mdx b/docs/update-notes/v3.29.5.mdx new file mode 100644 index 00000000..b9006a36 --- /dev/null +++ b/docs/update-notes/v3.29.5.mdx @@ -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)) \ No newline at end of file diff --git a/sidebars.ts b/sidebars.ts index c97ff2ec..8ce0bc45 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -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' },