@mastra/client-js 0.0.0-storage-20250225005900 → 0.0.0-taofeeqInngest-20250603090617

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,13 +1,1315 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-storage-20250225005900
3
+ ## 0.0.0-taofeeqInngest-20250603090617
4
+
5
+ ### Patch Changes
6
+
7
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
8
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
9
+ - f0d559f: Fix peerdeps for alpha channel
10
+ - Updated dependencies [ee77e78]
11
+ - Updated dependencies [592a2db]
12
+ - Updated dependencies [e5dc18d]
13
+ - Updated dependencies [ab5adbe]
14
+ - Updated dependencies [1e8bb40]
15
+ - Updated dependencies [195c428]
16
+ - Updated dependencies [f73e11b]
17
+ - Updated dependencies [c5bf1ce]
18
+ - Updated dependencies [12b7002]
19
+ - Updated dependencies [2901125]
20
+ - @mastra/core@0.0.0-taofeeqInngest-20250603090617
21
+
22
+ ## 0.10.2-alpha.2
23
+
24
+ ### Patch Changes
25
+
26
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
27
+ - Updated dependencies [c5bf1ce]
28
+ - Updated dependencies [12b7002]
29
+ - @mastra/core@0.10.2-alpha.4
30
+
31
+ ## 0.10.2-alpha.1
32
+
33
+ ### Patch Changes
34
+
35
+ - f0d559f: Fix peerdeps for alpha channel
36
+ - Updated dependencies [1e8bb40]
37
+ - @mastra/core@0.10.2-alpha.2
38
+
39
+ ## 0.10.2-alpha.0
40
+
41
+ ### Patch Changes
42
+
43
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
44
+ - Updated dependencies [592a2db]
45
+ - Updated dependencies [e5dc18d]
46
+ - @mastra/core@0.10.2-alpha.0
47
+
48
+ ## 0.10.1
49
+
50
+ ### Patch Changes
51
+
52
+ - 267773e: Show map config on workflow graph
53
+ Highlight borders for conditions too on workflow graph
54
+ Fix watch stream
55
+ - 5343f93: Move emitter to symbol to make private
56
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
57
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
58
+ - Updated dependencies [d70b807]
59
+ - Updated dependencies [6d16390]
60
+ - Updated dependencies [1e4a421]
61
+ - Updated dependencies [200d0da]
62
+ - Updated dependencies [bf5f17b]
63
+ - Updated dependencies [5343f93]
64
+ - Updated dependencies [38aee50]
65
+ - Updated dependencies [5c41100]
66
+ - Updated dependencies [d6a759b]
67
+ - Updated dependencies [6015bdf]
68
+ - @mastra/core@0.10.1
69
+
70
+ ## 0.10.1-alpha.3
71
+
72
+ ### Patch Changes
73
+
74
+ - 267773e: Show map config on workflow graph
75
+ Highlight borders for conditions too on workflow graph
76
+ Fix watch stream
77
+
78
+ ## 0.10.1-alpha.2
79
+
80
+ ### Patch Changes
81
+
82
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
83
+ - Updated dependencies [6015bdf]
84
+ - @mastra/core@0.10.1-alpha.2
85
+
86
+ ## 0.10.1-alpha.1
87
+
88
+ ### Patch Changes
89
+
90
+ - 5343f93: Move emitter to symbol to make private
91
+ - Updated dependencies [200d0da]
92
+ - Updated dependencies [bf5f17b]
93
+ - Updated dependencies [5343f93]
94
+ - Updated dependencies [38aee50]
95
+ - Updated dependencies [5c41100]
96
+ - Updated dependencies [d6a759b]
97
+ - @mastra/core@0.10.1-alpha.1
98
+
99
+ ## 0.10.1-alpha.0
100
+
101
+ ### Patch Changes
102
+
103
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
104
+ - Updated dependencies [6d16390]
105
+ - Updated dependencies [1e4a421]
106
+ - @mastra/core@0.10.1-alpha.0
107
+
108
+ ## 0.10.0
109
+
110
+ ### Minor Changes
111
+
112
+ - 83da932: Move @mastra/core to peerdeps
113
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
114
+
115
+ ### Patch Changes
116
+
117
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
118
+ - 0215b0b: Add description to vnext workflow response
119
+ - f53a6ac: Add VNextWorkflowRuns type
120
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
121
+ - a6e3881: Remove non serializable options from agent stream,generate
122
+ - fddae56: Add telemetry to cliend SDK streamParams
123
+ - 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
124
+ - 5063646: Accept plain obects as runtimeContext
125
+ - 2672a05: Add MCP servers and tool call execution to playground
126
+ - Updated dependencies [b3a3d63]
127
+ - Updated dependencies [344f453]
128
+ - Updated dependencies [0a3ae6d]
129
+ - Updated dependencies [95911be]
130
+ - Updated dependencies [f53a6ac]
131
+ - Updated dependencies [5eb5a99]
132
+ - Updated dependencies [7e632c5]
133
+ - Updated dependencies [1e9fbfa]
134
+ - Updated dependencies [eabdcd9]
135
+ - Updated dependencies [90be034]
136
+ - Updated dependencies [99f050a]
137
+ - Updated dependencies [d0ee3c6]
138
+ - Updated dependencies [b2ae5aa]
139
+ - Updated dependencies [23f258c]
140
+ - Updated dependencies [a7292b0]
141
+ - Updated dependencies [0dcb9f0]
142
+ - Updated dependencies [2672a05]
143
+ - @mastra/core@0.10.0
144
+
145
+ ## 0.2.0-alpha.1
146
+
147
+ ### Minor Changes
148
+
149
+ - 83da932: Move @mastra/core to peerdeps
150
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
151
+
152
+ ### Patch Changes
153
+
154
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
155
+ - 0215b0b: Add description to vnext workflow response
156
+ - 5063646: Accept plain obects as runtimeContext
157
+ - Updated dependencies [b3a3d63]
158
+ - Updated dependencies [344f453]
159
+ - Updated dependencies [0a3ae6d]
160
+ - Updated dependencies [95911be]
161
+ - Updated dependencies [5eb5a99]
162
+ - Updated dependencies [7e632c5]
163
+ - Updated dependencies [1e9fbfa]
164
+ - Updated dependencies [b2ae5aa]
165
+ - Updated dependencies [a7292b0]
166
+ - Updated dependencies [0dcb9f0]
167
+ - @mastra/core@0.10.0-alpha.1
168
+
169
+ ## 0.1.23-alpha.0
170
+
171
+ ### Patch Changes
172
+
173
+ - f53a6ac: Add VNextWorkflowRuns type
174
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
175
+ - a6e3881: Remove non serializable options from agent stream,generate
176
+ - fddae56: Add telemetry to cliend SDK streamParams
177
+ - 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
178
+ - 2672a05: Add MCP servers and tool call execution to playground
179
+ - Updated dependencies [f53a6ac]
180
+ - Updated dependencies [eabdcd9]
181
+ - Updated dependencies [90be034]
182
+ - Updated dependencies [99f050a]
183
+ - Updated dependencies [d0ee3c6]
184
+ - Updated dependencies [23f258c]
185
+ - Updated dependencies [2672a05]
186
+ - @mastra/core@0.9.5-alpha.0
187
+
188
+ ## 0.1.22
189
+
190
+ ### Patch Changes
191
+
192
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
193
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
194
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
195
+ - 0c3d117: Add workflows to agent server handlers
196
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
197
+ - c2b980b: Fix multiple too-calls in AGUI
198
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
199
+ - 0b8b868: Added A2A support + streaming
200
+ - Updated dependencies [396be50]
201
+ - Updated dependencies [ab80e7e]
202
+ - Updated dependencies [c3bd795]
203
+ - Updated dependencies [da082f8]
204
+ - Updated dependencies [a5810ce]
205
+ - Updated dependencies [3e9c131]
206
+ - Updated dependencies [3171b5b]
207
+ - Updated dependencies [973e5ac]
208
+ - Updated dependencies [daf942f]
209
+ - Updated dependencies [0b8b868]
210
+ - Updated dependencies [9e1eff5]
211
+ - Updated dependencies [6fa1ad1]
212
+ - Updated dependencies [c28d7a0]
213
+ - Updated dependencies [edf1e88]
214
+ - @mastra/core@0.9.4
215
+
216
+ ## 0.1.22-alpha.4
217
+
218
+ ### Patch Changes
219
+
220
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
221
+ - Updated dependencies [3e9c131]
222
+ - @mastra/core@0.9.4-alpha.4
223
+
224
+ ## 0.1.22-alpha.3
225
+
226
+ ### Patch Changes
227
+
228
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
229
+ - 0c3d117: Add workflows to agent server handlers
230
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
231
+ - Updated dependencies [396be50]
232
+ - Updated dependencies [c3bd795]
233
+ - Updated dependencies [da082f8]
234
+ - Updated dependencies [a5810ce]
235
+ - @mastra/core@0.9.4-alpha.3
236
+
237
+ ## 0.1.22-alpha.2
238
+
239
+ ### Patch Changes
240
+
241
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
242
+ - c2b980b: Fix multiple too-calls in AGUI
243
+ - Updated dependencies [3171b5b]
244
+ - Updated dependencies [973e5ac]
245
+ - Updated dependencies [9e1eff5]
246
+ - @mastra/core@0.9.4-alpha.2
247
+
248
+ ## 0.1.22-alpha.1
249
+
250
+ ### Patch Changes
251
+
252
+ - Updated dependencies [ab80e7e]
253
+ - Updated dependencies [6fa1ad1]
254
+ - Updated dependencies [c28d7a0]
255
+ - Updated dependencies [edf1e88]
256
+ - @mastra/core@0.9.4-alpha.1
257
+
258
+ ## 0.1.22-alpha.0
259
+
260
+ ### Patch Changes
261
+
262
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
263
+ - 0b8b868: Added A2A support + streaming
264
+ - Updated dependencies [daf942f]
265
+ - Updated dependencies [0b8b868]
266
+ - @mastra/core@0.9.4-alpha.0
267
+
268
+ ## 0.1.21
269
+
270
+ ### Patch Changes
271
+
272
+ - 526c570: expose agent runtimeContext from clientSDK
273
+ - 36eb1aa: Fix AGUI text part
274
+ - 62c9e7d: Fix disappearing tool calls in streaming
275
+ - Updated dependencies [e450778]
276
+ - Updated dependencies [8902157]
277
+ - Updated dependencies [ca0dc88]
278
+ - Updated dependencies [526c570]
279
+ - Updated dependencies [d7a6a33]
280
+ - Updated dependencies [9cd1a46]
281
+ - Updated dependencies [b5d2de0]
282
+ - Updated dependencies [644f8ad]
283
+ - Updated dependencies [70dbf51]
284
+ - @mastra/core@0.9.3
285
+
286
+ ## 0.1.21-alpha.1
287
+
288
+ ### Patch Changes
289
+
290
+ - 36eb1aa: Fix AGUI text part
291
+ - 62c9e7d: Fix disappearing tool calls in streaming
292
+ - Updated dependencies [e450778]
293
+ - Updated dependencies [8902157]
294
+ - Updated dependencies [ca0dc88]
295
+ - Updated dependencies [9cd1a46]
296
+ - Updated dependencies [70dbf51]
297
+ - @mastra/core@0.9.3-alpha.1
298
+
299
+ ## 0.1.21-alpha.0
300
+
301
+ ### Patch Changes
302
+
303
+ - 526c570: expose agent runtimeContext from clientSDK
304
+ - Updated dependencies [526c570]
305
+ - Updated dependencies [b5d2de0]
306
+ - Updated dependencies [644f8ad]
307
+ - @mastra/core@0.9.3-alpha.0
308
+
309
+ ## 0.1.20
310
+
311
+ ### Patch Changes
312
+
313
+ - 2cf3b8f: dependencies updates:
314
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
315
+ - Updated dependency [`zod-to-json-schema@^3.24.5` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.5) (from `^3.24.3`, in `dependencies`)
316
+ - 4155f47: Add parameters to filter workflow runs
317
+ Add fromDate and toDate to telemetry parameters
318
+ - 254f5c3: Audit, cleanup MastraClient
319
+ - 0097d50: Add serializedStepGraph to vNext workflow
320
+ Return serializedStepGraph from vNext workflow
321
+ Use serializedStepGraph in vNext workflow graph
322
+ - 2429c74: Add get workflow runs api to client-js
323
+ - 2e4f8e9: Agui client integration
324
+ - Updated dependencies [6052aa6]
325
+ - Updated dependencies [967b41c]
326
+ - Updated dependencies [3d2fb5c]
327
+ - Updated dependencies [26738f4]
328
+ - Updated dependencies [4155f47]
329
+ - Updated dependencies [7eeb2bc]
330
+ - Updated dependencies [b804723]
331
+ - Updated dependencies [8607972]
332
+ - Updated dependencies [ccef9f9]
333
+ - Updated dependencies [0097d50]
334
+ - Updated dependencies [7eeb2bc]
335
+ - Updated dependencies [17826a9]
336
+ - Updated dependencies [7d8b7c7]
337
+ - Updated dependencies [fba031f]
338
+ - Updated dependencies [3a5f1e1]
339
+ - Updated dependencies [51e6923]
340
+ - Updated dependencies [8398d89]
341
+ - @mastra/core@0.9.2
342
+
343
+ ## 0.1.20-alpha.6
344
+
345
+ ### Patch Changes
346
+
347
+ - 2e4f8e9: Agui client integration
348
+ - Updated dependencies [6052aa6]
349
+ - Updated dependencies [7d8b7c7]
350
+ - Updated dependencies [3a5f1e1]
351
+ - Updated dependencies [8398d89]
352
+ - @mastra/core@0.9.2-alpha.6
353
+
354
+ ## 0.1.20-alpha.5
355
+
356
+ ### Patch Changes
357
+
358
+ - Updated dependencies [3d2fb5c]
359
+ - Updated dependencies [7eeb2bc]
360
+ - Updated dependencies [8607972]
361
+ - Updated dependencies [7eeb2bc]
362
+ - Updated dependencies [fba031f]
363
+ - @mastra/core@0.9.2-alpha.5
364
+
365
+ ## 0.1.20-alpha.4
366
+
367
+ ### Patch Changes
368
+
369
+ - Updated dependencies [ccef9f9]
370
+ - Updated dependencies [51e6923]
371
+ - @mastra/core@0.9.2-alpha.4
372
+
373
+ ## 0.1.20-alpha.3
374
+
375
+ ### Patch Changes
376
+
377
+ - 4155f47: Add parameters to filter workflow runs
378
+ Add fromDate and toDate to telemetry parameters
379
+ - Updated dependencies [967b41c]
380
+ - Updated dependencies [4155f47]
381
+ - Updated dependencies [17826a9]
382
+ - @mastra/core@0.9.2-alpha.3
383
+
384
+ ## 0.1.20-alpha.2
385
+
386
+ ### Patch Changes
387
+
388
+ - Updated dependencies [26738f4]
389
+ - @mastra/core@0.9.2-alpha.2
390
+
391
+ ## 0.1.20-alpha.1
392
+
393
+ ### Patch Changes
394
+
395
+ - 254f5c3: Audit, cleanup MastraClient
396
+ - 2429c74: Add get workflow runs api to client-js
397
+ - Updated dependencies [b804723]
398
+ - @mastra/core@0.9.2-alpha.1
399
+
400
+ ## 0.1.20-alpha.0
401
+
402
+ ### Patch Changes
403
+
404
+ - 0097d50: Add serializedStepGraph to vNext workflow
405
+ Return serializedStepGraph from vNext workflow
406
+ Use serializedStepGraph in vNext workflow graph
407
+ - Updated dependencies [0097d50]
408
+ - @mastra/core@0.9.2-alpha.0
409
+
410
+ ## 0.1.19
411
+
412
+ ### Patch Changes
413
+
414
+ - b50b9b7: Add vNext workflow to client-js
415
+ - 11d4485: Show VNext workflows on the playground
416
+ Show running status for step in vNext workflowState
417
+ - Updated dependencies [405b63d]
418
+ - Updated dependencies [81fb7f6]
419
+ - Updated dependencies [20275d4]
420
+ - Updated dependencies [7d1892c]
421
+ - Updated dependencies [a90a082]
422
+ - Updated dependencies [2d17c73]
423
+ - Updated dependencies [61e92f5]
424
+ - Updated dependencies [35955b0]
425
+ - Updated dependencies [6262bd5]
426
+ - Updated dependencies [c1409ef]
427
+ - Updated dependencies [3e7b69d]
428
+ - Updated dependencies [e4943b8]
429
+ - Updated dependencies [11d4485]
430
+ - Updated dependencies [479f490]
431
+ - Updated dependencies [c23a81c]
432
+ - Updated dependencies [2d4001d]
433
+ - Updated dependencies [c71013a]
434
+ - Updated dependencies [1d3b1cd]
435
+ - @mastra/core@0.9.1
436
+
437
+ ## 0.1.19-alpha.8
438
+
439
+ ### Patch Changes
440
+
441
+ - Updated dependencies [2d17c73]
442
+ - @mastra/core@0.9.1-alpha.8
443
+
444
+ ## 0.1.19-alpha.7
445
+
446
+ ### Patch Changes
447
+
448
+ - Updated dependencies [1d3b1cd]
449
+ - @mastra/core@0.9.1-alpha.7
450
+
451
+ ## 0.1.19-alpha.6
452
+
453
+ ### Patch Changes
454
+
455
+ - Updated dependencies [c23a81c]
456
+ - @mastra/core@0.9.1-alpha.6
457
+
458
+ ## 0.1.19-alpha.5
459
+
460
+ ### Patch Changes
461
+
462
+ - Updated dependencies [3e7b69d]
463
+ - @mastra/core@0.9.1-alpha.5
464
+
465
+ ## 0.1.19-alpha.4
466
+
467
+ ### Patch Changes
468
+
469
+ - Updated dependencies [e4943b8]
470
+ - Updated dependencies [479f490]
471
+ - @mastra/core@0.9.1-alpha.4
472
+
473
+ ## 0.1.19-alpha.3
474
+
475
+ ### Patch Changes
476
+
477
+ - Updated dependencies [6262bd5]
478
+ - @mastra/core@0.9.1-alpha.3
479
+
480
+ ## 0.1.19-alpha.2
481
+
482
+ ### Patch Changes
483
+
484
+ - Updated dependencies [405b63d]
485
+ - Updated dependencies [61e92f5]
486
+ - Updated dependencies [c71013a]
487
+ - @mastra/core@0.9.1-alpha.2
488
+
489
+ ## 0.1.19-alpha.1
490
+
491
+ ### Patch Changes
492
+
493
+ - b50b9b7: Add vNext workflow to client-js
494
+ - 11d4485: Show VNext workflows on the playground
495
+ Show running status for step in vNext workflowState
496
+ - Updated dependencies [20275d4]
497
+ - Updated dependencies [7d1892c]
498
+ - Updated dependencies [a90a082]
499
+ - Updated dependencies [35955b0]
500
+ - Updated dependencies [c1409ef]
501
+ - Updated dependencies [11d4485]
502
+ - Updated dependencies [2d4001d]
503
+ - @mastra/core@0.9.1-alpha.1
504
+
505
+ ## 0.1.19-alpha.0
506
+
507
+ ### Patch Changes
508
+
509
+ - Updated dependencies [81fb7f6]
510
+ - @mastra/core@0.9.1-alpha.0
511
+
512
+ ## 0.1.18
513
+
514
+ ### Patch Changes
515
+
516
+ - 2538066: Fix memory thread creation from client SDK
517
+ - Updated dependencies [000a6d4]
518
+ - Updated dependencies [08bb78e]
519
+ - Updated dependencies [ed2f549]
520
+ - Updated dependencies [7e92011]
521
+ - Updated dependencies [9ee4293]
522
+ - Updated dependencies [03f3cd0]
523
+ - Updated dependencies [c0f22b4]
524
+ - Updated dependencies [71d9444]
525
+ - Updated dependencies [157c741]
526
+ - Updated dependencies [8a8a73b]
527
+ - Updated dependencies [0a033fa]
528
+ - Updated dependencies [fe3ae4d]
529
+ - Updated dependencies [9c26508]
530
+ - Updated dependencies [0f4eae3]
531
+ - Updated dependencies [16a8648]
532
+ - Updated dependencies [6f92295]
533
+ - @mastra/core@0.9.0
534
+
535
+ ## 0.1.18-alpha.8
536
+
537
+ ### Patch Changes
538
+
539
+ - 2538066: Fix memory thread creation from client SDK
540
+ - Updated dependencies [000a6d4]
541
+ - Updated dependencies [ed2f549]
542
+ - Updated dependencies [c0f22b4]
543
+ - Updated dependencies [0a033fa]
544
+ - Updated dependencies [9c26508]
545
+ - Updated dependencies [0f4eae3]
546
+ - Updated dependencies [16a8648]
547
+ - @mastra/core@0.9.0-alpha.8
548
+
549
+ ## 0.1.18-alpha.7
550
+
551
+ ### Patch Changes
552
+
553
+ - Updated dependencies [71d9444]
554
+ - @mastra/core@0.9.0-alpha.7
555
+
556
+ ## 0.1.18-alpha.6
557
+
558
+ ### Patch Changes
559
+
560
+ - Updated dependencies [157c741]
561
+ - @mastra/core@0.9.0-alpha.6
562
+
563
+ ## 0.1.18-alpha.5
564
+
565
+ ### Patch Changes
566
+
567
+ - Updated dependencies [08bb78e]
568
+ - @mastra/core@0.9.0-alpha.5
569
+
570
+ ## 0.1.18-alpha.4
571
+
572
+ ### Patch Changes
573
+
574
+ - Updated dependencies [7e92011]
575
+ - @mastra/core@0.9.0-alpha.4
576
+
577
+ ## 0.1.18-alpha.3
578
+
579
+ ### Patch Changes
580
+
581
+ - Updated dependencies [fe3ae4d]
582
+ - @mastra/core@0.9.0-alpha.3
583
+
584
+ ## 0.1.18-alpha.2
585
+
586
+ ### Patch Changes
587
+
588
+ - Updated dependencies [9ee4293]
589
+ - @mastra/core@0.8.4-alpha.2
590
+
591
+ ## 0.1.18-alpha.1
592
+
593
+ ### Patch Changes
594
+
595
+ - Updated dependencies [8a8a73b]
596
+ - Updated dependencies [6f92295]
597
+ - @mastra/core@0.8.4-alpha.1
598
+
599
+ ## 0.1.18-alpha.0
600
+
601
+ ### Patch Changes
602
+
603
+ - Updated dependencies [03f3cd0]
604
+ - @mastra/core@0.8.4-alpha.0
605
+
606
+ ## 0.1.17
607
+
608
+ ### Patch Changes
609
+
610
+ - 37bb612: Add Elastic-2.0 licensing for packages
611
+ - bc4acb3: updated traces to not be wrapped in traces object
612
+ - Updated dependencies [d72318f]
613
+ - Updated dependencies [0bcc862]
614
+ - Updated dependencies [10a8caf]
615
+ - Updated dependencies [359b089]
616
+ - Updated dependencies [32e7b71]
617
+ - Updated dependencies [37bb612]
618
+ - Updated dependencies [7f1b291]
619
+ - @mastra/core@0.8.3
620
+
621
+ ## 0.1.17-alpha.5
622
+
623
+ ### Patch Changes
624
+
625
+ - Updated dependencies [d72318f]
626
+ - @mastra/core@0.8.3-alpha.5
627
+
628
+ ## 0.1.17-alpha.4
629
+
630
+ ### Patch Changes
631
+
632
+ - Updated dependencies [7f1b291]
633
+ - @mastra/core@0.8.3-alpha.4
634
+
635
+ ## 0.1.17-alpha.3
636
+
637
+ ### Patch Changes
638
+
639
+ - Updated dependencies [10a8caf]
640
+ - @mastra/core@0.8.3-alpha.3
641
+
642
+ ## 0.1.17-alpha.2
643
+
644
+ ### Patch Changes
645
+
646
+ - Updated dependencies [0bcc862]
647
+ - @mastra/core@0.8.3-alpha.2
648
+
649
+ ## 0.1.17-alpha.1
650
+
651
+ ### Patch Changes
652
+
653
+ - 37bb612: Add Elastic-2.0 licensing for packages
654
+ - bc4acb3: updated traces to not be wrapped in traces object
655
+ - Updated dependencies [32e7b71]
656
+ - Updated dependencies [37bb612]
657
+ - @mastra/core@0.8.3-alpha.1
658
+
659
+ ## 0.1.17-alpha.0
660
+
661
+ ### Patch Changes
662
+
663
+ - Updated dependencies [359b089]
664
+ - @mastra/core@0.8.3-alpha.0
665
+
666
+ ## 0.1.16
667
+
668
+ ### Patch Changes
669
+
670
+ - Updated dependencies [a06aadc]
671
+ - @mastra/core@0.8.2
672
+
673
+ ## 0.1.16-alpha.0
674
+
675
+ ### Patch Changes
676
+
677
+ - Updated dependencies [a06aadc]
678
+ - @mastra/core@0.8.2-alpha.0
679
+
680
+ ## 0.1.15
681
+
682
+ ### Patch Changes
683
+
684
+ - Updated dependencies [99e2998]
685
+ - Updated dependencies [8fdb414]
686
+ - @mastra/core@0.8.1
687
+
688
+ ## 0.1.15-alpha.0
689
+
690
+ ### Patch Changes
691
+
692
+ - Updated dependencies [99e2998]
693
+ - Updated dependencies [8fdb414]
694
+ - @mastra/core@0.8.1-alpha.0
695
+
696
+ ## 0.1.14
697
+
698
+ ### Patch Changes
699
+
700
+ - 055c4ea: Fix traces page showing e.reduce error
701
+ - 789bef3: Make runId optional for workflow startAsync api
702
+ - 8393832: Handle nested workflow view on workflow graph
703
+ - 84fe241: Improve streaming of workflows
704
+ - 5646a01: Fix parsing chunk in client-js workflow watch method sometimes failing, disrupting the stream process
705
+ - bffd64f: Fix mastraClient CORS
706
+ - 8076ecf: Unify workflow watch/start response
707
+ - Updated dependencies [56c31b7]
708
+ - Updated dependencies [619c39d]
709
+ - Updated dependencies [5ae0180]
710
+ - Updated dependencies [fe56be0]
711
+ - Updated dependencies [93875ed]
712
+ - Updated dependencies [107bcfe]
713
+ - Updated dependencies [9bfa12b]
714
+ - Updated dependencies [515ebfb]
715
+ - Updated dependencies [5b4e19f]
716
+ - Updated dependencies [dbbbf80]
717
+ - Updated dependencies [a0967a0]
718
+ - Updated dependencies [fca3b21]
719
+ - Updated dependencies [88fa727]
720
+ - Updated dependencies [f37f535]
721
+ - Updated dependencies [a3f0e90]
722
+ - Updated dependencies [4d67826]
723
+ - Updated dependencies [6330967]
724
+ - Updated dependencies [8393832]
725
+ - Updated dependencies [6330967]
726
+ - Updated dependencies [99d43b9]
727
+ - Updated dependencies [d7e08e8]
728
+ - Updated dependencies [febc8a6]
729
+ - Updated dependencies [7599d77]
730
+ - Updated dependencies [0118361]
731
+ - Updated dependencies [619c39d]
732
+ - Updated dependencies [cafae83]
733
+ - Updated dependencies [8076ecf]
734
+ - Updated dependencies [8df4a77]
735
+ - Updated dependencies [304397c]
736
+ - @mastra/core@0.8.0
737
+
738
+ ## 0.1.14-alpha.8
739
+
740
+ ### Patch Changes
741
+
742
+ - 055c4ea: Fix traces page showing e.reduce error
743
+ - bffd64f: Fix mastraClient CORS
744
+ - Updated dependencies [8df4a77]
745
+ - @mastra/core@0.8.0-alpha.8
746
+
747
+ ## 0.1.14-alpha.7
748
+
749
+ ### Patch Changes
750
+
751
+ - Updated dependencies [febc8a6]
752
+ - @mastra/core@0.8.0-alpha.7
753
+
754
+ ## 0.1.14-alpha.6
755
+
756
+ ### Patch Changes
757
+
758
+ - 5646a01: Fix parsing chunk in client-js workflow watch method sometimes failing, disrupting the stream process
759
+ - Updated dependencies [a3f0e90]
760
+ - @mastra/core@0.8.0-alpha.6
761
+
762
+ ## 0.1.14-alpha.5
763
+
764
+ ### Patch Changes
765
+
766
+ - Updated dependencies [93875ed]
767
+ - @mastra/core@0.8.0-alpha.5
768
+
769
+ ## 0.1.14-alpha.4
770
+
771
+ ### Patch Changes
772
+
773
+ - Updated dependencies [d7e08e8]
774
+ - @mastra/core@0.8.0-alpha.4
775
+
776
+ ## 0.1.14-alpha.3
777
+
778
+ ### Patch Changes
779
+
780
+ - 789bef3: Make runId optional for workflow startAsync api
781
+ - 8393832: Handle nested workflow view on workflow graph
782
+ - Updated dependencies [5ae0180]
783
+ - Updated dependencies [9bfa12b]
784
+ - Updated dependencies [515ebfb]
785
+ - Updated dependencies [88fa727]
786
+ - Updated dependencies [f37f535]
787
+ - Updated dependencies [4d67826]
788
+ - Updated dependencies [6330967]
789
+ - Updated dependencies [8393832]
790
+ - Updated dependencies [6330967]
791
+ - @mastra/core@0.8.0-alpha.3
792
+
793
+ ## 0.1.14-alpha.2
794
+
795
+ ### Patch Changes
796
+
797
+ - 84fe241: Improve streaming of workflows
798
+ - Updated dependencies [56c31b7]
799
+ - Updated dependencies [dbbbf80]
800
+ - Updated dependencies [99d43b9]
801
+ - @mastra/core@0.8.0-alpha.2
802
+
803
+ ## 0.1.14-alpha.1
804
+
805
+ ### Patch Changes
806
+
807
+ - Updated dependencies [619c39d]
808
+ - Updated dependencies [fe56be0]
809
+ - Updated dependencies [a0967a0]
810
+ - Updated dependencies [fca3b21]
811
+ - Updated dependencies [0118361]
812
+ - Updated dependencies [619c39d]
813
+ - @mastra/core@0.8.0-alpha.1
814
+
815
+ ## 0.1.14-alpha.0
816
+
817
+ ### Patch Changes
818
+
819
+ - 8076ecf: Unify workflow watch/start response
820
+ - Updated dependencies [107bcfe]
821
+ - Updated dependencies [5b4e19f]
822
+ - Updated dependencies [7599d77]
823
+ - Updated dependencies [cafae83]
824
+ - Updated dependencies [8076ecf]
825
+ - Updated dependencies [304397c]
826
+ - @mastra/core@0.7.1-alpha.0
827
+
828
+ ## 0.1.13
829
+
830
+ ### Patch Changes
831
+
832
+ - 0206617: Fix mastaClient cors error, remove default req headers
833
+ - 160f88e: Leverage aiSDK processDataStream util in MastraClient
834
+ - 3811029: Add identifying header
835
+ - Updated dependencies [b4fbc59]
836
+ - Updated dependencies [a838fde]
837
+ - Updated dependencies [a8bd4cf]
838
+ - Updated dependencies [7a3eeb0]
839
+ - Updated dependencies [0b54522]
840
+ - Updated dependencies [b3b34f5]
841
+ - Updated dependencies [1af25d5]
842
+ - Updated dependencies [a4686e8]
843
+ - Updated dependencies [6530ad1]
844
+ - Updated dependencies [27439ad]
845
+ - @mastra/core@0.7.0
846
+
847
+ ## 0.1.13-alpha.3
848
+
849
+ ### Patch Changes
850
+
851
+ - 160f88e: Leverage aiSDK processDataStream util in MastraClient
852
+ - Updated dependencies [b3b34f5]
853
+ - Updated dependencies [a4686e8]
854
+ - @mastra/core@0.7.0-alpha.3
855
+
856
+ ## 0.1.13-alpha.2
857
+
858
+ ### Patch Changes
859
+
860
+ - Updated dependencies [a838fde]
861
+ - Updated dependencies [a8bd4cf]
862
+ - Updated dependencies [7a3eeb0]
863
+ - Updated dependencies [6530ad1]
864
+ - @mastra/core@0.7.0-alpha.2
865
+
866
+ ## 0.1.13-alpha.1
867
+
868
+ ### Patch Changes
869
+
870
+ - Updated dependencies [0b54522]
871
+ - Updated dependencies [1af25d5]
872
+ - Updated dependencies [27439ad]
873
+ - @mastra/core@0.7.0-alpha.1
874
+
875
+ ## 0.1.13-alpha.0
876
+
877
+ ### Patch Changes
878
+
879
+ - 0206617: Fix mastaClient cors error, remove default req headers
880
+ - 3811029: Add identifying header
881
+ - Updated dependencies [b4fbc59]
882
+ - @mastra/core@0.6.5-alpha.0
883
+
884
+ ## 0.1.12
885
+
886
+ ### Patch Changes
887
+
888
+ - 05ef3e0: Support voice for mastra client
889
+ - 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
890
+ Fix sidebar horizontal overflow in playground
891
+ - Updated dependencies [6794797]
892
+ - Updated dependencies [fb68a80]
893
+ - Updated dependencies [b56a681]
894
+ - Updated dependencies [248cb07]
895
+ - @mastra/core@0.6.4
896
+
897
+ ## 0.1.12-alpha.1
898
+
899
+ ### Patch Changes
900
+
901
+ - Updated dependencies [6794797]
902
+ - @mastra/core@0.6.4-alpha.1
903
+
904
+ ## 0.1.12-alpha.0
905
+
906
+ ### Patch Changes
907
+
908
+ - 05ef3e0: Support voice for mastra client
909
+ - 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
910
+ Fix sidebar horizontal overflow in playground
911
+ - Updated dependencies [fb68a80]
912
+ - Updated dependencies [b56a681]
913
+ - Updated dependencies [248cb07]
914
+ - @mastra/core@0.6.4-alpha.0
915
+
916
+ ## 0.1.11
917
+
918
+ ### Patch Changes
919
+
920
+ - 404640e: AgentNetwork changeset
921
+ - Updated dependencies [404640e]
922
+ - Updated dependencies [3bce733]
923
+ - @mastra/core@0.6.3
924
+
925
+ ## 0.1.11-alpha.1
926
+
927
+ ### Patch Changes
928
+
929
+ - Updated dependencies [3bce733]
930
+ - @mastra/core@0.6.3-alpha.1
931
+
932
+ ## 0.1.11-alpha.0
933
+
934
+ ### Patch Changes
935
+
936
+ - 404640e: AgentNetwork changeset
937
+ - Updated dependencies [404640e]
938
+ - @mastra/core@0.6.3-alpha.0
939
+
940
+ ## 0.1.10
941
+
942
+ ### Patch Changes
943
+
944
+ - Updated dependencies [beaf1c2]
945
+ - Updated dependencies [3084e13]
946
+ - @mastra/core@0.6.2
947
+
948
+ ## 0.1.10-alpha.0
949
+
950
+ ### Patch Changes
951
+
952
+ - Updated dependencies [beaf1c2]
953
+ - Updated dependencies [3084e13]
954
+ - @mastra/core@0.6.2-alpha.0
955
+
956
+ ## 0.1.9
957
+
958
+ ### Patch Changes
959
+
960
+ - 0850b4c: Watch and resume per run
961
+ - 4356859: Bump types from core so it can pass instructions optionally
962
+ - Updated dependencies [fc2f89c]
963
+ - Updated dependencies [dfbb131]
964
+ - Updated dependencies [f4854ee]
965
+ - Updated dependencies [afaf73f]
966
+ - Updated dependencies [0850b4c]
967
+ - Updated dependencies [7bcfaee]
968
+ - Updated dependencies [44631b1]
969
+ - Updated dependencies [9116d70]
970
+ - Updated dependencies [6e559a0]
971
+ - Updated dependencies [5f43505]
972
+ - @mastra/core@0.6.1
973
+
974
+ ## 0.1.9-alpha.2
975
+
976
+ ### Patch Changes
977
+
978
+ - 0850b4c: Watch and resume per run
979
+ - Updated dependencies [fc2f89c]
980
+ - Updated dependencies [dfbb131]
981
+ - Updated dependencies [0850b4c]
982
+ - Updated dependencies [9116d70]
983
+ - @mastra/core@0.6.1-alpha.2
984
+
985
+ ## 0.1.9-alpha.1
986
+
987
+ ### Patch Changes
988
+
989
+ - 4356859: Bump types from core so it can pass instructions optionally
990
+ - Updated dependencies [f4854ee]
991
+ - Updated dependencies [afaf73f]
992
+ - Updated dependencies [44631b1]
993
+ - Updated dependencies [6e559a0]
994
+ - Updated dependencies [5f43505]
995
+ - @mastra/core@0.6.1-alpha.1
996
+
997
+ ## 0.1.9-alpha.0
998
+
999
+ ### Patch Changes
1000
+
1001
+ - Updated dependencies [7bcfaee]
1002
+ - @mastra/core@0.6.1-alpha.0
1003
+
1004
+ ## 0.1.8
1005
+
1006
+ ### Patch Changes
1007
+
1008
+ - Updated dependencies [16b98d9]
1009
+ - Updated dependencies [1c8cda4]
1010
+ - Updated dependencies [95b4144]
1011
+ - Updated dependencies [3729dbd]
1012
+ - Updated dependencies [c2144f4]
1013
+ - @mastra/core@0.6.0
1014
+
1015
+ ## 0.1.8-alpha.1
1016
+
1017
+ ### Patch Changes
1018
+
1019
+ - Updated dependencies [16b98d9]
1020
+ - Updated dependencies [1c8cda4]
1021
+ - Updated dependencies [95b4144]
1022
+ - Updated dependencies [c2144f4]
1023
+ - @mastra/core@0.6.0-alpha.1
1024
+
1025
+ ## 0.1.8-alpha.0
1026
+
1027
+ ### Patch Changes
1028
+
1029
+ - Updated dependencies [3729dbd]
1030
+ - @mastra/core@0.5.1-alpha.0
1031
+
1032
+ ## 0.1.7
1033
+
1034
+ ### Patch Changes
1035
+
1036
+ - 960690d: Improve client-js workflow watch dx
1037
+ - 8deb34c: Better workflow watch api + watch workflow by runId
1038
+ - fd4a1d7: Update cjs bundling to make sure files are split
1039
+ - Updated dependencies [a910463]
1040
+ - Updated dependencies [59df7b6]
1041
+ - Updated dependencies [22643eb]
1042
+ - Updated dependencies [6feb23f]
1043
+ - Updated dependencies [f2d6727]
1044
+ - Updated dependencies [7a7a547]
1045
+ - Updated dependencies [29f3a82]
1046
+ - Updated dependencies [3d0e290]
1047
+ - Updated dependencies [e9fbac5]
1048
+ - Updated dependencies [301e4ee]
1049
+ - Updated dependencies [ee667a2]
1050
+ - Updated dependencies [dfbe4e9]
1051
+ - Updated dependencies [dab255b]
1052
+ - Updated dependencies [1e8bcbc]
1053
+ - Updated dependencies [f6678e4]
1054
+ - Updated dependencies [9e81f35]
1055
+ - Updated dependencies [c93798b]
1056
+ - Updated dependencies [a85ab24]
1057
+ - Updated dependencies [dbd9f2d]
1058
+ - Updated dependencies [59df7b6]
1059
+ - Updated dependencies [caefaa2]
1060
+ - Updated dependencies [c151ae6]
1061
+ - Updated dependencies [52e0418]
1062
+ - Updated dependencies [d79aedf]
1063
+ - Updated dependencies [03236ec]
1064
+ - Updated dependencies [3764e71]
1065
+ - Updated dependencies [df982db]
1066
+ - Updated dependencies [a171b37]
1067
+ - Updated dependencies [506f1d5]
1068
+ - Updated dependencies [02ffb7b]
1069
+ - Updated dependencies [0461849]
1070
+ - Updated dependencies [2259379]
1071
+ - Updated dependencies [aeb5e36]
1072
+ - Updated dependencies [f2301de]
1073
+ - Updated dependencies [358f069]
1074
+ - Updated dependencies [fd4a1d7]
1075
+ - Updated dependencies [c139344]
1076
+ - @mastra/core@0.5.0
1077
+
1078
+ ## 0.1.7-alpha.12
1079
+
1080
+ ### Patch Changes
1081
+
1082
+ - Updated dependencies [a85ab24]
1083
+ - @mastra/core@0.5.0-alpha.12
1084
+
1085
+ ## 0.1.7-alpha.11
1086
+
1087
+ ### Patch Changes
1088
+
1089
+ - 8deb34c: Better workflow watch api + watch workflow by runId
1090
+ - fd4a1d7: Update cjs bundling to make sure files are split
1091
+ - Updated dependencies [7a7a547]
1092
+ - Updated dependencies [c93798b]
1093
+ - Updated dependencies [dbd9f2d]
1094
+ - Updated dependencies [a171b37]
1095
+ - Updated dependencies [fd4a1d7]
1096
+ - @mastra/core@0.5.0-alpha.11
1097
+
1098
+ ## 0.1.7-alpha.10
1099
+
1100
+ ### Patch Changes
1101
+
1102
+ - Updated dependencies [a910463]
1103
+ - @mastra/core@0.5.0-alpha.10
1104
+
1105
+ ## 0.1.7-alpha.9
1106
+
1107
+ ### Patch Changes
1108
+
1109
+ - Updated dependencies [e9fbac5]
1110
+ - Updated dependencies [1e8bcbc]
1111
+ - Updated dependencies [aeb5e36]
1112
+ - Updated dependencies [f2301de]
1113
+ - @mastra/core@0.5.0-alpha.9
1114
+
1115
+ ## 0.1.7-alpha.8
1116
+
1117
+ ### Patch Changes
1118
+
1119
+ - Updated dependencies [506f1d5]
1120
+ - @mastra/core@0.5.0-alpha.8
1121
+
1122
+ ## 0.1.7-alpha.7
1123
+
1124
+ ### Patch Changes
1125
+
1126
+ - Updated dependencies [ee667a2]
1127
+ - @mastra/core@0.5.0-alpha.7
1128
+
1129
+ ## 0.1.7-alpha.6
1130
+
1131
+ ### Patch Changes
1132
+
1133
+ - Updated dependencies [f6678e4]
1134
+ - @mastra/core@0.5.0-alpha.6
1135
+
1136
+ ## 0.1.7-alpha.5
1137
+
1138
+ ### Patch Changes
1139
+
1140
+ - Updated dependencies [22643eb]
1141
+ - Updated dependencies [6feb23f]
1142
+ - Updated dependencies [f2d6727]
1143
+ - Updated dependencies [301e4ee]
1144
+ - Updated dependencies [dfbe4e9]
1145
+ - Updated dependencies [9e81f35]
1146
+ - Updated dependencies [caefaa2]
1147
+ - Updated dependencies [c151ae6]
1148
+ - Updated dependencies [52e0418]
1149
+ - Updated dependencies [03236ec]
1150
+ - Updated dependencies [3764e71]
1151
+ - Updated dependencies [df982db]
1152
+ - Updated dependencies [0461849]
1153
+ - Updated dependencies [2259379]
1154
+ - Updated dependencies [358f069]
1155
+ - @mastra/core@0.5.0-alpha.5
1156
+
1157
+ ## 0.1.7-alpha.4
1158
+
1159
+ ### Patch Changes
1160
+
1161
+ - Updated dependencies [d79aedf]
1162
+ - @mastra/core@0.5.0-alpha.4
1163
+
1164
+ ## 0.1.7-alpha.3
1165
+
1166
+ ### Patch Changes
1167
+
1168
+ - Updated dependencies [3d0e290]
1169
+ - @mastra/core@0.5.0-alpha.3
1170
+
1171
+ ## 0.1.7-alpha.2
1172
+
1173
+ ### Patch Changes
1174
+
1175
+ - Updated dependencies [02ffb7b]
1176
+ - @mastra/core@0.5.0-alpha.2
1177
+
1178
+ ## 0.1.7-alpha.1
1179
+
1180
+ ### Patch Changes
1181
+
1182
+ - Updated dependencies [dab255b]
1183
+ - @mastra/core@0.5.0-alpha.1
1184
+
1185
+ ## 0.1.7-alpha.0
1186
+
1187
+ ### Patch Changes
1188
+
1189
+ - 960690d: Improve client-js workflow watch dx
1190
+ - Updated dependencies [59df7b6]
1191
+ - Updated dependencies [29f3a82]
1192
+ - Updated dependencies [59df7b6]
1193
+ - Updated dependencies [c139344]
1194
+ - @mastra/core@0.5.0-alpha.0
1195
+
1196
+ ## 0.1.6
1197
+
1198
+ ### Patch Changes
1199
+
1200
+ - Updated dependencies [1da20e7]
1201
+ - @mastra/core@0.4.4
1202
+
1203
+ ## 0.1.6-alpha.0
1204
+
1205
+ ### Patch Changes
1206
+
1207
+ - Updated dependencies [1da20e7]
1208
+ - @mastra/core@0.4.4-alpha.0
1209
+
1210
+ ## 0.1.5
1211
+
1212
+ ### Patch Changes
1213
+
1214
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
1215
+ - 7a64aff: Add more types to client-js sdk
1216
+ - bb4f447: Add support for commonjs
1217
+ - Updated dependencies [0d185b1]
1218
+ - Updated dependencies [ed55f1d]
1219
+ - Updated dependencies [06aa827]
1220
+ - Updated dependencies [0fd78ac]
1221
+ - Updated dependencies [2512a93]
1222
+ - Updated dependencies [e62de74]
1223
+ - Updated dependencies [0d25b75]
1224
+ - Updated dependencies [fd14a3f]
1225
+ - Updated dependencies [8d13b14]
1226
+ - Updated dependencies [3f369a2]
1227
+ - Updated dependencies [3ee4831]
1228
+ - Updated dependencies [4d4e1e1]
1229
+ - Updated dependencies [bb4f447]
1230
+ - Updated dependencies [108793c]
1231
+ - Updated dependencies [5f28f44]
1232
+ - Updated dependencies [dabecf4]
1233
+ - @mastra/core@0.4.3
1234
+
1235
+ ## 0.1.5-alpha.4
1236
+
1237
+ ### Patch Changes
1238
+
1239
+ - Updated dependencies [dabecf4]
1240
+ - @mastra/core@0.4.3-alpha.4
1241
+
1242
+ ## 0.1.5-alpha.3
1243
+
1244
+ ### Patch Changes
1245
+
1246
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
1247
+ - 7a64aff: Add more types to client-js sdk
1248
+ - bb4f447: Add support for commonjs
1249
+ - Updated dependencies [0fd78ac]
1250
+ - Updated dependencies [0d25b75]
1251
+ - Updated dependencies [fd14a3f]
1252
+ - Updated dependencies [3f369a2]
1253
+ - Updated dependencies [4d4e1e1]
1254
+ - Updated dependencies [bb4f447]
1255
+ - @mastra/core@0.4.3-alpha.3
1256
+
1257
+ ## 0.1.5-alpha.2
1258
+
1259
+ ### Patch Changes
1260
+
1261
+ - Updated dependencies [2512a93]
1262
+ - Updated dependencies [e62de74]
1263
+ - @mastra/core@0.4.3-alpha.2
1264
+
1265
+ ## 0.1.5-alpha.1
1266
+
1267
+ ### Patch Changes
1268
+
1269
+ - Updated dependencies [0d185b1]
1270
+ - Updated dependencies [ed55f1d]
1271
+ - Updated dependencies [8d13b14]
1272
+ - Updated dependencies [3ee4831]
1273
+ - Updated dependencies [108793c]
1274
+ - Updated dependencies [5f28f44]
1275
+ - @mastra/core@0.4.3-alpha.1
1276
+
1277
+ ## 0.1.5-alpha.0
1278
+
1279
+ ### Patch Changes
1280
+
1281
+ - Updated dependencies [06aa827]
1282
+ - @mastra/core@0.4.3-alpha.0
1283
+
1284
+ ## 0.1.4
4
1285
 
5
1286
  ### Patch Changes
6
1287
 
7
1288
  - Updated dependencies [7fceae1]
1289
+ - Updated dependencies [8d94c3e]
1290
+ - Updated dependencies [99dcdb5]
1291
+ - Updated dependencies [6cb63e0]
8
1292
  - Updated dependencies [f626fbb]
9
- - Updated dependencies [8db2a28]
10
- - @mastra/core@0.0.0-storage-20250225005900
1293
+ - Updated dependencies [e752340]
1294
+ - Updated dependencies [eb91535]
1295
+ - @mastra/core@0.4.2
1296
+
1297
+ ## 0.1.4-alpha.2
1298
+
1299
+ ### Patch Changes
1300
+
1301
+ - Updated dependencies [8d94c3e]
1302
+ - Updated dependencies [99dcdb5]
1303
+ - Updated dependencies [e752340]
1304
+ - Updated dependencies [eb91535]
1305
+ - @mastra/core@0.4.2-alpha.2
1306
+
1307
+ ## 0.1.4-alpha.1
1308
+
1309
+ ### Patch Changes
1310
+
1311
+ - Updated dependencies [6cb63e0]
1312
+ - @mastra/core@0.4.2-alpha.1
11
1313
 
12
1314
  ## 0.1.4-alpha.0
13
1315