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.1.0
->2.4.1
3.1.14
->3.2.15
1.1.10
->1.1.17
14.2.3
->14.2.4
0.2.2
->0.2.8
0.379.0
->0.399.0
14.2.3
->14.2.4
8.4.38
->8.4.39
3.4.3
->3.4.4
5.4.5
->5.5.2
Release Notes
nextauthjs/next-auth (@auth/prisma-adapter)
v2.4.1
Compare Source
Other
51a8a06
)v2.4.0
Compare Source
Other
4e9d2a2
)v2.3.0
Compare Source
Other
28e780f
)v2.2.0
Compare Source
Other
577b7f9
)vercel/ai (ai)
v3.2.15
Compare Source
Patch Changes
6c99581
: fix (ai/react): stop() on useObject does not throw error and clears isLoading6c99581
]v3.2.14
Compare Source
Patch Changes
9b50003
]1894f81
]v3.2.13
Compare Source
Patch Changes
d3100b9
: feat (ai/ui): support custom fetch function in useChat, useCompletion, useAssistant, useObjectd3100b9
]v3.2.12
Compare Source
Patch Changes
5edc611
: feat (ai/core): add custom request header support5edc611
]5edc611
]5edc611
]v3.2.11
Compare Source
Patch Changes
c908f74
: chore (ui/solid): update solidjs useChat and useCompletion to feature parity with React827ef45
: feat (ai/ui): improve error handling in useAssistantc908f74
]827ef45
]v3.2.10
Compare Source
Patch Changes
5b04204
]8f48290
]v3.2.9
Compare Source
Patch Changes
82d9c8d
: feat (ai/ui): make event in useAssistant submitMessage optional82d9c8d
]321a7d0
]82d9c8d
]v3.2.8
Compare Source
Patch Changes
54bf408
: feat (ai/react): control request body in useChat54bf408
]v3.2.7
Compare Source
Patch Changes
d42b890
: feat (ui): make event in handleSubmit optionald42b890
]v3.2.6
Compare Source
Patch Changes
74e2822
: fix (ai/rsc): "could not find InternalStreamableUIClient" bugv3.2.5
Compare Source
Patch Changes
4d426d0
: fix (ai): split provider and model ids correctly in the provider registryv3.2.4
Compare Source
Patch Changes
3cb103b
]v3.2.3
Compare Source
Patch Changes
89b7552
: chore (ai): remove deprecation from ai/react imports, add experimental_useObject02f6a08
]v3.2.2
Compare Source
Patch Changes
0565cd7
: feat (ai/core): add toJsonResponse to generateObject result.v3.2.1
Compare Source
Patch Changes
008725e
: feat (ai): add textStream, toTextStreamResponse(), and pipeTextStreamToResponse() to streamObject520fb2d
: feat (rsc): add streamUI onFinish callback008725e
]008725e
]v3.2.0
Compare Source
Minor Changes
85ef6d1
: chore (ai): AI SDK 3.2 releasePatch Changes
b965dd2
: fix (core): pass settings correctly for generateObject and streamObjectv3.1.37
Compare Source
Patch Changes
8571289
: chore (@ai-sdk/provider-utils): move test helper to provider utils8571289
]8571289
]v3.1.36
Compare Source
Patch Changes
4728c37
: feat (core): add text embedding model support to provider registry8c49166
: chore (core): rename experimental_createModelRegistry to experimental_createProviderRegistry7910ae8
]v3.1.35
Compare Source
Patch Changes
0612350
: feat (core): support https and data url strings in image partsv3.1.34
Compare Source
Patch Changes
d25566a
: feat (core): add cosineSimilarity helper function87a5d27
: feat (core): introduce InvalidMessageRoleError.v3.1.33
Compare Source
Patch Changes
6fb14b5
: chore (streams): deprecate nanoid export.0553676
: feat (core): add experimental model registryv3.1.32
Compare Source
Patch Changes
3cabf07
: fix(ai/rsc): Refactor streamable UI internal implementationv3.1.31
Compare Source
Patch Changes
85f209a
: chore: extracted ui library support into separate modules85f209a
: removed (streams): experimental_StreamingReactResponse was removed. Please use AI SDK RSC instead.85f209a
]v3.1.30
Compare Source
Patch Changes
fcf4323
: fix (core): filter out empty assistant text messagesv3.1.29
Compare Source
Patch Changes
28427d3
: feat (core): add streamObject onFinish callbackv3.1.28
Compare Source
Patch Changes
102ca22
: feat (core): add object promise to streamObject result102ca22
]v3.1.27
Compare Source
Patch Changes
c9198d4
: feat (ui): send annotation and data fields in useChat when sendExtraMessageFields is true09295e2
]09295e2
]043a5de
]v3.1.26
Compare Source
Patch Changes
5ee44ca
: feat (provider): langchain StringOutputParser supportv3.1.25
Compare Source
Patch Changes
ff28112
: fix(ai/rsc): Remove extra reconcilation of streamUIv3.1.24
Compare Source
Patch Changes
93cae12
: fix(ai/rsc): Fix unsafe {} type in application code for StreamableValue08b5c50
: feat (core): add tokenUsage to streamObject resultv3.1.23
Compare Source
Patch Changes
c03cafe
: chore (core, ui): rename maxAutomaticRoundtrips to maxToolRoundtripsv3.1.22
Compare Source
Patch Changes
14bb869
: chore (ui): move maxAutomaticRoundtrips and addToolResult out of experimentalv3.1.21
Compare Source
Patch Changes
213f241
: fix (core,streams): support ResponseInit variants09698bc
: chore (streams): deprecate streaming helpers that have a provider replacementv3.1.20
Compare Source
Patch Changes
0e1da47
: feat (core): add maxAutomaticRoundtrips setting to generateTextv3.1.19
Compare Source
Patch Changes
9882d24
: fix (ui/svelte): send data to server131bbd3
: fix (ui): remove console.log statementsv3.1.18
Compare Source
Patch Changes
f9dee8a
: fix(ai/rsc): Fix types for createStreamableValue and createStreamableUI1c0ebf8
: feat (core): add responseMessages to generateText resultv3.1.17
Compare Source
Patch Changes
92b993b
: ai/rsc: improve getAIState and getMutableAIState types7de628e
: chore (ui): deprecate old function/tool call handling7de628e
: feat (ui): add onToolCall handler to useChatv3.1.16
Compare Source
Patch Changes
f39c0dd
: feat (core, rsc): add toolChoice settingf39c0dd
]v3.1.15
Compare Source
Patch Changes
8e78028
: feat (ai/core): add onFinish callback to streamText8e78028
: feat (ai/core): add text, toolCalls, and toolResults promises to StreamTextResult (matching the generateText result API with async methods)8e78028
]oven-sh/bun (bun-types)
v1.1.17
Compare Source
v1.1.16
Compare Source
v1.1.15
Compare Source
v1.1.14
Compare Source
v1.1.13
Compare Source
v1.1.12
Compare Source
v1.1.11
Compare Source
vercel/next.js (eslint-config-next)
v14.2.4
Compare Source
Core Changes
Credits
Huge thanks to @ztanner, @ijjk, @wbinnssmith, @huozhi, and @lubieowoce for helping!
langchain-ai/langchainjs (langchain)
v0.2.8
Compare Source
What's Changed
Full Changelog: langchain-ai/langchainjs@0.2.7...0.2.8
v0.2.7
Compare Source
What's Changed
New Contributors
Full Changelog: langchain-ai/langchainjs@0.2.6...0.2.7
v0.2.6
Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "before 2am" in timezone Asia/Manila, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.