@mastra/client-js 0.0.0-pg-pool-options-20250428183821 → 0.0.0-rag-chunk-extract-llm-option-20250926183645

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