chore: add changeset for v3.26.1 (#7459)

This commit is contained in:
Matt Rubens 2025-08-27 13:15:10 -04:00 committed by GitHub
parent c479678d8e
commit 46b6fdd21e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.changeset/v3.26.1.md Normal file
View file

@ -0,0 +1,8 @@
---
"roo-cline": patch
---
- Add Vercel AI Gateway provider integration (thanks @joshualipman123!)
- Enable on-disk storage for Qdrant vectors and HNSW index for improved performance (thanks @daniel-lxs!)
- Fix: Remove duplicate cache display in task header (thanks @mrubens!)
- Random chat text area cleanup for better UI experience (thanks @cte!)