@mastra/client-js 0.0.0-tool-call-parts-20250630193309 → 0.0.0-tool-list-type-20250910140329

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 (82) hide show
  1. package/CHANGELOG.md +1067 -3
  2. package/LICENSE.md +11 -42
  3. package/README.md +6 -3
  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 +1414 -305
  9. package/dist/index.cjs.map +1 -0
  10. package/dist/index.d.ts +4 -1133
  11. package/dist/index.d.ts.map +1 -0
  12. package/dist/index.js +1414 -305
  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 +169 -0
  43. package/dist/resources/workflow.d.ts.map +1 -0
  44. package/dist/types.d.ts +462 -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 +29 -16
  55. package/.turbo/turbo-build.log +0 -19
  56. package/dist/index.d.cts +0 -1133
  57. package/eslint.config.js +0 -6
  58. package/src/adapters/agui.test.ts +0 -180
  59. package/src/adapters/agui.ts +0 -239
  60. package/src/client.ts +0 -480
  61. package/src/example.ts +0 -67
  62. package/src/index.test.ts +0 -830
  63. package/src/index.ts +0 -2
  64. package/src/resources/a2a.ts +0 -88
  65. package/src/resources/agent.ts +0 -745
  66. package/src/resources/base.ts +0 -71
  67. package/src/resources/index.ts +0 -10
  68. package/src/resources/legacy-workflow.ts +0 -242
  69. package/src/resources/mcp-tool.ts +0 -48
  70. package/src/resources/memory-thread.ts +0 -63
  71. package/src/resources/network-memory-thread.ts +0 -63
  72. package/src/resources/network.ts +0 -85
  73. package/src/resources/tool.ts +0 -45
  74. package/src/resources/vNextNetwork.ts +0 -177
  75. package/src/resources/vector.ts +0 -83
  76. package/src/resources/workflow.ts +0 -373
  77. package/src/types.ts +0 -411
  78. package/src/utils/index.ts +0 -11
  79. package/src/utils/process-client-tools.ts +0 -32
  80. package/src/utils/zod-to-json-schema.ts +0 -10
  81. package/tsconfig.json +0 -5
  82. package/vitest.config.js +0 -8
package/CHANGELOG.md CHANGED
@@ -1,21 +1,1085 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-tool-call-parts-20250630193309
3
+ ## 0.0.0-tool-list-type-20250910140329
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [[`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed)]:
8
+ - @mastra/core@0.0.0-tool-list-type-20250910140329
9
+
10
+ ## 0.12.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`61926ef`](https://github.com/mastra-ai/mastra/commit/61926ef40d415b805a63527cffe27a50542e15e5)]:
15
+ - @mastra/core@0.16.2
16
+
17
+ ## 0.12.2-alpha.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`61926ef`](https://github.com/mastra-ai/mastra/commit/61926ef40d415b805a63527cffe27a50542e15e5)]:
22
+ - @mastra/core@0.16.2-alpha.0
23
+
24
+ ## 0.12.1
25
+
26
+ ### Patch Changes
27
+
28
+ - Allow streamVNext and generateVNext to use structuredOutputs from the MastraClient ([#7597](https://github.com/mastra-ai/mastra/pull/7597))
29
+
30
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
31
+
32
+ - Make agent streamVNext work with clientTools in client js ([#7577](https://github.com/mastra-ai/mastra/pull/7577))
33
+
34
+ - 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)]:
35
+ - @mastra/core@0.16.1
36
+
37
+ ## 0.12.1-alpha.3
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [[`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b)]:
42
+ - @mastra/core@0.16.1-alpha.3
43
+
44
+ ## 0.12.1-alpha.2
45
+
46
+ ### Patch Changes
47
+
48
+ - 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)]:
49
+ - @mastra/core@0.16.1-alpha.2
50
+
51
+ ## 0.12.1-alpha.1
52
+
53
+ ### Patch Changes
54
+
55
+ - Allow streamVNext and generateVNext to use structuredOutputs from the MastraClient ([#7597](https://github.com/mastra-ai/mastra/pull/7597))
56
+
57
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
58
+
59
+ - Make agent streamVNext work with clientTools in client js ([#7577](https://github.com/mastra-ai/mastra/pull/7577))
60
+
61
+ - 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)]:
62
+ - @mastra/core@0.16.1-alpha.1
63
+
64
+ ## 0.12.1-alpha.0
65
+
66
+ ### Patch Changes
67
+
68
+ - 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)]:
69
+ - @mastra/core@0.16.1-alpha.0
70
+
71
+ ## 0.12.0
72
+
73
+ ### Minor Changes
74
+
75
+ - 6155cfc: Remove AGUI implementation from client-js
76
+
77
+ ### Patch Changes
78
+
79
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
80
+ - 5397eb4: Add public URL support when adding files in Multi Modal
81
+ - Updated dependencies [8fbf79e]
82
+ - Updated dependencies [fd83526]
83
+ - Updated dependencies [d0b90ab]
84
+ - Updated dependencies [6f5eb7a]
85
+ - Updated dependencies [a01cf14]
86
+ - Updated dependencies [a9e50ee]
87
+ - Updated dependencies [5397eb4]
88
+ - Updated dependencies [c9f4e4a]
89
+ - Updated dependencies [0acbc80]
90
+ - @mastra/core@0.16.0
91
+
92
+ ## 0.12.0-alpha.1
93
+
94
+ ### Patch Changes
95
+
96
+ - Updated dependencies [8fbf79e]
97
+ - @mastra/core@0.16.0-alpha.1
98
+
99
+ ## 0.12.0-alpha.0
100
+
101
+ ### Minor Changes
102
+
103
+ - 6155cfc: Remove AGUI implementation from client-js
104
+
105
+ ### Patch Changes
106
+
107
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
108
+ - 5397eb4: Add public URL support when adding files in Multi Modal
109
+ - Updated dependencies [fd83526]
110
+ - Updated dependencies [d0b90ab]
111
+ - Updated dependencies [6f5eb7a]
112
+ - Updated dependencies [a01cf14]
113
+ - Updated dependencies [a9e50ee]
114
+ - Updated dependencies [5397eb4]
115
+ - Updated dependencies [c9f4e4a]
116
+ - Updated dependencies [0acbc80]
117
+ - @mastra/core@0.16.0-alpha.0
118
+
119
+ ## 0.11.3
120
+
121
+ ### Patch Changes
122
+
123
+ - ab48c97: dependencies updates:
124
+ - 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`)
125
+ - ff89505: Add deprecation warnings and add legacy routes
126
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
127
+ - 26b0d7c: Cleanup pkg output
128
+ - 48f0742: add deployer, server and clientjs handlers for agent builder template
129
+ - 5de1555: Fixed tracingContext on tool executions in AI tracing
130
+ - Updated dependencies [ab48c97]
131
+ - Updated dependencies [85ef90b]
132
+ - Updated dependencies [aedbbfa]
133
+ - Updated dependencies [ff89505]
134
+ - Updated dependencies [637f323]
135
+ - Updated dependencies [de3cbc6]
136
+ - Updated dependencies [c19bcf7]
137
+ - Updated dependencies [4474d04]
138
+ - Updated dependencies [183dc95]
139
+ - Updated dependencies [a1111e2]
140
+ - Updated dependencies [b42a961]
141
+ - Updated dependencies [61debef]
142
+ - Updated dependencies [9beaeff]
143
+ - Updated dependencies [29de0e1]
144
+ - Updated dependencies [f643c65]
145
+ - Updated dependencies [00c74e7]
146
+ - Updated dependencies [fef7375]
147
+ - Updated dependencies [e3d8fea]
148
+ - Updated dependencies [45e4d39]
149
+ - Updated dependencies [9eee594]
150
+ - Updated dependencies [7149d8d]
151
+ - Updated dependencies [822c2e8]
152
+ - Updated dependencies [979912c]
153
+ - Updated dependencies [7dcf4c0]
154
+ - Updated dependencies [4106a58]
155
+ - Updated dependencies [ad78bfc]
156
+ - Updated dependencies [0302f50]
157
+ - Updated dependencies [6ac697e]
158
+ - Updated dependencies [74db265]
159
+ - Updated dependencies [0ce418a]
160
+ - Updated dependencies [af90672]
161
+ - Updated dependencies [8387952]
162
+ - Updated dependencies [7f3b8da]
163
+ - Updated dependencies [905352b]
164
+ - Updated dependencies [599d04c]
165
+ - Updated dependencies [56041d0]
166
+ - Updated dependencies [3412597]
167
+ - Updated dependencies [5eca5d2]
168
+ - Updated dependencies [f2cda47]
169
+ - Updated dependencies [5de1555]
170
+ - Updated dependencies [cfd377a]
171
+ - Updated dependencies [1ed5a3e]
172
+ - @mastra/core@0.15.3
173
+
174
+ ## 0.11.3-alpha.9
175
+
176
+ ### Patch Changes
177
+
178
+ - Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
179
+ - @mastra/core@0.15.3-alpha.9
180
+
181
+ ## 0.11.3-alpha.8
182
+
183
+ ### Patch Changes
184
+
185
+ - Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
186
+ - @mastra/core@0.15.3-alpha.8
187
+
188
+ ## 0.11.3-alpha.7
189
+
190
+ ### Patch Changes
191
+
192
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
193
+ - @mastra/core@0.15.3-alpha.7
194
+
195
+ ## 0.11.3-alpha.6
196
+
197
+ ### Patch Changes
198
+
199
+ - 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)]:
200
+ - @mastra/core@0.15.3-alpha.6
201
+
202
+ ## 0.11.3-alpha.5
203
+
204
+ ### Patch Changes
205
+
206
+ - [#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`.
207
+
208
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
209
+ - @mastra/core@0.15.3-alpha.5
210
+
211
+ ## 0.11.3-alpha.4
212
+
213
+ ### Patch Changes
214
+
215
+ - [#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:
216
+ - 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`)
217
+
218
+ - [#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
219
+
220
+ - [#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
221
+
222
+ - [#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
223
+
224
+ - 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)]:
225
+ - @mastra/core@0.15.3-alpha.4
226
+
227
+ ## 0.11.3-alpha.3
228
+
229
+ ### Patch Changes
230
+
231
+ - 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)]:
232
+ - @mastra/core@0.15.3-alpha.3
233
+
234
+ ## 0.11.3-alpha.2
235
+
236
+ ### Patch Changes
237
+
238
+ - Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
239
+ - @mastra/core@0.15.3-alpha.2
240
+
241
+ ## 0.11.3-alpha.1
242
+
243
+ ### Patch Changes
244
+
245
+ - 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)]:
246
+ - @mastra/core@0.15.3-alpha.1
247
+
248
+ ## 0.11.3-alpha.0
249
+
250
+ ### Patch Changes
251
+
252
+ - [#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
253
+
254
+ - 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)]:
255
+ - @mastra/core@0.15.3-alpha.0
256
+
257
+ ## 0.11.2
258
+
259
+ ### Patch Changes
260
+
261
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
262
+
263
+ - Updated dependencies []:
264
+ - @mastra/core@0.15.2
265
+
266
+ ## 0.11.1
267
+
268
+ ### Patch Changes
269
+
270
+ - Updated dependencies []:
271
+ - @mastra/core@0.15.1
272
+
273
+ ## 0.11.0
274
+
275
+ ### Minor Changes
276
+
277
+ - [#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
278
+
279
+ - [#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
280
+
281
+ ### Patch Changes
282
+
283
+ - [#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
284
+
285
+ - [#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
286
+
287
+ - [#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
288
+
289
+ - [#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
290
+
291
+ - 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)]:
292
+ - @mastra/core@0.15.0
293
+
294
+ ## 0.11.0-alpha.4
295
+
296
+ ### Minor Changes
297
+
298
+ - [#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
299
+
300
+ ### Patch Changes
301
+
302
+ - Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
303
+ - @mastra/core@0.15.0-alpha.4
304
+
305
+ ## 0.11.0-alpha.3
306
+
307
+ ### Patch Changes
308
+
309
+ - Updated dependencies []:
310
+ - @mastra/core@0.15.0-alpha.3
311
+
312
+ ## 0.11.0-alpha.2
313
+
314
+ ### Patch Changes
315
+
316
+ - Updated dependencies [[`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6)]:
317
+ - @mastra/core@0.14.2-alpha.2
318
+
319
+ ## 0.11.0-alpha.1
320
+
321
+ ### Minor Changes
322
+
323
+ - [#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
324
+
325
+ ### Patch Changes
326
+
327
+ - [#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
328
+
329
+ - [#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
330
+
331
+ - [#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
332
+
333
+ - 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)]:
334
+ - @mastra/core@0.14.2-alpha.1
335
+
336
+ ## 0.10.24-alpha.0
337
+
338
+ ### Patch Changes
339
+
340
+ - [#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
341
+
342
+ - 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)]:
343
+ - @mastra/core@0.14.2-alpha.0
344
+
345
+ ## 0.10.23
346
+
347
+ ### Patch Changes
348
+
349
+ - 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)]:
350
+ - @mastra/core@0.14.1
351
+
352
+ ## 0.10.23-alpha.1
353
+
354
+ ### Patch Changes
355
+
356
+ - Updated dependencies [[`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236)]:
357
+ - @mastra/core@0.14.1-alpha.1
358
+
359
+ ## 0.10.23-alpha.0
360
+
361
+ ### Patch Changes
362
+
363
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
364
+ - @mastra/core@0.14.1-alpha.0
365
+
366
+ ## 0.10.22
367
+
368
+ ### Patch Changes
369
+
370
+ - 0a7f675: Add VNext methods and `processMastraStream`
371
+ - 6313063: Implement model switcher in playground
372
+ - 1d59515: Add options to playground based on modelVersion
373
+ - Updated dependencies [227c7e6]
374
+ - Updated dependencies [12cae67]
375
+ - Updated dependencies [fd3a3eb]
376
+ - Updated dependencies [6faaee5]
377
+ - Updated dependencies [4232b14]
378
+ - Updated dependencies [a89de7e]
379
+ - Updated dependencies [5a37d0c]
380
+ - Updated dependencies [4bde0cb]
381
+ - Updated dependencies [cf4f357]
382
+ - Updated dependencies [ad888a2]
383
+ - Updated dependencies [481751d]
384
+ - Updated dependencies [2454423]
385
+ - Updated dependencies [194e395]
386
+ - Updated dependencies [a722c0b]
387
+ - Updated dependencies [c30bca8]
388
+ - Updated dependencies [3b5fec7]
389
+ - Updated dependencies [a8f129d]
390
+ - @mastra/core@0.14.0
391
+
392
+ ## 0.10.22-alpha.7
393
+
394
+ ### Patch Changes
395
+
396
+ - @mastra/core@0.14.0-alpha.7
397
+
398
+ ## 0.10.22-alpha.6
399
+
400
+ ### Patch Changes
401
+
402
+ - Updated dependencies [ad888a2]
403
+ - Updated dependencies [481751d]
404
+ - Updated dependencies [194e395]
405
+ - @mastra/core@0.14.0-alpha.6
406
+
407
+ ## 0.10.22-alpha.5
408
+
409
+ ### Patch Changes
410
+
411
+ - @mastra/core@0.14.0-alpha.5
412
+
413
+ ## 0.10.22-alpha.4
414
+
415
+ ### Patch Changes
416
+
417
+ - 0a7f675: Client JS vnext methods
418
+ - 1d59515: Add options to playground based on modelVersion
419
+ - 195eabb: Process Mastra Stream
420
+ - Updated dependencies [0a7f675]
421
+ - Updated dependencies [12cae67]
422
+ - Updated dependencies [5a37d0c]
423
+ - Updated dependencies [4bde0cb]
424
+ - Updated dependencies [1a80071]
425
+ - Updated dependencies [36a3be8]
426
+ - Updated dependencies [361757b]
427
+ - Updated dependencies [2bb9955]
428
+ - Updated dependencies [2454423]
429
+ - Updated dependencies [a44d91e]
430
+ - Updated dependencies [dfb91e9]
431
+ - Updated dependencies [a741dde]
432
+ - Updated dependencies [7cb3fc0]
433
+ - Updated dependencies [195eabb]
434
+ - Updated dependencies [b78b95b]
435
+ - @mastra/core@0.14.0-alpha.4
436
+
437
+ ## 0.10.22-alpha.3
438
+
439
+ ### Patch Changes
440
+
441
+ - Updated dependencies [227c7e6]
442
+ - Updated dependencies [fd3a3eb]
443
+ - Updated dependencies [a8f129d]
444
+ - @mastra/core@0.14.0-alpha.3
445
+
446
+ ## 0.10.22-alpha.2
447
+
448
+ ### Patch Changes
449
+
450
+ - @mastra/core@0.14.0-alpha.2
451
+
452
+ ## 0.10.22-alpha.1
453
+
454
+ ### Patch Changes
455
+
456
+ - 6313063: Implement model switcher in playground
457
+ - Updated dependencies [6faaee5]
458
+ - Updated dependencies [4232b14]
459
+ - Updated dependencies [a89de7e]
460
+ - Updated dependencies [cf4f357]
461
+ - Updated dependencies [a722c0b]
462
+ - Updated dependencies [3b5fec7]
463
+ - @mastra/core@0.14.0-alpha.1
464
+
465
+ ## 0.10.22-alpha.0
466
+
467
+ ### Patch Changes
468
+
469
+ - Updated dependencies [c30bca8]
470
+ - @mastra/core@0.13.3-alpha.0
471
+
472
+ ## 0.10.21
473
+
474
+ ### Patch Changes
475
+
476
+ - a239d41: Updated A2A syntax to v0.3.0
477
+ - 96169cc: Create handler that returns providers user has keys for in their env
478
+ - ce04175: Add update agent model handler
479
+ - Updated dependencies [d5330bf]
480
+ - Updated dependencies [2e74797]
481
+ - Updated dependencies [8388649]
482
+ - Updated dependencies [a239d41]
483
+ - Updated dependencies [dd94a26]
484
+ - Updated dependencies [3ba6772]
485
+ - Updated dependencies [b5cf2a3]
486
+ - Updated dependencies [2fff911]
487
+ - Updated dependencies [b32c50d]
488
+ - Updated dependencies [63449d0]
489
+ - Updated dependencies [121a3f8]
490
+ - Updated dependencies [ec510e7]
491
+ - @mastra/core@0.13.2
492
+
493
+ ## 0.10.21-alpha.3
494
+
495
+ ### Patch Changes
496
+
497
+ - Updated dependencies [b5cf2a3]
498
+ - @mastra/core@0.13.2-alpha.3
499
+
500
+ ## 0.10.21-alpha.2
501
+
502
+ ### Patch Changes
503
+
504
+ - a239d41: Updated A2A syntax to v0.3.0
505
+ - 96169cc: Create handler that returns providers user has keys for in their env
506
+ - ce04175: Add update agent model handler
507
+ - Updated dependencies [d5330bf]
508
+ - Updated dependencies [a239d41]
509
+ - Updated dependencies [b32c50d]
510
+ - Updated dependencies [121a3f8]
511
+ - Updated dependencies [ec510e7]
512
+ - @mastra/core@0.13.2-alpha.2
513
+
514
+ ## 0.10.21-alpha.1
515
+
516
+ ### Patch Changes
517
+
518
+ - Updated dependencies [2e74797]
519
+ - Updated dependencies [63449d0]
520
+ - @mastra/core@0.13.2-alpha.1
521
+
522
+ ## 0.10.21-alpha.0
523
+
524
+ ### Patch Changes
525
+
526
+ - Updated dependencies [8388649]
527
+ - Updated dependencies [dd94a26]
528
+ - Updated dependencies [3ba6772]
529
+ - Updated dependencies [2fff911]
530
+ - @mastra/core@0.13.2-alpha.0
531
+
532
+ ## 0.10.20
533
+
534
+ ### Patch Changes
535
+
536
+ - Updated dependencies [cd0042e]
537
+ - @mastra/core@0.13.1
538
+
539
+ ## 0.10.20-alpha.0
540
+
541
+ ### Patch Changes
542
+
543
+ - Updated dependencies [cd0042e]
544
+ - @mastra/core@0.13.1-alpha.0
545
+
546
+ ## 0.10.19
547
+
548
+ ### Patch Changes
549
+
550
+ - 42dfc48: Fix tool messages structure in agui adapter
551
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
552
+ - Updated dependencies [cb36de0]
553
+ - Updated dependencies [d0496e6]
554
+ - Updated dependencies [a82b851]
555
+ - Updated dependencies [ea0c5f2]
556
+ - Updated dependencies [41a0a0e]
557
+ - Updated dependencies [2871020]
558
+ - Updated dependencies [94f4812]
559
+ - Updated dependencies [e202b82]
560
+ - Updated dependencies [e00f6a0]
561
+ - Updated dependencies [4a406ec]
562
+ - Updated dependencies [b0e43c1]
563
+ - Updated dependencies [5d377e5]
564
+ - Updated dependencies [1fb812e]
565
+ - Updated dependencies [35c5798]
566
+ - @mastra/core@0.13.0
567
+
568
+ ## 0.10.19-alpha.3
569
+
570
+ ### Patch Changes
571
+
572
+ - Updated dependencies [d0496e6]
573
+ - @mastra/core@0.13.0-alpha.3
574
+
575
+ ## 0.10.19-alpha.2
576
+
577
+ ### Patch Changes
578
+
579
+ - 42dfc48: Fix tool messages structure in agui adapter
580
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
581
+ - Updated dependencies [cb36de0]
582
+ - Updated dependencies [a82b851]
583
+ - Updated dependencies [41a0a0e]
584
+ - Updated dependencies [2871020]
585
+ - Updated dependencies [4a406ec]
586
+ - Updated dependencies [5d377e5]
587
+ - @mastra/core@0.13.0-alpha.2
588
+
589
+ ## 0.10.19-alpha.1
590
+
591
+ ### Patch Changes
592
+
593
+ - Updated dependencies [ea0c5f2]
594
+ - Updated dependencies [b0e43c1]
595
+ - Updated dependencies [1fb812e]
596
+ - Updated dependencies [35c5798]
597
+ - @mastra/core@0.13.0-alpha.1
598
+
599
+ ## 0.10.19-alpha.0
600
+
601
+ ### Patch Changes
602
+
603
+ - Updated dependencies [94f4812]
604
+ - Updated dependencies [e202b82]
605
+ - Updated dependencies [e00f6a0]
606
+ - @mastra/core@0.12.2-alpha.0
607
+
608
+ ## 0.10.18
609
+
610
+ ### Patch Changes
611
+
612
+ - 6690a16: dependencies updates:
613
+ - 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`)
614
+ - Updated dependencies [33dcb07]
615
+ - Updated dependencies [d0d9500]
616
+ - Updated dependencies [d30b1a0]
617
+ - Updated dependencies [bff87f7]
618
+ - Updated dependencies [b4a8df0]
619
+ - @mastra/core@0.12.1
620
+
621
+ ## 0.10.18-alpha.1
622
+
623
+ ### Patch Changes
624
+
625
+ - Updated dependencies [d0d9500]
626
+ - @mastra/core@0.12.1-alpha.1
627
+
628
+ ## 0.10.18-alpha.0
629
+
630
+ ### Patch Changes
631
+
632
+ - 6690a16: dependencies updates:
633
+ - 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`)
634
+ - Updated dependencies [33dcb07]
635
+ - Updated dependencies [d30b1a0]
636
+ - Updated dependencies [bff87f7]
637
+ - Updated dependencies [b4a8df0]
638
+ - @mastra/core@0.12.1-alpha.0
639
+
640
+ ## 0.10.17
641
+
642
+ ### Patch Changes
643
+
644
+ - aa2715b: process stream response error handling
645
+ - 6bd354c: Should not send content type if body instance of FormData
646
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
647
+ - b641ba3: fix: save score params
648
+ - 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
649
+ - 1ac8f6b: deduplicate message
650
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
651
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
652
+ - Single message ID as string: `deleteMessages('msg-123')`
653
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
654
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
655
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
656
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
657
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
658
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
659
+ - Updates thread timestamps when messages are deleted
660
+ - Added comprehensive test coverage and documentation
661
+
662
+ - Updated dependencies [510e2c8]
663
+ - Updated dependencies [2f72fb2]
664
+ - Updated dependencies [27cc97a]
665
+ - Updated dependencies [3f89307]
666
+ - Updated dependencies [9eda7d4]
667
+ - Updated dependencies [9d49408]
668
+ - Updated dependencies [41daa63]
669
+ - Updated dependencies [ad0a58b]
670
+ - Updated dependencies [254a36b]
671
+ - Updated dependencies [2ecf658]
672
+ - Updated dependencies [7a7754f]
673
+ - Updated dependencies [fc92d80]
674
+ - Updated dependencies [e0f73c6]
675
+ - Updated dependencies [0b89602]
676
+ - Updated dependencies [4d37822]
677
+ - Updated dependencies [23a6a7c]
678
+ - Updated dependencies [cda801d]
679
+ - Updated dependencies [a77c823]
680
+ - Updated dependencies [ff9c125]
681
+ - Updated dependencies [09bca64]
682
+ - Updated dependencies [b8efbb9]
683
+ - Updated dependencies [71466e7]
684
+ - Updated dependencies [0c99fbe]
685
+ - @mastra/core@0.12.0
686
+
687
+ ## 0.10.17-alpha.5
688
+
689
+ ### Patch Changes
690
+
691
+ - @mastra/core@0.12.0-alpha.5
692
+
693
+ ## 0.10.17-alpha.4
694
+
695
+ ### Patch Changes
696
+
697
+ - Updated dependencies [ad0a58b]
698
+ - @mastra/core@0.12.0-alpha.4
699
+
700
+ ## 0.10.17-alpha.3
701
+
702
+ ### Patch Changes
703
+
704
+ - 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
705
+ - 1ac8f6b: deduplicate message
706
+ - @mastra/core@0.12.0-alpha.3
707
+
708
+ ## 0.10.17-alpha.2
709
+
710
+ ### Patch Changes
711
+
712
+ - aa2715b: process stream response error handling
713
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
714
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
715
+ - Single message ID as string: `deleteMessages('msg-123')`
716
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
717
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
718
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
719
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
720
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
721
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
722
+ - Updates thread timestamps when messages are deleted
723
+ - Added comprehensive test coverage and documentation
724
+
725
+ - Updated dependencies [27cc97a]
726
+ - Updated dependencies [41daa63]
727
+ - Updated dependencies [254a36b]
728
+ - Updated dependencies [0b89602]
729
+ - Updated dependencies [4d37822]
730
+ - Updated dependencies [ff9c125]
731
+ - Updated dependencies [b8efbb9]
732
+ - Updated dependencies [71466e7]
733
+ - Updated dependencies [0c99fbe]
734
+ - @mastra/core@0.12.0-alpha.2
735
+
736
+ ## 0.10.17-alpha.1
737
+
738
+ ### Patch Changes
739
+
740
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
741
+ - Updated dependencies [e0f73c6]
742
+ - Updated dependencies [cda801d]
743
+ - Updated dependencies [a77c823]
744
+ - @mastra/core@0.12.0-alpha.1
745
+
746
+ ## 0.10.17-alpha.0
747
+
748
+ ### Patch Changes
749
+
750
+ - 6bd354c: Should not send content type if body instance of FormData
751
+ - b641ba3: fix: save score params
752
+ - Updated dependencies [510e2c8]
753
+ - Updated dependencies [2f72fb2]
754
+ - Updated dependencies [3f89307]
755
+ - Updated dependencies [9eda7d4]
756
+ - Updated dependencies [9d49408]
757
+ - Updated dependencies [2ecf658]
758
+ - Updated dependencies [7a7754f]
759
+ - Updated dependencies [fc92d80]
760
+ - Updated dependencies [23a6a7c]
761
+ - Updated dependencies [09bca64]
762
+ - @mastra/core@0.12.0-alpha.0
763
+
764
+ ## 0.10.16
765
+
766
+ ### Patch Changes
767
+
768
+ - @mastra/core@0.11.1
769
+
770
+ ## 0.10.15
771
+
772
+ ### Patch Changes
773
+
774
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
775
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
776
+ - 2affc57: Fix output type of network loop
777
+ - 032cb66: ClientJS
778
+ - 7827943: Handle streaming large data
779
+ - 65e3395: Add Scores playground-ui and add scorer hooks
780
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
781
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
782
+ - Updated dependencies [f248d53]
783
+ - Updated dependencies [2affc57]
784
+ - Updated dependencies [66e13e3]
785
+ - Updated dependencies [edd9482]
786
+ - Updated dependencies [18344d7]
787
+ - Updated dependencies [9d372c2]
788
+ - Updated dependencies [40c2525]
789
+ - Updated dependencies [e473f27]
790
+ - Updated dependencies [032cb66]
791
+ - Updated dependencies [703ac71]
792
+ - Updated dependencies [a723d69]
793
+ - Updated dependencies [7827943]
794
+ - Updated dependencies [5889a31]
795
+ - Updated dependencies [bf1e7e7]
796
+ - Updated dependencies [65e3395]
797
+ - Updated dependencies [4933192]
798
+ - Updated dependencies [d1c77a4]
799
+ - Updated dependencies [bea9dd1]
800
+ - Updated dependencies [dcd4802]
801
+ - Updated dependencies [cbddd18]
802
+ - Updated dependencies [7ba91fa]
803
+ - @mastra/core@0.11.0
804
+
805
+ ## 0.10.15-alpha.3
806
+
807
+ ### Patch Changes
808
+
809
+ - @mastra/core@0.11.0-alpha.3
810
+
811
+ ## 0.10.15-alpha.2
812
+
813
+ ### Patch Changes
814
+
815
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
816
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
817
+ - 2affc57: Fix output type of network loop
818
+ - 032cb66: ClientJS
819
+ - 65e3395: Add Scores playground-ui and add scorer hooks
820
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
821
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
822
+ - Updated dependencies [f248d53]
823
+ - Updated dependencies [2affc57]
824
+ - Updated dependencies [66e13e3]
825
+ - Updated dependencies [edd9482]
826
+ - Updated dependencies [18344d7]
827
+ - Updated dependencies [9d372c2]
828
+ - Updated dependencies [40c2525]
829
+ - Updated dependencies [e473f27]
830
+ - Updated dependencies [032cb66]
831
+ - Updated dependencies [703ac71]
832
+ - Updated dependencies [a723d69]
833
+ - Updated dependencies [5889a31]
834
+ - Updated dependencies [65e3395]
835
+ - Updated dependencies [4933192]
836
+ - Updated dependencies [d1c77a4]
837
+ - Updated dependencies [bea9dd1]
838
+ - Updated dependencies [dcd4802]
839
+ - Updated dependencies [7ba91fa]
840
+ - @mastra/core@0.11.0-alpha.2
841
+
842
+ ## 0.10.15-alpha.1
843
+
844
+ ### Patch Changes
845
+
846
+ - @mastra/core@0.11.0-alpha.1
847
+
848
+ ## 0.10.15-alpha.0
849
+
850
+ ### Patch Changes
851
+
852
+ - 7827943: Handle streaming large data
853
+ - Updated dependencies [7827943]
854
+ - Updated dependencies [bf1e7e7]
855
+ - Updated dependencies [cbddd18]
856
+ - @mastra/core@0.11.0-alpha.0
857
+
858
+ ## 0.10.14
859
+
860
+ ### Patch Changes
861
+
862
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
863
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
864
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
865
+ - Updated dependencies [0b56518]
866
+ - Updated dependencies [db5cc15]
867
+ - Updated dependencies [2ba5b76]
868
+ - Updated dependencies [5237998]
869
+ - Updated dependencies [c3a30de]
870
+ - Updated dependencies [37c1acd]
871
+ - Updated dependencies [1aa60b1]
872
+ - Updated dependencies [89ec9d4]
873
+ - Updated dependencies [cf3a184]
874
+ - Updated dependencies [d6bfd60]
875
+ - Updated dependencies [626b0f4]
876
+ - Updated dependencies [c22a91f]
877
+ - Updated dependencies [f7403ab]
878
+ - Updated dependencies [6c89d7f]
879
+ - @mastra/core@0.10.15
880
+
881
+ ## 0.10.14-alpha.1
882
+
883
+ ### Patch Changes
884
+
885
+ - Updated dependencies [0b56518]
886
+ - Updated dependencies [2ba5b76]
887
+ - Updated dependencies [c3a30de]
888
+ - Updated dependencies [cf3a184]
889
+ - Updated dependencies [d6bfd60]
890
+ - @mastra/core@0.10.15-alpha.1
891
+
892
+ ## 0.10.14-alpha.0
893
+
894
+ ### Patch Changes
895
+
896
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
897
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
898
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
899
+ - Updated dependencies [db5cc15]
900
+ - Updated dependencies [5237998]
901
+ - Updated dependencies [37c1acd]
902
+ - Updated dependencies [1aa60b1]
903
+ - Updated dependencies [89ec9d4]
904
+ - Updated dependencies [626b0f4]
905
+ - Updated dependencies [c22a91f]
906
+ - Updated dependencies [f7403ab]
907
+ - Updated dependencies [6c89d7f]
908
+ - @mastra/core@0.10.15-alpha.0
909
+
910
+ ## 0.10.13
911
+
912
+ ### Patch Changes
913
+
914
+ - @mastra/core@0.10.14
915
+
916
+ ## 0.10.11
917
+
918
+ ### Patch Changes
919
+
920
+ - 9468be4: Fix error on agent generate while using antropic
921
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
922
+ - Updated dependencies [b4a9811]
923
+ - Updated dependencies [4d5583d]
924
+ - @mastra/core@0.10.12
925
+
926
+ ## 0.10.11-alpha.1
927
+
928
+ ### Patch Changes
929
+
930
+ - Updated dependencies [4d5583d]
931
+ - @mastra/core@0.10.12-alpha.1
932
+
933
+ ## 0.10.11-alpha.0
934
+
935
+ ### Patch Changes
936
+
937
+ - 9468be4: Fix error on agent generate while using antropic
938
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
939
+ - Updated dependencies [b4a9811]
940
+ - @mastra/core@0.10.12-alpha.0
941
+
942
+ ## 0.10.10
943
+
944
+ ### Patch Changes
945
+
946
+ - 18da791: Add abortSignal to client SDK options
947
+ - Updated dependencies [2873c7f]
948
+ - Updated dependencies [1c1c6a1]
949
+ - Updated dependencies [f8ce2cc]
950
+ - Updated dependencies [8c846b6]
951
+ - Updated dependencies [c7bbf1e]
952
+ - Updated dependencies [8722d53]
953
+ - Updated dependencies [565cc0c]
954
+ - Updated dependencies [b790fd1]
955
+ - Updated dependencies [132027f]
956
+ - Updated dependencies [0c85311]
957
+ - Updated dependencies [d7ed04d]
958
+ - Updated dependencies [cb16baf]
959
+ - Updated dependencies [f36e4f1]
960
+ - Updated dependencies [7f6e403]
961
+ - @mastra/core@0.10.11
962
+
963
+ ## 0.10.10-alpha.4
964
+
965
+ ### Patch Changes
966
+
967
+ - @mastra/core@0.10.11-alpha.4
968
+
969
+ ## 0.10.10-alpha.3
970
+
971
+ ### Patch Changes
972
+
973
+ - Updated dependencies [c7bbf1e]
974
+ - Updated dependencies [8722d53]
975
+ - Updated dependencies [132027f]
976
+ - Updated dependencies [0c85311]
977
+ - Updated dependencies [cb16baf]
978
+ - @mastra/core@0.10.11-alpha.3
979
+
980
+ ## 0.10.10-alpha.2
981
+
982
+ ### Patch Changes
983
+
984
+ - 18da791: Add abortSignal to client SDK options
985
+ - Updated dependencies [2873c7f]
986
+ - Updated dependencies [1c1c6a1]
987
+ - Updated dependencies [565cc0c]
988
+ - @mastra/core@0.10.11-alpha.2
989
+
990
+ ## 0.10.10-alpha.1
991
+
992
+ ### Patch Changes
993
+
994
+ - Updated dependencies [7f6e403]
995
+ - @mastra/core@0.10.11-alpha.1
996
+
997
+ ## 0.10.10-alpha.0
998
+
999
+ ### Patch Changes
1000
+
1001
+ - Updated dependencies [f8ce2cc]
1002
+ - Updated dependencies [8c846b6]
1003
+ - Updated dependencies [b790fd1]
1004
+ - Updated dependencies [d7ed04d]
1005
+ - Updated dependencies [f36e4f1]
1006
+ - @mastra/core@0.10.11-alpha.0
1007
+
1008
+ ## 0.10.9
1009
+
1010
+ ### Patch Changes
1011
+
1012
+ - b60f510: Fix getWorkflowRuns by limit and offset
1013
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
1014
+ - Updated dependencies [4d3fbdf]
1015
+ - @mastra/core@0.10.10
1016
+
1017
+ ## 0.10.9-alpha.1
1018
+
1019
+ ### Patch Changes
1020
+
1021
+ - b60f510: Fix getWorkflowRuns by limit and offset
1022
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
1023
+ - @mastra/core@0.10.10-alpha.1
1024
+
1025
+ ## 0.10.9-alpha.0
1026
+
1027
+ ### Patch Changes
1028
+
1029
+ - Updated dependencies [4d3fbdf]
1030
+ - @mastra/core@0.10.10-alpha.0
1031
+
1032
+ ## 0.10.8
1033
+
1034
+ ### Patch Changes
1035
+
1036
+ - 9047bda: clientTools - stream tool-result part
1037
+ - a606c75: show right suspend schema for nested workflow on playground
1038
+ - 1760a1c: Use workflow stream in playground instead of watch
1039
+ - 038e5ae: Add cancel workflow run
1040
+ - 7e801dd: Add tools to network api response
1041
+ - Updated dependencies [9dda1ac]
1042
+ - Updated dependencies [c984582]
1043
+ - Updated dependencies [7e801dd]
1044
+ - Updated dependencies [a606c75]
1045
+ - Updated dependencies [7aa70a4]
1046
+ - Updated dependencies [764f86a]
1047
+ - Updated dependencies [1760a1c]
1048
+ - Updated dependencies [038e5ae]
1049
+ - Updated dependencies [7dda16a]
1050
+ - Updated dependencies [5ebfcdd]
1051
+ - Updated dependencies [b2d0c91]
1052
+ - Updated dependencies [4e809ad]
1053
+ - Updated dependencies [57929df]
1054
+ - Updated dependencies [b7852ed]
1055
+ - Updated dependencies [6320a61]
1056
+ - @mastra/core@0.10.9
1057
+
1058
+ ## 0.10.8-alpha.0
1059
+
1060
+ ### Patch Changes
1061
+
1062
+ - 9047bda: clientTools - stream tool-result part
1063
+ - a606c75: show right suspend schema for nested workflow on playground
7
1064
  - 1760a1c: Use workflow stream in playground instead of watch
1065
+ - 038e5ae: Add cancel workflow run
8
1066
  - 7e801dd: Add tools to network api response
9
1067
  - Updated dependencies [9dda1ac]
1068
+ - Updated dependencies [c984582]
10
1069
  - Updated dependencies [7e801dd]
1070
+ - Updated dependencies [a606c75]
11
1071
  - Updated dependencies [7aa70a4]
12
1072
  - Updated dependencies [764f86a]
13
1073
  - Updated dependencies [1760a1c]
1074
+ - Updated dependencies [038e5ae]
14
1075
  - Updated dependencies [7dda16a]
15
- - Updated dependencies [d80069a]
1076
+ - Updated dependencies [5ebfcdd]
1077
+ - Updated dependencies [b2d0c91]
1078
+ - Updated dependencies [4e809ad]
16
1079
  - Updated dependencies [57929df]
1080
+ - Updated dependencies [b7852ed]
17
1081
  - Updated dependencies [6320a61]
18
- - @mastra/core@0.0.0-tool-call-parts-20250630193309
1082
+ - @mastra/core@0.10.9-alpha.0
19
1083
 
20
1084
  ## 0.10.7
21
1085