@mastra/client-js 0.0.0-mcp-server-deploy-20250507160341 → 0.0.0-memory-system-message-error-20250813233316

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.
Files changed (84) hide show
  1. package/CHANGELOG.md +1278 -2
  2. package/LICENSE.md +11 -42
  3. package/README.md +2 -1
  4. package/dist/adapters/agui.d.ts +23 -0
  5. package/dist/adapters/agui.d.ts.map +1 -0
  6. package/dist/client.d.ts +270 -0
  7. package/dist/client.d.ts.map +1 -0
  8. package/dist/example.d.ts +2 -0
  9. package/dist/example.d.ts.map +1 -0
  10. package/dist/index.cjs +1607 -152
  11. package/dist/index.cjs.map +1 -0
  12. package/dist/index.d.ts +4 -760
  13. package/dist/index.d.ts.map +1 -0
  14. package/dist/index.js +1606 -155
  15. package/dist/index.js.map +1 -0
  16. package/dist/resources/a2a.d.ts +41 -0
  17. package/dist/resources/a2a.d.ts.map +1 -0
  18. package/dist/resources/agent.d.ts +123 -0
  19. package/dist/resources/agent.d.ts.map +1 -0
  20. package/dist/resources/base.d.ts +13 -0
  21. package/dist/resources/base.d.ts.map +1 -0
  22. package/dist/resources/index.d.ts +11 -0
  23. package/dist/resources/index.d.ts.map +1 -0
  24. package/dist/resources/legacy-workflow.d.ts +87 -0
  25. package/dist/resources/legacy-workflow.d.ts.map +1 -0
  26. package/dist/resources/mcp-tool.d.ts +27 -0
  27. package/dist/resources/mcp-tool.d.ts.map +1 -0
  28. package/dist/resources/memory-thread.d.ts +53 -0
  29. package/dist/resources/memory-thread.d.ts.map +1 -0
  30. package/dist/resources/network-memory-thread.d.ts +47 -0
  31. package/dist/resources/network-memory-thread.d.ts.map +1 -0
  32. package/dist/resources/network.d.ts +30 -0
  33. package/dist/resources/network.d.ts.map +1 -0
  34. package/dist/resources/tool.d.ts +23 -0
  35. package/dist/resources/tool.d.ts.map +1 -0
  36. package/dist/resources/vNextNetwork.d.ts +42 -0
  37. package/dist/resources/vNextNetwork.d.ts.map +1 -0
  38. package/dist/resources/vector.d.ts +48 -0
  39. package/dist/resources/vector.d.ts.map +1 -0
  40. package/dist/resources/workflow.d.ts +154 -0
  41. package/dist/resources/workflow.d.ts.map +1 -0
  42. package/dist/types.d.ts +422 -0
  43. package/dist/types.d.ts.map +1 -0
  44. package/dist/utils/index.d.ts +3 -0
  45. package/dist/utils/index.d.ts.map +1 -0
  46. package/dist/utils/process-client-tools.d.ts +3 -0
  47. package/dist/utils/process-client-tools.d.ts.map +1 -0
  48. package/dist/utils/zod-to-json-schema.d.ts +105 -0
  49. package/dist/utils/zod-to-json-schema.d.ts.map +1 -0
  50. package/integration-tests/agui-adapter.test.ts +122 -0
  51. package/integration-tests/package.json +18 -0
  52. package/integration-tests/src/mastra/index.ts +35 -0
  53. package/integration-tests/vitest.config.ts +9 -0
  54. package/package.json +32 -19
  55. package/src/adapters/agui.test.ts +322 -0
  56. package/src/adapters/agui.ts +257 -0
  57. package/src/client.ts +398 -33
  58. package/src/example.ts +59 -29
  59. package/src/index.test.ts +522 -6
  60. package/src/index.ts +1 -0
  61. package/src/resources/a2a.ts +98 -0
  62. package/src/resources/agent.ts +641 -48
  63. package/src/resources/base.ts +7 -1
  64. package/src/resources/index.ts +4 -3
  65. package/src/resources/{vnext-workflow.ts → legacy-workflow.ts} +124 -139
  66. package/src/resources/mcp-tool.ts +48 -0
  67. package/src/resources/memory-thread.test.ts +285 -0
  68. package/src/resources/memory-thread.ts +49 -3
  69. package/src/resources/network-memory-thread.test.ts +269 -0
  70. package/src/resources/network-memory-thread.ts +81 -0
  71. package/src/resources/network.ts +10 -16
  72. package/src/resources/tool.ts +9 -2
  73. package/src/resources/vNextNetwork.ts +194 -0
  74. package/src/resources/workflow.ts +255 -96
  75. package/src/types.ts +258 -29
  76. package/src/utils/index.ts +11 -0
  77. package/src/utils/process-client-tools.ts +32 -0
  78. package/src/utils/zod-to-json-schema.ts +10 -0
  79. package/src/v2-messages.test.ts +180 -0
  80. package/tsconfig.build.json +9 -0
  81. package/tsconfig.json +1 -1
  82. package/tsup.config.ts +17 -0
  83. package/dist/index.d.cts +0 -760
  84. package/src/resources/mcp.ts +0 -22
package/CHANGELOG.md CHANGED
@@ -1,9 +1,1253 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-mcp-server-deploy-20250507160341
3
+ ## 0.0.0-memory-system-message-error-20250813233316
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [49281f5]
8
+ - Updated dependencies [2256977]
9
+ - Updated dependencies [c597dc5]
10
+ - Updated dependencies [a6841fa]
11
+ - Updated dependencies [c30bca8]
12
+ - Updated dependencies [83d180b]
13
+ - Updated dependencies [3b5fec7]
14
+ - @mastra/core@0.0.0-memory-system-message-error-20250813233316
15
+
16
+ ## 0.10.22-alpha.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [c30bca8]
21
+ - @mastra/core@0.13.3-alpha.0
22
+
23
+ ## 0.10.21
24
+
25
+ ### Patch Changes
26
+
27
+ - a239d41: Updated A2A syntax to v0.3.0
28
+ - 96169cc: Create handler that returns providers user has keys for in their env
29
+ - ce04175: Add update agent model handler
30
+ - Updated dependencies [d5330bf]
31
+ - Updated dependencies [2e74797]
32
+ - Updated dependencies [8388649]
33
+ - Updated dependencies [a239d41]
34
+ - Updated dependencies [dd94a26]
35
+ - Updated dependencies [3ba6772]
36
+ - Updated dependencies [b5cf2a3]
37
+ - Updated dependencies [2fff911]
38
+ - Updated dependencies [b32c50d]
39
+ - Updated dependencies [63449d0]
40
+ - Updated dependencies [121a3f8]
41
+ - Updated dependencies [ec510e7]
42
+ - @mastra/core@0.13.2
43
+
44
+ ## 0.10.21-alpha.3
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies [b5cf2a3]
49
+ - @mastra/core@0.13.2-alpha.3
50
+
51
+ ## 0.10.21-alpha.2
52
+
53
+ ### Patch Changes
54
+
55
+ - a239d41: Updated A2A syntax to v0.3.0
56
+ - 96169cc: Create handler that returns providers user has keys for in their env
57
+ - ce04175: Add update agent model handler
58
+ - Updated dependencies [d5330bf]
59
+ - Updated dependencies [a239d41]
60
+ - Updated dependencies [b32c50d]
61
+ - Updated dependencies [121a3f8]
62
+ - Updated dependencies [ec510e7]
63
+ - @mastra/core@0.13.2-alpha.2
64
+
65
+ ## 0.10.21-alpha.1
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies [2e74797]
70
+ - Updated dependencies [63449d0]
71
+ - @mastra/core@0.13.2-alpha.1
72
+
73
+ ## 0.10.21-alpha.0
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies [8388649]
78
+ - Updated dependencies [dd94a26]
79
+ - Updated dependencies [3ba6772]
80
+ - Updated dependencies [2fff911]
81
+ - @mastra/core@0.13.2-alpha.0
82
+
83
+ ## 0.10.20
84
+
85
+ ### Patch Changes
86
+
87
+ - Updated dependencies [cd0042e]
88
+ - @mastra/core@0.13.1
89
+
90
+ ## 0.10.20-alpha.0
91
+
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [cd0042e]
95
+ - @mastra/core@0.13.1-alpha.0
96
+
97
+ ## 0.10.19
98
+
99
+ ### Patch Changes
100
+
101
+ - 42dfc48: Fix tool messages structure in agui adapter
102
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
103
+ - Updated dependencies [cb36de0]
104
+ - Updated dependencies [d0496e6]
105
+ - Updated dependencies [a82b851]
106
+ - Updated dependencies [ea0c5f2]
107
+ - Updated dependencies [41a0a0e]
108
+ - Updated dependencies [2871020]
109
+ - Updated dependencies [94f4812]
110
+ - Updated dependencies [e202b82]
111
+ - Updated dependencies [e00f6a0]
112
+ - Updated dependencies [4a406ec]
113
+ - Updated dependencies [b0e43c1]
114
+ - Updated dependencies [5d377e5]
115
+ - Updated dependencies [1fb812e]
116
+ - Updated dependencies [35c5798]
117
+ - @mastra/core@0.13.0
118
+
119
+ ## 0.10.19-alpha.3
120
+
121
+ ### Patch Changes
122
+
123
+ - Updated dependencies [d0496e6]
124
+ - @mastra/core@0.13.0-alpha.3
125
+
126
+ ## 0.10.19-alpha.2
127
+
128
+ ### Patch Changes
129
+
130
+ - 42dfc48: Fix tool messages structure in agui adapter
131
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
132
+ - Updated dependencies [cb36de0]
133
+ - Updated dependencies [a82b851]
134
+ - Updated dependencies [41a0a0e]
135
+ - Updated dependencies [2871020]
136
+ - Updated dependencies [4a406ec]
137
+ - Updated dependencies [5d377e5]
138
+ - @mastra/core@0.13.0-alpha.2
139
+
140
+ ## 0.10.19-alpha.1
141
+
142
+ ### Patch Changes
143
+
144
+ - Updated dependencies [ea0c5f2]
145
+ - Updated dependencies [b0e43c1]
146
+ - Updated dependencies [1fb812e]
147
+ - Updated dependencies [35c5798]
148
+ - @mastra/core@0.13.0-alpha.1
149
+
150
+ ## 0.10.19-alpha.0
151
+
152
+ ### Patch Changes
153
+
154
+ - Updated dependencies [94f4812]
155
+ - Updated dependencies [e202b82]
156
+ - Updated dependencies [e00f6a0]
157
+ - @mastra/core@0.12.2-alpha.0
158
+
159
+ ## 0.10.18
160
+
161
+ ### Patch Changes
162
+
163
+ - 6690a16: dependencies updates:
164
+ - Updated dependency [`@ag-ui/client@^0.0.35` ↗︎](https://www.npmjs.com/package/@ag-ui/client/v/0.0.35) (from `^0.0.27`, in `dependencies`)
165
+ - Updated dependencies [33dcb07]
166
+ - Updated dependencies [d0d9500]
167
+ - Updated dependencies [d30b1a0]
168
+ - Updated dependencies [bff87f7]
169
+ - Updated dependencies [b4a8df0]
170
+ - @mastra/core@0.12.1
171
+
172
+ ## 0.10.18-alpha.1
173
+
174
+ ### Patch Changes
175
+
176
+ - Updated dependencies [d0d9500]
177
+ - @mastra/core@0.12.1-alpha.1
178
+
179
+ ## 0.10.18-alpha.0
180
+
181
+ ### Patch Changes
182
+
183
+ - 6690a16: dependencies updates:
184
+ - Updated dependency [`@ag-ui/client@^0.0.35` ↗︎](https://www.npmjs.com/package/@ag-ui/client/v/0.0.35) (from `^0.0.27`, in `dependencies`)
185
+ - Updated dependencies [33dcb07]
186
+ - Updated dependencies [d30b1a0]
187
+ - Updated dependencies [bff87f7]
188
+ - Updated dependencies [b4a8df0]
189
+ - @mastra/core@0.12.1-alpha.0
190
+
191
+ ## 0.10.17
192
+
193
+ ### Patch Changes
194
+
195
+ - aa2715b: process stream response error handling
196
+ - 6bd354c: Should not send content type if body instance of FormData
197
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
198
+ - b641ba3: fix: save score params
199
+ - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
200
+ - 1ac8f6b: deduplicate message
201
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
202
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
203
+ - Single message ID as string: `deleteMessages('msg-123')`
204
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
205
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
206
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
207
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
208
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
209
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
210
+ - Updates thread timestamps when messages are deleted
211
+ - Added comprehensive test coverage and documentation
212
+
213
+ - Updated dependencies [510e2c8]
214
+ - Updated dependencies [2f72fb2]
215
+ - Updated dependencies [27cc97a]
216
+ - Updated dependencies [3f89307]
217
+ - Updated dependencies [9eda7d4]
218
+ - Updated dependencies [9d49408]
219
+ - Updated dependencies [41daa63]
220
+ - Updated dependencies [ad0a58b]
221
+ - Updated dependencies [254a36b]
222
+ - Updated dependencies [2ecf658]
223
+ - Updated dependencies [7a7754f]
224
+ - Updated dependencies [fc92d80]
225
+ - Updated dependencies [e0f73c6]
226
+ - Updated dependencies [0b89602]
227
+ - Updated dependencies [4d37822]
228
+ - Updated dependencies [23a6a7c]
229
+ - Updated dependencies [cda801d]
230
+ - Updated dependencies [a77c823]
231
+ - Updated dependencies [ff9c125]
232
+ - Updated dependencies [09bca64]
233
+ - Updated dependencies [b8efbb9]
234
+ - Updated dependencies [71466e7]
235
+ - Updated dependencies [0c99fbe]
236
+ - @mastra/core@0.12.0
237
+
238
+ ## 0.10.17-alpha.5
239
+
240
+ ### Patch Changes
241
+
242
+ - @mastra/core@0.12.0-alpha.5
243
+
244
+ ## 0.10.17-alpha.4
245
+
246
+ ### Patch Changes
247
+
248
+ - Updated dependencies [ad0a58b]
249
+ - @mastra/core@0.12.0-alpha.4
250
+
251
+ ## 0.10.17-alpha.3
252
+
253
+ ### Patch Changes
254
+
255
+ - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
256
+ - 1ac8f6b: deduplicate message
257
+ - @mastra/core@0.12.0-alpha.3
258
+
259
+ ## 0.10.17-alpha.2
260
+
261
+ ### Patch Changes
262
+
263
+ - aa2715b: process stream response error handling
264
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
265
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
266
+ - Single message ID as string: `deleteMessages('msg-123')`
267
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
268
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
269
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
270
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
271
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
272
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
273
+ - Updates thread timestamps when messages are deleted
274
+ - Added comprehensive test coverage and documentation
275
+
276
+ - Updated dependencies [27cc97a]
277
+ - Updated dependencies [41daa63]
278
+ - Updated dependencies [254a36b]
279
+ - Updated dependencies [0b89602]
280
+ - Updated dependencies [4d37822]
281
+ - Updated dependencies [ff9c125]
282
+ - Updated dependencies [b8efbb9]
283
+ - Updated dependencies [71466e7]
284
+ - Updated dependencies [0c99fbe]
285
+ - @mastra/core@0.12.0-alpha.2
286
+
287
+ ## 0.10.17-alpha.1
288
+
289
+ ### Patch Changes
290
+
291
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
292
+ - Updated dependencies [e0f73c6]
293
+ - Updated dependencies [cda801d]
294
+ - Updated dependencies [a77c823]
295
+ - @mastra/core@0.12.0-alpha.1
296
+
297
+ ## 0.10.17-alpha.0
298
+
299
+ ### Patch Changes
300
+
301
+ - 6bd354c: Should not send content type if body instance of FormData
302
+ - b641ba3: fix: save score params
303
+ - Updated dependencies [510e2c8]
304
+ - Updated dependencies [2f72fb2]
305
+ - Updated dependencies [3f89307]
306
+ - Updated dependencies [9eda7d4]
307
+ - Updated dependencies [9d49408]
308
+ - Updated dependencies [2ecf658]
309
+ - Updated dependencies [7a7754f]
310
+ - Updated dependencies [fc92d80]
311
+ - Updated dependencies [23a6a7c]
312
+ - Updated dependencies [09bca64]
313
+ - @mastra/core@0.12.0-alpha.0
314
+
315
+ ## 0.10.16
316
+
317
+ ### Patch Changes
318
+
319
+ - @mastra/core@0.11.1
320
+
321
+ ## 0.10.15
322
+
323
+ ### Patch Changes
324
+
325
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
326
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
327
+ - 2affc57: Fix output type of network loop
328
+ - 032cb66: ClientJS
329
+ - 7827943: Handle streaming large data
330
+ - 65e3395: Add Scores playground-ui and add scorer hooks
331
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
332
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
333
+ - Updated dependencies [f248d53]
334
+ - Updated dependencies [2affc57]
335
+ - Updated dependencies [66e13e3]
336
+ - Updated dependencies [edd9482]
337
+ - Updated dependencies [18344d7]
338
+ - Updated dependencies [9d372c2]
339
+ - Updated dependencies [40c2525]
340
+ - Updated dependencies [e473f27]
341
+ - Updated dependencies [032cb66]
342
+ - Updated dependencies [703ac71]
343
+ - Updated dependencies [a723d69]
344
+ - Updated dependencies [7827943]
345
+ - Updated dependencies [5889a31]
346
+ - Updated dependencies [bf1e7e7]
347
+ - Updated dependencies [65e3395]
348
+ - Updated dependencies [4933192]
349
+ - Updated dependencies [d1c77a4]
350
+ - Updated dependencies [bea9dd1]
351
+ - Updated dependencies [dcd4802]
352
+ - Updated dependencies [cbddd18]
353
+ - Updated dependencies [7ba91fa]
354
+ - @mastra/core@0.11.0
355
+
356
+ ## 0.10.15-alpha.3
357
+
358
+ ### Patch Changes
359
+
360
+ - @mastra/core@0.11.0-alpha.3
361
+
362
+ ## 0.10.15-alpha.2
363
+
364
+ ### Patch Changes
365
+
366
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
367
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
368
+ - 2affc57: Fix output type of network loop
369
+ - 032cb66: ClientJS
370
+ - 65e3395: Add Scores playground-ui and add scorer hooks
371
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
372
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
373
+ - Updated dependencies [f248d53]
374
+ - Updated dependencies [2affc57]
375
+ - Updated dependencies [66e13e3]
376
+ - Updated dependencies [edd9482]
377
+ - Updated dependencies [18344d7]
378
+ - Updated dependencies [9d372c2]
379
+ - Updated dependencies [40c2525]
380
+ - Updated dependencies [e473f27]
381
+ - Updated dependencies [032cb66]
382
+ - Updated dependencies [703ac71]
383
+ - Updated dependencies [a723d69]
384
+ - Updated dependencies [5889a31]
385
+ - Updated dependencies [65e3395]
386
+ - Updated dependencies [4933192]
387
+ - Updated dependencies [d1c77a4]
388
+ - Updated dependencies [bea9dd1]
389
+ - Updated dependencies [dcd4802]
390
+ - Updated dependencies [7ba91fa]
391
+ - @mastra/core@0.11.0-alpha.2
392
+
393
+ ## 0.10.15-alpha.1
394
+
395
+ ### Patch Changes
396
+
397
+ - @mastra/core@0.11.0-alpha.1
398
+
399
+ ## 0.10.15-alpha.0
400
+
401
+ ### Patch Changes
402
+
403
+ - 7827943: Handle streaming large data
404
+ - Updated dependencies [7827943]
405
+ - Updated dependencies [bf1e7e7]
406
+ - Updated dependencies [cbddd18]
407
+ - @mastra/core@0.11.0-alpha.0
408
+
409
+ ## 0.10.14
410
+
411
+ ### Patch Changes
412
+
413
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
414
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
415
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
416
+ - Updated dependencies [0b56518]
417
+ - Updated dependencies [db5cc15]
418
+ - Updated dependencies [2ba5b76]
419
+ - Updated dependencies [5237998]
420
+ - Updated dependencies [c3a30de]
421
+ - Updated dependencies [37c1acd]
422
+ - Updated dependencies [1aa60b1]
423
+ - Updated dependencies [89ec9d4]
424
+ - Updated dependencies [cf3a184]
425
+ - Updated dependencies [d6bfd60]
426
+ - Updated dependencies [626b0f4]
427
+ - Updated dependencies [c22a91f]
428
+ - Updated dependencies [f7403ab]
429
+ - Updated dependencies [6c89d7f]
430
+ - @mastra/core@0.10.15
431
+
432
+ ## 0.10.14-alpha.1
433
+
434
+ ### Patch Changes
435
+
436
+ - Updated dependencies [0b56518]
437
+ - Updated dependencies [2ba5b76]
438
+ - Updated dependencies [c3a30de]
439
+ - Updated dependencies [cf3a184]
440
+ - Updated dependencies [d6bfd60]
441
+ - @mastra/core@0.10.15-alpha.1
442
+
443
+ ## 0.10.14-alpha.0
444
+
445
+ ### Patch Changes
446
+
447
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
448
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
449
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
450
+ - Updated dependencies [db5cc15]
451
+ - Updated dependencies [5237998]
452
+ - Updated dependencies [37c1acd]
453
+ - Updated dependencies [1aa60b1]
454
+ - Updated dependencies [89ec9d4]
455
+ - Updated dependencies [626b0f4]
456
+ - Updated dependencies [c22a91f]
457
+ - Updated dependencies [f7403ab]
458
+ - Updated dependencies [6c89d7f]
459
+ - @mastra/core@0.10.15-alpha.0
460
+
461
+ ## 0.10.13
462
+
463
+ ### Patch Changes
464
+
465
+ - @mastra/core@0.10.14
466
+
467
+ ## 0.10.11
468
+
469
+ ### Patch Changes
470
+
471
+ - 9468be4: Fix error on agent generate while using antropic
472
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
473
+ - Updated dependencies [b4a9811]
474
+ - Updated dependencies [4d5583d]
475
+ - @mastra/core@0.10.12
476
+
477
+ ## 0.10.11-alpha.1
478
+
479
+ ### Patch Changes
480
+
481
+ - Updated dependencies [4d5583d]
482
+ - @mastra/core@0.10.12-alpha.1
483
+
484
+ ## 0.10.11-alpha.0
485
+
486
+ ### Patch Changes
487
+
488
+ - 9468be4: Fix error on agent generate while using antropic
489
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
490
+ - Updated dependencies [b4a9811]
491
+ - @mastra/core@0.10.12-alpha.0
492
+
493
+ ## 0.10.10
494
+
495
+ ### Patch Changes
496
+
497
+ - 18da791: Add abortSignal to client SDK options
498
+ - Updated dependencies [2873c7f]
499
+ - Updated dependencies [1c1c6a1]
500
+ - Updated dependencies [f8ce2cc]
501
+ - Updated dependencies [8c846b6]
502
+ - Updated dependencies [c7bbf1e]
503
+ - Updated dependencies [8722d53]
504
+ - Updated dependencies [565cc0c]
505
+ - Updated dependencies [b790fd1]
506
+ - Updated dependencies [132027f]
507
+ - Updated dependencies [0c85311]
508
+ - Updated dependencies [d7ed04d]
509
+ - Updated dependencies [cb16baf]
510
+ - Updated dependencies [f36e4f1]
511
+ - Updated dependencies [7f6e403]
512
+ - @mastra/core@0.10.11
513
+
514
+ ## 0.10.10-alpha.4
515
+
516
+ ### Patch Changes
517
+
518
+ - @mastra/core@0.10.11-alpha.4
519
+
520
+ ## 0.10.10-alpha.3
521
+
522
+ ### Patch Changes
523
+
524
+ - Updated dependencies [c7bbf1e]
525
+ - Updated dependencies [8722d53]
526
+ - Updated dependencies [132027f]
527
+ - Updated dependencies [0c85311]
528
+ - Updated dependencies [cb16baf]
529
+ - @mastra/core@0.10.11-alpha.3
530
+
531
+ ## 0.10.10-alpha.2
532
+
533
+ ### Patch Changes
534
+
535
+ - 18da791: Add abortSignal to client SDK options
536
+ - Updated dependencies [2873c7f]
537
+ - Updated dependencies [1c1c6a1]
538
+ - Updated dependencies [565cc0c]
539
+ - @mastra/core@0.10.11-alpha.2
540
+
541
+ ## 0.10.10-alpha.1
542
+
543
+ ### Patch Changes
544
+
545
+ - Updated dependencies [7f6e403]
546
+ - @mastra/core@0.10.11-alpha.1
547
+
548
+ ## 0.10.10-alpha.0
549
+
550
+ ### Patch Changes
551
+
552
+ - Updated dependencies [f8ce2cc]
553
+ - Updated dependencies [8c846b6]
554
+ - Updated dependencies [b790fd1]
555
+ - Updated dependencies [d7ed04d]
556
+ - Updated dependencies [f36e4f1]
557
+ - @mastra/core@0.10.11-alpha.0
558
+
559
+ ## 0.10.9
560
+
561
+ ### Patch Changes
562
+
563
+ - b60f510: Fix getWorkflowRuns by limit and offset
564
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
565
+ - Updated dependencies [4d3fbdf]
566
+ - @mastra/core@0.10.10
567
+
568
+ ## 0.10.9-alpha.1
569
+
570
+ ### Patch Changes
571
+
572
+ - b60f510: Fix getWorkflowRuns by limit and offset
573
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
574
+ - @mastra/core@0.10.10-alpha.1
575
+
576
+ ## 0.10.9-alpha.0
577
+
578
+ ### Patch Changes
579
+
580
+ - Updated dependencies [4d3fbdf]
581
+ - @mastra/core@0.10.10-alpha.0
582
+
583
+ ## 0.10.8
584
+
585
+ ### Patch Changes
586
+
587
+ - 9047bda: clientTools - stream tool-result part
588
+ - a606c75: show right suspend schema for nested workflow on playground
589
+ - 1760a1c: Use workflow stream in playground instead of watch
590
+ - 038e5ae: Add cancel workflow run
591
+ - 7e801dd: Add tools to network api response
592
+ - Updated dependencies [9dda1ac]
593
+ - Updated dependencies [c984582]
594
+ - Updated dependencies [7e801dd]
595
+ - Updated dependencies [a606c75]
596
+ - Updated dependencies [7aa70a4]
597
+ - Updated dependencies [764f86a]
598
+ - Updated dependencies [1760a1c]
599
+ - Updated dependencies [038e5ae]
600
+ - Updated dependencies [7dda16a]
601
+ - Updated dependencies [5ebfcdd]
602
+ - Updated dependencies [b2d0c91]
603
+ - Updated dependencies [4e809ad]
604
+ - Updated dependencies [57929df]
605
+ - Updated dependencies [b7852ed]
606
+ - Updated dependencies [6320a61]
607
+ - @mastra/core@0.10.9
608
+
609
+ ## 0.10.8-alpha.0
610
+
611
+ ### Patch Changes
612
+
613
+ - 9047bda: clientTools - stream tool-result part
614
+ - a606c75: show right suspend schema for nested workflow on playground
615
+ - 1760a1c: Use workflow stream in playground instead of watch
616
+ - 038e5ae: Add cancel workflow run
617
+ - 7e801dd: Add tools to network api response
618
+ - Updated dependencies [9dda1ac]
619
+ - Updated dependencies [c984582]
620
+ - Updated dependencies [7e801dd]
621
+ - Updated dependencies [a606c75]
622
+ - Updated dependencies [7aa70a4]
623
+ - Updated dependencies [764f86a]
624
+ - Updated dependencies [1760a1c]
625
+ - Updated dependencies [038e5ae]
626
+ - Updated dependencies [7dda16a]
627
+ - Updated dependencies [5ebfcdd]
628
+ - Updated dependencies [b2d0c91]
629
+ - Updated dependencies [4e809ad]
630
+ - Updated dependencies [57929df]
631
+ - Updated dependencies [b7852ed]
632
+ - Updated dependencies [6320a61]
633
+ - @mastra/core@0.10.9-alpha.0
634
+
635
+ ## 0.10.7
636
+
637
+ ### Patch Changes
638
+
639
+ - a344ac7: Fix tool streaming in agent network
640
+ - Updated dependencies [b8f16b2]
641
+ - Updated dependencies [3e04487]
642
+ - Updated dependencies [a344ac7]
643
+ - Updated dependencies [dc4ca0a]
644
+ - @mastra/core@0.10.8
645
+
646
+ ## 0.10.7-alpha.1
647
+
648
+ ### Patch Changes
649
+
650
+ - Updated dependencies [b8f16b2]
651
+ - Updated dependencies [3e04487]
652
+ - Updated dependencies [dc4ca0a]
653
+ - @mastra/core@0.10.8-alpha.1
654
+
655
+ ## 0.10.7-alpha.0
656
+
657
+ ### Patch Changes
658
+
659
+ - a344ac7: Fix tool streaming in agent network
660
+ - Updated dependencies [a344ac7]
661
+ - @mastra/core@0.10.8-alpha.0
662
+
663
+ ## 0.10.6
664
+
665
+ ### Patch Changes
666
+
667
+ - 8e1b6e9: dependencies updates:
668
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
669
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
670
+ - 18a5d59: clientTools client side execution
671
+ - 5d74aab: vNext network in playground
672
+ - bee3fe4: Fix client side tool calling
673
+ - c0d41f6: Fix streaming for agent tool calls
674
+ - Updated dependencies [15e9d26]
675
+ - Updated dependencies [d1baedb]
676
+ - Updated dependencies [d8f2d19]
677
+ - Updated dependencies [4d21bf2]
678
+ - Updated dependencies [07d6d88]
679
+ - Updated dependencies [9d52b17]
680
+ - Updated dependencies [2097952]
681
+ - Updated dependencies [792c4c0]
682
+ - Updated dependencies [5d74aab]
683
+ - Updated dependencies [a8b194f]
684
+ - Updated dependencies [4fb0cc2]
685
+ - Updated dependencies [d2a7a31]
686
+ - Updated dependencies [502fe05]
687
+ - Updated dependencies [144eb0b]
688
+ - Updated dependencies [8ba1b51]
689
+ - Updated dependencies [4efcfa0]
690
+ - Updated dependencies [0e17048]
691
+ - @mastra/core@0.10.7
692
+
693
+ ## 0.10.6-alpha.6
694
+
695
+ ### Patch Changes
696
+
697
+ - c0d41f6: Fix streaming for agent tool calls
698
+
699
+ ## 0.10.6-alpha.5
700
+
701
+ ### Patch Changes
702
+
703
+ - bee3fe4: Fix client side tool calling
704
+ - @mastra/core@0.10.7-alpha.5
705
+
706
+ ## 0.10.6-alpha.4
707
+
708
+ ### Patch Changes
709
+
710
+ - Updated dependencies [a8b194f]
711
+ - @mastra/core@0.10.7-alpha.4
712
+
713
+ ## 0.10.6-alpha.3
714
+
715
+ ### Patch Changes
716
+
717
+ - 18a5d59: clientTools client side execution
718
+ - Updated dependencies [792c4c0]
719
+ - Updated dependencies [502fe05]
720
+ - Updated dependencies [4efcfa0]
721
+ - @mastra/core@0.10.7-alpha.3
722
+
723
+ ## 0.10.6-alpha.2
724
+
725
+ ### Patch Changes
726
+
727
+ - 8e1b6e9: dependencies updates:
728
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
729
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
730
+ - 5d74aab: vNext network in playground
731
+ - Updated dependencies [15e9d26]
732
+ - Updated dependencies [07d6d88]
733
+ - Updated dependencies [5d74aab]
734
+ - Updated dependencies [144eb0b]
735
+ - @mastra/core@0.10.7-alpha.2
736
+
737
+ ## 0.10.6-alpha.1
738
+
739
+ ### Patch Changes
740
+
741
+ - Updated dependencies [d1baedb]
742
+ - Updated dependencies [4d21bf2]
743
+ - Updated dependencies [2097952]
744
+ - Updated dependencies [4fb0cc2]
745
+ - Updated dependencies [d2a7a31]
746
+ - Updated dependencies [0e17048]
747
+ - @mastra/core@0.10.7-alpha.1
748
+
749
+ ## 0.10.6-alpha.0
750
+
751
+ ### Patch Changes
752
+
753
+ - Updated dependencies [d8f2d19]
754
+ - Updated dependencies [9d52b17]
755
+ - Updated dependencies [8ba1b51]
756
+ - @mastra/core@0.10.7-alpha.0
757
+
758
+ ## 0.10.5
759
+
760
+ ### Patch Changes
761
+
762
+ - 63f6b7d: dependencies updates:
763
+ - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
764
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
765
+ - ee9af57: Add api for polling run execution result and get run by id
766
+ - 3270d9d: Fix runtime context being undefined
767
+ - Updated dependencies [63f6b7d]
768
+ - Updated dependencies [12a95fc]
769
+ - Updated dependencies [4b0f8a6]
770
+ - Updated dependencies [51264a5]
771
+ - Updated dependencies [8e6f677]
772
+ - Updated dependencies [d70c420]
773
+ - Updated dependencies [ee9af57]
774
+ - Updated dependencies [36f1c36]
775
+ - Updated dependencies [2a16996]
776
+ - Updated dependencies [10d352e]
777
+ - Updated dependencies [9589624]
778
+ - Updated dependencies [53d3c37]
779
+ - Updated dependencies [751c894]
780
+ - Updated dependencies [577ce3a]
781
+ - Updated dependencies [9260b3a]
782
+ - @mastra/core@0.10.6
783
+
784
+ ## 0.10.5-alpha.5
785
+
786
+ ### Patch Changes
787
+
788
+ - Updated dependencies [12a95fc]
789
+ - Updated dependencies [51264a5]
790
+ - Updated dependencies [8e6f677]
791
+ - @mastra/core@0.10.6-alpha.5
792
+
793
+ ## 0.10.5-alpha.4
794
+
795
+ ### Patch Changes
796
+
797
+ - Updated dependencies [9589624]
798
+ - @mastra/core@0.10.6-alpha.4
799
+
800
+ ## 0.10.5-alpha.3
801
+
802
+ ### Patch Changes
803
+
804
+ - Updated dependencies [d70c420]
805
+ - Updated dependencies [2a16996]
806
+ - @mastra/core@0.10.6-alpha.3
807
+
808
+ ## 0.10.5-alpha.2
809
+
810
+ ### Patch Changes
811
+
812
+ - Updated dependencies [4b0f8a6]
813
+ - @mastra/core@0.10.6-alpha.2
814
+
815
+ ## 0.10.5-alpha.1
816
+
817
+ ### Patch Changes
818
+
819
+ - ee9af57: Add api for polling run execution result and get run by id
820
+ - 3270d9d: Fix runtime context being undefined
821
+ - Updated dependencies [ee9af57]
822
+ - Updated dependencies [751c894]
823
+ - Updated dependencies [577ce3a]
824
+ - Updated dependencies [9260b3a]
825
+ - @mastra/core@0.10.6-alpha.1
826
+
827
+ ## 0.10.5-alpha.0
828
+
829
+ ### Patch Changes
830
+
831
+ - 63f6b7d: dependencies updates:
832
+ - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
833
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
834
+ - Updated dependencies [63f6b7d]
835
+ - Updated dependencies [36f1c36]
836
+ - Updated dependencies [10d352e]
837
+ - Updated dependencies [53d3c37]
838
+ - @mastra/core@0.10.6-alpha.0
839
+
840
+ ## 0.10.4
841
+
842
+ ### Patch Changes
843
+
844
+ - Updated dependencies [13c97f9]
845
+ - @mastra/core@0.10.5
846
+
847
+ ## 0.10.3
848
+
849
+ ### Patch Changes
850
+
851
+ - 1ccccff: dependencies updates:
852
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
853
+ - 1ccccff: dependencies updates:
854
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
855
+ - f1f1f1b: Add basic filtering capabilities to logs
856
+ - b2810ab: Move @mastra/core to deps
857
+ - 82090c1: Add pagination to logs
858
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
859
+ - Updated dependencies [d1ed912]
860
+ - Updated dependencies [f6fd25f]
861
+ - Updated dependencies [dffb67b]
862
+ - Updated dependencies [f1f1f1b]
863
+ - Updated dependencies [925ab94]
864
+ - Updated dependencies [f9816ae]
865
+ - Updated dependencies [82090c1]
866
+ - Updated dependencies [1b443fd]
867
+ - Updated dependencies [ce97900]
868
+ - Updated dependencies [f1309d3]
869
+ - Updated dependencies [14a2566]
870
+ - Updated dependencies [f7f8293]
871
+ - Updated dependencies [48eddb9]
872
+ - @mastra/core@0.10.4
873
+
874
+ ## 0.10.3-alpha.3
875
+
876
+ ### Patch Changes
877
+
878
+ - Updated dependencies [925ab94]
879
+ - @mastra/core@0.10.4-alpha.3
880
+
881
+ ## 0.10.3-alpha.2
882
+
883
+ ### Patch Changes
884
+
885
+ - Updated dependencies [48eddb9]
886
+ - @mastra/core@0.10.4-alpha.2
887
+
888
+ ## 0.10.3-alpha.1
889
+
890
+ ### Patch Changes
891
+
892
+ - 1ccccff: dependencies updates:
893
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
894
+ - 1ccccff: dependencies updates:
895
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
896
+ - Updated dependencies [f6fd25f]
897
+ - Updated dependencies [dffb67b]
898
+ - Updated dependencies [f1309d3]
899
+ - Updated dependencies [f7f8293]
900
+ - @mastra/core@0.10.4-alpha.1
901
+
902
+ ## 0.10.3-alpha.0
903
+
904
+ ### Patch Changes
905
+
906
+ - f1f1f1b: Add basic filtering capabilities to logs
907
+ - b2810ab: Move @mastra/core to deps
908
+ - 82090c1: Add pagination to logs
909
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
910
+ - Updated dependencies [d1ed912]
911
+ - Updated dependencies [f1f1f1b]
912
+ - Updated dependencies [f9816ae]
913
+ - Updated dependencies [82090c1]
914
+ - Updated dependencies [1b443fd]
915
+ - Updated dependencies [ce97900]
916
+ - Updated dependencies [14a2566]
917
+ - @mastra/core@0.10.4-alpha.0
918
+
919
+ ## 0.10.2
920
+
921
+ ### Patch Changes
922
+
923
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
924
+ - 37643b8: Fix tool access
925
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
926
+ - b72c768: [Bug fix] Serialize parameters in clientTools
927
+ - f0d559f: Fix peerdeps for alpha channel
928
+ - Updated dependencies [ee77e78]
929
+ - Updated dependencies [592a2db]
930
+ - Updated dependencies [e5dc18d]
931
+ - Updated dependencies [ab5adbe]
932
+ - Updated dependencies [1e8bb40]
933
+ - Updated dependencies [1b5fc55]
934
+ - Updated dependencies [195c428]
935
+ - Updated dependencies [f73e11b]
936
+ - Updated dependencies [37643b8]
937
+ - Updated dependencies [99fd6cf]
938
+ - Updated dependencies [c5bf1ce]
939
+ - Updated dependencies [add596e]
940
+ - Updated dependencies [8dc94d8]
941
+ - Updated dependencies [ecebbeb]
942
+ - Updated dependencies [79d5145]
943
+ - Updated dependencies [12b7002]
944
+ - Updated dependencies [2901125]
945
+ - @mastra/core@0.10.2
946
+
947
+ ## 0.10.2-alpha.3
948
+
949
+ ### Patch Changes
950
+
951
+ - 37643b8: Fix tool access
952
+ - b72c768: [Bug fix] Serialize parameters in clientTools
953
+ - Updated dependencies [37643b8]
954
+ - Updated dependencies [79d5145]
955
+ - @mastra/core@0.10.2-alpha.8
956
+
957
+ ## 0.10.2-alpha.2
958
+
959
+ ### Patch Changes
960
+
961
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
962
+ - Updated dependencies [c5bf1ce]
963
+ - Updated dependencies [12b7002]
964
+ - @mastra/core@0.10.2-alpha.4
965
+
966
+ ## 0.10.2-alpha.1
967
+
968
+ ### Patch Changes
969
+
970
+ - f0d559f: Fix peerdeps for alpha channel
971
+ - Updated dependencies [1e8bb40]
972
+ - @mastra/core@0.10.2-alpha.2
973
+
974
+ ## 0.10.2-alpha.0
975
+
976
+ ### Patch Changes
977
+
978
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
979
+ - Updated dependencies [592a2db]
980
+ - Updated dependencies [e5dc18d]
981
+ - @mastra/core@0.10.2-alpha.0
982
+
983
+ ## 0.10.1
984
+
985
+ ### Patch Changes
986
+
987
+ - 267773e: Show map config on workflow graph
988
+ Highlight borders for conditions too on workflow graph
989
+ Fix watch stream
990
+ - 5343f93: Move emitter to symbol to make private
991
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
992
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
993
+ - Updated dependencies [d70b807]
994
+ - Updated dependencies [6d16390]
995
+ - Updated dependencies [1e4a421]
996
+ - Updated dependencies [200d0da]
997
+ - Updated dependencies [bf5f17b]
998
+ - Updated dependencies [5343f93]
999
+ - Updated dependencies [38aee50]
1000
+ - Updated dependencies [5c41100]
1001
+ - Updated dependencies [d6a759b]
1002
+ - Updated dependencies [6015bdf]
1003
+ - @mastra/core@0.10.1
1004
+
1005
+ ## 0.10.1-alpha.3
1006
+
1007
+ ### Patch Changes
1008
+
1009
+ - 267773e: Show map config on workflow graph
1010
+ Highlight borders for conditions too on workflow graph
1011
+ Fix watch stream
1012
+
1013
+ ## 0.10.1-alpha.2
1014
+
1015
+ ### Patch Changes
1016
+
1017
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
1018
+ - Updated dependencies [6015bdf]
1019
+ - @mastra/core@0.10.1-alpha.2
1020
+
1021
+ ## 0.10.1-alpha.1
1022
+
1023
+ ### Patch Changes
1024
+
1025
+ - 5343f93: Move emitter to symbol to make private
1026
+ - Updated dependencies [200d0da]
1027
+ - Updated dependencies [bf5f17b]
1028
+ - Updated dependencies [5343f93]
1029
+ - Updated dependencies [38aee50]
1030
+ - Updated dependencies [5c41100]
1031
+ - Updated dependencies [d6a759b]
1032
+ - @mastra/core@0.10.1-alpha.1
1033
+
1034
+ ## 0.10.1-alpha.0
1035
+
1036
+ ### Patch Changes
1037
+
1038
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
1039
+ - Updated dependencies [6d16390]
1040
+ - Updated dependencies [1e4a421]
1041
+ - @mastra/core@0.10.1-alpha.0
1042
+
1043
+ ## 0.10.0
1044
+
1045
+ ### Minor Changes
1046
+
1047
+ - 83da932: Move @mastra/core to peerdeps
1048
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1049
+
1050
+ ### Patch Changes
1051
+
1052
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1053
+ - 0215b0b: Add description to vnext workflow response
1054
+ - f53a6ac: Add VNextWorkflowRuns type
1055
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
1056
+ - a6e3881: Remove non serializable options from agent stream,generate
1057
+ - fddae56: Add telemetry to cliend SDK streamParams
1058
+ - 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.
1059
+ - 5063646: Accept plain obects as runtimeContext
1060
+ - 2672a05: Add MCP servers and tool call execution to playground
1061
+ - Updated dependencies [b3a3d63]
1062
+ - Updated dependencies [344f453]
1063
+ - Updated dependencies [0a3ae6d]
1064
+ - Updated dependencies [95911be]
1065
+ - Updated dependencies [f53a6ac]
1066
+ - Updated dependencies [5eb5a99]
1067
+ - Updated dependencies [7e632c5]
1068
+ - Updated dependencies [1e9fbfa]
1069
+ - Updated dependencies [eabdcd9]
1070
+ - Updated dependencies [90be034]
1071
+ - Updated dependencies [99f050a]
1072
+ - Updated dependencies [d0ee3c6]
1073
+ - Updated dependencies [b2ae5aa]
1074
+ - Updated dependencies [23f258c]
1075
+ - Updated dependencies [a7292b0]
1076
+ - Updated dependencies [0dcb9f0]
1077
+ - Updated dependencies [2672a05]
1078
+ - @mastra/core@0.10.0
1079
+
1080
+ ## 0.2.0-alpha.1
1081
+
1082
+ ### Minor Changes
1083
+
1084
+ - 83da932: Move @mastra/core to peerdeps
1085
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1086
+
1087
+ ### Patch Changes
1088
+
1089
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1090
+ - 0215b0b: Add description to vnext workflow response
1091
+ - 5063646: Accept plain obects as runtimeContext
1092
+ - Updated dependencies [b3a3d63]
1093
+ - Updated dependencies [344f453]
1094
+ - Updated dependencies [0a3ae6d]
1095
+ - Updated dependencies [95911be]
1096
+ - Updated dependencies [5eb5a99]
1097
+ - Updated dependencies [7e632c5]
1098
+ - Updated dependencies [1e9fbfa]
1099
+ - Updated dependencies [b2ae5aa]
1100
+ - Updated dependencies [a7292b0]
1101
+ - Updated dependencies [0dcb9f0]
1102
+ - @mastra/core@0.10.0-alpha.1
1103
+
1104
+ ## 0.1.23-alpha.0
1105
+
1106
+ ### Patch Changes
1107
+
1108
+ - f53a6ac: Add VNextWorkflowRuns type
1109
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
1110
+ - a6e3881: Remove non serializable options from agent stream,generate
1111
+ - fddae56: Add telemetry to cliend SDK streamParams
1112
+ - 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.
1113
+ - 2672a05: Add MCP servers and tool call execution to playground
1114
+ - Updated dependencies [f53a6ac]
1115
+ - Updated dependencies [eabdcd9]
1116
+ - Updated dependencies [90be034]
1117
+ - Updated dependencies [99f050a]
1118
+ - Updated dependencies [d0ee3c6]
1119
+ - Updated dependencies [23f258c]
1120
+ - Updated dependencies [2672a05]
1121
+ - @mastra/core@0.9.5-alpha.0
1122
+
1123
+ ## 0.1.22
1124
+
1125
+ ### Patch Changes
1126
+
1127
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
1128
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1129
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1130
+ - 0c3d117: Add workflows to agent server handlers
1131
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
1132
+ - c2b980b: Fix multiple too-calls in AGUI
1133
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1134
+ - 0b8b868: Added A2A support + streaming
1135
+ - Updated dependencies [396be50]
1136
+ - Updated dependencies [ab80e7e]
1137
+ - Updated dependencies [c3bd795]
1138
+ - Updated dependencies [da082f8]
1139
+ - Updated dependencies [a5810ce]
1140
+ - Updated dependencies [3e9c131]
1141
+ - Updated dependencies [3171b5b]
1142
+ - Updated dependencies [973e5ac]
1143
+ - Updated dependencies [daf942f]
1144
+ - Updated dependencies [0b8b868]
1145
+ - Updated dependencies [9e1eff5]
1146
+ - Updated dependencies [6fa1ad1]
1147
+ - Updated dependencies [c28d7a0]
1148
+ - Updated dependencies [edf1e88]
1149
+ - @mastra/core@0.9.4
1150
+
1151
+ ## 0.1.22-alpha.4
1152
+
1153
+ ### Patch Changes
1154
+
1155
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1156
+ - Updated dependencies [3e9c131]
1157
+ - @mastra/core@0.9.4-alpha.4
1158
+
1159
+ ## 0.1.22-alpha.3
1160
+
1161
+ ### Patch Changes
1162
+
1163
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
1164
+ - 0c3d117: Add workflows to agent server handlers
1165
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
1166
+ - Updated dependencies [396be50]
1167
+ - Updated dependencies [c3bd795]
1168
+ - Updated dependencies [da082f8]
1169
+ - Updated dependencies [a5810ce]
1170
+ - @mastra/core@0.9.4-alpha.3
1171
+
1172
+ ## 0.1.22-alpha.2
1173
+
1174
+ ### Patch Changes
1175
+
1176
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1177
+ - c2b980b: Fix multiple too-calls in AGUI
1178
+ - Updated dependencies [3171b5b]
1179
+ - Updated dependencies [973e5ac]
1180
+ - Updated dependencies [9e1eff5]
1181
+ - @mastra/core@0.9.4-alpha.2
1182
+
1183
+ ## 0.1.22-alpha.1
1184
+
1185
+ ### Patch Changes
1186
+
1187
+ - Updated dependencies [ab80e7e]
1188
+ - Updated dependencies [6fa1ad1]
1189
+ - Updated dependencies [c28d7a0]
1190
+ - Updated dependencies [edf1e88]
1191
+ - @mastra/core@0.9.4-alpha.1
1192
+
1193
+ ## 0.1.22-alpha.0
1194
+
1195
+ ### Patch Changes
1196
+
1197
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1198
+ - 0b8b868: Added A2A support + streaming
1199
+ - Updated dependencies [daf942f]
1200
+ - Updated dependencies [0b8b868]
1201
+ - @mastra/core@0.9.4-alpha.0
1202
+
1203
+ ## 0.1.21
1204
+
1205
+ ### Patch Changes
1206
+
1207
+ - 526c570: expose agent runtimeContext from clientSDK
1208
+ - 36eb1aa: Fix AGUI text part
1209
+ - 62c9e7d: Fix disappearing tool calls in streaming
1210
+ - Updated dependencies [e450778]
1211
+ - Updated dependencies [8902157]
1212
+ - Updated dependencies [ca0dc88]
1213
+ - Updated dependencies [526c570]
1214
+ - Updated dependencies [d7a6a33]
1215
+ - Updated dependencies [9cd1a46]
1216
+ - Updated dependencies [b5d2de0]
1217
+ - Updated dependencies [644f8ad]
1218
+ - Updated dependencies [70dbf51]
1219
+ - @mastra/core@0.9.3
1220
+
1221
+ ## 0.1.21-alpha.1
1222
+
1223
+ ### Patch Changes
1224
+
1225
+ - 36eb1aa: Fix AGUI text part
1226
+ - 62c9e7d: Fix disappearing tool calls in streaming
1227
+ - Updated dependencies [e450778]
1228
+ - Updated dependencies [8902157]
1229
+ - Updated dependencies [ca0dc88]
1230
+ - Updated dependencies [9cd1a46]
1231
+ - Updated dependencies [70dbf51]
1232
+ - @mastra/core@0.9.3-alpha.1
1233
+
1234
+ ## 0.1.21-alpha.0
1235
+
1236
+ ### Patch Changes
1237
+
1238
+ - 526c570: expose agent runtimeContext from clientSDK
1239
+ - Updated dependencies [526c570]
1240
+ - Updated dependencies [b5d2de0]
1241
+ - Updated dependencies [644f8ad]
1242
+ - @mastra/core@0.9.3-alpha.0
1243
+
1244
+ ## 0.1.20
1245
+
1246
+ ### Patch Changes
1247
+
1248
+ - 2cf3b8f: dependencies updates:
1249
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
1250
+ - 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`)
7
1251
  - 4155f47: Add parameters to filter workflow runs
8
1252
  Add fromDate and toDate to telemetry parameters
9
1253
  - 254f5c3: Audit, cleanup MastraClient
@@ -11,15 +1255,47 @@
11
1255
  Return serializedStepGraph from vNext workflow
12
1256
  Use serializedStepGraph in vNext workflow graph
13
1257
  - 2429c74: Add get workflow runs api to client-js
1258
+ - 2e4f8e9: Agui client integration
1259
+ - Updated dependencies [6052aa6]
14
1260
  - Updated dependencies [967b41c]
1261
+ - Updated dependencies [3d2fb5c]
15
1262
  - Updated dependencies [26738f4]
16
1263
  - Updated dependencies [4155f47]
1264
+ - Updated dependencies [7eeb2bc]
17
1265
  - Updated dependencies [b804723]
1266
+ - Updated dependencies [8607972]
18
1267
  - Updated dependencies [ccef9f9]
19
1268
  - Updated dependencies [0097d50]
1269
+ - Updated dependencies [7eeb2bc]
20
1270
  - Updated dependencies [17826a9]
1271
+ - Updated dependencies [7d8b7c7]
1272
+ - Updated dependencies [fba031f]
1273
+ - Updated dependencies [3a5f1e1]
21
1274
  - Updated dependencies [51e6923]
22
- - @mastra/core@0.0.0-mcp-server-deploy-20250507160341
1275
+ - Updated dependencies [8398d89]
1276
+ - @mastra/core@0.9.2
1277
+
1278
+ ## 0.1.20-alpha.6
1279
+
1280
+ ### Patch Changes
1281
+
1282
+ - 2e4f8e9: Agui client integration
1283
+ - Updated dependencies [6052aa6]
1284
+ - Updated dependencies [7d8b7c7]
1285
+ - Updated dependencies [3a5f1e1]
1286
+ - Updated dependencies [8398d89]
1287
+ - @mastra/core@0.9.2-alpha.6
1288
+
1289
+ ## 0.1.20-alpha.5
1290
+
1291
+ ### Patch Changes
1292
+
1293
+ - Updated dependencies [3d2fb5c]
1294
+ - Updated dependencies [7eeb2bc]
1295
+ - Updated dependencies [8607972]
1296
+ - Updated dependencies [7eeb2bc]
1297
+ - Updated dependencies [fba031f]
1298
+ - @mastra/core@0.9.2-alpha.5
23
1299
 
24
1300
  ## 0.1.20-alpha.4
25
1301