@mastra/client-js 0.0.0-vector-sources-20250516175436 → 0.0.0-vector-extension-schema-20250922130418

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