ai 0.0.0-156c9f7b-20250115085202 → 0.0.0-677c097b-20250505090413

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,782 @@
1
1
  # ai
2
2
 
3
- ## 0.0.0-156c9f7b-20250115085202
3
+ ## 0.0.0-677c097b-20250505090413
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 8777c42: console log latency
7
+ - 4b282ea: feat(message-validator): include more details in error messages
8
+
9
+ ## 4.3.13
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [6c59ae7]
14
+ - @ai-sdk/ui-utils@1.2.10
15
+ - @ai-sdk/react@1.2.11
16
+
17
+ ## 4.3.12
18
+
19
+ ### Patch Changes
20
+
21
+ - 1ed3755: fix (ai): don't publish mcp-stdio TypeScript files
22
+ - 46cb332: chore (ai/mcp): add `assertCapability` method to experimental MCP client
23
+
24
+ ## 4.3.11
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [77b2097]
29
+ - Updated dependencies [62181ef]
30
+ - @ai-sdk/react@1.2.10
31
+ - @ai-sdk/ui-utils@1.2.9
32
+
33
+ ## 4.3.10
34
+
35
+ ### Patch Changes
36
+
37
+ - 0432959: feat (ai): add experimental prepareStep callback to generateText
38
+
39
+ ## 4.3.9
40
+
41
+ ### Patch Changes
42
+
43
+ - b69a253: fix(utils/detect-mimetype): add support for detecting id3 tags
44
+
45
+ ## 4.3.8
46
+
47
+ ### Patch Changes
48
+
49
+ - 6e8a73b: feat(providers/fal): add transcribe
50
+
51
+ ## 4.3.7
52
+
53
+ ### Patch Changes
54
+
55
+ - f4f3945: fix (ai/core): refactor `toResponseMessages` to filter out empty string/content
56
+
57
+ ## 4.3.6
58
+
59
+ ### Patch Changes
60
+
61
+ - beef951: feat: add speech with experimental_generateSpeech
62
+ - bd41167: fix(ai/core): properly handle custom separator in provider registry
63
+ - Updated dependencies [beef951]
64
+ - @ai-sdk/provider@1.1.3
65
+ - @ai-sdk/provider-utils@2.2.7
66
+ - @ai-sdk/ui-utils@1.2.8
67
+ - @ai-sdk/react@1.2.9
68
+
69
+ ## 4.3.5
70
+
71
+ ### Patch Changes
72
+
73
+ - 452bf12: fix (ai/mcp): better support for zero-argument MCP tools
74
+
75
+ ## 4.3.4
76
+
77
+ ### Patch Changes
78
+
79
+ - 013faa8: core (ai): change transcription model mimeType to mediaType
80
+ - Updated dependencies [013faa8]
81
+ - @ai-sdk/provider@1.1.2
82
+ - @ai-sdk/provider-utils@2.2.6
83
+ - @ai-sdk/ui-utils@1.2.7
84
+ - @ai-sdk/react@1.2.8
85
+
86
+ ## 4.3.3
87
+
88
+ ### Patch Changes
89
+
90
+ - 3e88f4d: fix (ai/mcp): prevent mutation of customEnv
91
+ - c21fa6d: feat: add transcription with experimental_transcribe
92
+ - Updated dependencies [c21fa6d]
93
+ - @ai-sdk/provider-utils@2.2.5
94
+ - @ai-sdk/provider@1.1.1
95
+ - @ai-sdk/react@1.2.7
96
+ - @ai-sdk/ui-utils@1.2.6
97
+
98
+ ## 4.3.2
99
+
100
+ ### Patch Changes
101
+
102
+ - 665a567: fix (core): improve error handling in streamText's consumeStream method
103
+
104
+ ## 4.3.1
105
+
106
+ ### Patch Changes
107
+
108
+ - 3d1bd38: feat(smooth-stream): chunking callbacks
109
+
110
+ ## 4.3.0
111
+
112
+ ### Minor Changes
113
+
114
+ - 772a2d7: feat (core): Add finishReason field to NoObjectGeneratedError
115
+
116
+ ### Patch Changes
117
+
118
+ - Updated dependencies [2c19b9a]
119
+ - @ai-sdk/provider-utils@2.2.4
120
+ - @ai-sdk/react@1.2.6
121
+ - @ai-sdk/ui-utils@1.2.5
122
+
123
+ ## 4.2.11
124
+
125
+ ### Patch Changes
126
+
127
+ - c45d100: fix (core): send buffered text in smooth stream when stream parts change
128
+
129
+ ## 4.2.10
130
+
131
+ ### Patch Changes
132
+
133
+ - Updated dependencies [a043b14]
134
+ - Updated dependencies [28be004]
135
+ - @ai-sdk/react@1.2.5
136
+ - @ai-sdk/provider-utils@2.2.3
137
+ - @ai-sdk/ui-utils@1.2.4
138
+
139
+ ## 4.2.9
140
+
141
+ ### Patch Changes
142
+
143
+ - Updated dependencies [b01120e]
144
+ - @ai-sdk/provider-utils@2.2.2
145
+ - @ai-sdk/react@1.2.4
146
+ - @ai-sdk/ui-utils@1.2.3
147
+
148
+ ## 4.2.8
149
+
150
+ ### Patch Changes
151
+
152
+ - 65243ce: fix (ui): introduce step start parts
153
+ - Updated dependencies [65243ce]
154
+ - @ai-sdk/ui-utils@1.2.2
155
+ - @ai-sdk/react@1.2.3
156
+
157
+ ## 4.2.7
158
+
159
+ ### Patch Changes
160
+
161
+ - e14c066: fix (ai/core): convert user ui messages with only parts (no content) to core messages
162
+
163
+ ## 4.2.6
164
+
165
+ ### Patch Changes
166
+
167
+ - 625591b: feat (ai/core): auto-complete for provider registry
168
+ - 6a1506f: feat (ai/core): custom separator support for provider registry
169
+ - ea3d998: chore (ai/core): move provider registry to stable
170
+
171
+ ## 4.2.5
172
+
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies [d92fa29]
176
+ - @ai-sdk/react@1.2.2
177
+
178
+ ## 4.2.4
179
+
180
+ ### Patch Changes
181
+
182
+ - 3d6d96d: fix (ai/core): validate that messages are not empty
183
+
184
+ ## 4.2.3
185
+
186
+ ### Patch Changes
187
+
188
+ - 0b3bf29: fix (ai/core): custom env support for stdio MCP transport
189
+
190
+ ## 4.2.2
191
+
192
+ ### Patch Changes
193
+
194
+ - f10f0fa: fix (provider-utils): improve event source stream parsing performance
195
+ - Updated dependencies [f10f0fa]
196
+ - @ai-sdk/provider-utils@2.2.1
197
+ - @ai-sdk/react@1.2.1
198
+ - @ai-sdk/ui-utils@1.2.1
199
+
200
+ ## 4.2.1
201
+
202
+ ### Patch Changes
203
+
204
+ - b796152: feat (ai/core): add headers to MCP SSE transport
205
+ - 06361d6: feat (ai/core): expose JSON RPC types (MCP)
206
+
207
+ ## 4.2.0
208
+
209
+ ### Minor Changes
210
+
211
+ - 5bc638d: AI SDK 4.2
212
+
213
+ ### Patch Changes
214
+
215
+ - Updated dependencies [5bc638d]
216
+ - @ai-sdk/provider@1.1.0
217
+ - @ai-sdk/provider-utils@2.2.0
218
+ - @ai-sdk/react@1.2.0
219
+ - @ai-sdk/ui-utils@1.2.0
220
+
221
+ ## 4.1.66
222
+
223
+ ### Patch Changes
224
+
225
+ - 5d0fc29: chore (ai): improve cosine similarity calculation
226
+
227
+ ## 4.1.65
228
+
229
+ ### Patch Changes
230
+
231
+ - 16c444f: fix (ai): expose ai/mcp-stdio
232
+
233
+ ## 4.1.64
234
+
235
+ ### Patch Changes
236
+
237
+ - Updated dependencies [d0c4659]
238
+ - @ai-sdk/provider-utils@2.1.15
239
+ - @ai-sdk/react@1.1.25
240
+ - @ai-sdk/ui-utils@1.1.21
241
+
242
+ ## 4.1.63
243
+
244
+ ### Patch Changes
245
+
246
+ - 0bd5bc6: feat (ai): support model-generated files
247
+ - Updated dependencies [0bd5bc6]
248
+ - @ai-sdk/provider@1.0.12
249
+ - @ai-sdk/provider-utils@2.1.14
250
+ - @ai-sdk/ui-utils@1.1.20
251
+ - @ai-sdk/react@1.1.24
252
+
253
+ ## 4.1.62
254
+
255
+ ### Patch Changes
256
+
257
+ - c9ed3c4: feat: enable custom mcp transports
258
+ breaking change: remove internal stdio transport creation
259
+
260
+ ## 4.1.61
261
+
262
+ ### Patch Changes
263
+
264
+ - 2e1101a: feat (provider/openai): pdf input support
265
+ - Updated dependencies [2e1101a]
266
+ - @ai-sdk/provider@1.0.11
267
+ - @ai-sdk/provider-utils@2.1.13
268
+ - @ai-sdk/ui-utils@1.1.19
269
+ - @ai-sdk/react@1.1.23
270
+
271
+ ## 4.1.60
272
+
273
+ ### Patch Changes
274
+
275
+ - 0b8797f: feat (ai/core): expose response body for each generateText step
276
+
277
+ ## 4.1.59
278
+
279
+ ### Patch Changes
280
+
281
+ - dd18049: fix (ai/core): suppress next.js warnings for node.js specific code path
282
+
283
+ ## 4.1.58
284
+
285
+ ### Patch Changes
286
+
287
+ - e9897eb: fix (ai/core): move process access into functions and use globalThis
288
+
289
+ ## 4.1.57
290
+
291
+ ### Patch Changes
292
+
293
+ - 092fdaa: feat (ai/core): add defaultSettingsMiddleware
294
+
295
+ ## 4.1.56
296
+
297
+ ### Patch Changes
298
+
299
+ - 80be82b: feat (ai/core): add simulateStreamingMiddleware
300
+ - 8109a24: fix (ai/core): limit node imports to types where possible
301
+
302
+ ## 4.1.55
303
+
304
+ ### Patch Changes
305
+
306
+ - 1531959: feat (ai/core): add MCP client for using MCP tools
307
+ - Updated dependencies [1531959]
308
+ - @ai-sdk/provider-utils@2.1.12
309
+ - @ai-sdk/react@1.1.22
310
+ - @ai-sdk/ui-utils@1.1.18
311
+
312
+ ## 4.1.54
313
+
314
+ ### Patch Changes
315
+
316
+ - ee1c787: fix (ai/core): correct spread apply order to fix extract reasoning middleware with generateText
317
+
318
+ ## 4.1.53
319
+
320
+ ### Patch Changes
321
+
322
+ - e1d3d42: feat (ai): expose raw response body in generateText and generateObject
323
+ - Updated dependencies [e1d3d42]
324
+ - @ai-sdk/provider@1.0.10
325
+ - @ai-sdk/provider-utils@2.1.11
326
+ - @ai-sdk/ui-utils@1.1.17
327
+ - @ai-sdk/react@1.1.21
328
+
329
+ ## 4.1.52
330
+
331
+ ### Patch Changes
332
+
333
+ - 5329a69: fix (ai/core): fix duplicated reasoning in streamText onFinish and messages
334
+
335
+ ## 4.1.51
336
+
337
+ ### Patch Changes
338
+
339
+ - 0cb2647: feat (ai/core): add streamText sendStart & sendFinish data stream options
340
+
341
+ ## 4.1.50
342
+
343
+ ### Patch Changes
344
+
345
+ - ae98f0d: fix (ai/core): forward providerOptions for text, image, and file parts
346
+
347
+ ## 4.1.49
348
+
349
+ ### Patch Changes
350
+
351
+ - dc027d3: fix (ai/core): add reasoning support to appendResponseMessages
352
+
353
+ ## 4.1.48
354
+
355
+ ### Patch Changes
356
+
357
+ - Updated dependencies [6255fbc]
358
+ - @ai-sdk/react@1.1.20
359
+
360
+ ## 4.1.47
361
+
362
+ ### Patch Changes
363
+
364
+ - Updated dependencies [da5c734]
365
+ - @ai-sdk/react@1.1.19
366
+
367
+ ## 4.1.46
368
+
369
+ ### Patch Changes
370
+
371
+ - ddf9740: feat (ai): add anthropic reasoning
372
+ - Updated dependencies [ddf9740]
373
+ - @ai-sdk/provider@1.0.9
374
+ - @ai-sdk/ui-utils@1.1.16
375
+ - @ai-sdk/provider-utils@2.1.10
376
+ - @ai-sdk/react@1.1.18
377
+
378
+ ## 4.1.45
379
+
380
+ ### Patch Changes
381
+
382
+ - 93bd5a0: feat (ai/ui): add writeSource to createDataStream
383
+
384
+ ## 4.1.44
385
+
386
+ ### Patch Changes
387
+
388
+ - f8e7df2: fix (ai/core): add `startWithReasoning` option to `extractReasoningMiddleware`
389
+
390
+ ## 4.1.43
391
+
392
+ ### Patch Changes
393
+
394
+ - ef2e23b: feat (ai/core): add experimental repairText function to generateObject
395
+
396
+ ## 4.1.42
397
+
398
+ ### Patch Changes
399
+
400
+ - Updated dependencies [2761f06]
401
+ - @ai-sdk/provider@1.0.8
402
+ - @ai-sdk/provider-utils@2.1.9
403
+ - @ai-sdk/ui-utils@1.1.15
404
+ - @ai-sdk/react@1.1.17
405
+
406
+ ## 4.1.41
407
+
408
+ ### Patch Changes
409
+
410
+ - Updated dependencies [60c3220]
411
+ - @ai-sdk/react@1.1.16
412
+
413
+ ## 4.1.40
414
+
415
+ ### Patch Changes
416
+
417
+ - Updated dependencies [c43df41]
418
+ - @ai-sdk/react@1.1.15
419
+
420
+ ## 4.1.39
421
+
422
+ ### Patch Changes
423
+
424
+ - 075a9a9: fix (ai): improve tsdoc on custom provider
425
+
426
+ ## 4.1.38
427
+
428
+ ### Patch Changes
429
+
430
+ - 4c9c194: chore (ai): add description to provider-defined tools for better accessibility
431
+ - 2e898b4: chore (ai): move mockId test helper into provider utils
432
+ - Updated dependencies [2e898b4]
433
+ - @ai-sdk/provider-utils@2.1.8
434
+ - @ai-sdk/react@1.1.14
435
+ - @ai-sdk/ui-utils@1.1.14
436
+
437
+ ## 4.1.37
438
+
439
+ ### Patch Changes
440
+
441
+ - c1e10d1: chore: export UIMessage type
442
+
443
+ ## 4.1.36
444
+
445
+ ### Patch Changes
446
+
447
+ - Updated dependencies [3ff4ef8]
448
+ - @ai-sdk/provider-utils@2.1.7
449
+ - @ai-sdk/react@1.1.13
450
+ - @ai-sdk/ui-utils@1.1.13
451
+
452
+ ## 4.1.35
453
+
454
+ ### Patch Changes
455
+
456
+ - 166e09e: feat (ai/ui): forward source parts to useChat
457
+ - Updated dependencies [166e09e]
458
+ - @ai-sdk/ui-utils@1.1.12
459
+ - @ai-sdk/react@1.1.12
460
+
461
+ ## 4.1.34
462
+
463
+ ### Patch Changes
464
+
465
+ - dc49119: chore: deprecate ai/react
466
+
467
+ ## 4.1.33
468
+
469
+ ### Patch Changes
470
+
471
+ - 74f0f0e: chore (ai/core): move providerMetadata to stable
472
+
473
+ ## 4.1.32
474
+
475
+ ### Patch Changes
476
+
477
+ - c128ca5: fix (ai/core): fix streamText onFinish messages with structured output
478
+
479
+ ## 4.1.31
480
+
481
+ ### Patch Changes
482
+
483
+ - b30b1cc: feat (ai/core): add onError callback to streamObject
484
+
485
+ ## 4.1.30
486
+
487
+ ### Patch Changes
488
+
489
+ - 4ee5b6f: fix (core): remove invalid providerOptions from streamObject onFinish callback
490
+
491
+ ## 4.1.29
492
+
493
+ ### Patch Changes
494
+
495
+ - 605de49: feat (ai/core): export callback types
496
+
497
+ ## 4.1.28
498
+
499
+ ### Patch Changes
500
+
501
+ - 6eb7fc4: feat (ai/core): url source support
502
+
503
+ ## 4.1.27
504
+
505
+ ### Patch Changes
506
+
507
+ - Updated dependencies [318b351]
508
+ - @ai-sdk/ui-utils@1.1.11
509
+ - @ai-sdk/react@1.1.11
510
+
511
+ ## 4.1.26
512
+
513
+ ### Patch Changes
514
+
515
+ - 34983d4: fix (ai/core): bind supportsUrl when creating wrapper
516
+
517
+ ## 4.1.25
518
+
519
+ ### Patch Changes
520
+
521
+ - 5a21310: fix (ai/core): use ai types on custom provider to prevent ts error
522
+
523
+ ## 4.1.24
524
+
525
+ ### Patch Changes
526
+
527
+ - 38142b8: feat (ai/core): introduce streamText consumeStream
528
+
529
+ ## 4.1.23
530
+
531
+ ### Patch Changes
532
+
533
+ - b08f7c1: fix (ai/core): suppress errors in textStream
534
+
535
+ ## 4.1.22
536
+
537
+ ### Patch Changes
538
+
539
+ - 2bec72a: feat (ai/core): add onError callback to streamText
540
+
541
+ ## 4.1.21
542
+
543
+ ### Patch Changes
544
+
545
+ - d387989: feat (ai/core): re-export zodSchema
546
+
547
+ ## 4.1.20
548
+
549
+ ### Patch Changes
550
+
551
+ - bcc61d4: feat (ui): introduce message parts for useChat
552
+ - Updated dependencies [bcc61d4]
553
+ - @ai-sdk/ui-utils@1.1.10
554
+ - @ai-sdk/react@1.1.10
555
+
556
+ ## 4.1.19
557
+
558
+ ### Patch Changes
559
+
560
+ - Updated dependencies [6b8cc14]
561
+ - @ai-sdk/ui-utils@1.1.9
562
+ - @ai-sdk/react@1.1.9
563
+
564
+ ## 4.1.18
565
+
566
+ ### Patch Changes
567
+
568
+ - 6a1acfe: fix (ai/core): revert '@internal' tag on function definitions due to build impacts
569
+
570
+ ## 4.1.17
571
+
572
+ ### Patch Changes
573
+
574
+ - 5af8cdb: fix (ai/core): support this reference in model.supportsUrl implementations
575
+
576
+ ## 4.1.16
577
+
578
+ ### Patch Changes
579
+
580
+ - 7e299a4: feat (ai/core): wrapLanguageModel can apply multiple middlewares
581
+
582
+ ## 4.1.15
583
+
584
+ ### Patch Changes
585
+
586
+ - d89c3b9: feat (provider): add image model support to provider specification
587
+ - d89c3b9: feat (core): type ahead for model ids with custom provider
588
+ - 08f54fc: chore (ai/core): move custom provider to stable
589
+ - Updated dependencies [d89c3b9]
590
+ - @ai-sdk/provider@1.0.7
591
+ - @ai-sdk/provider-utils@2.1.6
592
+ - @ai-sdk/ui-utils@1.1.8
593
+ - @ai-sdk/react@1.1.8
594
+
595
+ ## 4.1.14
596
+
597
+ ### Patch Changes
598
+
599
+ - ca89615: fix (ai/core): only append assistant response at the end when there is a final user message
600
+
601
+ ## 4.1.13
602
+
603
+ ### Patch Changes
604
+
605
+ - 999085e: feat (ai/core): add write function to DataStreamWriter
606
+
607
+ ## 4.1.12
608
+
609
+ ### Patch Changes
610
+
611
+ - 0d2d9bf: fix (ui): single assistant message with multiple tool steps
612
+ - Updated dependencies [0d2d9bf]
613
+ - Updated dependencies [0d2d9bf]
614
+ - @ai-sdk/react@1.1.7
615
+ - @ai-sdk/ui-utils@1.1.7
616
+
617
+ ## 4.1.11
618
+
619
+ ### Patch Changes
620
+
621
+ - 4c58da5: chore (core): move providerOptions to stable
622
+
623
+ ## 4.1.10
624
+
625
+ ### Patch Changes
626
+
627
+ - bf2c9c6: feat (core): move middleware to stable
628
+
629
+ ## 4.1.9
630
+
631
+ ### Patch Changes
632
+
633
+ - 3a602ca: chore (core): rename CoreTool to Tool
634
+ - Updated dependencies [3a602ca]
635
+ - @ai-sdk/provider-utils@2.1.5
636
+ - @ai-sdk/ui-utils@1.1.6
637
+ - @ai-sdk/react@1.1.6
638
+
639
+ ## 4.1.8
640
+
641
+ ### Patch Changes
642
+
643
+ - 92f5f36: feat (core): add extractReasoningMiddleware
644
+
645
+ ## 4.1.7
646
+
647
+ ### Patch Changes
648
+
649
+ - 066206e: feat (provider-utils): move delay to provider-utils from ai
650
+ - Updated dependencies [066206e]
651
+ - @ai-sdk/provider-utils@2.1.4
652
+ - @ai-sdk/react@1.1.5
653
+ - @ai-sdk/ui-utils@1.1.5
654
+
655
+ ## 4.1.6
656
+
657
+ ### Patch Changes
658
+
659
+ - Updated dependencies [39e5c1f]
660
+ - @ai-sdk/provider-utils@2.1.3
661
+ - @ai-sdk/react@1.1.4
662
+ - @ai-sdk/ui-utils@1.1.4
663
+
664
+ ## 4.1.5
665
+
666
+ ### Patch Changes
667
+
668
+ - 9ce598c: feat (ai/ui): add reasoning support to useChat
669
+ - Updated dependencies [9ce598c]
670
+ - @ai-sdk/ui-utils@1.1.3
671
+ - @ai-sdk/react@1.1.3
672
+
673
+ ## 4.1.4
674
+
675
+ ### Patch Changes
676
+
677
+ - caaad11: feat (ai/core): re-export languagemodelv1 types for middleware implementations
678
+ - caaad11: feat (ai/core): expose TelemetrySettings type
679
+
680
+ ## 4.1.3
681
+
682
+ ### Patch Changes
683
+
684
+ - 7f30a77: feat (core): export core message schemas
685
+ - 4298996: feat (core): add helper for merging single client message
686
+
687
+ ## 4.1.2
688
+
689
+ ### Patch Changes
690
+
691
+ - 3c5fafa: chore (ai/core): move streamText toolCallStreaming option to stable
692
+ - 3a58a2e: feat (ai/core): throw NoImageGeneratedError from generateImage when no predictions are returned.
693
+ - Updated dependencies [ed012d2]
694
+ - Updated dependencies [6f4d063]
695
+ - Updated dependencies [3a58a2e]
696
+ - @ai-sdk/provider-utils@2.1.2
697
+ - @ai-sdk/react@1.1.2
698
+ - @ai-sdk/provider@1.0.6
699
+ - @ai-sdk/ui-utils@1.1.2
700
+
701
+ ## 4.1.1
702
+
703
+ ### Patch Changes
704
+
705
+ - 0a699f1: feat: add reasoning token support
706
+ - Updated dependencies [e7a9ec9]
707
+ - Updated dependencies [0a699f1]
708
+ - @ai-sdk/ui-utils@1.1.1
709
+ - @ai-sdk/provider-utils@2.1.1
710
+ - @ai-sdk/provider@1.0.5
711
+ - @ai-sdk/react@1.1.1
712
+
713
+ ## 4.1.0
714
+
715
+ ### Minor Changes
716
+
717
+ - 62ba5ad: release: AI SDK 4.1
718
+
719
+ ### Patch Changes
720
+
721
+ - Updated dependencies [62ba5ad]
722
+ - @ai-sdk/provider-utils@2.1.0
723
+ - @ai-sdk/react@1.1.0
724
+ - @ai-sdk/ui-utils@1.1.0
725
+
726
+ ## 4.0.41
727
+
728
+ ### Patch Changes
729
+
730
+ - Updated dependencies [44f04d5]
731
+ - @ai-sdk/react@1.0.14
732
+
733
+ ## 4.0.40
734
+
735
+ ### Patch Changes
736
+
737
+ - 33592d2: fix (ai/core): switch to json schema 7 target for zod to json schema conversion
738
+ - Updated dependencies [33592d2]
739
+ - @ai-sdk/ui-utils@1.0.12
740
+ - @ai-sdk/react@1.0.13
741
+
742
+ ## 4.0.39
743
+
744
+ ### Patch Changes
745
+
746
+ - 00114c5: feat: expose IDGenerator and createIdGenerator
747
+ - 00114c5: feat (ui): generate and forward message ids for response messages
748
+ - Updated dependencies [00114c5]
749
+ - Updated dependencies [00114c5]
750
+ - @ai-sdk/provider-utils@2.0.8
751
+ - @ai-sdk/ui-utils@1.0.11
752
+ - @ai-sdk/react@1.0.12
753
+
754
+ ## 4.0.38
755
+
756
+ ### Patch Changes
757
+
758
+ - 0118fa7: fix (ai/core): handle empty tool invocation array in convertToCoreMessages
759
+
760
+ ## 4.0.37
761
+
762
+ ### Patch Changes
763
+
764
+ - 8304ed8: feat (ai/core): Add option `throwErrorForEmptyVectors` to cosineSimilarity
765
+ - ed28182: feat (ai/ui): add appendResponseMessages helper
766
+
767
+ ## 4.0.36
768
+
769
+ ### Patch Changes
770
+
771
+ - Updated dependencies [37f4510]
772
+ - @ai-sdk/ui-utils@1.0.10
773
+ - @ai-sdk/react@1.0.11
774
+
775
+ ## 4.0.35
776
+
777
+ ### Patch Changes
778
+
779
+ - 3491f78: feat (ai/core): support multiple stream text transforms
8
780
 
9
781
  ## 4.0.34
10
782