@ai-sdk/workflow 1.0.0-beta.8 → 1.0.0-beta.94

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,5 +1,752 @@
1
1
  # @ai-sdk/workflow
2
2
 
3
+ ## 1.0.0-beta.94
4
+
5
+ ### Patch Changes
6
+
7
+ - b8396f0: trigger initial beta release
8
+ - Updated dependencies [b8396f0]
9
+ - @ai-sdk/provider-utils@5.0.0-beta.49
10
+ - @ai-sdk/provider@4.0.0-beta.19
11
+ - ai@7.0.0-beta.177
12
+
13
+ ## 1.0.0-canary.93
14
+
15
+ ### Patch Changes
16
+
17
+ - ai@7.0.0-canary.176
18
+
19
+ ## 1.0.0-canary.92
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [6ec57f5]
24
+ - ai@7.0.0-canary.175
25
+
26
+ ## 1.0.0-canary.91
27
+
28
+ ### Patch Changes
29
+
30
+ - ai@7.0.0-canary.174
31
+
32
+ ## 1.0.0-canary.90
33
+
34
+ ### Patch Changes
35
+
36
+ - ai@7.0.0-canary.173
37
+
38
+ ## 1.0.0-canary.89
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [aeda373]
43
+ - Updated dependencies [25a64f8]
44
+ - Updated dependencies [375fdd7]
45
+ - Updated dependencies [f18b08f]
46
+ - Updated dependencies [b4507d5]
47
+ - @ai-sdk/provider-utils@5.0.0-canary.48
48
+ - ai@7.0.0-canary.172
49
+
50
+ ## 1.0.0-canary.88
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [89ad56f]
55
+ - Updated dependencies [f9a496f]
56
+ - Updated dependencies [3295831]
57
+ - ai@7.0.0-canary.171
58
+
59
+ ## 1.0.0-canary.87
60
+
61
+ ### Patch Changes
62
+
63
+ - bae5e2b: fix(security): re-validate tool approvals from client message history before execution
64
+
65
+ The approval-replay path in `generateText`/`streamText` (and `WorkflowAgent.stream`) reconstructed approved tool calls from the client-supplied messages array and executed them without re-validating input against the tool's schema or re-applying the approval policy. A client could forge an assistant message with a pre-approved tool-call part and have the server execute a tool with attacker-chosen arguments.
66
+
67
+ The replay path now validates HMAC signature (when `experimental_toolApprovalSecret` is configured), re-validates tool-call input against the tool's input schema, and re-resolves the approval policy before execution.
68
+
69
+ - 69d7128: fix(workflow): reuse the core tool-approval validation in WorkflowAgent
70
+
71
+ `WorkflowAgent.stream` previously reconstructed approved tool calls with a copy of the core collection logic and validated them inline. Because the logic was duplicated, it could drift from the hardened `generateText`/`streamText` implementation. WorkflowAgent now collects approvals via the shared `collectToolApprovals` and re-validates each one through the shared `validateApprovedToolApprovals` (input-schema re-validation, HMAC signature verification when configured, and approval-policy re-resolution) in addition to its existing `needsApproval` guard, so a client-forged approval cannot execute a tool with unvalidated input. The duplicated collector was removed; `collectToolApprovals` and `validateApprovedToolApprovals` are now exported from `ai/internal`.
72
+
73
+ - Updated dependencies [bae5e2b]
74
+ - Updated dependencies [69d7128]
75
+ - ai@7.0.0-canary.170
76
+ - @ai-sdk/provider-utils@5.0.0-canary.47
77
+
78
+ ## 1.0.0-canary.86
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies [a5018ab]
83
+ - Updated dependencies [21d3d60]
84
+ - Updated dependencies [426dbbb]
85
+ - Updated dependencies [7fd3360]
86
+ - ai@7.0.0-canary.169
87
+
88
+ ## 1.0.0-canary.85
89
+
90
+ ### Patch Changes
91
+
92
+ - 1e4b350: Honor `tool.toModelOutput` in `WorkflowAgent`.
93
+
94
+ `WorkflowAgent` now routes successful local, provider-executed, and approved tool results through each tool's optional `toModelOutput` hook, matching `generateText`, `streamText`, and `ToolLoopAgent`. Previously the hook was ignored and results were always serialized as `text` or `json`.
95
+
96
+ Internally exports the shared tool-result model-output helpers from `ai/internal`, and uses the shared `getErrorMessage` behavior for workflow tool error results.
97
+
98
+ - Updated dependencies [1e4b350]
99
+ - ai@7.0.0-canary.168
100
+
101
+ ## 1.0.0-canary.84
102
+
103
+ ### Patch Changes
104
+
105
+ - Updated dependencies [4757690]
106
+ - Updated dependencies [eeefc3f]
107
+ - Updated dependencies [b79b6a8]
108
+ - ai@7.0.0-canary.167
109
+
110
+ ## 1.0.0-canary.83
111
+
112
+ ### Patch Changes
113
+
114
+ - 19736ee: feat(ai): rename onStepFinish to onStepEnd
115
+ - Updated dependencies [19736ee]
116
+ - Updated dependencies [d66ae02]
117
+ - Updated dependencies [e4182bd]
118
+ - ai@7.0.0-canary.166
119
+
120
+ ## 1.0.0-canary.82
121
+
122
+ ### Patch Changes
123
+
124
+ - Updated dependencies [ce769dd]
125
+ - @ai-sdk/provider@4.0.0-canary.18
126
+ - ai@7.0.0-canary.165
127
+ - @ai-sdk/provider-utils@5.0.0-canary.46
128
+
129
+ ## 1.0.0-canary.81
130
+
131
+ ### Patch Changes
132
+
133
+ - ai@7.0.0-canary.164
134
+
135
+ ## 1.0.0-canary.80
136
+
137
+ ### Patch Changes
138
+
139
+ - Updated dependencies [ee798eb]
140
+ - Updated dependencies [daf6637]
141
+ - Updated dependencies [c907622]
142
+ - @ai-sdk/provider-utils@5.0.0-canary.45
143
+ - ai@7.0.0-canary.163
144
+
145
+ ## 1.0.0-canary.79
146
+
147
+ ### Patch Changes
148
+
149
+ - ai@7.0.0-canary.162
150
+
151
+ ## 1.0.0-canary.78
152
+
153
+ ### Patch Changes
154
+
155
+ - ai@7.0.0-canary.161
156
+
157
+ ## 1.0.0-canary.77
158
+
159
+ ### Patch Changes
160
+
161
+ - ai@7.0.0-canary.160
162
+
163
+ ## 1.0.0-canary.76
164
+
165
+ ### Patch Changes
166
+
167
+ - Updated dependencies [b5092f5]
168
+ - ai@7.0.0-canary.159
169
+
170
+ ## 1.0.0-canary.75
171
+
172
+ ### Patch Changes
173
+
174
+ - Updated dependencies [bcce2dd]
175
+ - ai@7.0.0-canary.158
176
+
177
+ ## 1.0.0-canary.74
178
+
179
+ ### Patch Changes
180
+
181
+ - ai@7.0.0-canary.157
182
+
183
+ ## 1.0.0-canary.73
184
+
185
+ ### Patch Changes
186
+
187
+ - Updated dependencies [023550e]
188
+ - Updated dependencies [e92fc45]
189
+ - ai@7.0.0-canary.156
190
+
191
+ ## 1.0.0-canary.72
192
+
193
+ ### Patch Changes
194
+
195
+ - Updated dependencies [e67d80e]
196
+ - Updated dependencies [6cca112]
197
+ - Updated dependencies [82fc0ab]
198
+ - Updated dependencies [76fd58c]
199
+ - ai@7.0.0-canary.155
200
+
201
+ ## 1.0.0-canary.71
202
+
203
+ ### Patch Changes
204
+
205
+ - Updated dependencies [594029e]
206
+ - ai@7.0.0-canary.154
207
+
208
+ ## 1.0.0-canary.70
209
+
210
+ ### Patch Changes
211
+
212
+ - Updated dependencies [6c93e36]
213
+ - Updated dependencies [f617ac2]
214
+ - @ai-sdk/provider-utils@5.0.0-canary.44
215
+ - ai@7.0.0-canary.153
216
+
217
+ ## 1.0.0-canary.69
218
+
219
+ ### Patch Changes
220
+
221
+ - ai@7.0.0-canary.152
222
+
223
+ ## 1.0.0-canary.68
224
+
225
+ ### Patch Changes
226
+
227
+ - ai@7.0.0-canary.151
228
+
229
+ ## 1.0.0-canary.67
230
+
231
+ ### Patch Changes
232
+
233
+ - ai@7.0.0-canary.150
234
+
235
+ ## 1.0.0-canary.66
236
+
237
+ ### Patch Changes
238
+
239
+ - Updated dependencies [e3d9c0e]
240
+ - ai@7.0.0-canary.149
241
+
242
+ ## 1.0.0-canary.65
243
+
244
+ ### Patch Changes
245
+
246
+ - Updated dependencies [2852a84]
247
+ - ai@7.0.0-canary.148
248
+
249
+ ## 1.0.0-canary.64
250
+
251
+ ### Patch Changes
252
+
253
+ - ai@7.0.0-canary.147
254
+
255
+ ## 1.0.0-canary.63
256
+
257
+ ### Patch Changes
258
+
259
+ - ai@7.0.0-canary.146
260
+
261
+ ## 1.0.0-canary.62
262
+
263
+ ### Patch Changes
264
+
265
+ - ai@7.0.0-canary.145
266
+
267
+ ## 1.0.0-canary.61
268
+
269
+ ### Patch Changes
270
+
271
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
272
+ - Updated dependencies [7fc6bd6]
273
+ - ai@7.0.0-canary.144
274
+ - @ai-sdk/provider-utils@5.0.0-canary.43
275
+ - @ai-sdk/provider@4.0.0-canary.17
276
+
277
+ ## 1.0.0-canary.60
278
+
279
+ ### Patch Changes
280
+
281
+ - b567a6c: dependency updates
282
+ - Updated dependencies [a6617c5]
283
+ - @ai-sdk/provider-utils@5.0.0-canary.42
284
+ - ai@7.0.0-canary.143
285
+
286
+ ## 1.0.0-canary.59
287
+
288
+ ### Patch Changes
289
+
290
+ - Updated dependencies [62d6481]
291
+ - ai@7.0.0-canary.142
292
+
293
+ ## 1.0.0-canary.58
294
+
295
+ ### Patch Changes
296
+
297
+ - Updated dependencies [e3a0419]
298
+ - ai@7.0.0-canary.141
299
+
300
+ ## 1.0.0-canary.57
301
+
302
+ ### Patch Changes
303
+
304
+ - ai@7.0.0-canary.140
305
+
306
+ ## 1.0.0-canary.56
307
+
308
+ ### Patch Changes
309
+
310
+ - 334ae5d: Update step performance metrics with explicit effective, input, output, and total token throughput fields.
311
+ - Updated dependencies [334ae5d]
312
+ - Updated dependencies [28dfa06]
313
+ - Updated dependencies [e93fa91]
314
+ - ai@7.0.0-canary.139
315
+ - @ai-sdk/provider-utils@5.0.0-canary.41
316
+
317
+ ## 1.0.0-canary.55
318
+
319
+ ### Patch Changes
320
+
321
+ - ai@7.0.0-canary.138
322
+
323
+ ## 1.0.0-canary.54
324
+
325
+ ### Patch Changes
326
+
327
+ - 98627e5: feat(ai): remove onChunk event from telemetry
328
+ - Updated dependencies [98627e5]
329
+ - Updated dependencies [476e1ca]
330
+ - ai@7.0.0-canary.137
331
+
332
+ ## 1.0.0-canary.53
333
+
334
+ ### Patch Changes
335
+
336
+ - Updated dependencies [a7de9c9]
337
+ - @ai-sdk/provider-utils@5.0.0-canary.40
338
+ - ai@7.0.0-canary.136
339
+
340
+ ## 1.0.0-canary.52
341
+
342
+ ### Patch Changes
343
+
344
+ - Updated dependencies [105f95b]
345
+ - @ai-sdk/provider-utils@5.0.0-canary.39
346
+ - ai@7.0.0-canary.135
347
+
348
+ ## 1.0.0-canary.51
349
+
350
+ ### Patch Changes
351
+
352
+ - Updated dependencies [ed74dae]
353
+ - Updated dependencies [f4cc8eb]
354
+ - Updated dependencies [e80ada0]
355
+ - Updated dependencies [1dca341]
356
+ - Updated dependencies [2605e5f]
357
+ - ai@7.0.0-canary.134
358
+
359
+ ## 1.0.0-canary.50
360
+
361
+ ### Patch Changes
362
+
363
+ - Updated dependencies [38ca8dc]
364
+ - Updated dependencies [6d76710]
365
+ - ai@7.0.0-canary.133
366
+
367
+ ## 1.0.0-canary.49
368
+
369
+ ### Patch Changes
370
+
371
+ - 81e68da: Fix `stepNumber` on telemetry events emitted by `WorkflowAgent.stream` so per-step telemetry integrations (e.g. `@ai-sdk/devtools`) correctly key state per step.
372
+ - Updated dependencies [eaf849f]
373
+ - Updated dependencies [8565dcb]
374
+ - ai@7.0.0-canary.132
375
+
376
+ ## 1.0.0-canary.48
377
+
378
+ ### Patch Changes
379
+
380
+ - c3a6524: Add a `stepNumber` option to `doStreamStep` so callers can create `StepResult` objects with the correct step number.
381
+
382
+ ## 1.0.0-canary.47
383
+
384
+ ### Patch Changes
385
+
386
+ - ca446f8: feat: flexible tool descriptions
387
+ - Updated dependencies [b67525f]
388
+ - Updated dependencies [ca446f8]
389
+ - Updated dependencies [bcacd48]
390
+ - ai@7.0.0-canary.131
391
+ - @ai-sdk/provider-utils@5.0.0-canary.38
392
+
393
+ ## 1.0.0-canary.46
394
+
395
+ ### Patch Changes
396
+
397
+ - ai@7.0.0-canary.130
398
+
399
+ ## 1.0.0-canary.45
400
+
401
+ ### Patch Changes
402
+
403
+ - Updated dependencies [d1b3786]
404
+ - ai@7.0.0-canary.129
405
+
406
+ ## 1.0.0-canary.44
407
+
408
+ ### Patch Changes
409
+
410
+ - Updated dependencies [d848405]
411
+ - @ai-sdk/provider-utils@5.0.0-canary.37
412
+ - ai@7.0.0-canary.128
413
+
414
+ ## 1.0.0-canary.43
415
+
416
+ ### Patch Changes
417
+
418
+ - d775a57: feat: introduce Instructions type
419
+ - 39dad72: feat(workflow): add stable telemetry integration support to `WorkflowAgent` and remove legacy telemetry options.
420
+ - Updated dependencies [e95e38d]
421
+ - Updated dependencies [016e877]
422
+ - Updated dependencies [ca99fea]
423
+ - Updated dependencies [ca39020]
424
+ - Updated dependencies [d775a57]
425
+ - Updated dependencies [538c12b]
426
+ - ai@7.0.0-canary.127
427
+ - @ai-sdk/provider-utils@5.0.0-canary.36
428
+
429
+ ## 1.0.0-canary.42
430
+
431
+ ### Patch Changes
432
+
433
+ - Updated dependencies [f634bac]
434
+ - @ai-sdk/provider-utils@5.0.0-canary.35
435
+ - ai@7.0.0-canary.126
436
+
437
+ ## 1.0.0-canary.41
438
+
439
+ ### Patch Changes
440
+
441
+ - 1d56275: feat(workflow): add `runtimeContext` and `toolsContext` to `WorkflowAgent`.
442
+
443
+ `runtimeContext` is shared agent state that flows through `prepareCall`, `prepareStep`, step results, and `onFinish`. `toolsContext` is a per-tool map; each tool receives its own validated entry as `context`, validated against `tool.contextSchema` when defined. The previous `experimental_context` option (and corresponding fields on related callbacks and option types) has been removed — use `runtimeContext` for shared state and `toolsContext` for per-tool values. Context values in `WorkflowAgent` should be serializable because they can cross workflow and step boundaries.
444
+
445
+ ## 1.0.0-canary.40
446
+
447
+ ### Patch Changes
448
+
449
+ - Updated dependencies [fd4f578]
450
+ - Updated dependencies [31f69de]
451
+ - Updated dependencies [7c71ac6]
452
+ - Updated dependencies [c0c8ca2]
453
+ - Updated dependencies [5faf71c]
454
+ - Updated dependencies [69254e0]
455
+ - Updated dependencies [3015fc3]
456
+ - Updated dependencies [eee1166]
457
+ - Updated dependencies [7dbf992]
458
+ - ai@7.0.0-canary.125
459
+ - @ai-sdk/provider-utils@5.0.0-canary.34
460
+
461
+ ## 1.0.0-canary.39
462
+
463
+ ### Patch Changes
464
+
465
+ - Updated dependencies [69aeb0e]
466
+ - Updated dependencies [48e92f3]
467
+ - ai@7.0.0-canary.124
468
+
469
+ ## 1.0.0-canary.38
470
+
471
+ ### Patch Changes
472
+
473
+ - Updated dependencies [7392266]
474
+ - Updated dependencies [4bb4dbc]
475
+ - ai@7.0.0-canary.123
476
+
477
+ ## 1.0.0-canary.37
478
+
479
+ ### Patch Changes
480
+
481
+ - Updated dependencies [79b2468]
482
+ - Updated dependencies [c22750c]
483
+ - ai@7.0.0-canary.122
484
+
485
+ ## 1.0.0-canary.36
486
+
487
+ ### Patch Changes
488
+
489
+ - Updated dependencies [2427d88]
490
+ - Updated dependencies [5588abd]
491
+ - Updated dependencies [6dd6b83]
492
+ - @ai-sdk/provider-utils@5.0.0-canary.33
493
+ - ai@7.0.0-canary.121
494
+
495
+ ## 1.0.0-canary.35
496
+
497
+ ### Patch Changes
498
+
499
+ - Updated dependencies [5463d0d]
500
+ - @ai-sdk/provider-utils@5.0.0-canary.32
501
+ - @ai-sdk/provider@4.0.0-canary.16
502
+ - ai@7.0.0-canary.120
503
+
504
+ ## 1.0.0-canary.34
505
+
506
+ ### Patch Changes
507
+
508
+ - ai@7.0.0-canary.119
509
+
510
+ ## 1.0.0-canary.33
511
+
512
+ ### Patch Changes
513
+
514
+ - Updated dependencies [47e65d6]
515
+ - ai@7.0.0-canary.118
516
+
517
+ ## 1.0.0-canary.32
518
+
519
+ ### Patch Changes
520
+
521
+ - 0c4c275: trigger initial canary release
522
+ - Updated dependencies [0c4c275]
523
+ - @ai-sdk/provider-utils@5.0.0-canary.31
524
+ - @ai-sdk/provider@4.0.0-canary.15
525
+ - ai@7.0.0-canary.117
526
+
527
+ ## 1.0.0-beta.31
528
+
529
+ ### Patch Changes
530
+
531
+ - ai@7.0.0-beta.116
532
+
533
+ ## 1.0.0-beta.30
534
+
535
+ ### Patch Changes
536
+
537
+ - Updated dependencies [08d2129]
538
+ - Updated dependencies [202f107]
539
+ - @ai-sdk/provider-utils@5.0.0-beta.30
540
+ - ai@7.0.0-beta.115
541
+
542
+ ## 1.0.0-beta.29
543
+
544
+ ### Patch Changes
545
+
546
+ - 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles
547
+ - Updated dependencies [43a6750]
548
+ - Updated dependencies [81caa5d]
549
+ - Updated dependencies [1f7db50]
550
+ - Updated dependencies [9bd6512]
551
+ - Updated dependencies [258c093]
552
+ - Updated dependencies [b6783da]
553
+ - Updated dependencies [6147cdf]
554
+ - ai@7.0.0-beta.114
555
+ - @ai-sdk/provider-utils@5.0.0-beta.29
556
+ - @ai-sdk/provider@4.0.0-beta.14
557
+
558
+ ## 1.0.0-beta.28
559
+
560
+ ### Patch Changes
561
+
562
+ - 9f0e36c: trigger release for all packages after provenance setup
563
+ - Updated dependencies [9f0e36c]
564
+ - ai@7.0.0-beta.113
565
+ - @ai-sdk/provider@4.0.0-beta.13
566
+ - @ai-sdk/provider-utils@5.0.0-beta.28
567
+
568
+ ## 1.0.0-beta.27
569
+
570
+ ### Patch Changes
571
+
572
+ - 29d8cf4: feat(ai): rename the core-event types
573
+ - a0ca584: fix (workflow): preserve invalid tool calls as errors instead of emitting synthetic success results
574
+ - Updated dependencies [785fe16]
575
+ - Updated dependencies [5f3749c]
576
+ - Updated dependencies [0a51f7d]
577
+ - Updated dependencies [71d3022]
578
+ - Updated dependencies [67df0a0]
579
+ - Updated dependencies [4181cfe]
580
+ - Updated dependencies [51ce232]
581
+ - Updated dependencies [cf93359]
582
+ - Updated dependencies [befb78c]
583
+ - Updated dependencies [29d8cf4]
584
+ - Updated dependencies [0458559]
585
+ - Updated dependencies [58a2ad7]
586
+ - Updated dependencies [5852c0a]
587
+ - Updated dependencies [37d69b2]
588
+ - Updated dependencies [1043274]
589
+ - Updated dependencies [7f59f04]
590
+ - Updated dependencies [7677c1e]
591
+ - Updated dependencies [116c89f]
592
+ - Updated dependencies [f58f9bc]
593
+ - Updated dependencies [e1bfb9c]
594
+ - Updated dependencies [e87d71b]
595
+ - Updated dependencies [9d486aa]
596
+ - Updated dependencies [9b0bc8a]
597
+ - Updated dependencies [fc92055]
598
+ - Updated dependencies [4e095b0]
599
+ - @ai-sdk/provider-utils@5.0.0-beta.27
600
+ - ai@7.0.0-beta.112
601
+
602
+ ## 1.0.0-beta.26
603
+
604
+ ### Major Changes
605
+
606
+ - 1949571: feat(ai): make experimental_telemetry stable
607
+
608
+ ### Patch Changes
609
+
610
+ - f32c750: refactoring(ai): simplify mergeAbortSignals
611
+ - Updated dependencies [f319fde]
612
+ - Updated dependencies [1949571]
613
+ - Updated dependencies [511902c]
614
+ - Updated dependencies [6542d93]
615
+ - Updated dependencies [2e98477]
616
+ - Updated dependencies [876fd3e]
617
+ - Updated dependencies [f32c750]
618
+ - ai@7.0.0-beta.111
619
+ - @ai-sdk/provider-utils@5.0.0-beta.26
620
+
621
+ ## 1.0.0-beta.25
622
+
623
+ ### Patch Changes
624
+
625
+ - Updated dependencies [72cb801]
626
+ - ai@7.0.0-beta.110
627
+
628
+ ## 1.0.0-beta.24
629
+
630
+ ### Patch Changes
631
+
632
+ - eea8d98: refactoring: rename tool execution events
633
+ - Updated dependencies [ec98264]
634
+ - Updated dependencies [eea8d98]
635
+ - Updated dependencies [75ef93e]
636
+ - ai@7.0.0-beta.109
637
+ - @ai-sdk/provider-utils@5.0.0-beta.25
638
+
639
+ ## 1.0.0-beta.23
640
+
641
+ ### Patch Changes
642
+
643
+ - Updated dependencies [f807e45]
644
+ - @ai-sdk/provider-utils@5.0.0-beta.24
645
+ - ai@7.0.0-beta.108
646
+
647
+ ## 1.0.0-beta.22
648
+
649
+ ### Patch Changes
650
+
651
+ - Updated dependencies [350ea38]
652
+ - @ai-sdk/provider-utils@5.0.0-beta.23
653
+ - ai@7.0.0-beta.107
654
+
655
+ ## 1.0.0-beta.21
656
+
657
+ ### Patch Changes
658
+
659
+ - fbea042: refactor: replace duplicate `filterTools`/`filterToolSet` with shared `experimental_filterActiveTools` from `ai`
660
+
661
+ ## 1.0.0-beta.20
662
+
663
+ ### Patch Changes
664
+
665
+ - ai@7.0.0-beta.106
666
+
667
+ ## 1.0.0-beta.19
668
+
669
+ ### Patch Changes
670
+
671
+ - Updated dependencies [33d099c]
672
+ - ai@7.0.0-beta.105
673
+
674
+ ## 1.0.0-beta.18
675
+
676
+ ### Patch Changes
677
+
678
+ - eba685c: Remove `maxSteps` option from `WorkflowAgent`. Use `stopWhen` with stop conditions like `isStepCount()` instead.
679
+ - Updated dependencies [2a74d43]
680
+ - ai@7.0.0-beta.104
681
+
682
+ ## 1.0.0-beta.17
683
+
684
+ ### Patch Changes
685
+
686
+ - 382d53b: refactoring: rename context to runtimeContext
687
+ - c3d4019: chore(ai): rename 'TelemetrySettings' to 'TelemetryOptions'
688
+ - 083947b: feat(ai): separate toolsContext from context
689
+ - Updated dependencies [382d53b]
690
+ - Updated dependencies [7bf7d7f]
691
+ - Updated dependencies [c3d4019]
692
+ - Updated dependencies [083947b]
693
+ - ai@7.0.0-beta.103
694
+ - @ai-sdk/provider-utils@5.0.0-beta.22
695
+
696
+ ## 1.0.0-beta.16
697
+
698
+ ### Patch Changes
699
+
700
+ - ai@7.0.0-beta.102
701
+
702
+ ## 1.0.0-beta.15
703
+
704
+ ### Patch Changes
705
+
706
+ - Updated dependencies [4873966]
707
+ - ai@7.0.0-beta.101
708
+
709
+ ## 1.0.0-beta.14
710
+
711
+ ### Patch Changes
712
+
713
+ - Updated dependencies [add1126]
714
+ - @ai-sdk/provider-utils@5.0.0-beta.21
715
+ - ai@7.0.0-beta.100
716
+
717
+ ## 1.0.0-beta.13
718
+
719
+ ### Patch Changes
720
+
721
+ - Updated dependencies [2a9c144]
722
+ - ai@7.0.0-beta.99
723
+
724
+ ## 1.0.0-beta.12
725
+
726
+ ### Patch Changes
727
+
728
+ - ai@7.0.0-beta.98
729
+
730
+ ## 1.0.0-beta.11
731
+
732
+ ### Patch Changes
733
+
734
+ - Updated dependencies [208d045]
735
+ - ai@7.0.0-beta.97
736
+
737
+ ## 1.0.0-beta.10
738
+
739
+ ### Patch Changes
740
+
741
+ - ai@7.0.0-beta.96
742
+
743
+ ## 1.0.0-beta.9
744
+
745
+ ### Patch Changes
746
+
747
+ - Updated dependencies [c4f4b5f]
748
+ - ai@7.0.0-beta.95
749
+
3
750
  ## 1.0.0-beta.8
4
751
 
5
752
  ### Patch Changes