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.2.37
->^3.0.0
Release Notes
vercel/ai (ai)
v3.1.1
Compare Source
Patch Changes
0f77132
: ai/rsc: remove experimental_ from streamUIv3.1.0
Compare Source
Minor Changes
73356a9
: Move AI Core functions out of experimental (streamText, generateText, streamObject, generateObject).v3.0.35
Compare Source
Patch Changes
41d5736
: ai/core: re-expose language model types.b4c68ec
: ai/rsc: ReadableStream as provider for createStreamableValue; add .append() method41d5736
]v3.0.34
Compare Source
Patch Changes
b9a831e
: ai/rsc: add experimental_streamUI()v3.0.33
Compare Source
Patch Changes
56ef84a
: ai/core: fix abort handling in transformation stream56ef84a
]v3.0.32
Compare Source
Patch Changes
0e0d2af
: ai/core: add pipeTextStreamToResponse helper to streamText.v3.0.31
Compare Source
Patch Changes
74c63b1
: ai/core: add toAIStreamResponse() helper to streamText.v3.0.30
Compare Source
Patch Changes
e7e5898
: use-assistant: fix missing message contentv3.0.29
Compare Source
Patch Changes
22a737e
: Fix: mark useAssistant as in progress for append/submitMessage.v3.0.28
Compare Source
Patch Changes
d6431ae
: ai/core: add logprobs support (thanks @SamStenner for the contribution)25f3350
: ai/core: add support for getting raw response headers.d6431ae
]25f3350
]v3.0.27
Compare Source
Patch Changes
eb150a6
: ai/core: remove scaling of setting values (breaking change). If you were using the temperature, frequency penalty, or presence penalty settings, you need to update the providers and adjust the setting values.eb150a6
]v3.0.26
Compare Source
Patch Changes
f90f6a1
: ai/core: add pipeAIStreamToResponse() to streamText result.v3.0.25
Compare Source
Patch Changes
1e84d6d
: Fix: remove mistral lib type dependency.9c2a049
: Add append() helper to useAssistant.v3.0.24
Compare Source
Patch Changes
e94fb32
: feat(ai/rsc): MakeonSetAIState
andonGetUIState
stablev3.0.23
Compare Source
Patch Changes
66b5892
: Add streamMode parameter to useChat and useCompletion.7b8791d
]v3.0.22
Compare Source
Patch Changes
d544886
: Breaking change: extract experimental AI core provider packages. They can now be imported with e.g. import { openai } from '@ai-sdk/openai' after adding them to a project.ea6b0e1
: Expose formatStreamPart, parseStreamPart, and readDataStream helpers.v3.0.21
Compare Source
Patch Changes
87d3db5
: Extracted @ai-sdk/provider package8c40f8c
: ai/core: Fix openai provider streamObject for gpt-4-turbo5cd29bd
: ai/core: add toTextStreamResponse() method to streamText resultv3.0.20
Compare Source
Patch Changes
f42bbb5
: Remove experimental from useAssistant and AssistantResponse.149fe26
: Deprecate2eb4b55
: Remove experimental_ prefix from StreamData.e45fa96
: Add stream support for Bedrock/Cohere.a6b2500
: Deprecated theexperimental_streamData: true
setting from AIStreamCallbacksAndOptions. You can delete occurrences in your code. The stream data protocol is now used by default.v3.0.19
Compare Source
Patch Changes
4f4c7f5
: ai/core: Anthropic tool call supportv3.0.18
Compare Source
Patch Changes
63d587e
: Add Anthropic provider for ai/core functions (no tool calling).63d587e
: Add automatic mime type detection for images in ai/core prompts.v3.0.17
Compare Source
Patch Changes
2b991c4
: Add Google Generative AI provider for ai/core functions.v3.0.16
Compare Source
Patch Changes
a54ea77
: feat(ai/rsc): adduseStreamableValue
v3.0.15
Compare Source
Patch Changes
4aed2a5
: Add JSDoc comments for ai/core functions.cf8d12f
: Export experimental language model specification underai/spec
.v3.0.14
Compare Source
Patch Changes
8088de8
: fix(ai/rsc): improve typings forStreamableValue
20007b9
: feat(ai/rsc): support string diff and patch in streamable value6039460
: Support Bedrock Anthropic Stream for Messages API.e83bfe3
: Added experimental ai/core functions (streamText, generateText, streamObject, generateObject). Add OpenAI and Mistral language model providers.v3.0.13
Compare Source
Patch Changes
026d061
: Expose setMessages in useAssistant hook42209be
: AssistantResponse: specify forwardStream return type.v3.0.12
Compare Source
Patch Changes
b99b008
: fix(ai/rsc): avoid appending boundary if the same reference was passedv3.0.11
Compare Source
Patch Changes
ce009e2
: Added OpenAI assistants streaming.3f9bf3e
: Updates types to OpenAI SDK 4.29.0v3.0.10
Compare Source
Patch Changes
33d261a
: fix(ai/rsc): Fix .append() behaviorv3.0.9
Compare Source
Patch Changes
81ca3d6
: fix(ai/rsc): improve .done() argument typev3.0.8
Compare Source
Patch Changes
a94aab2
: ai/rsc: optimize streamable value stream sizev3.0.7
Compare Source
Patch Changes
9a9ae73
: feat(ai/rsc): readStreamableValuev3.0.6
Compare Source
Patch Changes
1355ad0
: Fix: experimental_onToolCall is called with parsed tool args9348f06
: ai/rsc: improve dev error and warnings by trying to detect hanging streams8be9404
: fix type resolutionv3.0.5
Compare Source
Patch Changes
a973f1e
: Support Anthropic SDK v0.15.0e25f3ca
: type improvementsv3.0.4
Compare Source
Patch Changes
7962862
: fixuseActions
type inferenceaab5324
: Revert "fix(render): parse the args based on the zod schema"fe55612
: Bump OpenAI dependency to 4.28.4; fix type error in renderv3.0.3
Compare Source
Patch Changes
4d816ca
: fix(render): parse the args based on the zod schemad158a47
: fix potential race conditionsv3.0.2
Compare Source
Patch Changes
73bd06e
: fix(useActions): return typed objectv3.0.1
Compare Source
Patch Changes
ac20a25
: ai/rsc: fix text response and async generatorb88778f
: Added onText callback for text tokens.v3.0.0
Compare Source
Major Changes
51054a9
: Addai/rsc
with support for AI Server ComponentsConfiguration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.