-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Release v3.25.6 #6578
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
Release v3.25.6 #6578
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,7 @@ | ||
| --- | ||
| "roo-cline": patch | ||
| --- | ||
|
|
||
| - Add support for syncing provider profiles from the cloud (thanks @jr!) | ||
|
Contributor
Author
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. The attribution is great, but it might be helpful to clarify which contributor worked on which feature. For example:
This would make the changelog more informative for users checking who to thank for specific features. |
||
| - Set horizon-beta model max tokens to 32k for OpenRouter (requested by @hannesrudolph, PR by @app/roomote) | ||
| - Bump @roo-code/types to v1.41.0 (thanks @app/roomote!) | ||
|
Contributor
Author
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. I notice this PR only contains the changeset file. Are the actual implementations for these three features already merged to main? If so, this follows the standard changeset workflow perfectly. If not, should we expect those changes to be added to this PR? |
||
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.
Is this filename convention intentional for release PRs? Typically changesets use descriptive names like rather than version numbers. Just curious if this is a special pattern for release preparation!