We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28d40d commit d7ea6d6Copy full SHA for d7ea6d6
.changeset/v3.29.5.md
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Roo Code Changelog
2
3
+## [3.29.5] - 2025-11-01
4
+
5
+- Fix: Resolve Qdrant codebase_search error by adding keyword index for type field (#8963 by @rossdonald, PR by @app/roomote)
6
+- Fix cost and token tracking between provider styles to ensure accurate usage metrics (thanks @mrubens!)
7
8
## [3.29.4] - 2025-10-30
9
10
- Feat: Add Minimax Provider (thanks @Maosghoul!)
src/package.json
@@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
- "version": "3.29.4",
+ "version": "3.29.5",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
0 commit comments