-
Notifications
You must be signed in to change notification settings - Fork 23
chore(deps): update dependency @ai-sdk/vue to v2 #45
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ai-sdk-vue-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
❌ Deployment failed chat-template
|
8d72a9d
to
c1958f4
Compare
c1958f4
to
1520bc9
Compare
1520bc9
to
19135ac
Compare
19135ac
to
43e94e7
Compare
43e94e7
to
d82f93a
Compare
d82f93a
to
b4d84d6
Compare
b4d84d6
to
4a118e0
Compare
4a118e0
to
4ec0176
Compare
4ec0176
to
6285c37
Compare
6285c37
to
db6871d
Compare
db6871d
to
ac65a60
Compare
ac65a60
to
c3177de
Compare
c3177de
to
62294e0
Compare
62294e0
to
bd489ed
Compare
bd489ed
to
a97c66e
Compare
a97c66e
to
35dfd9a
Compare
35dfd9a
to
31b16a8
Compare
31b16a8
to
88a37a4
Compare
88a37a4
to
7a32836
Compare
7a32836
to
667d409
Compare
667d409
to
14995e8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
^1.2.12
->^2.0.22
Release Notes
vercel/ai (@ai-sdk/vue)
v2.0.22
Compare Source
Patch Changes
v2.0.21
Compare Source
Patch Changes
581abea
]0857788
]3c178ec
]v2.0.20
Compare Source
Patch Changes
8a87693
]v2.0.19
Compare Source
Patch Changes
0857788
]v2.0.18
Compare Source
Patch Changes
5e47d00
: Support Responses API input_file file_url passthrough for PDFs.This adds:
v2.0.17
Compare Source
Patch Changes
70bb696
: fix(provider/openai): correct web search tool inputv2.0.16
Compare Source
Patch Changes
68751f9
]v2.0.15
Compare Source
Patch Changes
a4bef93
: feat(provider/openai): expose web search queries in responses api6ed34cb
: refactor(openai): consolidate model config intogetResponsesModelConfig()
#8038
v2.0.14
Compare Source
Patch Changes
7f47105
: fix(provider/openai): support file_citation annotations in responses apiv2.0.13
Compare Source
Patch Changes
ddc9d99
: Implementslogprobs
for OpenAIproviderOptions
andproviderMetaData
inOpenAIResponsesLanguageModel
You can now set
providerOptions.openai.logprobs
when usinggenerateText()
and retrieve logprobs from the response viaresult.providerMetadata?.openai
v2.0.12
Compare Source
Patch Changes
ec336a1
: feat(provider/openai): add response_format to be supported by default2935ec7
: fix(provider/openai): exclude gpt-5-chat from reasoning model034e229
]f25040d
]v2.0.11
Compare Source
Patch Changes
097b452
: feat(openai, azure): add configurable file ID prefixes for Responses APIfileIdPrefixes
option to OpenAI Responses API configurationassistant-
prefixed file IDs (replacing previousfile-
prefix support)file-
prefixfileIdPrefixes
is undefined, gracefully falling back to base64 processing87cf954
: feat(provider/openai): add support for prompt_cache_keya3d98a9
: feat(provider/openai): add support for safety_identifier110d167
: fix(openai): add missing file_search_call handlers in responses streaming8d3c747
: chore(openai): remove deprecated GPT-4.5-preview models and improve autocomplete controlUpdated dependencies [
38ac190
]v2.0.10
Compare Source
Patch Changes
ff008b9
: fix(groq): strip unsupportedreasoning
fields for non-reasoning modelsv2.0.9
Compare Source
Patch Changes
8f8a521
: fix(providers): use convertToBase64 for Uint8Array image parts to produce valid data URLs; keep mediaType normalization and URL passthroughv2.0.8
Compare Source
Patch Changes
57fb959
: feat(openai): add verbosity parameter support for chat api2a3fbe6
: allowminimal
inreasoningEffort
for openai chatv2.0.7
Compare Source
Patch Changes
68751f9
]v2.0.6
Compare Source
Patch Changes
ad2255f
: chore(docs): added gpt 5 models + removed deprecated models64bcb66
: feat(provider/openai): models ids on chat1d42ff2
: feat(provider/openai): models idsv2.0.5
Compare Source
Patch Changes
6753a2e
: feat(examples): add gpt-5 model examples and e2e tests6cba06a
: feat (provider/openai): add reasoning model configv2.0.4
Compare Source
Patch Changes
c9e0f52
: Files from the OpenAI Files API are now supported, mirroring functionality of OpenAI Chat and Responses API, respectively. Also, the AI SDK supports URLs for PDFs in the responses API the same way it did for completions.v2.0.3
Compare Source
Patch Changes
90d212f
]v2.0.2
Compare Source
Patch Changes
63e2016
: fix(openai): missing url citations from web search toolsv2.0.1
Compare Source
Patch Changes
bc45e29
: feat(openai): add file_search_call support to responses apiv2.0.0
Compare Source
Major Changes
d5f588f
: AI SDK 5cc62234
: chore (provider/openai): switch default to openai responses api516be5b
: ### Move Image Model Settings into generate optionsImage Models no longer have settings. Instead,
maxImagesPerCall
can be passed directly togenerateImage()
. All other image settings can be passed toproviderOptions[provider]
.Before
After
Pull Request: #6180
efc3a62
: fix (provider/openai): default strict mode to falsePatch Changes
948b755
: chore(providers/openai): convert to providerOptionsd63bcbc
: feat (provider/openai): o4 updates for responses api3bd3c0b
: chore(providers/openai): update embedding model to use providerOptions5d959e7
: refactor: updated openai + anthropic tool use server side0eee6a8
: Fix streaming and reconstruction of reasoning summary parts177526b
: chore(providers/openai-transcription): switch to providerOptions2f542fa
: Add reasoning-part-finish parts for reasoning models in the responses APIc15dfbf
: feat (providers/openai): add gpt-image-1 model id to image settings3b1ea10
: adding support for gpt-4o-search-preview and handling unsupported parameterse2aceaf
: feat: add raw chunk supportd2af019
: feat (providers/openai): add gpt-4.1 modelseb173f1
: chore (providers): remove model shorthand deprecation warnings209256d
: Add missing file_search tool support to OpenAI Responses APIfaea29f
: fix (provider/openai): multi-step reasoning with text7032dc5
: feat(openai): add priority processing service tier support870c5c0
: feat (providers/openai): add o3 and o4-mini modelsdb72adc
: chore(providers/openai): update completion model to use providerOptionsa166433
: feat: add transcription with experimental_transcribe26735b5
: chore(embedding-model): add v2 interface443d8ec
: feat(embedding-model-v2): add response body field8d12da5
: feat(provider/openai): add serviceTier option for flex processing9bf7291
: chore(providers/openai): enable structuredOutputs by default & switch to provider optiond521cda
: feat(openai): add file_search filters and update field names66962ed
: fix(packages): export node10 compatible types442be08
: fix: propagate openai transcription fixes0059ee2
: fix(openai): update file_search fields to match API changes8493141
: feat (providers/openai): add support for reasoning summaries9301f86
: refactor (image-model): renameImageModelV1
toImageModelV2
0a87932
: core (ai): change transcription model mimeType to mediaType8aa9e20
: feat: add speech with experimental_generateSpeech4617fab
: chore(embedding-models): remove remaining settingsb5a0e32
: fix (provider/openai): correct default for chat model strict mode136819b
: chore(providers/openai): re-introduce logprobs as providerMetadata52ce942
: chore(providers/openai): remove & enable strict compatibility by defaultdb64cbe
: fix (provider/openai): multi-step reasoning with tool callsb3c3450
: feat (provider/openai): add support for encrypted_reasoning to responses api48249c4
: Do not warn if empty text is the first part of a reasoning sequencec7d3b2e
: fix (provider/openai): push first reasoning chunk in output item added eventad2a3d5
: feat(provider/openai): add missing reasoning models to responses API9943464
: feat(openai): add file_search_call.results support to include parameter0fa7414
: chore (provider/openai): standardize on itemId in provider metadata9bd5ab5
: feat (provider): add providerMetadata to ImageModelV2 interface (#5977)The
experimental_generateImage
method from theai
package now returnes revised prompts for OpenAI's image models.fa758ea
: feat(provider/openai): add o3 & o4-mini with developer systemMessageModed1a034f
: feature: using Zod 4 for internal stufffd65bc6
: chore(embedding-model-v2): rename rawResponse to responsee497698
: fix (provider/openai): handle responses api errors928fadf
: fix(providers/openai): logprobs for stream alongside completion model0a87932
: fix (provider/openai): increase transcription model resilience5147e6e
: chore(openai): remove simulateStreaming06bac05
: fix (openai): structure output for responses model205077b
: fix: improve Zod compatibilityc2b92cc
: chore(openai): remove legacy function calling284353f
: fix(providers/openai): zod parse error with function6f231db
: fix(providers): always use optional instead of mix of nullish for providerOptionsf10304b
: feat(tool-calling): don't require the user to have to pass parameters4af5233
: Fix PDF file parts when passed as a string url or Uint8Array7df7a25
: feat (providers/openai): support gpt-image-1 image generationUpdated dependencies [
a571d6e
]Updated dependencies [
742b7be
]Updated dependencies [
e7fcc86
]Updated dependencies [
7cddb72
]Updated dependencies [
ccce59b
]Updated dependencies [
e2b9e4b
]Updated dependencies [
95857aa
]Updated dependencies [
45c1ea2
]Updated dependencies [
6f6bb89
]Updated dependencies [
060370c
]Updated dependencies [
dc714f3
]Updated dependencies [
b5da06a
]Updated dependencies [
d1a1aa1
]Updated dependencies [
63f9e9b
]Updated dependencies [
5d142ab
]Updated dependencies [
d5f588f
]Updated dependencies [
e025824
]Updated dependencies [
0571b98
]Updated dependencies [
b6b43c7
]Updated dependencies [
4fef487
]Updated dependencies [
48d257a
]Updated dependencies [
0c0c0b3
]Updated dependencies [
0d2c085
]Updated dependencies [
40acf9b
]Updated dependencies [
9222aeb
]Updated dependencies [
e2aceaf
]Updated dependencies [
411e483
]Updated dependencies [
8ba77a7
]Updated dependencies [
7b3ae3f
]Updated dependencies [
a166433
]Updated dependencies [
26735b5
]Updated dependencies [
443d8ec
]Updated dependencies [
a8c8bd5
]Updated dependencies [
abf9a79
]Updated dependencies [
14c9410
]Updated dependencies [
e86be6f
]Updated dependencies [
9bf7291
]Updated dependencies [
2e13791
]Updated dependencies [
9f95b35
]Updated dependencies [
66962ed
]Updated dependencies [
0d06df6
]Updated dependencies [
472524a
]Updated dependencies [
dd3ff01
]Updated dependencies [
d9c98f4
]Updated dependencies [
05d2819
]Updated dependencies [
9301f86
]Updated dependencies [
0a87932
]Updated dependencies [
c4a2fec
]Updated dependencies [
957b739
]Updated dependencies [
79457bd
]Updated dependencies [
a3f768e
]Updated dependencies [
7435eb5
]Updated dependencies [
8aa9e20
]Updated dependencies [
4617fab
]Updated dependencies [
ac34802
]Updated dependencies [
0054544
]Updated dependencies [
cb68df0
]Updated dependencies [
ad80501
]Updated dependencies [
68ecf2f
]Updated dependencies [
9e9c809
]Updated dependencies [
32831c6
]Updated dependencies [
6dc848c
]Updated dependencies [
6b98118
]Updated dependencies [
d0f9495
]Updated dependencies [
63d791d
]Updated dependencies [
87b828f
]Updated dependencies [
3f2f00c
]Updated dependencies [
bfdca8d
]Updated dependencies [
0ff02bb
]Updated dependencies [
7979f7f
]Updated dependencies [
39a4fab
]Updated dependencies [
44f4aba
]Updated dependencies [
9bd5ab5
]Updated dependencies [
57edfcb
]Updated dependencies [
faf8446
]Updated dependencies [
7ea4132
]Updated dependencies [
d1a034f
]Updated dependencies [
5c56081
]Updated dependencies [
fd65bc6
]Updated dependencies [
023ba40
]Updated dependencies [
ea7a7c9
]Updated dependencies [
26535e0
]Updated dependencies [
e030615
]Updated dependencies [
5e57fae
]Updated dependencies [
393138b
]Updated dependencies [
c57e248
]Updated dependencies [
88a8ee5
]Updated dependencies [
41fa418
]Updated dependencies [
205077b
]Updated dependencies [
71f938d
]Updated dependencies [
3795467
]Updated dependencies [
28a5ed5
]Updated dependencies [
7182d14
]Updated dependencies [
c1e6647
]Updated dependencies [
1766ede
]Updated dependencies [
811dff3
]Updated dependencies [
f10304b
]Updated dependencies [
dd5fd43
]Updated dependencies [
33f4a6a
]Updated dependencies [
383cbfa
]Updated dependencies [
27deb4d
]Updated dependencies [
c4df419
]Configuration
📅 Schedule: Branch creation - "on Monday" (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 was generated by Mend Renovate. View the repository job log.