Skip to content
Merged
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: 6 additions & 0 deletions .changeset/v3.29.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"roo-cline": patch
---

- 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!)
Comment on lines +5 to +6
Copy link

Choose a reason for hiding this comment

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

The changeset summary lines start with - but the changelog generator prepends - to the first line (see .changeset/changelog-config.js), which will result in double-dash formatting (- - Fix:) in the generated changelog. Additionally, since getReleaseLine only extracts the first line, the second fix about cost/token tracking will be omitted from the changelog. Consider either removing the leading dashes from both lines, or combining both fixes into a single line if both should appear in the changelog.