-
Notifications
You must be signed in to change notification settings - Fork 19
chore(deps): bump @ai-sdk/xai from 2.0.51 to 3.0.67 #76
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 |
|---|---|---|
|
|
@@ -68,7 +68,7 @@ | |
| "@ai-sdk/provider-utils": "3.0.21", | ||
| "@ai-sdk/togetherai": "1.0.34", | ||
| "@ai-sdk/vercel": "1.0.33", | ||
| "@ai-sdk/xai": "2.0.51", | ||
| "@ai-sdk/xai": "3.0.67", | ||
|
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. Bug: The update to Suggested FixUpdate Prompt for AI Agent |
||
| "@aws-sdk/credential-providers": "3.993.0", | ||
| "@clack/prompts": "1.0.0-alpha.1", | ||
| "@gitlab/gitlab-ai-provider": "3.6.0", | ||
|
|
||
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.
Bug: The update to
@ai-sdk/xaicreates a major version mismatch with its dependency@ai-sdk/provider-utils, which will cause a runtime error when the xAI provider is used.Severity: HIGH
Suggested Fix
Update the dependencies in
package.jsonto match the requirements of the new@ai-sdk/xaiversion. Specifically, upgrade@ai-sdk/provider-utilsto a compatible v4+ version and@ai-sdk/openai-compatibleto a compatible v2+ version, as recommended by the AI SDK migration guides.Prompt for AI Agent
Did we get this right? 👍 / 👎 to inform future reviews.