-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Bump cloud to 0.25.0 #7475
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
Bump cloud to 0.25.0 #7475
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -429,7 +429,7 @@ | |
| "@mistralai/mistralai": "^1.9.18", | ||
| "@modelcontextprotocol/sdk": "^1.9.0", | ||
| "@qdrant/js-client-rest": "^1.14.0", | ||
| "@roo-code/cloud": "^0.24.0", | ||
| "@roo-code/cloud": "^0.25.0", | ||
|
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. Have you verified that existing functionality works correctly with v0.25.0? Given that this package is imported in 18+ files across the codebase, it would be good to confirm compatibility - particularly for CloudService, authentication flows, and organization management features. |
||
| "@roo-code/ipc": "workspace:^", | ||
| "@roo-code/telemetry": "workspace:^", | ||
| "@roo-code/types": "workspace:^", | ||
|
|
||
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.
Could you provide information about what changes are included in @roo-code/cloud v0.25.0? A changelog or release notes would help reviewers understand the impact of this update, especially since this package is used extensively throughout the codebase for cloud services and authentication.