-
Notifications
You must be signed in to change notification settings - Fork 2.7k
chore: add changeset for v3.26.1 #7459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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!) | ||
| - Enable on-disk storage for Qdrant vectors and HNSW index for improved performance (thanks @daniel-lxs!) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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!) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
There was a problem hiding this comment.
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.