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
6 changes: 0 additions & 6 deletions .changeset/v3.29.5.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Roo Code Changelog

## [3.29.5] - 2025-11-01

- Fix: Resolve Qdrant codebase_search error by adding keyword index for type field (#8963 by @rossdonald, PR by @app/roomote)
- Fix cost and token tracking between provider styles to ensure accurate usage metrics (thanks @mrubens!)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changeset file contained two patch changes, but only one appears in the CHANGELOG. The deleted .changeset/v3.29.5.md file included:

  1. Fix: Resolve Qdrant codebase_search error ([BUG] Bad request: Index required but not found for \"type\" of one of the following types: [keyword] code indexing #8963)
  2. Fix cost and token tracking between provider styles (thanks @mrubens!)

However, the CHANGELOG entry only includes the first fix. The second fix about cost and token tracking is missing, making the release notes incomplete. Both fixes should be documented in the CHANGELOG for version 3.29.5.

## [3.29.4] - 2025-10-30

- Feat: Add Minimax Provider (thanks @Maosghoul!)
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading