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
8 changes: 8 additions & 0 deletions .changeset/v3.26.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"roo-cline": patch
---

- Add Vercel AI Gateway provider integration (thanks @joshualipman123!)
Copy link
Contributor

Choose a reason for hiding this comment

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

For future changesets, consider standardizing the contributor attribution format. Currently there's a mix:

Using consistent GitHub usernames would make it easier to track contributions.

- Enable on-disk storage for Qdrant vectors and HNSW index for improved performance (thanks @daniel-lxs!)
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider adding PR numbers for better traceability, e.g.:

This would help readers quickly find the implementation details for each change.

- Fix: Remove duplicate cache display in task header (thanks @mrubens!)
- Random chat text area cleanup for better UI experience (thanks @cte!)
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this description be more specific? What aspects of the chat text area were cleaned up? Was it styling, behavior, or code structure? More detail would help users understand the impact of this change.

Loading