🤖 chore: bump Vercel AI SDK + providers to latest#3183
Open
ammar-agent wants to merge 2 commits intomainfrom
Open
🤖 chore: bump Vercel AI SDK + providers to latest#3183ammar-agent wants to merge 2 commits intomainfrom
ammar-agent wants to merge 2 commits intomainfrom
Conversation
Update ai@6.0.168, @ai-sdk/* (anthropic, openai, google, xai, amazon-bedrock, deepseek, mcp, openai-compatible), @openrouter/ai-sdk-provider, and ollama-ai-provider-v2 to latest patch/minor releases. @ai-sdk/mcp 1.0.32 started stripping the trailing slash from the RFC 8707 resource parameter; update the mcpOauthService test expectation to match.
Collaborator
Author
|
@codex review |
|
Codex Review: Didn't find any major issues. Bravo. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
ai, every@ai-sdk/*provider,@openrouter/ai-sdk-provider, andollama-ai-provider-v2to their latest releases within the current majorversions. No application-level API changes; one test expectation was
updated to match an upstream behavior change.
Implementation
Version bumps (all within existing major ranges):
ai@ai-sdk/amazon-bedrock@ai-sdk/anthropic@ai-sdk/deepseek@ai-sdk/google@ai-sdk/mcp@ai-sdk/openai@ai-sdk/openai-compatible@ai-sdk/xai@openrouter/ai-sdk-providerollama-ai-provider-v2The only adaptation needed is in
src/node/services/mcpOauthService.test.ts:@ai-sdk/mcp@1.0.32introduced "fix(mcp): strip trailing slash from OAuthresource parameter" to align with RFC 8707. The existing test asserted that
the
resourcequery param equaled the base URL verbatim (with trailingslash). The assertion is now normalized to drop the trailing slash so it
matches the SDK's corrected output; runtime behavior is unchanged for our
callers.
Validation
make static-check— greenmake test— 6857 pass / 14 skip / 0 failRisks
Low. All bumps stay within the same major versions, so breaking public APIs
aren't expected. The only observed behavior change (OAuth
resourcetrailingslash) was an upstream bug fix and affects only the test assertion, not the
product flow. Regression risk is confined to chat providers and the MCP OAuth
path, both covered by existing unit tests.
Generated with
mux• Model:anthropic:claude-opus-4-7• Thinking:xhigh• Cost:$—