@mastra/client-js 0.0.0-message-ordering-20250415215612 → 0.0.0-message-file-url-handling-fix-20250904234524

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 (71) hide show
  1. package/CHANGELOG.md +1908 -3
  2. package/LICENSE.md +11 -42
  3. package/README.md +7 -4
  4. package/dist/client.d.ts +280 -0
  5. package/dist/client.d.ts.map +1 -0
  6. package/dist/example.d.ts +2 -0
  7. package/dist/example.d.ts.map +1 -0
  8. package/dist/index.cjs +2597 -106
  9. package/dist/index.cjs.map +1 -0
  10. package/dist/index.d.ts +4 -585
  11. package/dist/index.d.ts.map +1 -0
  12. package/dist/index.js +2574 -87
  13. package/dist/index.js.map +1 -0
  14. package/dist/resources/a2a.d.ts +41 -0
  15. package/dist/resources/a2a.d.ts.map +1 -0
  16. package/dist/resources/agent-builder.d.ts +161 -0
  17. package/dist/resources/agent-builder.d.ts.map +1 -0
  18. package/dist/resources/agent.d.ts +155 -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 +13 -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/observability.d.ts +19 -0
  35. package/dist/resources/observability.d.ts.map +1 -0
  36. package/dist/resources/tool.d.ts +23 -0
  37. package/dist/resources/tool.d.ts.map +1 -0
  38. package/dist/resources/vNextNetwork.d.ts +42 -0
  39. package/dist/resources/vNextNetwork.d.ts.map +1 -0
  40. package/dist/resources/vector.d.ts +48 -0
  41. package/dist/resources/vector.d.ts.map +1 -0
  42. package/dist/resources/workflow.d.ts +154 -0
  43. package/dist/resources/workflow.d.ts.map +1 -0
  44. package/dist/types.d.ts +461 -0
  45. package/dist/types.d.ts.map +1 -0
  46. package/dist/utils/index.d.ts +3 -0
  47. package/dist/utils/index.d.ts.map +1 -0
  48. package/dist/utils/process-client-tools.d.ts +3 -0
  49. package/dist/utils/process-client-tools.d.ts.map +1 -0
  50. package/dist/utils/process-mastra-stream.d.ts +7 -0
  51. package/dist/utils/process-mastra-stream.d.ts.map +1 -0
  52. package/dist/utils/zod-to-json-schema.d.ts +3 -0
  53. package/dist/utils/zod-to-json-schema.d.ts.map +1 -0
  54. package/package.json +41 -18
  55. package/dist/index.d.cts +0 -585
  56. package/eslint.config.js +0 -6
  57. package/src/client.ts +0 -223
  58. package/src/example.ts +0 -65
  59. package/src/index.test.ts +0 -710
  60. package/src/index.ts +0 -2
  61. package/src/resources/agent.ts +0 -205
  62. package/src/resources/base.ts +0 -70
  63. package/src/resources/index.ts +0 -7
  64. package/src/resources/memory-thread.ts +0 -60
  65. package/src/resources/network.ts +0 -92
  66. package/src/resources/tool.ts +0 -32
  67. package/src/resources/vector.ts +0 -83
  68. package/src/resources/workflow.ts +0 -215
  69. package/src/types.ts +0 -224
  70. package/tsconfig.json +0 -5
  71. package/vitest.config.js +0 -8
package/CHANGELOG.md CHANGED
@@ -1,11 +1,1916 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-message-ordering-20250415215612
3
+ ## 0.0.0-message-file-url-handling-fix-20250904234524
4
+
5
+ ### Minor Changes
6
+
7
+ - 6155cfc: Remove AGUI implementation from client-js
8
+
9
+ ### Patch Changes
10
+
11
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
12
+ - 5397eb4: Add public URL support when adding files in Multi Modal
13
+ - Updated dependencies [fd83526]
14
+ - Updated dependencies [d0b90ab]
15
+ - Updated dependencies [6f5eb7a]
16
+ - Updated dependencies [a01cf14]
17
+ - Updated dependencies [a9e50ee]
18
+ - Updated dependencies [5397eb4]
19
+ - Updated dependencies [c9f4e4a]
20
+ - Updated dependencies [b586a0b]
21
+ - Updated dependencies [0acbc80]
22
+ - @mastra/core@0.0.0-message-file-url-handling-fix-20250904234524
23
+
24
+ ## 0.12.0-alpha.0
25
+
26
+ ### Minor Changes
27
+
28
+ - 6155cfc: Remove AGUI implementation from client-js
29
+
30
+ ### Patch Changes
31
+
32
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
33
+ - 5397eb4: Add public URL support when adding files in Multi Modal
34
+ - Updated dependencies [fd83526]
35
+ - Updated dependencies [d0b90ab]
36
+ - Updated dependencies [6f5eb7a]
37
+ - Updated dependencies [a01cf14]
38
+ - Updated dependencies [a9e50ee]
39
+ - Updated dependencies [5397eb4]
40
+ - Updated dependencies [c9f4e4a]
41
+ - Updated dependencies [0acbc80]
42
+ - @mastra/core@0.16.0-alpha.0
43
+
44
+ ## 0.11.3
45
+
46
+ ### Patch Changes
47
+
48
+ - ab48c97: dependencies updates:
49
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
50
+ - ff89505: Add deprecation warnings and add legacy routes
51
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
52
+ - 26b0d7c: Cleanup pkg output
53
+ - 48f0742: add deployer, server and clientjs handlers for agent builder template
54
+ - 5de1555: Fixed tracingContext on tool executions in AI tracing
55
+ - Updated dependencies [ab48c97]
56
+ - Updated dependencies [85ef90b]
57
+ - Updated dependencies [aedbbfa]
58
+ - Updated dependencies [ff89505]
59
+ - Updated dependencies [637f323]
60
+ - Updated dependencies [de3cbc6]
61
+ - Updated dependencies [c19bcf7]
62
+ - Updated dependencies [4474d04]
63
+ - Updated dependencies [183dc95]
64
+ - Updated dependencies [a1111e2]
65
+ - Updated dependencies [b42a961]
66
+ - Updated dependencies [61debef]
67
+ - Updated dependencies [9beaeff]
68
+ - Updated dependencies [29de0e1]
69
+ - Updated dependencies [f643c65]
70
+ - Updated dependencies [00c74e7]
71
+ - Updated dependencies [fef7375]
72
+ - Updated dependencies [e3d8fea]
73
+ - Updated dependencies [45e4d39]
74
+ - Updated dependencies [9eee594]
75
+ - Updated dependencies [7149d8d]
76
+ - Updated dependencies [822c2e8]
77
+ - Updated dependencies [979912c]
78
+ - Updated dependencies [7dcf4c0]
79
+ - Updated dependencies [4106a58]
80
+ - Updated dependencies [ad78bfc]
81
+ - Updated dependencies [0302f50]
82
+ - Updated dependencies [6ac697e]
83
+ - Updated dependencies [74db265]
84
+ - Updated dependencies [0ce418a]
85
+ - Updated dependencies [af90672]
86
+ - Updated dependencies [8387952]
87
+ - Updated dependencies [7f3b8da]
88
+ - Updated dependencies [905352b]
89
+ - Updated dependencies [599d04c]
90
+ - Updated dependencies [56041d0]
91
+ - Updated dependencies [3412597]
92
+ - Updated dependencies [5eca5d2]
93
+ - Updated dependencies [f2cda47]
94
+ - Updated dependencies [5de1555]
95
+ - Updated dependencies [cfd377a]
96
+ - Updated dependencies [1ed5a3e]
97
+ - @mastra/core@0.15.3
98
+
99
+ ## 0.11.3-alpha.9
100
+
101
+ ### Patch Changes
102
+
103
+ - Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
104
+ - @mastra/core@0.15.3-alpha.9
105
+
106
+ ## 0.11.3-alpha.8
107
+
108
+ ### Patch Changes
109
+
110
+ - Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
111
+ - @mastra/core@0.15.3-alpha.8
112
+
113
+ ## 0.11.3-alpha.7
114
+
115
+ ### Patch Changes
116
+
117
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
118
+ - @mastra/core@0.15.3-alpha.7
119
+
120
+ ## 0.11.3-alpha.6
121
+
122
+ ### Patch Changes
123
+
124
+ - Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
125
+ - @mastra/core@0.15.3-alpha.6
126
+
127
+ ## 0.11.3-alpha.5
128
+
129
+ ### Patch Changes
130
+
131
+ - [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
132
+
133
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
134
+ - @mastra/core@0.15.3-alpha.5
135
+
136
+ ## 0.11.3-alpha.4
137
+
138
+ ### Patch Changes
139
+
140
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
141
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
142
+
143
+ - [#7269](https://github.com/mastra-ai/mastra/pull/7269) [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa) Thanks [@wardpeet](https://github.com/wardpeet)! - Add deprecation warnings and add legacy routes
144
+
145
+ - [#7329](https://github.com/mastra-ai/mastra/pull/7329) [`26b0d7c`](https://github.com/mastra-ai/mastra/commit/26b0d7c7cba46469351d453714e119ac7aae9da2) Thanks [@wardpeet](https://github.com/wardpeet)! - Cleanup pkg output
146
+
147
+ - [#7136](https://github.com/mastra-ai/mastra/pull/7136) [`48f0742`](https://github.com/mastra-ai/mastra/commit/48f0742662414610dc9a7a99d45902d059ee123d) Thanks [@NikAiyer](https://github.com/NikAiyer)! - add deployer, server and clientjs handlers for agent builder template
148
+
149
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
150
+ - @mastra/core@0.15.3-alpha.4
151
+
152
+ ## 0.11.3-alpha.3
153
+
154
+ ### Patch Changes
155
+
156
+ - Updated dependencies [[`aedbbfa`](https://github.com/mastra-ai/mastra/commit/aedbbfa064124ddde039111f12629daebfea7e48), [`f643c65`](https://github.com/mastra-ai/mastra/commit/f643c651bdaf57c2343cf9dbfc499010495701fb), [`fef7375`](https://github.com/mastra-ai/mastra/commit/fef737534574f41b432a7361a285f776c3bac42b), [`e3d8fea`](https://github.com/mastra-ai/mastra/commit/e3d8feaacfb8b5c5c03c13604cc06ea2873d45fe), [`3412597`](https://github.com/mastra-ai/mastra/commit/3412597a6644c0b6bf3236d6e319ed1450c5bae8)]:
157
+ - @mastra/core@0.15.3-alpha.3
158
+
159
+ ## 0.11.3-alpha.2
160
+
161
+ ### Patch Changes
162
+
163
+ - Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
164
+ - @mastra/core@0.15.3-alpha.2
165
+
166
+ ## 0.11.3-alpha.1
167
+
168
+ ### Patch Changes
169
+
170
+ - Updated dependencies [[`637f323`](https://github.com/mastra-ai/mastra/commit/637f32371d79a8f78c52c0d53411af0915fcec67), [`29de0e1`](https://github.com/mastra-ai/mastra/commit/29de0e1b0a7173317ae7d1ab0c0993167c659f2b), [`6ac697e`](https://github.com/mastra-ai/mastra/commit/6ac697edcc2435482c247cba615277ec4765dcc4)]:
171
+ - @mastra/core@0.15.3-alpha.1
172
+
173
+ ## 0.11.3-alpha.0
174
+
175
+ ### Patch Changes
176
+
177
+ - [#7109](https://github.com/mastra-ai/mastra/pull/7109) [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9) Thanks [@epinzur](https://github.com/epinzur)! - Fixed tracingContext on tool executions in AI tracing
178
+
179
+ - Updated dependencies [[`00c74e7`](https://github.com/mastra-ai/mastra/commit/00c74e73b1926be0d475693bb886fb67a22ff352), [`af90672`](https://github.com/mastra-ai/mastra/commit/af906722d8da28688882193b1e531026f9e2e81e), [`56041d0`](https://github.com/mastra-ai/mastra/commit/56041d018863a3da6b98c512e47348647c075fb3), [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9), [`1ed5a3e`](https://github.com/mastra-ai/mastra/commit/1ed5a3e19330374c4347a4237cd2f4b9ffb60376)]:
180
+ - @mastra/core@0.15.3-alpha.0
181
+
182
+ ## 0.11.2
183
+
184
+ ### Patch Changes
185
+
186
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
187
+
188
+ - Updated dependencies []:
189
+ - @mastra/core@0.15.2
190
+
191
+ ## 0.11.1
192
+
193
+ ### Patch Changes
194
+
195
+ - Updated dependencies []:
196
+ - @mastra/core@0.15.1
197
+
198
+ ## 0.11.0
199
+
200
+ ### Minor Changes
201
+
202
+ - [#6993](https://github.com/mastra-ai/mastra/pull/6993) [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve types and fix linting issues
203
+
204
+ - [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
205
+
206
+ ### Patch Changes
207
+
208
+ - [#6967](https://github.com/mastra-ai/mastra/pull/6967) [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Implement AI traces for server apis and client sdk
209
+
210
+ - [#6972](https://github.com/mastra-ai/mastra/pull/6972) [`00ef6c1`](https://github.com/mastra-ai/mastra/commit/00ef6c1d3c76708712acd3de7f39c4d6b0f3b427) Thanks [@roaminro](https://github.com/roaminro)! - add credentials option for fetch requests
211
+
212
+ - [#6949](https://github.com/mastra-ai/mastra/pull/6949) [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1) Thanks [@CalebBarnes](https://github.com/CalebBarnes)! - stream/generate vnext: simplify internal output schema handling, improve types and typescript generics, and add jsdoc comments
213
+
214
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
215
+
216
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6), [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
217
+ - @mastra/core@0.15.0
218
+
219
+ ## 0.11.0-alpha.4
220
+
221
+ ### Minor Changes
222
+
223
+ - [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
224
+
225
+ ### Patch Changes
226
+
227
+ - Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
228
+ - @mastra/core@0.15.0-alpha.4
229
+
230
+ ## 0.11.0-alpha.3
231
+
232
+ ### Patch Changes
233
+
234
+ - Updated dependencies []:
235
+ - @mastra/core@0.15.0-alpha.3
236
+
237
+ ## 0.11.0-alpha.2
238
+
239
+ ### Patch Changes
240
+
241
+ - Updated dependencies [[`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6)]:
242
+ - @mastra/core@0.14.2-alpha.2
243
+
244
+ ## 0.11.0-alpha.1
245
+
246
+ ### Minor Changes
247
+
248
+ - [#6993](https://github.com/mastra-ai/mastra/pull/6993) [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve types and fix linting issues
249
+
250
+ ### Patch Changes
251
+
252
+ - [#6967](https://github.com/mastra-ai/mastra/pull/6967) [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Implement AI traces for server apis and client sdk
253
+
254
+ - [#6972](https://github.com/mastra-ai/mastra/pull/6972) [`00ef6c1`](https://github.com/mastra-ai/mastra/commit/00ef6c1d3c76708712acd3de7f39c4d6b0f3b427) Thanks [@roaminro](https://github.com/roaminro)! - add credentials option for fetch requests
255
+
256
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
257
+
258
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
259
+ - @mastra/core@0.14.2-alpha.1
260
+
261
+ ## 0.10.24-alpha.0
262
+
263
+ ### Patch Changes
264
+
265
+ - [#6949](https://github.com/mastra-ai/mastra/pull/6949) [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1) Thanks [@CalebBarnes](https://github.com/CalebBarnes)! - stream/generate vnext: simplify internal output schema handling, improve types and typescript generics, and add jsdoc comments
266
+
267
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
268
+ - @mastra/core@0.14.2-alpha.0
269
+
270
+ ## 0.10.23
271
+
272
+ ### Patch Changes
273
+
274
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
275
+ - @mastra/core@0.14.1
276
+
277
+ ## 0.10.23-alpha.1
278
+
279
+ ### Patch Changes
280
+
281
+ - Updated dependencies [[`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236)]:
282
+ - @mastra/core@0.14.1-alpha.1
283
+
284
+ ## 0.10.23-alpha.0
285
+
286
+ ### Patch Changes
287
+
288
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
289
+ - @mastra/core@0.14.1-alpha.0
290
+
291
+ ## 0.10.22
292
+
293
+ ### Patch Changes
294
+
295
+ - 0a7f675: Add VNext methods and `processMastraStream`
296
+ - 6313063: Implement model switcher in playground
297
+ - 1d59515: Add options to playground based on modelVersion
298
+ - Updated dependencies [227c7e6]
299
+ - Updated dependencies [12cae67]
300
+ - Updated dependencies [fd3a3eb]
301
+ - Updated dependencies [6faaee5]
302
+ - Updated dependencies [4232b14]
303
+ - Updated dependencies [a89de7e]
304
+ - Updated dependencies [5a37d0c]
305
+ - Updated dependencies [4bde0cb]
306
+ - Updated dependencies [cf4f357]
307
+ - Updated dependencies [ad888a2]
308
+ - Updated dependencies [481751d]
309
+ - Updated dependencies [2454423]
310
+ - Updated dependencies [194e395]
311
+ - Updated dependencies [a722c0b]
312
+ - Updated dependencies [c30bca8]
313
+ - Updated dependencies [3b5fec7]
314
+ - Updated dependencies [a8f129d]
315
+ - @mastra/core@0.14.0
316
+
317
+ ## 0.10.22-alpha.7
318
+
319
+ ### Patch Changes
320
+
321
+ - @mastra/core@0.14.0-alpha.7
322
+
323
+ ## 0.10.22-alpha.6
324
+
325
+ ### Patch Changes
326
+
327
+ - Updated dependencies [ad888a2]
328
+ - Updated dependencies [481751d]
329
+ - Updated dependencies [194e395]
330
+ - @mastra/core@0.14.0-alpha.6
331
+
332
+ ## 0.10.22-alpha.5
333
+
334
+ ### Patch Changes
335
+
336
+ - @mastra/core@0.14.0-alpha.5
337
+
338
+ ## 0.10.22-alpha.4
339
+
340
+ ### Patch Changes
341
+
342
+ - 0a7f675: Client JS vnext methods
343
+ - 1d59515: Add options to playground based on modelVersion
344
+ - 195eabb: Process Mastra Stream
345
+ - Updated dependencies [0a7f675]
346
+ - Updated dependencies [12cae67]
347
+ - Updated dependencies [5a37d0c]
348
+ - Updated dependencies [4bde0cb]
349
+ - Updated dependencies [1a80071]
350
+ - Updated dependencies [36a3be8]
351
+ - Updated dependencies [361757b]
352
+ - Updated dependencies [2bb9955]
353
+ - Updated dependencies [2454423]
354
+ - Updated dependencies [a44d91e]
355
+ - Updated dependencies [dfb91e9]
356
+ - Updated dependencies [a741dde]
357
+ - Updated dependencies [7cb3fc0]
358
+ - Updated dependencies [195eabb]
359
+ - Updated dependencies [b78b95b]
360
+ - @mastra/core@0.14.0-alpha.4
361
+
362
+ ## 0.10.22-alpha.3
363
+
364
+ ### Patch Changes
365
+
366
+ - Updated dependencies [227c7e6]
367
+ - Updated dependencies [fd3a3eb]
368
+ - Updated dependencies [a8f129d]
369
+ - @mastra/core@0.14.0-alpha.3
370
+
371
+ ## 0.10.22-alpha.2
372
+
373
+ ### Patch Changes
374
+
375
+ - @mastra/core@0.14.0-alpha.2
376
+
377
+ ## 0.10.22-alpha.1
378
+
379
+ ### Patch Changes
380
+
381
+ - 6313063: Implement model switcher in playground
382
+ - Updated dependencies [6faaee5]
383
+ - Updated dependencies [4232b14]
384
+ - Updated dependencies [a89de7e]
385
+ - Updated dependencies [cf4f357]
386
+ - Updated dependencies [a722c0b]
387
+ - Updated dependencies [3b5fec7]
388
+ - @mastra/core@0.14.0-alpha.1
389
+
390
+ ## 0.10.22-alpha.0
391
+
392
+ ### Patch Changes
393
+
394
+ - Updated dependencies [c30bca8]
395
+ - @mastra/core@0.13.3-alpha.0
396
+
397
+ ## 0.10.21
398
+
399
+ ### Patch Changes
400
+
401
+ - a239d41: Updated A2A syntax to v0.3.0
402
+ - 96169cc: Create handler that returns providers user has keys for in their env
403
+ - ce04175: Add update agent model handler
404
+ - Updated dependencies [d5330bf]
405
+ - Updated dependencies [2e74797]
406
+ - Updated dependencies [8388649]
407
+ - Updated dependencies [a239d41]
408
+ - Updated dependencies [dd94a26]
409
+ - Updated dependencies [3ba6772]
410
+ - Updated dependencies [b5cf2a3]
411
+ - Updated dependencies [2fff911]
412
+ - Updated dependencies [b32c50d]
413
+ - Updated dependencies [63449d0]
414
+ - Updated dependencies [121a3f8]
415
+ - Updated dependencies [ec510e7]
416
+ - @mastra/core@0.13.2
417
+
418
+ ## 0.10.21-alpha.3
419
+
420
+ ### Patch Changes
421
+
422
+ - Updated dependencies [b5cf2a3]
423
+ - @mastra/core@0.13.2-alpha.3
424
+
425
+ ## 0.10.21-alpha.2
426
+
427
+ ### Patch Changes
428
+
429
+ - a239d41: Updated A2A syntax to v0.3.0
430
+ - 96169cc: Create handler that returns providers user has keys for in their env
431
+ - ce04175: Add update agent model handler
432
+ - Updated dependencies [d5330bf]
433
+ - Updated dependencies [a239d41]
434
+ - Updated dependencies [b32c50d]
435
+ - Updated dependencies [121a3f8]
436
+ - Updated dependencies [ec510e7]
437
+ - @mastra/core@0.13.2-alpha.2
438
+
439
+ ## 0.10.21-alpha.1
440
+
441
+ ### Patch Changes
442
+
443
+ - Updated dependencies [2e74797]
444
+ - Updated dependencies [63449d0]
445
+ - @mastra/core@0.13.2-alpha.1
446
+
447
+ ## 0.10.21-alpha.0
448
+
449
+ ### Patch Changes
450
+
451
+ - Updated dependencies [8388649]
452
+ - Updated dependencies [dd94a26]
453
+ - Updated dependencies [3ba6772]
454
+ - Updated dependencies [2fff911]
455
+ - @mastra/core@0.13.2-alpha.0
456
+
457
+ ## 0.10.20
458
+
459
+ ### Patch Changes
460
+
461
+ - Updated dependencies [cd0042e]
462
+ - @mastra/core@0.13.1
463
+
464
+ ## 0.10.20-alpha.0
465
+
466
+ ### Patch Changes
467
+
468
+ - Updated dependencies [cd0042e]
469
+ - @mastra/core@0.13.1-alpha.0
470
+
471
+ ## 0.10.19
472
+
473
+ ### Patch Changes
474
+
475
+ - 42dfc48: Fix tool messages structure in agui adapter
476
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
477
+ - Updated dependencies [cb36de0]
478
+ - Updated dependencies [d0496e6]
479
+ - Updated dependencies [a82b851]
480
+ - Updated dependencies [ea0c5f2]
481
+ - Updated dependencies [41a0a0e]
482
+ - Updated dependencies [2871020]
483
+ - Updated dependencies [94f4812]
484
+ - Updated dependencies [e202b82]
485
+ - Updated dependencies [e00f6a0]
486
+ - Updated dependencies [4a406ec]
487
+ - Updated dependencies [b0e43c1]
488
+ - Updated dependencies [5d377e5]
489
+ - Updated dependencies [1fb812e]
490
+ - Updated dependencies [35c5798]
491
+ - @mastra/core@0.13.0
492
+
493
+ ## 0.10.19-alpha.3
494
+
495
+ ### Patch Changes
496
+
497
+ - Updated dependencies [d0496e6]
498
+ - @mastra/core@0.13.0-alpha.3
499
+
500
+ ## 0.10.19-alpha.2
501
+
502
+ ### Patch Changes
503
+
504
+ - 42dfc48: Fix tool messages structure in agui adapter
505
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
506
+ - Updated dependencies [cb36de0]
507
+ - Updated dependencies [a82b851]
508
+ - Updated dependencies [41a0a0e]
509
+ - Updated dependencies [2871020]
510
+ - Updated dependencies [4a406ec]
511
+ - Updated dependencies [5d377e5]
512
+ - @mastra/core@0.13.0-alpha.2
513
+
514
+ ## 0.10.19-alpha.1
515
+
516
+ ### Patch Changes
517
+
518
+ - Updated dependencies [ea0c5f2]
519
+ - Updated dependencies [b0e43c1]
520
+ - Updated dependencies [1fb812e]
521
+ - Updated dependencies [35c5798]
522
+ - @mastra/core@0.13.0-alpha.1
523
+
524
+ ## 0.10.19-alpha.0
525
+
526
+ ### Patch Changes
527
+
528
+ - Updated dependencies [94f4812]
529
+ - Updated dependencies [e202b82]
530
+ - Updated dependencies [e00f6a0]
531
+ - @mastra/core@0.12.2-alpha.0
532
+
533
+ ## 0.10.18
534
+
535
+ ### Patch Changes
536
+
537
+ - 6690a16: dependencies updates:
538
+ - 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`)
539
+ - Updated dependencies [33dcb07]
540
+ - Updated dependencies [d0d9500]
541
+ - Updated dependencies [d30b1a0]
542
+ - Updated dependencies [bff87f7]
543
+ - Updated dependencies [b4a8df0]
544
+ - @mastra/core@0.12.1
545
+
546
+ ## 0.10.18-alpha.1
547
+
548
+ ### Patch Changes
549
+
550
+ - Updated dependencies [d0d9500]
551
+ - @mastra/core@0.12.1-alpha.1
552
+
553
+ ## 0.10.18-alpha.0
554
+
555
+ ### Patch Changes
556
+
557
+ - 6690a16: dependencies updates:
558
+ - 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`)
559
+ - Updated dependencies [33dcb07]
560
+ - Updated dependencies [d30b1a0]
561
+ - Updated dependencies [bff87f7]
562
+ - Updated dependencies [b4a8df0]
563
+ - @mastra/core@0.12.1-alpha.0
564
+
565
+ ## 0.10.17
566
+
567
+ ### Patch Changes
568
+
569
+ - aa2715b: process stream response error handling
570
+ - 6bd354c: Should not send content type if body instance of FormData
571
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
572
+ - b641ba3: fix: save score params
573
+ - 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
574
+ - 1ac8f6b: deduplicate message
575
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
576
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
577
+ - Single message ID as string: `deleteMessages('msg-123')`
578
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
579
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
580
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
581
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
582
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
583
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
584
+ - Updates thread timestamps when messages are deleted
585
+ - Added comprehensive test coverage and documentation
586
+
587
+ - Updated dependencies [510e2c8]
588
+ - Updated dependencies [2f72fb2]
589
+ - Updated dependencies [27cc97a]
590
+ - Updated dependencies [3f89307]
591
+ - Updated dependencies [9eda7d4]
592
+ - Updated dependencies [9d49408]
593
+ - Updated dependencies [41daa63]
594
+ - Updated dependencies [ad0a58b]
595
+ - Updated dependencies [254a36b]
596
+ - Updated dependencies [2ecf658]
597
+ - Updated dependencies [7a7754f]
598
+ - Updated dependencies [fc92d80]
599
+ - Updated dependencies [e0f73c6]
600
+ - Updated dependencies [0b89602]
601
+ - Updated dependencies [4d37822]
602
+ - Updated dependencies [23a6a7c]
603
+ - Updated dependencies [cda801d]
604
+ - Updated dependencies [a77c823]
605
+ - Updated dependencies [ff9c125]
606
+ - Updated dependencies [09bca64]
607
+ - Updated dependencies [b8efbb9]
608
+ - Updated dependencies [71466e7]
609
+ - Updated dependencies [0c99fbe]
610
+ - @mastra/core@0.12.0
611
+
612
+ ## 0.10.17-alpha.5
613
+
614
+ ### Patch Changes
615
+
616
+ - @mastra/core@0.12.0-alpha.5
617
+
618
+ ## 0.10.17-alpha.4
619
+
620
+ ### Patch Changes
621
+
622
+ - Updated dependencies [ad0a58b]
623
+ - @mastra/core@0.12.0-alpha.4
624
+
625
+ ## 0.10.17-alpha.3
626
+
627
+ ### Patch Changes
628
+
629
+ - 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
630
+ - 1ac8f6b: deduplicate message
631
+ - @mastra/core@0.12.0-alpha.3
632
+
633
+ ## 0.10.17-alpha.2
634
+
635
+ ### Patch Changes
636
+
637
+ - aa2715b: process stream response error handling
638
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
639
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
640
+ - Single message ID as string: `deleteMessages('msg-123')`
641
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
642
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
643
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
644
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
645
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
646
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
647
+ - Updates thread timestamps when messages are deleted
648
+ - Added comprehensive test coverage and documentation
649
+
650
+ - Updated dependencies [27cc97a]
651
+ - Updated dependencies [41daa63]
652
+ - Updated dependencies [254a36b]
653
+ - Updated dependencies [0b89602]
654
+ - Updated dependencies [4d37822]
655
+ - Updated dependencies [ff9c125]
656
+ - Updated dependencies [b8efbb9]
657
+ - Updated dependencies [71466e7]
658
+ - Updated dependencies [0c99fbe]
659
+ - @mastra/core@0.12.0-alpha.2
660
+
661
+ ## 0.10.17-alpha.1
662
+
663
+ ### Patch Changes
664
+
665
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
666
+ - Updated dependencies [e0f73c6]
667
+ - Updated dependencies [cda801d]
668
+ - Updated dependencies [a77c823]
669
+ - @mastra/core@0.12.0-alpha.1
670
+
671
+ ## 0.10.17-alpha.0
672
+
673
+ ### Patch Changes
674
+
675
+ - 6bd354c: Should not send content type if body instance of FormData
676
+ - b641ba3: fix: save score params
677
+ - Updated dependencies [510e2c8]
678
+ - Updated dependencies [2f72fb2]
679
+ - Updated dependencies [3f89307]
680
+ - Updated dependencies [9eda7d4]
681
+ - Updated dependencies [9d49408]
682
+ - Updated dependencies [2ecf658]
683
+ - Updated dependencies [7a7754f]
684
+ - Updated dependencies [fc92d80]
685
+ - Updated dependencies [23a6a7c]
686
+ - Updated dependencies [09bca64]
687
+ - @mastra/core@0.12.0-alpha.0
688
+
689
+ ## 0.10.16
690
+
691
+ ### Patch Changes
692
+
693
+ - @mastra/core@0.11.1
694
+
695
+ ## 0.10.15
696
+
697
+ ### Patch Changes
698
+
699
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
700
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
701
+ - 2affc57: Fix output type of network loop
702
+ - 032cb66: ClientJS
703
+ - 7827943: Handle streaming large data
704
+ - 65e3395: Add Scores playground-ui and add scorer hooks
705
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
706
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
707
+ - Updated dependencies [f248d53]
708
+ - Updated dependencies [2affc57]
709
+ - Updated dependencies [66e13e3]
710
+ - Updated dependencies [edd9482]
711
+ - Updated dependencies [18344d7]
712
+ - Updated dependencies [9d372c2]
713
+ - Updated dependencies [40c2525]
714
+ - Updated dependencies [e473f27]
715
+ - Updated dependencies [032cb66]
716
+ - Updated dependencies [703ac71]
717
+ - Updated dependencies [a723d69]
718
+ - Updated dependencies [7827943]
719
+ - Updated dependencies [5889a31]
720
+ - Updated dependencies [bf1e7e7]
721
+ - Updated dependencies [65e3395]
722
+ - Updated dependencies [4933192]
723
+ - Updated dependencies [d1c77a4]
724
+ - Updated dependencies [bea9dd1]
725
+ - Updated dependencies [dcd4802]
726
+ - Updated dependencies [cbddd18]
727
+ - Updated dependencies [7ba91fa]
728
+ - @mastra/core@0.11.0
729
+
730
+ ## 0.10.15-alpha.3
731
+
732
+ ### Patch Changes
733
+
734
+ - @mastra/core@0.11.0-alpha.3
735
+
736
+ ## 0.10.15-alpha.2
737
+
738
+ ### Patch Changes
739
+
740
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
741
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
742
+ - 2affc57: Fix output type of network loop
743
+ - 032cb66: ClientJS
744
+ - 65e3395: Add Scores playground-ui and add scorer hooks
745
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
746
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
747
+ - Updated dependencies [f248d53]
748
+ - Updated dependencies [2affc57]
749
+ - Updated dependencies [66e13e3]
750
+ - Updated dependencies [edd9482]
751
+ - Updated dependencies [18344d7]
752
+ - Updated dependencies [9d372c2]
753
+ - Updated dependencies [40c2525]
754
+ - Updated dependencies [e473f27]
755
+ - Updated dependencies [032cb66]
756
+ - Updated dependencies [703ac71]
757
+ - Updated dependencies [a723d69]
758
+ - Updated dependencies [5889a31]
759
+ - Updated dependencies [65e3395]
760
+ - Updated dependencies [4933192]
761
+ - Updated dependencies [d1c77a4]
762
+ - Updated dependencies [bea9dd1]
763
+ - Updated dependencies [dcd4802]
764
+ - Updated dependencies [7ba91fa]
765
+ - @mastra/core@0.11.0-alpha.2
766
+
767
+ ## 0.10.15-alpha.1
768
+
769
+ ### Patch Changes
770
+
771
+ - @mastra/core@0.11.0-alpha.1
772
+
773
+ ## 0.10.15-alpha.0
774
+
775
+ ### Patch Changes
776
+
777
+ - 7827943: Handle streaming large data
778
+ - Updated dependencies [7827943]
779
+ - Updated dependencies [bf1e7e7]
780
+ - Updated dependencies [cbddd18]
781
+ - @mastra/core@0.11.0-alpha.0
782
+
783
+ ## 0.10.14
784
+
785
+ ### Patch Changes
786
+
787
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
788
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
789
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
790
+ - Updated dependencies [0b56518]
791
+ - Updated dependencies [db5cc15]
792
+ - Updated dependencies [2ba5b76]
793
+ - Updated dependencies [5237998]
794
+ - Updated dependencies [c3a30de]
795
+ - Updated dependencies [37c1acd]
796
+ - Updated dependencies [1aa60b1]
797
+ - Updated dependencies [89ec9d4]
798
+ - Updated dependencies [cf3a184]
799
+ - Updated dependencies [d6bfd60]
800
+ - Updated dependencies [626b0f4]
801
+ - Updated dependencies [c22a91f]
802
+ - Updated dependencies [f7403ab]
803
+ - Updated dependencies [6c89d7f]
804
+ - @mastra/core@0.10.15
805
+
806
+ ## 0.10.14-alpha.1
807
+
808
+ ### Patch Changes
809
+
810
+ - Updated dependencies [0b56518]
811
+ - Updated dependencies [2ba5b76]
812
+ - Updated dependencies [c3a30de]
813
+ - Updated dependencies [cf3a184]
814
+ - Updated dependencies [d6bfd60]
815
+ - @mastra/core@0.10.15-alpha.1
816
+
817
+ ## 0.10.14-alpha.0
818
+
819
+ ### Patch Changes
820
+
821
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
822
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
823
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
824
+ - Updated dependencies [db5cc15]
825
+ - Updated dependencies [5237998]
826
+ - Updated dependencies [37c1acd]
827
+ - Updated dependencies [1aa60b1]
828
+ - Updated dependencies [89ec9d4]
829
+ - Updated dependencies [626b0f4]
830
+ - Updated dependencies [c22a91f]
831
+ - Updated dependencies [f7403ab]
832
+ - Updated dependencies [6c89d7f]
833
+ - @mastra/core@0.10.15-alpha.0
834
+
835
+ ## 0.10.13
836
+
837
+ ### Patch Changes
838
+
839
+ - @mastra/core@0.10.14
840
+
841
+ ## 0.10.11
842
+
843
+ ### Patch Changes
844
+
845
+ - 9468be4: Fix error on agent generate while using antropic
846
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
847
+ - Updated dependencies [b4a9811]
848
+ - Updated dependencies [4d5583d]
849
+ - @mastra/core@0.10.12
850
+
851
+ ## 0.10.11-alpha.1
852
+
853
+ ### Patch Changes
854
+
855
+ - Updated dependencies [4d5583d]
856
+ - @mastra/core@0.10.12-alpha.1
857
+
858
+ ## 0.10.11-alpha.0
859
+
860
+ ### Patch Changes
861
+
862
+ - 9468be4: Fix error on agent generate while using antropic
863
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
864
+ - Updated dependencies [b4a9811]
865
+ - @mastra/core@0.10.12-alpha.0
866
+
867
+ ## 0.10.10
868
+
869
+ ### Patch Changes
870
+
871
+ - 18da791: Add abortSignal to client SDK options
872
+ - Updated dependencies [2873c7f]
873
+ - Updated dependencies [1c1c6a1]
874
+ - Updated dependencies [f8ce2cc]
875
+ - Updated dependencies [8c846b6]
876
+ - Updated dependencies [c7bbf1e]
877
+ - Updated dependencies [8722d53]
878
+ - Updated dependencies [565cc0c]
879
+ - Updated dependencies [b790fd1]
880
+ - Updated dependencies [132027f]
881
+ - Updated dependencies [0c85311]
882
+ - Updated dependencies [d7ed04d]
883
+ - Updated dependencies [cb16baf]
884
+ - Updated dependencies [f36e4f1]
885
+ - Updated dependencies [7f6e403]
886
+ - @mastra/core@0.10.11
887
+
888
+ ## 0.10.10-alpha.4
889
+
890
+ ### Patch Changes
891
+
892
+ - @mastra/core@0.10.11-alpha.4
893
+
894
+ ## 0.10.10-alpha.3
895
+
896
+ ### Patch Changes
897
+
898
+ - Updated dependencies [c7bbf1e]
899
+ - Updated dependencies [8722d53]
900
+ - Updated dependencies [132027f]
901
+ - Updated dependencies [0c85311]
902
+ - Updated dependencies [cb16baf]
903
+ - @mastra/core@0.10.11-alpha.3
904
+
905
+ ## 0.10.10-alpha.2
906
+
907
+ ### Patch Changes
908
+
909
+ - 18da791: Add abortSignal to client SDK options
910
+ - Updated dependencies [2873c7f]
911
+ - Updated dependencies [1c1c6a1]
912
+ - Updated dependencies [565cc0c]
913
+ - @mastra/core@0.10.11-alpha.2
914
+
915
+ ## 0.10.10-alpha.1
916
+
917
+ ### Patch Changes
918
+
919
+ - Updated dependencies [7f6e403]
920
+ - @mastra/core@0.10.11-alpha.1
921
+
922
+ ## 0.10.10-alpha.0
923
+
924
+ ### Patch Changes
925
+
926
+ - Updated dependencies [f8ce2cc]
927
+ - Updated dependencies [8c846b6]
928
+ - Updated dependencies [b790fd1]
929
+ - Updated dependencies [d7ed04d]
930
+ - Updated dependencies [f36e4f1]
931
+ - @mastra/core@0.10.11-alpha.0
932
+
933
+ ## 0.10.9
934
+
935
+ ### Patch Changes
936
+
937
+ - b60f510: Fix getWorkflowRuns by limit and offset
938
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
939
+ - Updated dependencies [4d3fbdf]
940
+ - @mastra/core@0.10.10
941
+
942
+ ## 0.10.9-alpha.1
943
+
944
+ ### Patch Changes
945
+
946
+ - b60f510: Fix getWorkflowRuns by limit and offset
947
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
948
+ - @mastra/core@0.10.10-alpha.1
949
+
950
+ ## 0.10.9-alpha.0
951
+
952
+ ### Patch Changes
953
+
954
+ - Updated dependencies [4d3fbdf]
955
+ - @mastra/core@0.10.10-alpha.0
956
+
957
+ ## 0.10.8
958
+
959
+ ### Patch Changes
960
+
961
+ - 9047bda: clientTools - stream tool-result part
962
+ - a606c75: show right suspend schema for nested workflow on playground
963
+ - 1760a1c: Use workflow stream in playground instead of watch
964
+ - 038e5ae: Add cancel workflow run
965
+ - 7e801dd: Add tools to network api response
966
+ - Updated dependencies [9dda1ac]
967
+ - Updated dependencies [c984582]
968
+ - Updated dependencies [7e801dd]
969
+ - Updated dependencies [a606c75]
970
+ - Updated dependencies [7aa70a4]
971
+ - Updated dependencies [764f86a]
972
+ - Updated dependencies [1760a1c]
973
+ - Updated dependencies [038e5ae]
974
+ - Updated dependencies [7dda16a]
975
+ - Updated dependencies [5ebfcdd]
976
+ - Updated dependencies [b2d0c91]
977
+ - Updated dependencies [4e809ad]
978
+ - Updated dependencies [57929df]
979
+ - Updated dependencies [b7852ed]
980
+ - Updated dependencies [6320a61]
981
+ - @mastra/core@0.10.9
982
+
983
+ ## 0.10.8-alpha.0
984
+
985
+ ### Patch Changes
986
+
987
+ - 9047bda: clientTools - stream tool-result part
988
+ - a606c75: show right suspend schema for nested workflow on playground
989
+ - 1760a1c: Use workflow stream in playground instead of watch
990
+ - 038e5ae: Add cancel workflow run
991
+ - 7e801dd: Add tools to network api response
992
+ - Updated dependencies [9dda1ac]
993
+ - Updated dependencies [c984582]
994
+ - Updated dependencies [7e801dd]
995
+ - Updated dependencies [a606c75]
996
+ - Updated dependencies [7aa70a4]
997
+ - Updated dependencies [764f86a]
998
+ - Updated dependencies [1760a1c]
999
+ - Updated dependencies [038e5ae]
1000
+ - Updated dependencies [7dda16a]
1001
+ - Updated dependencies [5ebfcdd]
1002
+ - Updated dependencies [b2d0c91]
1003
+ - Updated dependencies [4e809ad]
1004
+ - Updated dependencies [57929df]
1005
+ - Updated dependencies [b7852ed]
1006
+ - Updated dependencies [6320a61]
1007
+ - @mastra/core@0.10.9-alpha.0
1008
+
1009
+ ## 0.10.7
1010
+
1011
+ ### Patch Changes
1012
+
1013
+ - a344ac7: Fix tool streaming in agent network
1014
+ - Updated dependencies [b8f16b2]
1015
+ - Updated dependencies [3e04487]
1016
+ - Updated dependencies [a344ac7]
1017
+ - Updated dependencies [dc4ca0a]
1018
+ - @mastra/core@0.10.8
1019
+
1020
+ ## 0.10.7-alpha.1
1021
+
1022
+ ### Patch Changes
1023
+
1024
+ - Updated dependencies [b8f16b2]
1025
+ - Updated dependencies [3e04487]
1026
+ - Updated dependencies [dc4ca0a]
1027
+ - @mastra/core@0.10.8-alpha.1
1028
+
1029
+ ## 0.10.7-alpha.0
1030
+
1031
+ ### Patch Changes
1032
+
1033
+ - a344ac7: Fix tool streaming in agent network
1034
+ - Updated dependencies [a344ac7]
1035
+ - @mastra/core@0.10.8-alpha.0
1036
+
1037
+ ## 0.10.6
1038
+
1039
+ ### Patch Changes
1040
+
1041
+ - 8e1b6e9: dependencies updates:
1042
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1043
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1044
+ - 18a5d59: clientTools client side execution
1045
+ - 5d74aab: vNext network in playground
1046
+ - bee3fe4: Fix client side tool calling
1047
+ - c0d41f6: Fix streaming for agent tool calls
1048
+ - Updated dependencies [15e9d26]
1049
+ - Updated dependencies [d1baedb]
1050
+ - Updated dependencies [d8f2d19]
1051
+ - Updated dependencies [4d21bf2]
1052
+ - Updated dependencies [07d6d88]
1053
+ - Updated dependencies [9d52b17]
1054
+ - Updated dependencies [2097952]
1055
+ - Updated dependencies [792c4c0]
1056
+ - Updated dependencies [5d74aab]
1057
+ - Updated dependencies [a8b194f]
1058
+ - Updated dependencies [4fb0cc2]
1059
+ - Updated dependencies [d2a7a31]
1060
+ - Updated dependencies [502fe05]
1061
+ - Updated dependencies [144eb0b]
1062
+ - Updated dependencies [8ba1b51]
1063
+ - Updated dependencies [4efcfa0]
1064
+ - Updated dependencies [0e17048]
1065
+ - @mastra/core@0.10.7
1066
+
1067
+ ## 0.10.6-alpha.6
1068
+
1069
+ ### Patch Changes
1070
+
1071
+ - c0d41f6: Fix streaming for agent tool calls
1072
+
1073
+ ## 0.10.6-alpha.5
1074
+
1075
+ ### Patch Changes
1076
+
1077
+ - bee3fe4: Fix client side tool calling
1078
+ - @mastra/core@0.10.7-alpha.5
1079
+
1080
+ ## 0.10.6-alpha.4
1081
+
1082
+ ### Patch Changes
1083
+
1084
+ - Updated dependencies [a8b194f]
1085
+ - @mastra/core@0.10.7-alpha.4
1086
+
1087
+ ## 0.10.6-alpha.3
1088
+
1089
+ ### Patch Changes
1090
+
1091
+ - 18a5d59: clientTools client side execution
1092
+ - Updated dependencies [792c4c0]
1093
+ - Updated dependencies [502fe05]
1094
+ - Updated dependencies [4efcfa0]
1095
+ - @mastra/core@0.10.7-alpha.3
1096
+
1097
+ ## 0.10.6-alpha.2
1098
+
1099
+ ### Patch Changes
1100
+
1101
+ - 8e1b6e9: dependencies updates:
1102
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1103
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1104
+ - 5d74aab: vNext network in playground
1105
+ - Updated dependencies [15e9d26]
1106
+ - Updated dependencies [07d6d88]
1107
+ - Updated dependencies [5d74aab]
1108
+ - Updated dependencies [144eb0b]
1109
+ - @mastra/core@0.10.7-alpha.2
1110
+
1111
+ ## 0.10.6-alpha.1
1112
+
1113
+ ### Patch Changes
1114
+
1115
+ - Updated dependencies [d1baedb]
1116
+ - Updated dependencies [4d21bf2]
1117
+ - Updated dependencies [2097952]
1118
+ - Updated dependencies [4fb0cc2]
1119
+ - Updated dependencies [d2a7a31]
1120
+ - Updated dependencies [0e17048]
1121
+ - @mastra/core@0.10.7-alpha.1
1122
+
1123
+ ## 0.10.6-alpha.0
1124
+
1125
+ ### Patch Changes
1126
+
1127
+ - Updated dependencies [d8f2d19]
1128
+ - Updated dependencies [9d52b17]
1129
+ - Updated dependencies [8ba1b51]
1130
+ - @mastra/core@0.10.7-alpha.0
1131
+
1132
+ ## 0.10.5
1133
+
1134
+ ### Patch Changes
1135
+
1136
+ - 63f6b7d: dependencies updates:
1137
+ - 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`)
1138
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1139
+ - ee9af57: Add api for polling run execution result and get run by id
1140
+ - 3270d9d: Fix runtime context being undefined
1141
+ - Updated dependencies [63f6b7d]
1142
+ - Updated dependencies [12a95fc]
1143
+ - Updated dependencies [4b0f8a6]
1144
+ - Updated dependencies [51264a5]
1145
+ - Updated dependencies [8e6f677]
1146
+ - Updated dependencies [d70c420]
1147
+ - Updated dependencies [ee9af57]
1148
+ - Updated dependencies [36f1c36]
1149
+ - Updated dependencies [2a16996]
1150
+ - Updated dependencies [10d352e]
1151
+ - Updated dependencies [9589624]
1152
+ - Updated dependencies [53d3c37]
1153
+ - Updated dependencies [751c894]
1154
+ - Updated dependencies [577ce3a]
1155
+ - Updated dependencies [9260b3a]
1156
+ - @mastra/core@0.10.6
1157
+
1158
+ ## 0.10.5-alpha.5
1159
+
1160
+ ### Patch Changes
1161
+
1162
+ - Updated dependencies [12a95fc]
1163
+ - Updated dependencies [51264a5]
1164
+ - Updated dependencies [8e6f677]
1165
+ - @mastra/core@0.10.6-alpha.5
1166
+
1167
+ ## 0.10.5-alpha.4
1168
+
1169
+ ### Patch Changes
1170
+
1171
+ - Updated dependencies [9589624]
1172
+ - @mastra/core@0.10.6-alpha.4
1173
+
1174
+ ## 0.10.5-alpha.3
1175
+
1176
+ ### Patch Changes
1177
+
1178
+ - Updated dependencies [d70c420]
1179
+ - Updated dependencies [2a16996]
1180
+ - @mastra/core@0.10.6-alpha.3
1181
+
1182
+ ## 0.10.5-alpha.2
1183
+
1184
+ ### Patch Changes
1185
+
1186
+ - Updated dependencies [4b0f8a6]
1187
+ - @mastra/core@0.10.6-alpha.2
1188
+
1189
+ ## 0.10.5-alpha.1
1190
+
1191
+ ### Patch Changes
1192
+
1193
+ - ee9af57: Add api for polling run execution result and get run by id
1194
+ - 3270d9d: Fix runtime context being undefined
1195
+ - Updated dependencies [ee9af57]
1196
+ - Updated dependencies [751c894]
1197
+ - Updated dependencies [577ce3a]
1198
+ - Updated dependencies [9260b3a]
1199
+ - @mastra/core@0.10.6-alpha.1
1200
+
1201
+ ## 0.10.5-alpha.0
1202
+
1203
+ ### Patch Changes
1204
+
1205
+ - 63f6b7d: dependencies updates:
1206
+ - 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`)
1207
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1208
+ - Updated dependencies [63f6b7d]
1209
+ - Updated dependencies [36f1c36]
1210
+ - Updated dependencies [10d352e]
1211
+ - Updated dependencies [53d3c37]
1212
+ - @mastra/core@0.10.6-alpha.0
1213
+
1214
+ ## 0.10.4
1215
+
1216
+ ### Patch Changes
1217
+
1218
+ - Updated dependencies [13c97f9]
1219
+ - @mastra/core@0.10.5
1220
+
1221
+ ## 0.10.3
1222
+
1223
+ ### Patch Changes
1224
+
1225
+ - 1ccccff: dependencies updates:
1226
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1227
+ - 1ccccff: dependencies updates:
1228
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1229
+ - f1f1f1b: Add basic filtering capabilities to logs
1230
+ - b2810ab: Move @mastra/core to deps
1231
+ - 82090c1: Add pagination to logs
1232
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1233
+ - Updated dependencies [d1ed912]
1234
+ - Updated dependencies [f6fd25f]
1235
+ - Updated dependencies [dffb67b]
1236
+ - Updated dependencies [f1f1f1b]
1237
+ - Updated dependencies [925ab94]
1238
+ - Updated dependencies [f9816ae]
1239
+ - Updated dependencies [82090c1]
1240
+ - Updated dependencies [1b443fd]
1241
+ - Updated dependencies [ce97900]
1242
+ - Updated dependencies [f1309d3]
1243
+ - Updated dependencies [14a2566]
1244
+ - Updated dependencies [f7f8293]
1245
+ - Updated dependencies [48eddb9]
1246
+ - @mastra/core@0.10.4
1247
+
1248
+ ## 0.10.3-alpha.3
1249
+
1250
+ ### Patch Changes
1251
+
1252
+ - Updated dependencies [925ab94]
1253
+ - @mastra/core@0.10.4-alpha.3
1254
+
1255
+ ## 0.10.3-alpha.2
1256
+
1257
+ ### Patch Changes
1258
+
1259
+ - Updated dependencies [48eddb9]
1260
+ - @mastra/core@0.10.4-alpha.2
1261
+
1262
+ ## 0.10.3-alpha.1
1263
+
1264
+ ### Patch Changes
1265
+
1266
+ - 1ccccff: dependencies updates:
1267
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1268
+ - 1ccccff: dependencies updates:
1269
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1270
+ - Updated dependencies [f6fd25f]
1271
+ - Updated dependencies [dffb67b]
1272
+ - Updated dependencies [f1309d3]
1273
+ - Updated dependencies [f7f8293]
1274
+ - @mastra/core@0.10.4-alpha.1
1275
+
1276
+ ## 0.10.3-alpha.0
1277
+
1278
+ ### Patch Changes
1279
+
1280
+ - f1f1f1b: Add basic filtering capabilities to logs
1281
+ - b2810ab: Move @mastra/core to deps
1282
+ - 82090c1: Add pagination to logs
1283
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1284
+ - Updated dependencies [d1ed912]
1285
+ - Updated dependencies [f1f1f1b]
1286
+ - Updated dependencies [f9816ae]
1287
+ - Updated dependencies [82090c1]
1288
+ - Updated dependencies [1b443fd]
1289
+ - Updated dependencies [ce97900]
1290
+ - Updated dependencies [14a2566]
1291
+ - @mastra/core@0.10.4-alpha.0
1292
+
1293
+ ## 0.10.2
1294
+
1295
+ ### Patch Changes
1296
+
1297
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
1298
+ - 37643b8: Fix tool access
1299
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1300
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1301
+ - f0d559f: Fix peerdeps for alpha channel
1302
+ - Updated dependencies [ee77e78]
1303
+ - Updated dependencies [592a2db]
1304
+ - Updated dependencies [e5dc18d]
1305
+ - Updated dependencies [ab5adbe]
1306
+ - Updated dependencies [1e8bb40]
1307
+ - Updated dependencies [1b5fc55]
1308
+ - Updated dependencies [195c428]
1309
+ - Updated dependencies [f73e11b]
1310
+ - Updated dependencies [37643b8]
1311
+ - Updated dependencies [99fd6cf]
1312
+ - Updated dependencies [c5bf1ce]
1313
+ - Updated dependencies [add596e]
1314
+ - Updated dependencies [8dc94d8]
1315
+ - Updated dependencies [ecebbeb]
1316
+ - Updated dependencies [79d5145]
1317
+ - Updated dependencies [12b7002]
1318
+ - Updated dependencies [2901125]
1319
+ - @mastra/core@0.10.2
1320
+
1321
+ ## 0.10.2-alpha.3
1322
+
1323
+ ### Patch Changes
1324
+
1325
+ - 37643b8: Fix tool access
1326
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1327
+ - Updated dependencies [37643b8]
1328
+ - Updated dependencies [79d5145]
1329
+ - @mastra/core@0.10.2-alpha.8
1330
+
1331
+ ## 0.10.2-alpha.2
1332
+
1333
+ ### Patch Changes
1334
+
1335
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1336
+ - Updated dependencies [c5bf1ce]
1337
+ - Updated dependencies [12b7002]
1338
+ - @mastra/core@0.10.2-alpha.4
1339
+
1340
+ ## 0.10.2-alpha.1
1341
+
1342
+ ### Patch Changes
1343
+
1344
+ - f0d559f: Fix peerdeps for alpha channel
1345
+ - Updated dependencies [1e8bb40]
1346
+ - @mastra/core@0.10.2-alpha.2
1347
+
1348
+ ## 0.10.2-alpha.0
1349
+
1350
+ ### Patch Changes
1351
+
1352
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
1353
+ - Updated dependencies [592a2db]
1354
+ - Updated dependencies [e5dc18d]
1355
+ - @mastra/core@0.10.2-alpha.0
1356
+
1357
+ ## 0.10.1
1358
+
1359
+ ### Patch Changes
1360
+
1361
+ - 267773e: Show map config on workflow graph
1362
+ Highlight borders for conditions too on workflow graph
1363
+ Fix watch stream
1364
+ - 5343f93: Move emitter to symbol to make private
1365
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
1366
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
1367
+ - Updated dependencies [d70b807]
1368
+ - Updated dependencies [6d16390]
1369
+ - Updated dependencies [1e4a421]
1370
+ - Updated dependencies [200d0da]
1371
+ - Updated dependencies [bf5f17b]
1372
+ - Updated dependencies [5343f93]
1373
+ - Updated dependencies [38aee50]
1374
+ - Updated dependencies [5c41100]
1375
+ - Updated dependencies [d6a759b]
1376
+ - Updated dependencies [6015bdf]
1377
+ - @mastra/core@0.10.1
1378
+
1379
+ ## 0.10.1-alpha.3
1380
+
1381
+ ### Patch Changes
1382
+
1383
+ - 267773e: Show map config on workflow graph
1384
+ Highlight borders for conditions too on workflow graph
1385
+ Fix watch stream
1386
+
1387
+ ## 0.10.1-alpha.2
1388
+
1389
+ ### Patch Changes
1390
+
1391
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
1392
+ - Updated dependencies [6015bdf]
1393
+ - @mastra/core@0.10.1-alpha.2
1394
+
1395
+ ## 0.10.1-alpha.1
1396
+
1397
+ ### Patch Changes
1398
+
1399
+ - 5343f93: Move emitter to symbol to make private
1400
+ - Updated dependencies [200d0da]
1401
+ - Updated dependencies [bf5f17b]
1402
+ - Updated dependencies [5343f93]
1403
+ - Updated dependencies [38aee50]
1404
+ - Updated dependencies [5c41100]
1405
+ - Updated dependencies [d6a759b]
1406
+ - @mastra/core@0.10.1-alpha.1
1407
+
1408
+ ## 0.10.1-alpha.0
1409
+
1410
+ ### Patch Changes
1411
+
1412
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
1413
+ - Updated dependencies [6d16390]
1414
+ - Updated dependencies [1e4a421]
1415
+ - @mastra/core@0.10.1-alpha.0
1416
+
1417
+ ## 0.10.0
1418
+
1419
+ ### Minor Changes
1420
+
1421
+ - 83da932: Move @mastra/core to peerdeps
1422
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1423
+
1424
+ ### Patch Changes
1425
+
1426
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1427
+ - 0215b0b: Add description to vnext workflow response
1428
+ - f53a6ac: Add VNextWorkflowRuns type
1429
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
1430
+ - a6e3881: Remove non serializable options from agent stream,generate
1431
+ - fddae56: Add telemetry to cliend SDK streamParams
1432
+ - 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.
1433
+ - 5063646: Accept plain obects as runtimeContext
1434
+ - 2672a05: Add MCP servers and tool call execution to playground
1435
+ - Updated dependencies [b3a3d63]
1436
+ - Updated dependencies [344f453]
1437
+ - Updated dependencies [0a3ae6d]
1438
+ - Updated dependencies [95911be]
1439
+ - Updated dependencies [f53a6ac]
1440
+ - Updated dependencies [5eb5a99]
1441
+ - Updated dependencies [7e632c5]
1442
+ - Updated dependencies [1e9fbfa]
1443
+ - Updated dependencies [eabdcd9]
1444
+ - Updated dependencies [90be034]
1445
+ - Updated dependencies [99f050a]
1446
+ - Updated dependencies [d0ee3c6]
1447
+ - Updated dependencies [b2ae5aa]
1448
+ - Updated dependencies [23f258c]
1449
+ - Updated dependencies [a7292b0]
1450
+ - Updated dependencies [0dcb9f0]
1451
+ - Updated dependencies [2672a05]
1452
+ - @mastra/core@0.10.0
1453
+
1454
+ ## 0.2.0-alpha.1
1455
+
1456
+ ### Minor Changes
1457
+
1458
+ - 83da932: Move @mastra/core to peerdeps
1459
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1460
+
1461
+ ### Patch Changes
1462
+
1463
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1464
+ - 0215b0b: Add description to vnext workflow response
1465
+ - 5063646: Accept plain obects as runtimeContext
1466
+ - Updated dependencies [b3a3d63]
1467
+ - Updated dependencies [344f453]
1468
+ - Updated dependencies [0a3ae6d]
1469
+ - Updated dependencies [95911be]
1470
+ - Updated dependencies [5eb5a99]
1471
+ - Updated dependencies [7e632c5]
1472
+ - Updated dependencies [1e9fbfa]
1473
+ - Updated dependencies [b2ae5aa]
1474
+ - Updated dependencies [a7292b0]
1475
+ - Updated dependencies [0dcb9f0]
1476
+ - @mastra/core@0.10.0-alpha.1
1477
+
1478
+ ## 0.1.23-alpha.0
1479
+
1480
+ ### Patch Changes
1481
+
1482
+ - f53a6ac: Add VNextWorkflowRuns type
1483
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
1484
+ - a6e3881: Remove non serializable options from agent stream,generate
1485
+ - fddae56: Add telemetry to cliend SDK streamParams
1486
+ - 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.
1487
+ - 2672a05: Add MCP servers and tool call execution to playground
1488
+ - Updated dependencies [f53a6ac]
1489
+ - Updated dependencies [eabdcd9]
1490
+ - Updated dependencies [90be034]
1491
+ - Updated dependencies [99f050a]
1492
+ - Updated dependencies [d0ee3c6]
1493
+ - Updated dependencies [23f258c]
1494
+ - Updated dependencies [2672a05]
1495
+ - @mastra/core@0.9.5-alpha.0
1496
+
1497
+ ## 0.1.22
1498
+
1499
+ ### Patch Changes
1500
+
1501
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
1502
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1503
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1504
+ - 0c3d117: Add workflows to agent server handlers
1505
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
1506
+ - c2b980b: Fix multiple too-calls in AGUI
1507
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1508
+ - 0b8b868: Added A2A support + streaming
1509
+ - Updated dependencies [396be50]
1510
+ - Updated dependencies [ab80e7e]
1511
+ - Updated dependencies [c3bd795]
1512
+ - Updated dependencies [da082f8]
1513
+ - Updated dependencies [a5810ce]
1514
+ - Updated dependencies [3e9c131]
1515
+ - Updated dependencies [3171b5b]
1516
+ - Updated dependencies [973e5ac]
1517
+ - Updated dependencies [daf942f]
1518
+ - Updated dependencies [0b8b868]
1519
+ - Updated dependencies [9e1eff5]
1520
+ - Updated dependencies [6fa1ad1]
1521
+ - Updated dependencies [c28d7a0]
1522
+ - Updated dependencies [edf1e88]
1523
+ - @mastra/core@0.9.4
1524
+
1525
+ ## 0.1.22-alpha.4
1526
+
1527
+ ### Patch Changes
1528
+
1529
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1530
+ - Updated dependencies [3e9c131]
1531
+ - @mastra/core@0.9.4-alpha.4
1532
+
1533
+ ## 0.1.22-alpha.3
1534
+
1535
+ ### Patch Changes
1536
+
1537
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
1538
+ - 0c3d117: Add workflows to agent server handlers
1539
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
1540
+ - Updated dependencies [396be50]
1541
+ - Updated dependencies [c3bd795]
1542
+ - Updated dependencies [da082f8]
1543
+ - Updated dependencies [a5810ce]
1544
+ - @mastra/core@0.9.4-alpha.3
1545
+
1546
+ ## 0.1.22-alpha.2
1547
+
1548
+ ### Patch Changes
1549
+
1550
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1551
+ - c2b980b: Fix multiple too-calls in AGUI
1552
+ - Updated dependencies [3171b5b]
1553
+ - Updated dependencies [973e5ac]
1554
+ - Updated dependencies [9e1eff5]
1555
+ - @mastra/core@0.9.4-alpha.2
1556
+
1557
+ ## 0.1.22-alpha.1
1558
+
1559
+ ### Patch Changes
1560
+
1561
+ - Updated dependencies [ab80e7e]
1562
+ - Updated dependencies [6fa1ad1]
1563
+ - Updated dependencies [c28d7a0]
1564
+ - Updated dependencies [edf1e88]
1565
+ - @mastra/core@0.9.4-alpha.1
1566
+
1567
+ ## 0.1.22-alpha.0
1568
+
1569
+ ### Patch Changes
1570
+
1571
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1572
+ - 0b8b868: Added A2A support + streaming
1573
+ - Updated dependencies [daf942f]
1574
+ - Updated dependencies [0b8b868]
1575
+ - @mastra/core@0.9.4-alpha.0
1576
+
1577
+ ## 0.1.21
1578
+
1579
+ ### Patch Changes
1580
+
1581
+ - 526c570: expose agent runtimeContext from clientSDK
1582
+ - 36eb1aa: Fix AGUI text part
1583
+ - 62c9e7d: Fix disappearing tool calls in streaming
1584
+ - Updated dependencies [e450778]
1585
+ - Updated dependencies [8902157]
1586
+ - Updated dependencies [ca0dc88]
1587
+ - Updated dependencies [526c570]
1588
+ - Updated dependencies [d7a6a33]
1589
+ - Updated dependencies [9cd1a46]
1590
+ - Updated dependencies [b5d2de0]
1591
+ - Updated dependencies [644f8ad]
1592
+ - Updated dependencies [70dbf51]
1593
+ - @mastra/core@0.9.3
1594
+
1595
+ ## 0.1.21-alpha.1
1596
+
1597
+ ### Patch Changes
1598
+
1599
+ - 36eb1aa: Fix AGUI text part
1600
+ - 62c9e7d: Fix disappearing tool calls in streaming
1601
+ - Updated dependencies [e450778]
1602
+ - Updated dependencies [8902157]
1603
+ - Updated dependencies [ca0dc88]
1604
+ - Updated dependencies [9cd1a46]
1605
+ - Updated dependencies [70dbf51]
1606
+ - @mastra/core@0.9.3-alpha.1
1607
+
1608
+ ## 0.1.21-alpha.0
1609
+
1610
+ ### Patch Changes
1611
+
1612
+ - 526c570: expose agent runtimeContext from clientSDK
1613
+ - Updated dependencies [526c570]
1614
+ - Updated dependencies [b5d2de0]
1615
+ - Updated dependencies [644f8ad]
1616
+ - @mastra/core@0.9.3-alpha.0
1617
+
1618
+ ## 0.1.20
1619
+
1620
+ ### Patch Changes
1621
+
1622
+ - 2cf3b8f: dependencies updates:
1623
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
1624
+ - 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`)
1625
+ - 4155f47: Add parameters to filter workflow runs
1626
+ Add fromDate and toDate to telemetry parameters
1627
+ - 254f5c3: Audit, cleanup MastraClient
1628
+ - 0097d50: Add serializedStepGraph to vNext workflow
1629
+ Return serializedStepGraph from vNext workflow
1630
+ Use serializedStepGraph in vNext workflow graph
1631
+ - 2429c74: Add get workflow runs api to client-js
1632
+ - 2e4f8e9: Agui client integration
1633
+ - Updated dependencies [6052aa6]
1634
+ - Updated dependencies [967b41c]
1635
+ - Updated dependencies [3d2fb5c]
1636
+ - Updated dependencies [26738f4]
1637
+ - Updated dependencies [4155f47]
1638
+ - Updated dependencies [7eeb2bc]
1639
+ - Updated dependencies [b804723]
1640
+ - Updated dependencies [8607972]
1641
+ - Updated dependencies [ccef9f9]
1642
+ - Updated dependencies [0097d50]
1643
+ - Updated dependencies [7eeb2bc]
1644
+ - Updated dependencies [17826a9]
1645
+ - Updated dependencies [7d8b7c7]
1646
+ - Updated dependencies [fba031f]
1647
+ - Updated dependencies [3a5f1e1]
1648
+ - Updated dependencies [51e6923]
1649
+ - Updated dependencies [8398d89]
1650
+ - @mastra/core@0.9.2
1651
+
1652
+ ## 0.1.20-alpha.6
1653
+
1654
+ ### Patch Changes
1655
+
1656
+ - 2e4f8e9: Agui client integration
1657
+ - Updated dependencies [6052aa6]
1658
+ - Updated dependencies [7d8b7c7]
1659
+ - Updated dependencies [3a5f1e1]
1660
+ - Updated dependencies [8398d89]
1661
+ - @mastra/core@0.9.2-alpha.6
1662
+
1663
+ ## 0.1.20-alpha.5
1664
+
1665
+ ### Patch Changes
1666
+
1667
+ - Updated dependencies [3d2fb5c]
1668
+ - Updated dependencies [7eeb2bc]
1669
+ - Updated dependencies [8607972]
1670
+ - Updated dependencies [7eeb2bc]
1671
+ - Updated dependencies [fba031f]
1672
+ - @mastra/core@0.9.2-alpha.5
1673
+
1674
+ ## 0.1.20-alpha.4
1675
+
1676
+ ### Patch Changes
1677
+
1678
+ - Updated dependencies [ccef9f9]
1679
+ - Updated dependencies [51e6923]
1680
+ - @mastra/core@0.9.2-alpha.4
1681
+
1682
+ ## 0.1.20-alpha.3
1683
+
1684
+ ### Patch Changes
1685
+
1686
+ - 4155f47: Add parameters to filter workflow runs
1687
+ Add fromDate and toDate to telemetry parameters
1688
+ - Updated dependencies [967b41c]
1689
+ - Updated dependencies [4155f47]
1690
+ - Updated dependencies [17826a9]
1691
+ - @mastra/core@0.9.2-alpha.3
1692
+
1693
+ ## 0.1.20-alpha.2
1694
+
1695
+ ### Patch Changes
1696
+
1697
+ - Updated dependencies [26738f4]
1698
+ - @mastra/core@0.9.2-alpha.2
1699
+
1700
+ ## 0.1.20-alpha.1
1701
+
1702
+ ### Patch Changes
1703
+
1704
+ - 254f5c3: Audit, cleanup MastraClient
1705
+ - 2429c74: Add get workflow runs api to client-js
1706
+ - Updated dependencies [b804723]
1707
+ - @mastra/core@0.9.2-alpha.1
1708
+
1709
+ ## 0.1.20-alpha.0
1710
+
1711
+ ### Patch Changes
1712
+
1713
+ - 0097d50: Add serializedStepGraph to vNext workflow
1714
+ Return serializedStepGraph from vNext workflow
1715
+ Use serializedStepGraph in vNext workflow graph
1716
+ - Updated dependencies [0097d50]
1717
+ - @mastra/core@0.9.2-alpha.0
1718
+
1719
+ ## 0.1.19
1720
+
1721
+ ### Patch Changes
1722
+
1723
+ - b50b9b7: Add vNext workflow to client-js
1724
+ - 11d4485: Show VNext workflows on the playground
1725
+ Show running status for step in vNext workflowState
1726
+ - Updated dependencies [405b63d]
1727
+ - Updated dependencies [81fb7f6]
1728
+ - Updated dependencies [20275d4]
1729
+ - Updated dependencies [7d1892c]
1730
+ - Updated dependencies [a90a082]
1731
+ - Updated dependencies [2d17c73]
1732
+ - Updated dependencies [61e92f5]
1733
+ - Updated dependencies [35955b0]
1734
+ - Updated dependencies [6262bd5]
1735
+ - Updated dependencies [c1409ef]
1736
+ - Updated dependencies [3e7b69d]
1737
+ - Updated dependencies [e4943b8]
1738
+ - Updated dependencies [11d4485]
1739
+ - Updated dependencies [479f490]
1740
+ - Updated dependencies [c23a81c]
1741
+ - Updated dependencies [2d4001d]
1742
+ - Updated dependencies [c71013a]
1743
+ - Updated dependencies [1d3b1cd]
1744
+ - @mastra/core@0.9.1
1745
+
1746
+ ## 0.1.19-alpha.8
1747
+
1748
+ ### Patch Changes
1749
+
1750
+ - Updated dependencies [2d17c73]
1751
+ - @mastra/core@0.9.1-alpha.8
1752
+
1753
+ ## 0.1.19-alpha.7
1754
+
1755
+ ### Patch Changes
1756
+
1757
+ - Updated dependencies [1d3b1cd]
1758
+ - @mastra/core@0.9.1-alpha.7
1759
+
1760
+ ## 0.1.19-alpha.6
1761
+
1762
+ ### Patch Changes
1763
+
1764
+ - Updated dependencies [c23a81c]
1765
+ - @mastra/core@0.9.1-alpha.6
1766
+
1767
+ ## 0.1.19-alpha.5
1768
+
1769
+ ### Patch Changes
1770
+
1771
+ - Updated dependencies [3e7b69d]
1772
+ - @mastra/core@0.9.1-alpha.5
1773
+
1774
+ ## 0.1.19-alpha.4
1775
+
1776
+ ### Patch Changes
1777
+
1778
+ - Updated dependencies [e4943b8]
1779
+ - Updated dependencies [479f490]
1780
+ - @mastra/core@0.9.1-alpha.4
1781
+
1782
+ ## 0.1.19-alpha.3
1783
+
1784
+ ### Patch Changes
1785
+
1786
+ - Updated dependencies [6262bd5]
1787
+ - @mastra/core@0.9.1-alpha.3
1788
+
1789
+ ## 0.1.19-alpha.2
1790
+
1791
+ ### Patch Changes
1792
+
1793
+ - Updated dependencies [405b63d]
1794
+ - Updated dependencies [61e92f5]
1795
+ - Updated dependencies [c71013a]
1796
+ - @mastra/core@0.9.1-alpha.2
1797
+
1798
+ ## 0.1.19-alpha.1
1799
+
1800
+ ### Patch Changes
1801
+
1802
+ - b50b9b7: Add vNext workflow to client-js
1803
+ - 11d4485: Show VNext workflows on the playground
1804
+ Show running status for step in vNext workflowState
1805
+ - Updated dependencies [20275d4]
1806
+ - Updated dependencies [7d1892c]
1807
+ - Updated dependencies [a90a082]
1808
+ - Updated dependencies [35955b0]
1809
+ - Updated dependencies [c1409ef]
1810
+ - Updated dependencies [11d4485]
1811
+ - Updated dependencies [2d4001d]
1812
+ - @mastra/core@0.9.1-alpha.1
1813
+
1814
+ ## 0.1.19-alpha.0
1815
+
1816
+ ### Patch Changes
1817
+
1818
+ - Updated dependencies [81fb7f6]
1819
+ - @mastra/core@0.9.1-alpha.0
1820
+
1821
+ ## 0.1.18
1822
+
1823
+ ### Patch Changes
1824
+
1825
+ - 2538066: Fix memory thread creation from client SDK
1826
+ - Updated dependencies [000a6d4]
1827
+ - Updated dependencies [08bb78e]
1828
+ - Updated dependencies [ed2f549]
1829
+ - Updated dependencies [7e92011]
1830
+ - Updated dependencies [9ee4293]
1831
+ - Updated dependencies [03f3cd0]
1832
+ - Updated dependencies [c0f22b4]
1833
+ - Updated dependencies [71d9444]
1834
+ - Updated dependencies [157c741]
1835
+ - Updated dependencies [8a8a73b]
1836
+ - Updated dependencies [0a033fa]
1837
+ - Updated dependencies [fe3ae4d]
1838
+ - Updated dependencies [9c26508]
1839
+ - Updated dependencies [0f4eae3]
1840
+ - Updated dependencies [16a8648]
1841
+ - Updated dependencies [6f92295]
1842
+ - @mastra/core@0.9.0
1843
+
1844
+ ## 0.1.18-alpha.8
1845
+
1846
+ ### Patch Changes
1847
+
1848
+ - 2538066: Fix memory thread creation from client SDK
1849
+ - Updated dependencies [000a6d4]
1850
+ - Updated dependencies [ed2f549]
1851
+ - Updated dependencies [c0f22b4]
1852
+ - Updated dependencies [0a033fa]
1853
+ - Updated dependencies [9c26508]
1854
+ - Updated dependencies [0f4eae3]
1855
+ - Updated dependencies [16a8648]
1856
+ - @mastra/core@0.9.0-alpha.8
1857
+
1858
+ ## 0.1.18-alpha.7
1859
+
1860
+ ### Patch Changes
1861
+
1862
+ - Updated dependencies [71d9444]
1863
+ - @mastra/core@0.9.0-alpha.7
1864
+
1865
+ ## 0.1.18-alpha.6
1866
+
1867
+ ### Patch Changes
1868
+
1869
+ - Updated dependencies [157c741]
1870
+ - @mastra/core@0.9.0-alpha.6
1871
+
1872
+ ## 0.1.18-alpha.5
1873
+
1874
+ ### Patch Changes
1875
+
1876
+ - Updated dependencies [08bb78e]
1877
+ - @mastra/core@0.9.0-alpha.5
1878
+
1879
+ ## 0.1.18-alpha.4
1880
+
1881
+ ### Patch Changes
1882
+
1883
+ - Updated dependencies [7e92011]
1884
+ - @mastra/core@0.9.0-alpha.4
1885
+
1886
+ ## 0.1.18-alpha.3
1887
+
1888
+ ### Patch Changes
1889
+
1890
+ - Updated dependencies [fe3ae4d]
1891
+ - @mastra/core@0.9.0-alpha.3
1892
+
1893
+ ## 0.1.18-alpha.2
1894
+
1895
+ ### Patch Changes
1896
+
1897
+ - Updated dependencies [9ee4293]
1898
+ - @mastra/core@0.8.4-alpha.2
1899
+
1900
+ ## 0.1.18-alpha.1
1901
+
1902
+ ### Patch Changes
1903
+
1904
+ - Updated dependencies [8a8a73b]
1905
+ - Updated dependencies [6f92295]
1906
+ - @mastra/core@0.8.4-alpha.1
1907
+
1908
+ ## 0.1.18-alpha.0
4
1909
 
5
1910
  ### Patch Changes
6
1911
 
7
- - Updated dependencies [7a69f57]
8
- - @mastra/core@0.0.0-message-ordering-20250415215612
1912
+ - Updated dependencies [03f3cd0]
1913
+ - @mastra/core@0.8.4-alpha.0
9
1914
 
10
1915
  ## 0.1.17
11
1916