fix(deps): update dependency @ai-sdk/react to v2.0.155#8332
Open
renovate[bot] wants to merge 1 commit intolatestfrom
Open
fix(deps): update dependency @ai-sdk/react to v2.0.155#8332renovate[bot] wants to merge 1 commit intolatestfrom
renovate[bot] wants to merge 1 commit intolatestfrom
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
9354c5c to
f79f983
Compare
f79f983 to
0ddffca
Compare
0ddffca to
513489a
Compare
513489a to
cbd08c0
Compare
cbd08c0 to
4a2b37c
Compare
4a2b37c to
2e0ef2d
Compare
2e0ef2d to
af12513
Compare
af12513 to
2e68287
Compare
2e68287 to
ffcd227
Compare
ffcd227 to
94dbd9a
Compare
94dbd9a to
17c380a
Compare
17c380a to
5904f91
Compare
5904f91 to
a42d601
Compare
a42d601 to
6dd57b2
Compare
6dd57b2 to
313b88a
Compare
8af1ef8 to
405122f
Compare
405122f to
a8af9e6
Compare
a8af9e6 to
e34f135
Compare
e34f135 to
6d71ef5
Compare
6d71ef5 to
53d4fe8
Compare
53d4fe8 to
e8eec5f
Compare
e8eec5f to
22b9bf8
Compare
22b9bf8 to
caa2682
Compare
caa2682 to
cfce276
Compare
cfce276 to
6d624a0
Compare
6d624a0 to
9c40fe3
Compare
9c40fe3 to
5470f82
Compare
5470f82 to
7cd72c7
Compare
62c6dd6 to
b707401
Compare
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.
This PR contains the following updates:
2.0.34→2.0.155Release Notes
vercel/ai (@ai-sdk/react)
v2.0.155Compare Source
Patch Changes
c59a31c]v2.0.154Compare Source
Patch Changes
v2.0.153Compare Source
Patch Changes
v2.0.152Compare Source
Patch Changes
v2.0.151Compare Source
Patch Changes
c66afc5]v2.0.150Compare Source
Patch Changes
v2.0.149Compare Source
Patch Changes
v2.0.148Compare Source
Patch Changes
6a2f01b]17d64e3]v2.0.147Compare Source
Patch Changes
v2.0.146Compare Source
Patch Changes
v2.0.145Compare Source
Patch Changes
v2.0.144Compare Source
Patch Changes
v2.0.143Compare Source
Patch Changes
v2.0.142Compare Source
Patch Changes
v2.0.141Compare Source
Patch Changes
v2.0.140Compare Source
Patch Changes
v2.0.139Compare Source
Patch Changes
v2.0.138Compare Source
Patch Changes
v2.0.137Compare Source
Patch Changes
v2.0.136Compare Source
Patch Changes
v2.0.135Compare Source
Patch Changes
v2.0.134Compare Source
Patch Changes
v2.0.133Compare Source
Patch Changes
v2.0.132Compare Source
Patch Changes
20565b8]v2.0.131Patch Changes
v2.0.130Patch Changes
v2.0.129Patch Changes
v2.0.128Compare Source
Patch Changes
v2.0.127Compare Source
Patch Changes
v2.0.126Compare Source
Patch Changes
v2.0.125Compare Source
Patch Changes
v2.0.124Compare Source
Patch Changes
v2.0.123Compare Source
Patch Changes
v2.0.122Compare Source
Patch Changes
v2.0.121Compare Source
Patch Changes
v2.0.120Compare Source
Patch Changes
42bad72]v2.0.119Compare Source
Patch Changes
4953414: fix: trigger new release for@ai-v5dist-tag4953414]v2.0.118Compare Source
Patch Changes
42bad72]v2.0.117Compare Source
Patch Changes
4953414: fix: trigger new release for@ai-v5dist-tag4953414]v2.0.116Compare Source
Patch Changes
v2.0.115Compare Source
Patch Changes
v2.0.114Compare Source
Patch Changes
v2.0.113Compare Source
Patch Changes
ef6d784]v2.0.112Compare Source
Patch Changes
v2.0.111Compare Source
Patch Changes
427547a]v2.0.110Compare Source
Patch Changes
52e8efe: Require minimal versions for RSC to address CVE-2025-55182v2.0.109Compare Source
Patch Changes
4520a7f: Fix subscribeToMessages callback dependency in useChatv2.0.108Compare Source
Patch Changes
03cafbc]v2.0.107Compare Source
Patch Changes
21c9f90]v2.0.106Compare Source
Patch Changes
v2.0.105Compare Source
Patch Changes
1063aca]v2.0.104Compare Source
Patch Changes
d1dbe5d]v2.0.103Compare Source
Patch Changes
v2.0.102Compare Source
Patch Changes
83b2c4b]v2.0.101Compare Source
Patch Changes
v2.0.100Compare Source
Patch Changes
v2.0.99Compare Source
Patch Changes
0aab803: feat(provider/openai): addgpt-5.3-chat-latestv2.0.98Compare Source
Patch Changes
392dc94: feat(provider/openai): add GPT-5.4 model supportv2.0.97Compare Source
Patch Changes
6a2f01b]17d64e3]v2.0.96Compare Source
Patch Changes
e867b5c: Supportphaseparameter on Responses API message items. Thephasefield ('commentary'or'final_answer') is returned by models likegpt-5.3-codexon assistant message output items and must be preserved when sending follow-up requests. The phase value is available inproviderMetadata.openai.phaseon text parts and is automatically included on assistant messages sent back to the API.v2.0.95Compare Source
Patch Changes
b08351e: fix(openai): allow null/undefined type in streaming tool call deltasAzure AI Foundry and Mistral deployed on Azure omit the
typefield instreaming tool_calls deltas. The chat stream parser now accepts a missing
typefield (treating it as"function") instead of throwingInvalidResponseDataError: Expected 'function' type.Fixes #12770
v2.0.94Compare Source
Patch Changes
42815ac: feat(provider/openai): addgpt-5.3-codexv2.0.93Compare Source
Patch Changes
fa64d70: fix(openai): change web search tool action to be optionalv2.0.92Compare Source
Patch Changes
c680a01: fix(openai): add changeset and tests for per-image usage metadatav2.0.91Compare Source
Patch Changes
6a0adb7: feat: differentiate text vs image input tokensv2.0.90Compare Source
Patch Changes
20565b8]v2.0.89Compare Source
Patch Changes
4953414: fix: trigger new release for@ai-v5dist-tag4953414]v2.0.88Compare Source
Patch Changes
v2.0.87Compare Source
Patch Changes
51aa5de: backport: test server51aa5de]v2.0.86Compare Source
Patch Changes
a909bcf: fix(openai); fix url_citation schema in chat apiv2.0.85Compare Source
Patch Changes
e79430b: fix(openai): change find action type to find_in_page action typev2.0.84Compare Source
Patch Changes
041a4fc: feat(openai): add gpt-5.2 modelsv2.0.83Compare Source
Patch Changes
edc807f: feat(provider/openai): add GPT 5.1 Codex Max to OpenAI Responses model IDs listv2.0.82Compare Source
Patch Changes
e31dfa4: feat(provider/openai): add support for OpenAI xhigh reasoning effortv2.0.81Compare Source
Patch Changes
ef6d784]v2.0.80Compare Source
Patch Changes
707a163: feat(openai): additional settings for file search toolv2.0.79Compare Source
Patch Changes
5b6aa88: fix(openai): fix parameter exclusion logicv2.0.78Compare Source
Patch Changes
e245b61: fix(openai): allow temperature etc setting when reasoning effort is none for gpt-5.1v2.0.77Compare Source
Patch Changes
31f6c20: fix(openai): allow open_page action type url to be nullishv2.0.76Compare Source
Patch Changes
61545c4: feat (provider/openai): include more image generation response metadatav2.0.75Compare Source
Patch Changes
1c7ff4a: distinguish between OpenAI and Azure in Responses API providerMetadatav2.0.74Compare Source
Patch Changes
d1dbe5d]v2.0.73Compare Source
Patch Changes
2e2fd83: refactoring(provider/openai): simplify codev2.0.72Compare Source
Patch Changes
53d2fcc: added support for external_web_access parameter on web_search toolv2.0.71Compare Source
Patch Changes
29a5595: Azure OpenAI enabled web-search-previewv2.0.70Compare Source
Patch Changes
a9a7f73: feat(anthropic): support eagerInputStreaming option for fine-grained tool streamingv2.0.69Compare Source
Patch Changes
6a2f01b]17d64e3]v2.0.68Compare Source
Patch Changes
63bf188: feat(anthropic): expose anthropic.anthropicBeta to downstream providersv2.0.67Compare Source
Patch Changes
e1b08a6: PasscacheControlprovider option as top-levelcache_controlin Anthropic API request body to support automatic caching.v2.0.66Compare Source
Patch Changes
73f9178: feat(openai): add 'gpt-5.1' modelIDv2.0.65Compare Source
Patch Changes
056c471]v2.0.64Compare Source
Patch Changes
d251e53: feat(openai): addo3-deep-researchando4-mini-deep-researchmodelsv2.0.63Compare Source
Patch Changes
3b62c49: fix(openai): extract meta data from first chunk that contains anyv2.0.62Compare Source
Patch Changes
51aa5de: backport: test server51aa5de]v2.0.61Compare Source
Patch Changes
28ce89a: fix(openai): add support for sources type 'api'v2.0.60Compare Source
Patch Changes
368f270: feat(anthropic): add support for Opus 4.6 fast modev2.0.59Compare Source
Patch Changes
ca1f53a: feat(anthropic): add support for Opus 4.6v2.0.58Compare Source
Patch Changes
v2.0.57Compare Source
Patch Changes
c319849]v2.0.56Compare Source
Patch Changes
a1c0208: feat(provider/google): add support for new Google image model aspect ratios and sizesv2.0.55Compare Source
Patch Changes
2f4a59a: feat(openai): add sources in web-search actionsv2.0.54Compare Source
Patch Changes
1e05490]v2.0.53Compare Source
Patch Changes
5464bf0: fix(provider/openai): add truncation parameter support for Responses APIv2.0.52Compare Source
Patch Changes
8de8de5: fix(provider/openai): end reasoning parts earlierv2.0.51Compare Source
Patch Changes
cad5c1d: fix(provider/openai): fix web search tool input typesv2.0.50Compare Source
Patch Changes
c336b43: feat(provider/openai): send assistant text and tool call parts as reference ids when store: truev2.0.49Compare Source
Patch Changes
f4287d0: feat(provider/openai): automatically add reasoning.encrypted_content include when store = falsev2.0.48Compare Source
Patch Changes
17f9872]v2.0.47Compare Source
Patch Changes
99e2a2a: feat(provider/openai): support file and image tool resultsv2.0.46Compare Source
Patch Changes
66f69e7: Add 'default' as service tierv2.0.45Compare Source
Patch Changes
54b7c08: fix(provider/anthropic): clamp temperature to valid 0-1 range with warningsv2.0.44Compare Source
Patch Changes
v2.0.43Compare Source
Patch Changes
7b2c30f: Fixed Zod validation error when usinggoogle.tools.fileSearch(). The Google File Search API returnsfileSearchStoreinstead ofuriinretrievedContext. UpdatedextractSources()function to handle both the old format (Google Search withuri) and new format (File Search withfileSearchStore), maintaining backward compatibility while preventing validation errors. Also fixed title handling to useundefinedfor URL sources and'Unknown Document'for document sources.v2.0.42Compare Source
Patch Changes
3c6f4e1: fix(provider/xai): correct sources format in searchParametersv2.0.41Compare Source
Patch Changes
3438163: addgemini-3-pro-previewandgemini-3-pro-image-previewmodel IDsv2.0.40Compare Source
Patch Changes
8c74f47: feat(provider/openai): add gpt-5-codex model idadca087: feat(provider/openai): local shell toolv2.0.39Compare Source
Patch Changes
5428a0d: The built in Code Interpreter tool input code is streamed intool-input-<start/delta/end>chunks.v2.0.38Compare Source
Patch Changes
0bda600: enables code_interpreter and file_search capabilities in the Azure provider through the Responses APIv2.0.37Compare Source
Patch Changes
6075c91: feat(provider/openai): only send item references for reasoning when store: truev2.0.36Compare Source
Patch Changes
bc5ed71: chore: update zod peer depenedency versionbc5ed71]v2.0.35Compare Source
Patch Changes
1cfc209: feat(provider/openai):OpenAIChatLanguageModelOptionstypeConfiguration
📅 Schedule: Branch creation - "before 8am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.