@mastra/client-js 0.0.0-add-runtime-context-to-openai-realtime-20250516201052 → 0.0.0-add-save-score-validation-on-stores-20250911031242

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 (77) hide show
  1. package/CHANGELOG.md +1555 -2
  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 +2411 -450
  9. package/dist/index.cjs.map +1 -0
  10. package/dist/index.d.ts +4 -883
  11. package/dist/index.d.ts.map +1 -0
  12. package/dist/index.js +2413 -452
  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 +160 -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 +169 -0
  43. package/dist/resources/workflow.d.ts.map +1 -0
  44. package/dist/types.d.ts +469 -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 +11 -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 +38 -20
  55. package/dist/index.d.cts +0 -883
  56. package/eslint.config.js +0 -6
  57. package/src/adapters/agui.test.ts +0 -180
  58. package/src/adapters/agui.ts +0 -239
  59. package/src/client.ts +0 -335
  60. package/src/example.ts +0 -64
  61. package/src/index.test.ts +0 -830
  62. package/src/index.ts +0 -2
  63. package/src/resources/a2a.ts +0 -88
  64. package/src/resources/agent.ts +0 -196
  65. package/src/resources/base.ts +0 -70
  66. package/src/resources/index.ts +0 -10
  67. package/src/resources/mcp-tool.ts +0 -48
  68. package/src/resources/memory-thread.ts +0 -63
  69. package/src/resources/network.ts +0 -86
  70. package/src/resources/tool.ts +0 -44
  71. package/src/resources/vector.ts +0 -83
  72. package/src/resources/vnext-workflow.ts +0 -261
  73. package/src/resources/workflow.ts +0 -251
  74. package/src/types.ts +0 -308
  75. package/src/utils/zod-to-json-schema.ts +0 -10
  76. package/tsconfig.json +0 -5
  77. package/vitest.config.js +0 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,1558 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-add-runtime-context-to-openai-realtime-20250516201052
3
+ ## 0.0.0-add-save-score-validation-on-stores-20250911031242
4
+
5
+ ### Patch Changes
6
+
7
+ - Change SchemaCompat zodToJsonSchema ref strategy from none to relative, leading to less schema warnings and smaller converted schema sizes ([#7697](https://github.com/mastra-ai/mastra/pull/7697))
8
+
9
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
10
+ - @mastra/core@0.0.0-add-save-score-validation-on-stores-20250911031242
11
+
12
+ ## 0.12.2
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`61926ef`](https://github.com/mastra-ai/mastra/commit/61926ef40d415b805a63527cffe27a50542e15e5)]:
17
+ - @mastra/core@0.16.2
18
+
19
+ ## 0.12.2-alpha.0
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`61926ef`](https://github.com/mastra-ai/mastra/commit/61926ef40d415b805a63527cffe27a50542e15e5)]:
24
+ - @mastra/core@0.16.2-alpha.0
25
+
26
+ ## 0.12.1
27
+
28
+ ### Patch Changes
29
+
30
+ - Allow streamVNext and generateVNext to use structuredOutputs from the MastraClient ([#7597](https://github.com/mastra-ai/mastra/pull/7597))
31
+
32
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
33
+
34
+ - Make agent streamVNext work with clientTools in client js ([#7577](https://github.com/mastra-ai/mastra/pull/7577))
35
+
36
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`6f046b5`](https://github.com/mastra-ai/mastra/commit/6f046b5ccc5c8721302a9a61d5d16c12374cc8d7), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
37
+ - @mastra/core@0.16.1
38
+
39
+ ## 0.12.1-alpha.3
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [[`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b)]:
44
+ - @mastra/core@0.16.1-alpha.3
45
+
46
+ ## 0.12.1-alpha.2
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
51
+ - @mastra/core@0.16.1-alpha.2
52
+
53
+ ## 0.12.1-alpha.1
54
+
55
+ ### Patch Changes
56
+
57
+ - Allow streamVNext and generateVNext to use structuredOutputs from the MastraClient ([#7597](https://github.com/mastra-ai/mastra/pull/7597))
58
+
59
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
60
+
61
+ - Make agent streamVNext work with clientTools in client js ([#7577](https://github.com/mastra-ai/mastra/pull/7577))
62
+
63
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
64
+ - @mastra/core@0.16.1-alpha.1
65
+
66
+ ## 0.12.1-alpha.0
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies [[`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4)]:
71
+ - @mastra/core@0.16.1-alpha.0
72
+
73
+ ## 0.12.0
74
+
75
+ ### Minor Changes
76
+
77
+ - 6155cfc: Remove AGUI implementation from client-js
78
+
79
+ ### Patch Changes
80
+
81
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
82
+ - 5397eb4: Add public URL support when adding files in Multi Modal
83
+ - Updated dependencies [8fbf79e]
84
+ - Updated dependencies [fd83526]
85
+ - Updated dependencies [d0b90ab]
86
+ - Updated dependencies [6f5eb7a]
87
+ - Updated dependencies [a01cf14]
88
+ - Updated dependencies [a9e50ee]
89
+ - Updated dependencies [5397eb4]
90
+ - Updated dependencies [c9f4e4a]
91
+ - Updated dependencies [0acbc80]
92
+ - @mastra/core@0.16.0
93
+
94
+ ## 0.12.0-alpha.1
95
+
96
+ ### Patch Changes
97
+
98
+ - Updated dependencies [8fbf79e]
99
+ - @mastra/core@0.16.0-alpha.1
100
+
101
+ ## 0.12.0-alpha.0
102
+
103
+ ### Minor Changes
104
+
105
+ - 6155cfc: Remove AGUI implementation from client-js
106
+
107
+ ### Patch Changes
108
+
109
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
110
+ - 5397eb4: Add public URL support when adding files in Multi Modal
111
+ - Updated dependencies [fd83526]
112
+ - Updated dependencies [d0b90ab]
113
+ - Updated dependencies [6f5eb7a]
114
+ - Updated dependencies [a01cf14]
115
+ - Updated dependencies [a9e50ee]
116
+ - Updated dependencies [5397eb4]
117
+ - Updated dependencies [c9f4e4a]
118
+ - Updated dependencies [0acbc80]
119
+ - @mastra/core@0.16.0-alpha.0
120
+
121
+ ## 0.11.3
122
+
123
+ ### Patch Changes
124
+
125
+ - ab48c97: dependencies updates:
126
+ - 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`)
127
+ - ff89505: Add deprecation warnings and add legacy routes
128
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
129
+ - 26b0d7c: Cleanup pkg output
130
+ - 48f0742: add deployer, server and clientjs handlers for agent builder template
131
+ - 5de1555: Fixed tracingContext on tool executions in AI tracing
132
+ - Updated dependencies [ab48c97]
133
+ - Updated dependencies [85ef90b]
134
+ - Updated dependencies [aedbbfa]
135
+ - Updated dependencies [ff89505]
136
+ - Updated dependencies [637f323]
137
+ - Updated dependencies [de3cbc6]
138
+ - Updated dependencies [c19bcf7]
139
+ - Updated dependencies [4474d04]
140
+ - Updated dependencies [183dc95]
141
+ - Updated dependencies [a1111e2]
142
+ - Updated dependencies [b42a961]
143
+ - Updated dependencies [61debef]
144
+ - Updated dependencies [9beaeff]
145
+ - Updated dependencies [29de0e1]
146
+ - Updated dependencies [f643c65]
147
+ - Updated dependencies [00c74e7]
148
+ - Updated dependencies [fef7375]
149
+ - Updated dependencies [e3d8fea]
150
+ - Updated dependencies [45e4d39]
151
+ - Updated dependencies [9eee594]
152
+ - Updated dependencies [7149d8d]
153
+ - Updated dependencies [822c2e8]
154
+ - Updated dependencies [979912c]
155
+ - Updated dependencies [7dcf4c0]
156
+ - Updated dependencies [4106a58]
157
+ - Updated dependencies [ad78bfc]
158
+ - Updated dependencies [0302f50]
159
+ - Updated dependencies [6ac697e]
160
+ - Updated dependencies [74db265]
161
+ - Updated dependencies [0ce418a]
162
+ - Updated dependencies [af90672]
163
+ - Updated dependencies [8387952]
164
+ - Updated dependencies [7f3b8da]
165
+ - Updated dependencies [905352b]
166
+ - Updated dependencies [599d04c]
167
+ - Updated dependencies [56041d0]
168
+ - Updated dependencies [3412597]
169
+ - Updated dependencies [5eca5d2]
170
+ - Updated dependencies [f2cda47]
171
+ - Updated dependencies [5de1555]
172
+ - Updated dependencies [cfd377a]
173
+ - Updated dependencies [1ed5a3e]
174
+ - @mastra/core@0.15.3
175
+
176
+ ## 0.11.3-alpha.9
177
+
178
+ ### Patch Changes
179
+
180
+ - Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
181
+ - @mastra/core@0.15.3-alpha.9
182
+
183
+ ## 0.11.3-alpha.8
184
+
185
+ ### Patch Changes
186
+
187
+ - Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
188
+ - @mastra/core@0.15.3-alpha.8
189
+
190
+ ## 0.11.3-alpha.7
191
+
192
+ ### Patch Changes
193
+
194
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
195
+ - @mastra/core@0.15.3-alpha.7
196
+
197
+ ## 0.11.3-alpha.6
198
+
199
+ ### Patch Changes
200
+
201
+ - 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)]:
202
+ - @mastra/core@0.15.3-alpha.6
203
+
204
+ ## 0.11.3-alpha.5
205
+
206
+ ### Patch Changes
207
+
208
+ - [#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`.
209
+
210
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
211
+ - @mastra/core@0.15.3-alpha.5
212
+
213
+ ## 0.11.3-alpha.4
214
+
215
+ ### Patch Changes
216
+
217
+ - [#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:
218
+ - 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`)
219
+
220
+ - [#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
221
+
222
+ - [#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
223
+
224
+ - [#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
225
+
226
+ - 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)]:
227
+ - @mastra/core@0.15.3-alpha.4
228
+
229
+ ## 0.11.3-alpha.3
230
+
231
+ ### Patch Changes
232
+
233
+ - 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)]:
234
+ - @mastra/core@0.15.3-alpha.3
235
+
236
+ ## 0.11.3-alpha.2
237
+
238
+ ### Patch Changes
239
+
240
+ - Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
241
+ - @mastra/core@0.15.3-alpha.2
242
+
243
+ ## 0.11.3-alpha.1
244
+
245
+ ### Patch Changes
246
+
247
+ - 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)]:
248
+ - @mastra/core@0.15.3-alpha.1
249
+
250
+ ## 0.11.3-alpha.0
251
+
252
+ ### Patch Changes
253
+
254
+ - [#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
255
+
256
+ - 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)]:
257
+ - @mastra/core@0.15.3-alpha.0
258
+
259
+ ## 0.11.2
260
+
261
+ ### Patch Changes
262
+
263
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
264
+
265
+ - Updated dependencies []:
266
+ - @mastra/core@0.15.2
267
+
268
+ ## 0.11.1
269
+
270
+ ### Patch Changes
271
+
272
+ - Updated dependencies []:
273
+ - @mastra/core@0.15.1
274
+
275
+ ## 0.11.0
276
+
277
+ ### Minor Changes
278
+
279
+ - [#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
280
+
281
+ - [#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
282
+
283
+ ### Patch Changes
284
+
285
+ - [#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
286
+
287
+ - [#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
288
+
289
+ - [#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
290
+
291
+ - [#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
292
+
293
+ - 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)]:
294
+ - @mastra/core@0.15.0
295
+
296
+ ## 0.11.0-alpha.4
297
+
298
+ ### Minor Changes
299
+
300
+ - [#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
301
+
302
+ ### Patch Changes
303
+
304
+ - Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
305
+ - @mastra/core@0.15.0-alpha.4
306
+
307
+ ## 0.11.0-alpha.3
308
+
309
+ ### Patch Changes
310
+
311
+ - Updated dependencies []:
312
+ - @mastra/core@0.15.0-alpha.3
313
+
314
+ ## 0.11.0-alpha.2
315
+
316
+ ### Patch Changes
317
+
318
+ - Updated dependencies [[`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6)]:
319
+ - @mastra/core@0.14.2-alpha.2
320
+
321
+ ## 0.11.0-alpha.1
322
+
323
+ ### Minor Changes
324
+
325
+ - [#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
326
+
327
+ ### Patch Changes
328
+
329
+ - [#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
330
+
331
+ - [#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
332
+
333
+ - [#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
334
+
335
+ - 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)]:
336
+ - @mastra/core@0.14.2-alpha.1
337
+
338
+ ## 0.10.24-alpha.0
339
+
340
+ ### Patch Changes
341
+
342
+ - [#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
343
+
344
+ - 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)]:
345
+ - @mastra/core@0.14.2-alpha.0
346
+
347
+ ## 0.10.23
348
+
349
+ ### Patch Changes
350
+
351
+ - 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)]:
352
+ - @mastra/core@0.14.1
353
+
354
+ ## 0.10.23-alpha.1
355
+
356
+ ### Patch Changes
357
+
358
+ - Updated dependencies [[`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236)]:
359
+ - @mastra/core@0.14.1-alpha.1
360
+
361
+ ## 0.10.23-alpha.0
362
+
363
+ ### Patch Changes
364
+
365
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
366
+ - @mastra/core@0.14.1-alpha.0
367
+
368
+ ## 0.10.22
369
+
370
+ ### Patch Changes
371
+
372
+ - 0a7f675: Add VNext methods and `processMastraStream`
373
+ - 6313063: Implement model switcher in playground
374
+ - 1d59515: Add options to playground based on modelVersion
375
+ - Updated dependencies [227c7e6]
376
+ - Updated dependencies [12cae67]
377
+ - Updated dependencies [fd3a3eb]
378
+ - Updated dependencies [6faaee5]
379
+ - Updated dependencies [4232b14]
380
+ - Updated dependencies [a89de7e]
381
+ - Updated dependencies [5a37d0c]
382
+ - Updated dependencies [4bde0cb]
383
+ - Updated dependencies [cf4f357]
384
+ - Updated dependencies [ad888a2]
385
+ - Updated dependencies [481751d]
386
+ - Updated dependencies [2454423]
387
+ - Updated dependencies [194e395]
388
+ - Updated dependencies [a722c0b]
389
+ - Updated dependencies [c30bca8]
390
+ - Updated dependencies [3b5fec7]
391
+ - Updated dependencies [a8f129d]
392
+ - @mastra/core@0.14.0
393
+
394
+ ## 0.10.22-alpha.7
395
+
396
+ ### Patch Changes
397
+
398
+ - @mastra/core@0.14.0-alpha.7
399
+
400
+ ## 0.10.22-alpha.6
401
+
402
+ ### Patch Changes
403
+
404
+ - Updated dependencies [ad888a2]
405
+ - Updated dependencies [481751d]
406
+ - Updated dependencies [194e395]
407
+ - @mastra/core@0.14.0-alpha.6
408
+
409
+ ## 0.10.22-alpha.5
410
+
411
+ ### Patch Changes
412
+
413
+ - @mastra/core@0.14.0-alpha.5
414
+
415
+ ## 0.10.22-alpha.4
416
+
417
+ ### Patch Changes
418
+
419
+ - 0a7f675: Client JS vnext methods
420
+ - 1d59515: Add options to playground based on modelVersion
421
+ - 195eabb: Process Mastra Stream
422
+ - Updated dependencies [0a7f675]
423
+ - Updated dependencies [12cae67]
424
+ - Updated dependencies [5a37d0c]
425
+ - Updated dependencies [4bde0cb]
426
+ - Updated dependencies [1a80071]
427
+ - Updated dependencies [36a3be8]
428
+ - Updated dependencies [361757b]
429
+ - Updated dependencies [2bb9955]
430
+ - Updated dependencies [2454423]
431
+ - Updated dependencies [a44d91e]
432
+ - Updated dependencies [dfb91e9]
433
+ - Updated dependencies [a741dde]
434
+ - Updated dependencies [7cb3fc0]
435
+ - Updated dependencies [195eabb]
436
+ - Updated dependencies [b78b95b]
437
+ - @mastra/core@0.14.0-alpha.4
438
+
439
+ ## 0.10.22-alpha.3
440
+
441
+ ### Patch Changes
442
+
443
+ - Updated dependencies [227c7e6]
444
+ - Updated dependencies [fd3a3eb]
445
+ - Updated dependencies [a8f129d]
446
+ - @mastra/core@0.14.0-alpha.3
447
+
448
+ ## 0.10.22-alpha.2
449
+
450
+ ### Patch Changes
451
+
452
+ - @mastra/core@0.14.0-alpha.2
453
+
454
+ ## 0.10.22-alpha.1
455
+
456
+ ### Patch Changes
457
+
458
+ - 6313063: Implement model switcher in playground
459
+ - Updated dependencies [6faaee5]
460
+ - Updated dependencies [4232b14]
461
+ - Updated dependencies [a89de7e]
462
+ - Updated dependencies [cf4f357]
463
+ - Updated dependencies [a722c0b]
464
+ - Updated dependencies [3b5fec7]
465
+ - @mastra/core@0.14.0-alpha.1
466
+
467
+ ## 0.10.22-alpha.0
468
+
469
+ ### Patch Changes
470
+
471
+ - Updated dependencies [c30bca8]
472
+ - @mastra/core@0.13.3-alpha.0
473
+
474
+ ## 0.10.21
475
+
476
+ ### Patch Changes
477
+
478
+ - a239d41: Updated A2A syntax to v0.3.0
479
+ - 96169cc: Create handler that returns providers user has keys for in their env
480
+ - ce04175: Add update agent model handler
481
+ - Updated dependencies [d5330bf]
482
+ - Updated dependencies [2e74797]
483
+ - Updated dependencies [8388649]
484
+ - Updated dependencies [a239d41]
485
+ - Updated dependencies [dd94a26]
486
+ - Updated dependencies [3ba6772]
487
+ - Updated dependencies [b5cf2a3]
488
+ - Updated dependencies [2fff911]
489
+ - Updated dependencies [b32c50d]
490
+ - Updated dependencies [63449d0]
491
+ - Updated dependencies [121a3f8]
492
+ - Updated dependencies [ec510e7]
493
+ - @mastra/core@0.13.2
494
+
495
+ ## 0.10.21-alpha.3
496
+
497
+ ### Patch Changes
498
+
499
+ - Updated dependencies [b5cf2a3]
500
+ - @mastra/core@0.13.2-alpha.3
501
+
502
+ ## 0.10.21-alpha.2
503
+
504
+ ### Patch Changes
505
+
506
+ - a239d41: Updated A2A syntax to v0.3.0
507
+ - 96169cc: Create handler that returns providers user has keys for in their env
508
+ - ce04175: Add update agent model handler
509
+ - Updated dependencies [d5330bf]
510
+ - Updated dependencies [a239d41]
511
+ - Updated dependencies [b32c50d]
512
+ - Updated dependencies [121a3f8]
513
+ - Updated dependencies [ec510e7]
514
+ - @mastra/core@0.13.2-alpha.2
515
+
516
+ ## 0.10.21-alpha.1
517
+
518
+ ### Patch Changes
519
+
520
+ - Updated dependencies [2e74797]
521
+ - Updated dependencies [63449d0]
522
+ - @mastra/core@0.13.2-alpha.1
523
+
524
+ ## 0.10.21-alpha.0
525
+
526
+ ### Patch Changes
527
+
528
+ - Updated dependencies [8388649]
529
+ - Updated dependencies [dd94a26]
530
+ - Updated dependencies [3ba6772]
531
+ - Updated dependencies [2fff911]
532
+ - @mastra/core@0.13.2-alpha.0
533
+
534
+ ## 0.10.20
535
+
536
+ ### Patch Changes
537
+
538
+ - Updated dependencies [cd0042e]
539
+ - @mastra/core@0.13.1
540
+
541
+ ## 0.10.20-alpha.0
542
+
543
+ ### Patch Changes
544
+
545
+ - Updated dependencies [cd0042e]
546
+ - @mastra/core@0.13.1-alpha.0
547
+
548
+ ## 0.10.19
549
+
550
+ ### Patch Changes
551
+
552
+ - 42dfc48: Fix tool messages structure in agui adapter
553
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
554
+ - Updated dependencies [cb36de0]
555
+ - Updated dependencies [d0496e6]
556
+ - Updated dependencies [a82b851]
557
+ - Updated dependencies [ea0c5f2]
558
+ - Updated dependencies [41a0a0e]
559
+ - Updated dependencies [2871020]
560
+ - Updated dependencies [94f4812]
561
+ - Updated dependencies [e202b82]
562
+ - Updated dependencies [e00f6a0]
563
+ - Updated dependencies [4a406ec]
564
+ - Updated dependencies [b0e43c1]
565
+ - Updated dependencies [5d377e5]
566
+ - Updated dependencies [1fb812e]
567
+ - Updated dependencies [35c5798]
568
+ - @mastra/core@0.13.0
569
+
570
+ ## 0.10.19-alpha.3
571
+
572
+ ### Patch Changes
573
+
574
+ - Updated dependencies [d0496e6]
575
+ - @mastra/core@0.13.0-alpha.3
576
+
577
+ ## 0.10.19-alpha.2
578
+
579
+ ### Patch Changes
580
+
581
+ - 42dfc48: Fix tool messages structure in agui adapter
582
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
583
+ - Updated dependencies [cb36de0]
584
+ - Updated dependencies [a82b851]
585
+ - Updated dependencies [41a0a0e]
586
+ - Updated dependencies [2871020]
587
+ - Updated dependencies [4a406ec]
588
+ - Updated dependencies [5d377e5]
589
+ - @mastra/core@0.13.0-alpha.2
590
+
591
+ ## 0.10.19-alpha.1
592
+
593
+ ### Patch Changes
594
+
595
+ - Updated dependencies [ea0c5f2]
596
+ - Updated dependencies [b0e43c1]
597
+ - Updated dependencies [1fb812e]
598
+ - Updated dependencies [35c5798]
599
+ - @mastra/core@0.13.0-alpha.1
600
+
601
+ ## 0.10.19-alpha.0
602
+
603
+ ### Patch Changes
604
+
605
+ - Updated dependencies [94f4812]
606
+ - Updated dependencies [e202b82]
607
+ - Updated dependencies [e00f6a0]
608
+ - @mastra/core@0.12.2-alpha.0
609
+
610
+ ## 0.10.18
611
+
612
+ ### Patch Changes
613
+
614
+ - 6690a16: dependencies updates:
615
+ - 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`)
616
+ - Updated dependencies [33dcb07]
617
+ - Updated dependencies [d0d9500]
618
+ - Updated dependencies [d30b1a0]
619
+ - Updated dependencies [bff87f7]
620
+ - Updated dependencies [b4a8df0]
621
+ - @mastra/core@0.12.1
622
+
623
+ ## 0.10.18-alpha.1
624
+
625
+ ### Patch Changes
626
+
627
+ - Updated dependencies [d0d9500]
628
+ - @mastra/core@0.12.1-alpha.1
629
+
630
+ ## 0.10.18-alpha.0
631
+
632
+ ### Patch Changes
633
+
634
+ - 6690a16: dependencies updates:
635
+ - 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`)
636
+ - Updated dependencies [33dcb07]
637
+ - Updated dependencies [d30b1a0]
638
+ - Updated dependencies [bff87f7]
639
+ - Updated dependencies [b4a8df0]
640
+ - @mastra/core@0.12.1-alpha.0
641
+
642
+ ## 0.10.17
643
+
644
+ ### Patch Changes
645
+
646
+ - aa2715b: process stream response error handling
647
+ - 6bd354c: Should not send content type if body instance of FormData
648
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
649
+ - b641ba3: fix: save score params
650
+ - 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
651
+ - 1ac8f6b: deduplicate message
652
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
653
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
654
+ - Single message ID as string: `deleteMessages('msg-123')`
655
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
656
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
657
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
658
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
659
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
660
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
661
+ - Updates thread timestamps when messages are deleted
662
+ - Added comprehensive test coverage and documentation
663
+
664
+ - Updated dependencies [510e2c8]
665
+ - Updated dependencies [2f72fb2]
666
+ - Updated dependencies [27cc97a]
667
+ - Updated dependencies [3f89307]
668
+ - Updated dependencies [9eda7d4]
669
+ - Updated dependencies [9d49408]
670
+ - Updated dependencies [41daa63]
671
+ - Updated dependencies [ad0a58b]
672
+ - Updated dependencies [254a36b]
673
+ - Updated dependencies [2ecf658]
674
+ - Updated dependencies [7a7754f]
675
+ - Updated dependencies [fc92d80]
676
+ - Updated dependencies [e0f73c6]
677
+ - Updated dependencies [0b89602]
678
+ - Updated dependencies [4d37822]
679
+ - Updated dependencies [23a6a7c]
680
+ - Updated dependencies [cda801d]
681
+ - Updated dependencies [a77c823]
682
+ - Updated dependencies [ff9c125]
683
+ - Updated dependencies [09bca64]
684
+ - Updated dependencies [b8efbb9]
685
+ - Updated dependencies [71466e7]
686
+ - Updated dependencies [0c99fbe]
687
+ - @mastra/core@0.12.0
688
+
689
+ ## 0.10.17-alpha.5
690
+
691
+ ### Patch Changes
692
+
693
+ - @mastra/core@0.12.0-alpha.5
694
+
695
+ ## 0.10.17-alpha.4
696
+
697
+ ### Patch Changes
698
+
699
+ - Updated dependencies [ad0a58b]
700
+ - @mastra/core@0.12.0-alpha.4
701
+
702
+ ## 0.10.17-alpha.3
703
+
704
+ ### Patch Changes
705
+
706
+ - 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
707
+ - 1ac8f6b: deduplicate message
708
+ - @mastra/core@0.12.0-alpha.3
709
+
710
+ ## 0.10.17-alpha.2
711
+
712
+ ### Patch Changes
713
+
714
+ - aa2715b: process stream response error handling
715
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
716
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
717
+ - Single message ID as string: `deleteMessages('msg-123')`
718
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
719
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
720
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
721
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
722
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
723
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
724
+ - Updates thread timestamps when messages are deleted
725
+ - Added comprehensive test coverage and documentation
726
+
727
+ - Updated dependencies [27cc97a]
728
+ - Updated dependencies [41daa63]
729
+ - Updated dependencies [254a36b]
730
+ - Updated dependencies [0b89602]
731
+ - Updated dependencies [4d37822]
732
+ - Updated dependencies [ff9c125]
733
+ - Updated dependencies [b8efbb9]
734
+ - Updated dependencies [71466e7]
735
+ - Updated dependencies [0c99fbe]
736
+ - @mastra/core@0.12.0-alpha.2
737
+
738
+ ## 0.10.17-alpha.1
739
+
740
+ ### Patch Changes
741
+
742
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
743
+ - Updated dependencies [e0f73c6]
744
+ - Updated dependencies [cda801d]
745
+ - Updated dependencies [a77c823]
746
+ - @mastra/core@0.12.0-alpha.1
747
+
748
+ ## 0.10.17-alpha.0
749
+
750
+ ### Patch Changes
751
+
752
+ - 6bd354c: Should not send content type if body instance of FormData
753
+ - b641ba3: fix: save score params
754
+ - Updated dependencies [510e2c8]
755
+ - Updated dependencies [2f72fb2]
756
+ - Updated dependencies [3f89307]
757
+ - Updated dependencies [9eda7d4]
758
+ - Updated dependencies [9d49408]
759
+ - Updated dependencies [2ecf658]
760
+ - Updated dependencies [7a7754f]
761
+ - Updated dependencies [fc92d80]
762
+ - Updated dependencies [23a6a7c]
763
+ - Updated dependencies [09bca64]
764
+ - @mastra/core@0.12.0-alpha.0
765
+
766
+ ## 0.10.16
767
+
768
+ ### Patch Changes
769
+
770
+ - @mastra/core@0.11.1
771
+
772
+ ## 0.10.15
773
+
774
+ ### Patch Changes
775
+
776
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
777
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
778
+ - 2affc57: Fix output type of network loop
779
+ - 032cb66: ClientJS
780
+ - 7827943: Handle streaming large data
781
+ - 65e3395: Add Scores playground-ui and add scorer hooks
782
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
783
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
784
+ - Updated dependencies [f248d53]
785
+ - Updated dependencies [2affc57]
786
+ - Updated dependencies [66e13e3]
787
+ - Updated dependencies [edd9482]
788
+ - Updated dependencies [18344d7]
789
+ - Updated dependencies [9d372c2]
790
+ - Updated dependencies [40c2525]
791
+ - Updated dependencies [e473f27]
792
+ - Updated dependencies [032cb66]
793
+ - Updated dependencies [703ac71]
794
+ - Updated dependencies [a723d69]
795
+ - Updated dependencies [7827943]
796
+ - Updated dependencies [5889a31]
797
+ - Updated dependencies [bf1e7e7]
798
+ - Updated dependencies [65e3395]
799
+ - Updated dependencies [4933192]
800
+ - Updated dependencies [d1c77a4]
801
+ - Updated dependencies [bea9dd1]
802
+ - Updated dependencies [dcd4802]
803
+ - Updated dependencies [cbddd18]
804
+ - Updated dependencies [7ba91fa]
805
+ - @mastra/core@0.11.0
806
+
807
+ ## 0.10.15-alpha.3
808
+
809
+ ### Patch Changes
810
+
811
+ - @mastra/core@0.11.0-alpha.3
812
+
813
+ ## 0.10.15-alpha.2
814
+
815
+ ### Patch Changes
816
+
817
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
818
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
819
+ - 2affc57: Fix output type of network loop
820
+ - 032cb66: ClientJS
821
+ - 65e3395: Add Scores playground-ui and add scorer hooks
822
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
823
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
824
+ - Updated dependencies [f248d53]
825
+ - Updated dependencies [2affc57]
826
+ - Updated dependencies [66e13e3]
827
+ - Updated dependencies [edd9482]
828
+ - Updated dependencies [18344d7]
829
+ - Updated dependencies [9d372c2]
830
+ - Updated dependencies [40c2525]
831
+ - Updated dependencies [e473f27]
832
+ - Updated dependencies [032cb66]
833
+ - Updated dependencies [703ac71]
834
+ - Updated dependencies [a723d69]
835
+ - Updated dependencies [5889a31]
836
+ - Updated dependencies [65e3395]
837
+ - Updated dependencies [4933192]
838
+ - Updated dependencies [d1c77a4]
839
+ - Updated dependencies [bea9dd1]
840
+ - Updated dependencies [dcd4802]
841
+ - Updated dependencies [7ba91fa]
842
+ - @mastra/core@0.11.0-alpha.2
843
+
844
+ ## 0.10.15-alpha.1
845
+
846
+ ### Patch Changes
847
+
848
+ - @mastra/core@0.11.0-alpha.1
849
+
850
+ ## 0.10.15-alpha.0
851
+
852
+ ### Patch Changes
853
+
854
+ - 7827943: Handle streaming large data
855
+ - Updated dependencies [7827943]
856
+ - Updated dependencies [bf1e7e7]
857
+ - Updated dependencies [cbddd18]
858
+ - @mastra/core@0.11.0-alpha.0
859
+
860
+ ## 0.10.14
861
+
862
+ ### Patch Changes
863
+
864
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
865
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
866
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
867
+ - Updated dependencies [0b56518]
868
+ - Updated dependencies [db5cc15]
869
+ - Updated dependencies [2ba5b76]
870
+ - Updated dependencies [5237998]
871
+ - Updated dependencies [c3a30de]
872
+ - Updated dependencies [37c1acd]
873
+ - Updated dependencies [1aa60b1]
874
+ - Updated dependencies [89ec9d4]
875
+ - Updated dependencies [cf3a184]
876
+ - Updated dependencies [d6bfd60]
877
+ - Updated dependencies [626b0f4]
878
+ - Updated dependencies [c22a91f]
879
+ - Updated dependencies [f7403ab]
880
+ - Updated dependencies [6c89d7f]
881
+ - @mastra/core@0.10.15
882
+
883
+ ## 0.10.14-alpha.1
884
+
885
+ ### Patch Changes
886
+
887
+ - Updated dependencies [0b56518]
888
+ - Updated dependencies [2ba5b76]
889
+ - Updated dependencies [c3a30de]
890
+ - Updated dependencies [cf3a184]
891
+ - Updated dependencies [d6bfd60]
892
+ - @mastra/core@0.10.15-alpha.1
893
+
894
+ ## 0.10.14-alpha.0
895
+
896
+ ### Patch Changes
897
+
898
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
899
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
900
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
901
+ - Updated dependencies [db5cc15]
902
+ - Updated dependencies [5237998]
903
+ - Updated dependencies [37c1acd]
904
+ - Updated dependencies [1aa60b1]
905
+ - Updated dependencies [89ec9d4]
906
+ - Updated dependencies [626b0f4]
907
+ - Updated dependencies [c22a91f]
908
+ - Updated dependencies [f7403ab]
909
+ - Updated dependencies [6c89d7f]
910
+ - @mastra/core@0.10.15-alpha.0
911
+
912
+ ## 0.10.13
913
+
914
+ ### Patch Changes
915
+
916
+ - @mastra/core@0.10.14
917
+
918
+ ## 0.10.11
919
+
920
+ ### Patch Changes
921
+
922
+ - 9468be4: Fix error on agent generate while using antropic
923
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
924
+ - Updated dependencies [b4a9811]
925
+ - Updated dependencies [4d5583d]
926
+ - @mastra/core@0.10.12
927
+
928
+ ## 0.10.11-alpha.1
929
+
930
+ ### Patch Changes
931
+
932
+ - Updated dependencies [4d5583d]
933
+ - @mastra/core@0.10.12-alpha.1
934
+
935
+ ## 0.10.11-alpha.0
936
+
937
+ ### Patch Changes
938
+
939
+ - 9468be4: Fix error on agent generate while using antropic
940
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
941
+ - Updated dependencies [b4a9811]
942
+ - @mastra/core@0.10.12-alpha.0
943
+
944
+ ## 0.10.10
945
+
946
+ ### Patch Changes
947
+
948
+ - 18da791: Add abortSignal to client SDK options
949
+ - Updated dependencies [2873c7f]
950
+ - Updated dependencies [1c1c6a1]
951
+ - Updated dependencies [f8ce2cc]
952
+ - Updated dependencies [8c846b6]
953
+ - Updated dependencies [c7bbf1e]
954
+ - Updated dependencies [8722d53]
955
+ - Updated dependencies [565cc0c]
956
+ - Updated dependencies [b790fd1]
957
+ - Updated dependencies [132027f]
958
+ - Updated dependencies [0c85311]
959
+ - Updated dependencies [d7ed04d]
960
+ - Updated dependencies [cb16baf]
961
+ - Updated dependencies [f36e4f1]
962
+ - Updated dependencies [7f6e403]
963
+ - @mastra/core@0.10.11
964
+
965
+ ## 0.10.10-alpha.4
966
+
967
+ ### Patch Changes
968
+
969
+ - @mastra/core@0.10.11-alpha.4
970
+
971
+ ## 0.10.10-alpha.3
972
+
973
+ ### Patch Changes
974
+
975
+ - Updated dependencies [c7bbf1e]
976
+ - Updated dependencies [8722d53]
977
+ - Updated dependencies [132027f]
978
+ - Updated dependencies [0c85311]
979
+ - Updated dependencies [cb16baf]
980
+ - @mastra/core@0.10.11-alpha.3
981
+
982
+ ## 0.10.10-alpha.2
983
+
984
+ ### Patch Changes
985
+
986
+ - 18da791: Add abortSignal to client SDK options
987
+ - Updated dependencies [2873c7f]
988
+ - Updated dependencies [1c1c6a1]
989
+ - Updated dependencies [565cc0c]
990
+ - @mastra/core@0.10.11-alpha.2
991
+
992
+ ## 0.10.10-alpha.1
993
+
994
+ ### Patch Changes
995
+
996
+ - Updated dependencies [7f6e403]
997
+ - @mastra/core@0.10.11-alpha.1
998
+
999
+ ## 0.10.10-alpha.0
1000
+
1001
+ ### Patch Changes
1002
+
1003
+ - Updated dependencies [f8ce2cc]
1004
+ - Updated dependencies [8c846b6]
1005
+ - Updated dependencies [b790fd1]
1006
+ - Updated dependencies [d7ed04d]
1007
+ - Updated dependencies [f36e4f1]
1008
+ - @mastra/core@0.10.11-alpha.0
1009
+
1010
+ ## 0.10.9
1011
+
1012
+ ### Patch Changes
1013
+
1014
+ - b60f510: Fix getWorkflowRuns by limit and offset
1015
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
1016
+ - Updated dependencies [4d3fbdf]
1017
+ - @mastra/core@0.10.10
1018
+
1019
+ ## 0.10.9-alpha.1
1020
+
1021
+ ### Patch Changes
1022
+
1023
+ - b60f510: Fix getWorkflowRuns by limit and offset
1024
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
1025
+ - @mastra/core@0.10.10-alpha.1
1026
+
1027
+ ## 0.10.9-alpha.0
1028
+
1029
+ ### Patch Changes
1030
+
1031
+ - Updated dependencies [4d3fbdf]
1032
+ - @mastra/core@0.10.10-alpha.0
1033
+
1034
+ ## 0.10.8
1035
+
1036
+ ### Patch Changes
1037
+
1038
+ - 9047bda: clientTools - stream tool-result part
1039
+ - a606c75: show right suspend schema for nested workflow on playground
1040
+ - 1760a1c: Use workflow stream in playground instead of watch
1041
+ - 038e5ae: Add cancel workflow run
1042
+ - 7e801dd: Add tools to network api response
1043
+ - Updated dependencies [9dda1ac]
1044
+ - Updated dependencies [c984582]
1045
+ - Updated dependencies [7e801dd]
1046
+ - Updated dependencies [a606c75]
1047
+ - Updated dependencies [7aa70a4]
1048
+ - Updated dependencies [764f86a]
1049
+ - Updated dependencies [1760a1c]
1050
+ - Updated dependencies [038e5ae]
1051
+ - Updated dependencies [7dda16a]
1052
+ - Updated dependencies [5ebfcdd]
1053
+ - Updated dependencies [b2d0c91]
1054
+ - Updated dependencies [4e809ad]
1055
+ - Updated dependencies [57929df]
1056
+ - Updated dependencies [b7852ed]
1057
+ - Updated dependencies [6320a61]
1058
+ - @mastra/core@0.10.9
1059
+
1060
+ ## 0.10.8-alpha.0
1061
+
1062
+ ### Patch Changes
1063
+
1064
+ - 9047bda: clientTools - stream tool-result part
1065
+ - a606c75: show right suspend schema for nested workflow on playground
1066
+ - 1760a1c: Use workflow stream in playground instead of watch
1067
+ - 038e5ae: Add cancel workflow run
1068
+ - 7e801dd: Add tools to network api response
1069
+ - Updated dependencies [9dda1ac]
1070
+ - Updated dependencies [c984582]
1071
+ - Updated dependencies [7e801dd]
1072
+ - Updated dependencies [a606c75]
1073
+ - Updated dependencies [7aa70a4]
1074
+ - Updated dependencies [764f86a]
1075
+ - Updated dependencies [1760a1c]
1076
+ - Updated dependencies [038e5ae]
1077
+ - Updated dependencies [7dda16a]
1078
+ - Updated dependencies [5ebfcdd]
1079
+ - Updated dependencies [b2d0c91]
1080
+ - Updated dependencies [4e809ad]
1081
+ - Updated dependencies [57929df]
1082
+ - Updated dependencies [b7852ed]
1083
+ - Updated dependencies [6320a61]
1084
+ - @mastra/core@0.10.9-alpha.0
1085
+
1086
+ ## 0.10.7
1087
+
1088
+ ### Patch Changes
1089
+
1090
+ - a344ac7: Fix tool streaming in agent network
1091
+ - Updated dependencies [b8f16b2]
1092
+ - Updated dependencies [3e04487]
1093
+ - Updated dependencies [a344ac7]
1094
+ - Updated dependencies [dc4ca0a]
1095
+ - @mastra/core@0.10.8
1096
+
1097
+ ## 0.10.7-alpha.1
1098
+
1099
+ ### Patch Changes
1100
+
1101
+ - Updated dependencies [b8f16b2]
1102
+ - Updated dependencies [3e04487]
1103
+ - Updated dependencies [dc4ca0a]
1104
+ - @mastra/core@0.10.8-alpha.1
1105
+
1106
+ ## 0.10.7-alpha.0
1107
+
1108
+ ### Patch Changes
1109
+
1110
+ - a344ac7: Fix tool streaming in agent network
1111
+ - Updated dependencies [a344ac7]
1112
+ - @mastra/core@0.10.8-alpha.0
1113
+
1114
+ ## 0.10.6
1115
+
1116
+ ### Patch Changes
1117
+
1118
+ - 8e1b6e9: dependencies updates:
1119
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1120
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1121
+ - 18a5d59: clientTools client side execution
1122
+ - 5d74aab: vNext network in playground
1123
+ - bee3fe4: Fix client side tool calling
1124
+ - c0d41f6: Fix streaming for agent tool calls
1125
+ - Updated dependencies [15e9d26]
1126
+ - Updated dependencies [d1baedb]
1127
+ - Updated dependencies [d8f2d19]
1128
+ - Updated dependencies [4d21bf2]
1129
+ - Updated dependencies [07d6d88]
1130
+ - Updated dependencies [9d52b17]
1131
+ - Updated dependencies [2097952]
1132
+ - Updated dependencies [792c4c0]
1133
+ - Updated dependencies [5d74aab]
1134
+ - Updated dependencies [a8b194f]
1135
+ - Updated dependencies [4fb0cc2]
1136
+ - Updated dependencies [d2a7a31]
1137
+ - Updated dependencies [502fe05]
1138
+ - Updated dependencies [144eb0b]
1139
+ - Updated dependencies [8ba1b51]
1140
+ - Updated dependencies [4efcfa0]
1141
+ - Updated dependencies [0e17048]
1142
+ - @mastra/core@0.10.7
1143
+
1144
+ ## 0.10.6-alpha.6
1145
+
1146
+ ### Patch Changes
1147
+
1148
+ - c0d41f6: Fix streaming for agent tool calls
1149
+
1150
+ ## 0.10.6-alpha.5
1151
+
1152
+ ### Patch Changes
1153
+
1154
+ - bee3fe4: Fix client side tool calling
1155
+ - @mastra/core@0.10.7-alpha.5
1156
+
1157
+ ## 0.10.6-alpha.4
1158
+
1159
+ ### Patch Changes
1160
+
1161
+ - Updated dependencies [a8b194f]
1162
+ - @mastra/core@0.10.7-alpha.4
1163
+
1164
+ ## 0.10.6-alpha.3
1165
+
1166
+ ### Patch Changes
1167
+
1168
+ - 18a5d59: clientTools client side execution
1169
+ - Updated dependencies [792c4c0]
1170
+ - Updated dependencies [502fe05]
1171
+ - Updated dependencies [4efcfa0]
1172
+ - @mastra/core@0.10.7-alpha.3
1173
+
1174
+ ## 0.10.6-alpha.2
1175
+
1176
+ ### Patch Changes
1177
+
1178
+ - 8e1b6e9: dependencies updates:
1179
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1180
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1181
+ - 5d74aab: vNext network in playground
1182
+ - Updated dependencies [15e9d26]
1183
+ - Updated dependencies [07d6d88]
1184
+ - Updated dependencies [5d74aab]
1185
+ - Updated dependencies [144eb0b]
1186
+ - @mastra/core@0.10.7-alpha.2
1187
+
1188
+ ## 0.10.6-alpha.1
1189
+
1190
+ ### Patch Changes
1191
+
1192
+ - Updated dependencies [d1baedb]
1193
+ - Updated dependencies [4d21bf2]
1194
+ - Updated dependencies [2097952]
1195
+ - Updated dependencies [4fb0cc2]
1196
+ - Updated dependencies [d2a7a31]
1197
+ - Updated dependencies [0e17048]
1198
+ - @mastra/core@0.10.7-alpha.1
1199
+
1200
+ ## 0.10.6-alpha.0
1201
+
1202
+ ### Patch Changes
1203
+
1204
+ - Updated dependencies [d8f2d19]
1205
+ - Updated dependencies [9d52b17]
1206
+ - Updated dependencies [8ba1b51]
1207
+ - @mastra/core@0.10.7-alpha.0
1208
+
1209
+ ## 0.10.5
1210
+
1211
+ ### Patch Changes
1212
+
1213
+ - 63f6b7d: dependencies updates:
1214
+ - 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`)
1215
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1216
+ - ee9af57: Add api for polling run execution result and get run by id
1217
+ - 3270d9d: Fix runtime context being undefined
1218
+ - Updated dependencies [63f6b7d]
1219
+ - Updated dependencies [12a95fc]
1220
+ - Updated dependencies [4b0f8a6]
1221
+ - Updated dependencies [51264a5]
1222
+ - Updated dependencies [8e6f677]
1223
+ - Updated dependencies [d70c420]
1224
+ - Updated dependencies [ee9af57]
1225
+ - Updated dependencies [36f1c36]
1226
+ - Updated dependencies [2a16996]
1227
+ - Updated dependencies [10d352e]
1228
+ - Updated dependencies [9589624]
1229
+ - Updated dependencies [53d3c37]
1230
+ - Updated dependencies [751c894]
1231
+ - Updated dependencies [577ce3a]
1232
+ - Updated dependencies [9260b3a]
1233
+ - @mastra/core@0.10.6
1234
+
1235
+ ## 0.10.5-alpha.5
1236
+
1237
+ ### Patch Changes
1238
+
1239
+ - Updated dependencies [12a95fc]
1240
+ - Updated dependencies [51264a5]
1241
+ - Updated dependencies [8e6f677]
1242
+ - @mastra/core@0.10.6-alpha.5
1243
+
1244
+ ## 0.10.5-alpha.4
1245
+
1246
+ ### Patch Changes
1247
+
1248
+ - Updated dependencies [9589624]
1249
+ - @mastra/core@0.10.6-alpha.4
1250
+
1251
+ ## 0.10.5-alpha.3
1252
+
1253
+ ### Patch Changes
1254
+
1255
+ - Updated dependencies [d70c420]
1256
+ - Updated dependencies [2a16996]
1257
+ - @mastra/core@0.10.6-alpha.3
1258
+
1259
+ ## 0.10.5-alpha.2
1260
+
1261
+ ### Patch Changes
1262
+
1263
+ - Updated dependencies [4b0f8a6]
1264
+ - @mastra/core@0.10.6-alpha.2
1265
+
1266
+ ## 0.10.5-alpha.1
1267
+
1268
+ ### Patch Changes
1269
+
1270
+ - ee9af57: Add api for polling run execution result and get run by id
1271
+ - 3270d9d: Fix runtime context being undefined
1272
+ - Updated dependencies [ee9af57]
1273
+ - Updated dependencies [751c894]
1274
+ - Updated dependencies [577ce3a]
1275
+ - Updated dependencies [9260b3a]
1276
+ - @mastra/core@0.10.6-alpha.1
1277
+
1278
+ ## 0.10.5-alpha.0
1279
+
1280
+ ### Patch Changes
1281
+
1282
+ - 63f6b7d: dependencies updates:
1283
+ - 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`)
1284
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1285
+ - Updated dependencies [63f6b7d]
1286
+ - Updated dependencies [36f1c36]
1287
+ - Updated dependencies [10d352e]
1288
+ - Updated dependencies [53d3c37]
1289
+ - @mastra/core@0.10.6-alpha.0
1290
+
1291
+ ## 0.10.4
1292
+
1293
+ ### Patch Changes
1294
+
1295
+ - Updated dependencies [13c97f9]
1296
+ - @mastra/core@0.10.5
1297
+
1298
+ ## 0.10.3
1299
+
1300
+ ### Patch Changes
1301
+
1302
+ - 1ccccff: dependencies updates:
1303
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1304
+ - 1ccccff: dependencies updates:
1305
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1306
+ - f1f1f1b: Add basic filtering capabilities to logs
1307
+ - b2810ab: Move @mastra/core to deps
1308
+ - 82090c1: Add pagination to logs
1309
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1310
+ - Updated dependencies [d1ed912]
1311
+ - Updated dependencies [f6fd25f]
1312
+ - Updated dependencies [dffb67b]
1313
+ - Updated dependencies [f1f1f1b]
1314
+ - Updated dependencies [925ab94]
1315
+ - Updated dependencies [f9816ae]
1316
+ - Updated dependencies [82090c1]
1317
+ - Updated dependencies [1b443fd]
1318
+ - Updated dependencies [ce97900]
1319
+ - Updated dependencies [f1309d3]
1320
+ - Updated dependencies [14a2566]
1321
+ - Updated dependencies [f7f8293]
1322
+ - Updated dependencies [48eddb9]
1323
+ - @mastra/core@0.10.4
1324
+
1325
+ ## 0.10.3-alpha.3
1326
+
1327
+ ### Patch Changes
1328
+
1329
+ - Updated dependencies [925ab94]
1330
+ - @mastra/core@0.10.4-alpha.3
1331
+
1332
+ ## 0.10.3-alpha.2
1333
+
1334
+ ### Patch Changes
1335
+
1336
+ - Updated dependencies [48eddb9]
1337
+ - @mastra/core@0.10.4-alpha.2
1338
+
1339
+ ## 0.10.3-alpha.1
1340
+
1341
+ ### Patch Changes
1342
+
1343
+ - 1ccccff: dependencies updates:
1344
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1345
+ - 1ccccff: dependencies updates:
1346
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1347
+ - Updated dependencies [f6fd25f]
1348
+ - Updated dependencies [dffb67b]
1349
+ - Updated dependencies [f1309d3]
1350
+ - Updated dependencies [f7f8293]
1351
+ - @mastra/core@0.10.4-alpha.1
1352
+
1353
+ ## 0.10.3-alpha.0
1354
+
1355
+ ### Patch Changes
1356
+
1357
+ - f1f1f1b: Add basic filtering capabilities to logs
1358
+ - b2810ab: Move @mastra/core to deps
1359
+ - 82090c1: Add pagination to logs
1360
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1361
+ - Updated dependencies [d1ed912]
1362
+ - Updated dependencies [f1f1f1b]
1363
+ - Updated dependencies [f9816ae]
1364
+ - Updated dependencies [82090c1]
1365
+ - Updated dependencies [1b443fd]
1366
+ - Updated dependencies [ce97900]
1367
+ - Updated dependencies [14a2566]
1368
+ - @mastra/core@0.10.4-alpha.0
1369
+
1370
+ ## 0.10.2
1371
+
1372
+ ### Patch Changes
1373
+
1374
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
1375
+ - 37643b8: Fix tool access
1376
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1377
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1378
+ - f0d559f: Fix peerdeps for alpha channel
1379
+ - Updated dependencies [ee77e78]
1380
+ - Updated dependencies [592a2db]
1381
+ - Updated dependencies [e5dc18d]
1382
+ - Updated dependencies [ab5adbe]
1383
+ - Updated dependencies [1e8bb40]
1384
+ - Updated dependencies [1b5fc55]
1385
+ - Updated dependencies [195c428]
1386
+ - Updated dependencies [f73e11b]
1387
+ - Updated dependencies [37643b8]
1388
+ - Updated dependencies [99fd6cf]
1389
+ - Updated dependencies [c5bf1ce]
1390
+ - Updated dependencies [add596e]
1391
+ - Updated dependencies [8dc94d8]
1392
+ - Updated dependencies [ecebbeb]
1393
+ - Updated dependencies [79d5145]
1394
+ - Updated dependencies [12b7002]
1395
+ - Updated dependencies [2901125]
1396
+ - @mastra/core@0.10.2
1397
+
1398
+ ## 0.10.2-alpha.3
1399
+
1400
+ ### Patch Changes
1401
+
1402
+ - 37643b8: Fix tool access
1403
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1404
+ - Updated dependencies [37643b8]
1405
+ - Updated dependencies [79d5145]
1406
+ - @mastra/core@0.10.2-alpha.8
1407
+
1408
+ ## 0.10.2-alpha.2
1409
+
1410
+ ### Patch Changes
1411
+
1412
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1413
+ - Updated dependencies [c5bf1ce]
1414
+ - Updated dependencies [12b7002]
1415
+ - @mastra/core@0.10.2-alpha.4
1416
+
1417
+ ## 0.10.2-alpha.1
1418
+
1419
+ ### Patch Changes
1420
+
1421
+ - f0d559f: Fix peerdeps for alpha channel
1422
+ - Updated dependencies [1e8bb40]
1423
+ - @mastra/core@0.10.2-alpha.2
1424
+
1425
+ ## 0.10.2-alpha.0
1426
+
1427
+ ### Patch Changes
1428
+
1429
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
1430
+ - Updated dependencies [592a2db]
1431
+ - Updated dependencies [e5dc18d]
1432
+ - @mastra/core@0.10.2-alpha.0
1433
+
1434
+ ## 0.10.1
1435
+
1436
+ ### Patch Changes
1437
+
1438
+ - 267773e: Show map config on workflow graph
1439
+ Highlight borders for conditions too on workflow graph
1440
+ Fix watch stream
1441
+ - 5343f93: Move emitter to symbol to make private
1442
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
1443
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
1444
+ - Updated dependencies [d70b807]
1445
+ - Updated dependencies [6d16390]
1446
+ - Updated dependencies [1e4a421]
1447
+ - Updated dependencies [200d0da]
1448
+ - Updated dependencies [bf5f17b]
1449
+ - Updated dependencies [5343f93]
1450
+ - Updated dependencies [38aee50]
1451
+ - Updated dependencies [5c41100]
1452
+ - Updated dependencies [d6a759b]
1453
+ - Updated dependencies [6015bdf]
1454
+ - @mastra/core@0.10.1
1455
+
1456
+ ## 0.10.1-alpha.3
1457
+
1458
+ ### Patch Changes
1459
+
1460
+ - 267773e: Show map config on workflow graph
1461
+ Highlight borders for conditions too on workflow graph
1462
+ Fix watch stream
1463
+
1464
+ ## 0.10.1-alpha.2
1465
+
1466
+ ### Patch Changes
1467
+
1468
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
1469
+ - Updated dependencies [6015bdf]
1470
+ - @mastra/core@0.10.1-alpha.2
1471
+
1472
+ ## 0.10.1-alpha.1
1473
+
1474
+ ### Patch Changes
1475
+
1476
+ - 5343f93: Move emitter to symbol to make private
1477
+ - Updated dependencies [200d0da]
1478
+ - Updated dependencies [bf5f17b]
1479
+ - Updated dependencies [5343f93]
1480
+ - Updated dependencies [38aee50]
1481
+ - Updated dependencies [5c41100]
1482
+ - Updated dependencies [d6a759b]
1483
+ - @mastra/core@0.10.1-alpha.1
1484
+
1485
+ ## 0.10.1-alpha.0
1486
+
1487
+ ### Patch Changes
1488
+
1489
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
1490
+ - Updated dependencies [6d16390]
1491
+ - Updated dependencies [1e4a421]
1492
+ - @mastra/core@0.10.1-alpha.0
1493
+
1494
+ ## 0.10.0
1495
+
1496
+ ### Minor Changes
1497
+
1498
+ - 83da932: Move @mastra/core to peerdeps
1499
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1500
+
1501
+ ### Patch Changes
1502
+
1503
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1504
+ - 0215b0b: Add description to vnext workflow response
1505
+ - f53a6ac: Add VNextWorkflowRuns type
1506
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
1507
+ - a6e3881: Remove non serializable options from agent stream,generate
1508
+ - fddae56: Add telemetry to cliend SDK streamParams
1509
+ - 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.
1510
+ - 5063646: Accept plain obects as runtimeContext
1511
+ - 2672a05: Add MCP servers and tool call execution to playground
1512
+ - Updated dependencies [b3a3d63]
1513
+ - Updated dependencies [344f453]
1514
+ - Updated dependencies [0a3ae6d]
1515
+ - Updated dependencies [95911be]
1516
+ - Updated dependencies [f53a6ac]
1517
+ - Updated dependencies [5eb5a99]
1518
+ - Updated dependencies [7e632c5]
1519
+ - Updated dependencies [1e9fbfa]
1520
+ - Updated dependencies [eabdcd9]
1521
+ - Updated dependencies [90be034]
1522
+ - Updated dependencies [99f050a]
1523
+ - Updated dependencies [d0ee3c6]
1524
+ - Updated dependencies [b2ae5aa]
1525
+ - Updated dependencies [23f258c]
1526
+ - Updated dependencies [a7292b0]
1527
+ - Updated dependencies [0dcb9f0]
1528
+ - Updated dependencies [2672a05]
1529
+ - @mastra/core@0.10.0
1530
+
1531
+ ## 0.2.0-alpha.1
1532
+
1533
+ ### Minor Changes
1534
+
1535
+ - 83da932: Move @mastra/core to peerdeps
1536
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1537
+
1538
+ ### Patch Changes
1539
+
1540
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1541
+ - 0215b0b: Add description to vnext workflow response
1542
+ - 5063646: Accept plain obects as runtimeContext
1543
+ - Updated dependencies [b3a3d63]
1544
+ - Updated dependencies [344f453]
1545
+ - Updated dependencies [0a3ae6d]
1546
+ - Updated dependencies [95911be]
1547
+ - Updated dependencies [5eb5a99]
1548
+ - Updated dependencies [7e632c5]
1549
+ - Updated dependencies [1e9fbfa]
1550
+ - Updated dependencies [b2ae5aa]
1551
+ - Updated dependencies [a7292b0]
1552
+ - Updated dependencies [0dcb9f0]
1553
+ - @mastra/core@0.10.0-alpha.1
1554
+
1555
+ ## 0.1.23-alpha.0
4
1556
 
5
1557
  ### Patch Changes
6
1558
 
@@ -12,11 +1564,12 @@
12
1564
  - 2672a05: Add MCP servers and tool call execution to playground
13
1565
  - Updated dependencies [f53a6ac]
14
1566
  - Updated dependencies [eabdcd9]
1567
+ - Updated dependencies [90be034]
15
1568
  - Updated dependencies [99f050a]
16
1569
  - Updated dependencies [d0ee3c6]
17
1570
  - Updated dependencies [23f258c]
18
1571
  - Updated dependencies [2672a05]
19
- - @mastra/core@0.0.0-add-runtime-context-to-openai-realtime-20250516201052
1572
+ - @mastra/core@0.9.5-alpha.0
20
1573
 
21
1574
  ## 0.1.22
22
1575