@mastra/client-js 0.0.0-commonjs-20250227130920 → 0.0.0-consolidate-changesets-20250904042643

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 (74) hide show
  1. package/CHANGELOG.md +2554 -4
  2. package/LICENSE.md +15 -0
  3. package/README.md +12 -6
  4. package/dist/adapters/agui.d.ts +23 -0
  5. package/dist/adapters/agui.d.ts.map +1 -0
  6. package/dist/client.d.ts +284 -0
  7. package/dist/client.d.ts.map +1 -0
  8. package/dist/example.d.ts +2 -0
  9. package/dist/example.d.ts.map +1 -0
  10. package/dist/index.cjs +3038 -97
  11. package/dist/index.cjs.map +1 -0
  12. package/dist/index.d.ts +4 -405
  13. package/dist/index.d.ts.map +1 -0
  14. package/dist/index.js +3037 -100
  15. package/dist/index.js.map +1 -0
  16. package/dist/resources/a2a.d.ts +41 -0
  17. package/dist/resources/a2a.d.ts.map +1 -0
  18. package/dist/resources/agent-builder.d.ts +148 -0
  19. package/dist/resources/agent-builder.d.ts.map +1 -0
  20. package/dist/resources/agent.d.ts +155 -0
  21. package/dist/resources/agent.d.ts.map +1 -0
  22. package/dist/resources/base.d.ts +13 -0
  23. package/dist/resources/base.d.ts.map +1 -0
  24. package/dist/resources/index.d.ts +13 -0
  25. package/dist/resources/index.d.ts.map +1 -0
  26. package/dist/resources/legacy-workflow.d.ts +87 -0
  27. package/dist/resources/legacy-workflow.d.ts.map +1 -0
  28. package/dist/resources/mcp-tool.d.ts +27 -0
  29. package/dist/resources/mcp-tool.d.ts.map +1 -0
  30. package/dist/resources/memory-thread.d.ts +53 -0
  31. package/dist/resources/memory-thread.d.ts.map +1 -0
  32. package/dist/resources/network-memory-thread.d.ts +47 -0
  33. package/dist/resources/network-memory-thread.d.ts.map +1 -0
  34. package/dist/resources/network.d.ts +30 -0
  35. package/dist/resources/network.d.ts.map +1 -0
  36. package/dist/resources/observability.d.ts +19 -0
  37. package/dist/resources/observability.d.ts.map +1 -0
  38. package/dist/resources/tool.d.ts +23 -0
  39. package/dist/resources/tool.d.ts.map +1 -0
  40. package/dist/resources/vNextNetwork.d.ts +42 -0
  41. package/dist/resources/vNextNetwork.d.ts.map +1 -0
  42. package/dist/resources/vector.d.ts +48 -0
  43. package/dist/resources/vector.d.ts.map +1 -0
  44. package/dist/resources/workflow.d.ts +154 -0
  45. package/dist/resources/workflow.d.ts.map +1 -0
  46. package/dist/types.d.ts +482 -0
  47. package/dist/types.d.ts.map +1 -0
  48. package/dist/utils/index.d.ts +3 -0
  49. package/dist/utils/index.d.ts.map +1 -0
  50. package/dist/utils/process-client-tools.d.ts +3 -0
  51. package/dist/utils/process-client-tools.d.ts.map +1 -0
  52. package/dist/utils/process-mastra-stream.d.ts +7 -0
  53. package/dist/utils/process-mastra-stream.d.ts.map +1 -0
  54. package/dist/utils/zod-to-json-schema.d.ts +3 -0
  55. package/dist/utils/zod-to-json-schema.d.ts.map +1 -0
  56. package/package.json +43 -17
  57. package/.turbo/turbo-build.log +0 -19
  58. package/LICENSE +0 -44
  59. package/dist/index.d.cts +0 -405
  60. package/eslint.config.js +0 -6
  61. package/src/client.ts +0 -205
  62. package/src/example.ts +0 -43
  63. package/src/index.test.ts +0 -597
  64. package/src/index.ts +0 -2
  65. package/src/resources/agent.ts +0 -116
  66. package/src/resources/base.ts +0 -68
  67. package/src/resources/index.ts +0 -6
  68. package/src/resources/memory-thread.ts +0 -60
  69. package/src/resources/tool.ts +0 -32
  70. package/src/resources/vector.ts +0 -83
  71. package/src/resources/workflow.ts +0 -68
  72. package/src/types.ts +0 -163
  73. package/tsconfig.json +0 -5
  74. package/vitest.config.js +0 -8
package/CHANGELOG.md CHANGED
@@ -1,17 +1,2567 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-commonjs-20250227130920
3
+ ## 0.0.0-consolidate-changesets-20250904042643
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 4a712fc: Add support for commonjs
7
+ - ff89505: Add deprecation warnings and add legacy routes
8
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
9
+ - 26b0d7c: Cleanup pkg output
10
+ - a32248b: dependencies updates:
11
+ - Updated dependency [`zod@^3.25.76` ↗︎](https://www.npmjs.com/package/zod/v/3.25.76) (from `^3.25.67`, in `dependencies`)
12
+ dependencies updates:
13
+ - 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`)
14
+ dependencies updates:
15
+ - Updated dependency [`rollup@~4.49.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.49.0) (from `~4.47.1`, in `dependencies`)
16
+ dependencies updates:
17
+ - Updated dependency [`rollup@~4.50.0` ↗︎](https://www.npmjs.com/package/rollup/v/4.50.0) (from `~4.49.0`, in `dependencies`)
18
+ dependencies updates:
19
+ - Updated dependency [`redis@^5.8.2` ↗︎](https://www.npmjs.com/package/redis/v/5.8.2) (from `^5.8.0`, in `dependencies`)
20
+ dependencies updates:
21
+ - Updated dependency [`@libsql/client@^0.15.14` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.14) (from `^0.15.12`, in `dependencies`)
22
+ dependencies updates:
23
+ - Updated dependency [`zod@^3.25.76` ↗︎](https://www.npmjs.com/package/zod/v/3.25.76) (from `^3.25.67`, in `dependencies`)
24
+ - 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`)
25
+ dependencies updates:
26
+ - Updated dependency [`zod@^4.1.5` ↗︎](https://www.npmjs.com/package/zod/v/4.1.5) (from `^4.0.15`, in `dependencies`)
27
+ dependencies updates:
28
+ - Updated dependency [`@assistant-ui/react@^0.10.44` ↗︎](https://www.npmjs.com/package/@assistant-ui/react/v/0.10.44) (from `^0.7.91`, in `dependencies`)
29
+ - Updated dependency [`@assistant-ui/react-markdown@^0.10.9` ↗︎](https://www.npmjs.com/package/@assistant-ui/react-markdown/v/0.10.9) (from `^0.7.21`, in `dependencies`)
30
+ - Updated dependency [`@assistant-ui/react-syntax-highlighter@^0.10.10` ↗︎](https://www.npmjs.com/package/@assistant-ui/react-syntax-highlighter/v/0.10.10) (from `^0.7.10`, in `dependencies`)
31
+ - Added dependency [`@assistant-ui/react-ui@^0.1.8` ↗︎](https://www.npmjs.com/package/@assistant-ui/react-ui/v/0.1.8) (to `dependencies`)
32
+ dependencies updates:
33
+ - Updated dependency [`@xyflow/react@^12.8.4` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.8.4) (from `^12.8.2`, in `dependencies`)
34
+ dependencies updates:
35
+ - Updated dependency [`@assistant-ui/react@^0.10.45` ↗︎](https://www.npmjs.com/package/@assistant-ui/react/v/0.10.45) (from `^0.10.44`, in `dependencies`)
36
+ dependencies updates:
37
+ - Updated dependency [`@qdrant/js-client-rest@^1.15.1` ↗︎](https://www.npmjs.com/package/@qdrant/js-client-rest/v/1.15.1) (from `^1.15.0`, in `dependencies`)
38
+ dependencies updates:
39
+ - Updated dependency [`zod@^3.25.76` ↗︎](https://www.npmjs.com/package/zod/v/3.25.76) (from `^3.25.67`, in `dependencies`)
40
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.23.5`, in `dependencies`)
41
+ - 5de1555: Fixed tracingContext on tool executions in AI tracing
42
+ - Updated dependencies [85ef90b]
43
+ - Updated dependencies [aedbbfa]
44
+ - Updated dependencies [ff89505]
45
+ - Updated dependencies [637f323]
46
+ - Updated dependencies [de3cbc6]
47
+ - Updated dependencies [c19bcf7]
48
+ - Updated dependencies [4474d04]
49
+ - Updated dependencies [183dc95]
50
+ - Updated dependencies [f5e7282]
51
+ - Updated dependencies [a32248b]
52
+ - Updated dependencies [a1111e2]
53
+ - Updated dependencies [b42a961]
54
+ - Updated dependencies [61debef]
55
+ - Updated dependencies [9beaeff]
56
+ - Updated dependencies [00c74e7]
57
+ - Updated dependencies [fef7375]
58
+ - Updated dependencies [e3d8fea]
59
+ - Updated dependencies [45e4d39]
60
+ - Updated dependencies [9eee594]
61
+ - Updated dependencies [822c2e8]
62
+ - Updated dependencies [979912c]
63
+ - Updated dependencies [4106a58]
64
+ - Updated dependencies [ad78bfc]
65
+ - Updated dependencies [0302f50]
66
+ - Updated dependencies [74db265]
67
+ - Updated dependencies [8387952]
68
+ - Updated dependencies [7f3b8da]
69
+ - Updated dependencies [905352b]
70
+ - Updated dependencies [599d04c]
71
+ - Updated dependencies [56041d0]
72
+ - Updated dependencies [5eca5d2]
73
+ - Updated dependencies [f2cda47]
74
+ - Updated dependencies [5de1555]
75
+ - Updated dependencies [cfd377a]
76
+ - Updated dependencies [1ed5a3e]
77
+ - @mastra/core@0.0.0-consolidate-changesets-20250904042643
78
+
79
+ ## 0.11.3-alpha.9
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
84
+ - @mastra/core@0.15.3-alpha.9
85
+
86
+ ## 0.11.3-alpha.8
87
+
88
+ ### Patch Changes
89
+
90
+ - Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
91
+ - @mastra/core@0.15.3-alpha.8
92
+
93
+ ## 0.11.3-alpha.7
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
98
+ - @mastra/core@0.15.3-alpha.7
99
+
100
+ ## 0.11.3-alpha.6
101
+
102
+ ### Patch Changes
103
+
104
+ - 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)]:
105
+ - @mastra/core@0.15.3-alpha.6
106
+
107
+ ## 0.11.3-alpha.5
108
+
109
+ ### Patch Changes
110
+
111
+ - [#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`.
112
+
113
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
114
+ - @mastra/core@0.15.3-alpha.5
115
+
116
+ ## 0.11.3-alpha.4
117
+
118
+ ### Patch Changes
119
+
120
+ - [#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:
121
+ - 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`)
122
+
123
+ - [#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
124
+
125
+ - [#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
126
+
127
+ - [#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
128
+
129
+ - 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)]:
130
+ - @mastra/core@0.15.3-alpha.4
131
+
132
+ ## 0.11.3-alpha.3
133
+
134
+ ### Patch Changes
135
+
136
+ - 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)]:
137
+ - @mastra/core@0.15.3-alpha.3
138
+
139
+ ## 0.11.3-alpha.2
140
+
141
+ ### Patch Changes
142
+
143
+ - Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
144
+ - @mastra/core@0.15.3-alpha.2
145
+
146
+ ## 0.11.3-alpha.1
147
+
148
+ ### Patch Changes
149
+
150
+ - 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)]:
151
+ - @mastra/core@0.15.3-alpha.1
152
+
153
+ ## 0.11.3-alpha.0
154
+
155
+ ### Patch Changes
156
+
157
+ - [#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
158
+
159
+ - 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)]:
160
+ - @mastra/core@0.15.3-alpha.0
161
+
162
+ ## 0.11.2
163
+
164
+ ### Patch Changes
165
+
166
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
167
+
168
+ - Updated dependencies []:
169
+ - @mastra/core@0.15.2
170
+
171
+ ## 0.11.1
172
+
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies []:
176
+ - @mastra/core@0.15.1
177
+
178
+ ## 0.11.0
179
+
180
+ ### Minor Changes
181
+
182
+ - [#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
183
+
184
+ - [#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
185
+
186
+ ### Patch Changes
187
+
188
+ - [#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
189
+
190
+ - [#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
191
+
192
+ - [#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
193
+
194
+ - [#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
195
+
196
+ - 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)]:
197
+ - @mastra/core@0.15.0
198
+
199
+ ## 0.11.0-alpha.4
200
+
201
+ ### Minor Changes
202
+
203
+ - [#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
204
+
205
+ ### Patch Changes
206
+
207
+ - Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
208
+ - @mastra/core@0.15.0-alpha.4
209
+
210
+ ## 0.11.0-alpha.3
211
+
212
+ ### Patch Changes
213
+
214
+ - Updated dependencies []:
215
+ - @mastra/core@0.15.0-alpha.3
216
+
217
+ ## 0.11.0-alpha.2
218
+
219
+ ### Patch Changes
220
+
221
+ - Updated dependencies [[`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6)]:
222
+ - @mastra/core@0.14.2-alpha.2
223
+
224
+ ## 0.11.0-alpha.1
225
+
226
+ ### Minor Changes
227
+
228
+ - [#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
229
+
230
+ ### Patch Changes
231
+
232
+ - [#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
233
+
234
+ - [#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
235
+
236
+ - [#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
237
+
238
+ - 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)]:
239
+ - @mastra/core@0.14.2-alpha.1
240
+
241
+ ## 0.10.24-alpha.0
242
+
243
+ ### Patch Changes
244
+
245
+ - [#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
246
+
247
+ - 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)]:
248
+ - @mastra/core@0.14.2-alpha.0
249
+
250
+ ## 0.10.23
251
+
252
+ ### Patch Changes
253
+
254
+ - 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)]:
255
+ - @mastra/core@0.14.1
256
+
257
+ ## 0.10.23-alpha.1
258
+
259
+ ### Patch Changes
260
+
261
+ - Updated dependencies [[`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236)]:
262
+ - @mastra/core@0.14.1-alpha.1
263
+
264
+ ## 0.10.23-alpha.0
265
+
266
+ ### Patch Changes
267
+
268
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
269
+ - @mastra/core@0.14.1-alpha.0
270
+
271
+ ## 0.10.22
272
+
273
+ ### Patch Changes
274
+
275
+ - 0a7f675: Add VNext methods and `processMastraStream`
276
+ - 6313063: Implement model switcher in playground
277
+ - 1d59515: Add options to playground based on modelVersion
278
+ - Updated dependencies [227c7e6]
279
+ - Updated dependencies [12cae67]
280
+ - Updated dependencies [fd3a3eb]
281
+ - Updated dependencies [6faaee5]
282
+ - Updated dependencies [4232b14]
283
+ - Updated dependencies [a89de7e]
284
+ - Updated dependencies [5a37d0c]
285
+ - Updated dependencies [4bde0cb]
286
+ - Updated dependencies [cf4f357]
287
+ - Updated dependencies [ad888a2]
288
+ - Updated dependencies [481751d]
289
+ - Updated dependencies [2454423]
290
+ - Updated dependencies [194e395]
291
+ - Updated dependencies [a722c0b]
292
+ - Updated dependencies [c30bca8]
293
+ - Updated dependencies [3b5fec7]
294
+ - Updated dependencies [a8f129d]
295
+ - @mastra/core@0.14.0
296
+
297
+ ## 0.10.22-alpha.7
298
+
299
+ ### Patch Changes
300
+
301
+ - @mastra/core@0.14.0-alpha.7
302
+
303
+ ## 0.10.22-alpha.6
304
+
305
+ ### Patch Changes
306
+
307
+ - Updated dependencies [ad888a2]
308
+ - Updated dependencies [481751d]
309
+ - Updated dependencies [194e395]
310
+ - @mastra/core@0.14.0-alpha.6
311
+
312
+ ## 0.10.22-alpha.5
313
+
314
+ ### Patch Changes
315
+
316
+ - @mastra/core@0.14.0-alpha.5
317
+
318
+ ## 0.10.22-alpha.4
319
+
320
+ ### Patch Changes
321
+
322
+ - 0a7f675: Client JS vnext methods
323
+ - 1d59515: Add options to playground based on modelVersion
324
+ - 195eabb: Process Mastra Stream
325
+ - Updated dependencies [0a7f675]
326
+ - Updated dependencies [12cae67]
327
+ - Updated dependencies [5a37d0c]
328
+ - Updated dependencies [4bde0cb]
329
+ - Updated dependencies [1a80071]
330
+ - Updated dependencies [36a3be8]
331
+ - Updated dependencies [361757b]
332
+ - Updated dependencies [2bb9955]
333
+ - Updated dependencies [2454423]
334
+ - Updated dependencies [a44d91e]
335
+ - Updated dependencies [dfb91e9]
336
+ - Updated dependencies [a741dde]
337
+ - Updated dependencies [7cb3fc0]
338
+ - Updated dependencies [195eabb]
339
+ - Updated dependencies [b78b95b]
340
+ - @mastra/core@0.14.0-alpha.4
341
+
342
+ ## 0.10.22-alpha.3
343
+
344
+ ### Patch Changes
345
+
346
+ - Updated dependencies [227c7e6]
347
+ - Updated dependencies [fd3a3eb]
348
+ - Updated dependencies [a8f129d]
349
+ - @mastra/core@0.14.0-alpha.3
350
+
351
+ ## 0.10.22-alpha.2
352
+
353
+ ### Patch Changes
354
+
355
+ - @mastra/core@0.14.0-alpha.2
356
+
357
+ ## 0.10.22-alpha.1
358
+
359
+ ### Patch Changes
360
+
361
+ - 6313063: Implement model switcher in playground
362
+ - Updated dependencies [6faaee5]
363
+ - Updated dependencies [4232b14]
364
+ - Updated dependencies [a89de7e]
365
+ - Updated dependencies [cf4f357]
366
+ - Updated dependencies [a722c0b]
367
+ - Updated dependencies [3b5fec7]
368
+ - @mastra/core@0.14.0-alpha.1
369
+
370
+ ## 0.10.22-alpha.0
371
+
372
+ ### Patch Changes
373
+
374
+ - Updated dependencies [c30bca8]
375
+ - @mastra/core@0.13.3-alpha.0
376
+
377
+ ## 0.10.21
378
+
379
+ ### Patch Changes
380
+
381
+ - a239d41: Updated A2A syntax to v0.3.0
382
+ - 96169cc: Create handler that returns providers user has keys for in their env
383
+ - ce04175: Add update agent model handler
384
+ - Updated dependencies [d5330bf]
385
+ - Updated dependencies [2e74797]
386
+ - Updated dependencies [8388649]
387
+ - Updated dependencies [a239d41]
388
+ - Updated dependencies [dd94a26]
389
+ - Updated dependencies [3ba6772]
390
+ - Updated dependencies [b5cf2a3]
391
+ - Updated dependencies [2fff911]
392
+ - Updated dependencies [b32c50d]
393
+ - Updated dependencies [63449d0]
394
+ - Updated dependencies [121a3f8]
395
+ - Updated dependencies [ec510e7]
396
+ - @mastra/core@0.13.2
397
+
398
+ ## 0.10.21-alpha.3
399
+
400
+ ### Patch Changes
401
+
402
+ - Updated dependencies [b5cf2a3]
403
+ - @mastra/core@0.13.2-alpha.3
404
+
405
+ ## 0.10.21-alpha.2
406
+
407
+ ### Patch Changes
408
+
409
+ - a239d41: Updated A2A syntax to v0.3.0
410
+ - 96169cc: Create handler that returns providers user has keys for in their env
411
+ - ce04175: Add update agent model handler
412
+ - Updated dependencies [d5330bf]
413
+ - Updated dependencies [a239d41]
414
+ - Updated dependencies [b32c50d]
415
+ - Updated dependencies [121a3f8]
416
+ - Updated dependencies [ec510e7]
417
+ - @mastra/core@0.13.2-alpha.2
418
+
419
+ ## 0.10.21-alpha.1
420
+
421
+ ### Patch Changes
422
+
423
+ - Updated dependencies [2e74797]
424
+ - Updated dependencies [63449d0]
425
+ - @mastra/core@0.13.2-alpha.1
426
+
427
+ ## 0.10.21-alpha.0
428
+
429
+ ### Patch Changes
430
+
431
+ - Updated dependencies [8388649]
432
+ - Updated dependencies [dd94a26]
433
+ - Updated dependencies [3ba6772]
434
+ - Updated dependencies [2fff911]
435
+ - @mastra/core@0.13.2-alpha.0
436
+
437
+ ## 0.10.20
438
+
439
+ ### Patch Changes
440
+
441
+ - Updated dependencies [cd0042e]
442
+ - @mastra/core@0.13.1
443
+
444
+ ## 0.10.20-alpha.0
445
+
446
+ ### Patch Changes
447
+
448
+ - Updated dependencies [cd0042e]
449
+ - @mastra/core@0.13.1-alpha.0
450
+
451
+ ## 0.10.19
452
+
453
+ ### Patch Changes
454
+
455
+ - 42dfc48: Fix tool messages structure in agui adapter
456
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
457
+ - Updated dependencies [cb36de0]
458
+ - Updated dependencies [d0496e6]
459
+ - Updated dependencies [a82b851]
460
+ - Updated dependencies [ea0c5f2]
461
+ - Updated dependencies [41a0a0e]
462
+ - Updated dependencies [2871020]
463
+ - Updated dependencies [94f4812]
464
+ - Updated dependencies [e202b82]
465
+ - Updated dependencies [e00f6a0]
466
+ - Updated dependencies [4a406ec]
467
+ - Updated dependencies [b0e43c1]
468
+ - Updated dependencies [5d377e5]
469
+ - Updated dependencies [1fb812e]
470
+ - Updated dependencies [35c5798]
471
+ - @mastra/core@0.13.0
472
+
473
+ ## 0.10.19-alpha.3
474
+
475
+ ### Patch Changes
476
+
477
+ - Updated dependencies [d0496e6]
478
+ - @mastra/core@0.13.0-alpha.3
479
+
480
+ ## 0.10.19-alpha.2
481
+
482
+ ### Patch Changes
483
+
484
+ - 42dfc48: Fix tool messages structure in agui adapter
485
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
486
+ - Updated dependencies [cb36de0]
487
+ - Updated dependencies [a82b851]
488
+ - Updated dependencies [41a0a0e]
489
+ - Updated dependencies [2871020]
490
+ - Updated dependencies [4a406ec]
491
+ - Updated dependencies [5d377e5]
492
+ - @mastra/core@0.13.0-alpha.2
493
+
494
+ ## 0.10.19-alpha.1
495
+
496
+ ### Patch Changes
497
+
498
+ - Updated dependencies [ea0c5f2]
499
+ - Updated dependencies [b0e43c1]
500
+ - Updated dependencies [1fb812e]
501
+ - Updated dependencies [35c5798]
502
+ - @mastra/core@0.13.0-alpha.1
503
+
504
+ ## 0.10.19-alpha.0
505
+
506
+ ### Patch Changes
507
+
508
+ - Updated dependencies [94f4812]
509
+ - Updated dependencies [e202b82]
510
+ - Updated dependencies [e00f6a0]
511
+ - @mastra/core@0.12.2-alpha.0
512
+
513
+ ## 0.10.18
514
+
515
+ ### Patch Changes
516
+
517
+ - 6690a16: dependencies updates:
518
+ - 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`)
519
+ - Updated dependencies [33dcb07]
520
+ - Updated dependencies [d0d9500]
521
+ - Updated dependencies [d30b1a0]
522
+ - Updated dependencies [bff87f7]
523
+ - Updated dependencies [b4a8df0]
524
+ - @mastra/core@0.12.1
525
+
526
+ ## 0.10.18-alpha.1
527
+
528
+ ### Patch Changes
529
+
530
+ - Updated dependencies [d0d9500]
531
+ - @mastra/core@0.12.1-alpha.1
532
+
533
+ ## 0.10.18-alpha.0
534
+
535
+ ### Patch Changes
536
+
537
+ - 6690a16: dependencies updates:
538
+ - Updated dependency [`@ag-ui/client@^0.0.35` ↗︎](https://www.npmjs.com/package/@ag-ui/client/v/0.0.35) (from `^0.0.27`, in `dependencies`)
539
+ - Updated dependencies [33dcb07]
540
+ - Updated dependencies [d30b1a0]
541
+ - Updated dependencies [bff87f7]
542
+ - Updated dependencies [b4a8df0]
543
+ - @mastra/core@0.12.1-alpha.0
544
+
545
+ ## 0.10.17
546
+
547
+ ### Patch Changes
548
+
549
+ - aa2715b: process stream response error handling
550
+ - 6bd354c: Should not send content type if body instance of FormData
551
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
552
+ - b641ba3: fix: save score params
553
+ - 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
554
+ - 1ac8f6b: deduplicate message
555
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
556
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
557
+ - Single message ID as string: `deleteMessages('msg-123')`
558
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
559
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
560
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
561
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
562
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
563
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
564
+ - Updates thread timestamps when messages are deleted
565
+ - Added comprehensive test coverage and documentation
566
+
567
+ - Updated dependencies [510e2c8]
568
+ - Updated dependencies [2f72fb2]
569
+ - Updated dependencies [27cc97a]
570
+ - Updated dependencies [3f89307]
571
+ - Updated dependencies [9eda7d4]
572
+ - Updated dependencies [9d49408]
573
+ - Updated dependencies [41daa63]
574
+ - Updated dependencies [ad0a58b]
575
+ - Updated dependencies [254a36b]
576
+ - Updated dependencies [2ecf658]
577
+ - Updated dependencies [7a7754f]
578
+ - Updated dependencies [fc92d80]
579
+ - Updated dependencies [e0f73c6]
580
+ - Updated dependencies [0b89602]
581
+ - Updated dependencies [4d37822]
582
+ - Updated dependencies [23a6a7c]
583
+ - Updated dependencies [cda801d]
584
+ - Updated dependencies [a77c823]
585
+ - Updated dependencies [ff9c125]
586
+ - Updated dependencies [09bca64]
587
+ - Updated dependencies [b8efbb9]
588
+ - Updated dependencies [71466e7]
589
+ - Updated dependencies [0c99fbe]
590
+ - @mastra/core@0.12.0
591
+
592
+ ## 0.10.17-alpha.5
593
+
594
+ ### Patch Changes
595
+
596
+ - @mastra/core@0.12.0-alpha.5
597
+
598
+ ## 0.10.17-alpha.4
599
+
600
+ ### Patch Changes
601
+
602
+ - Updated dependencies [ad0a58b]
603
+ - @mastra/core@0.12.0-alpha.4
604
+
605
+ ## 0.10.17-alpha.3
606
+
607
+ ### Patch Changes
608
+
609
+ - 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
610
+ - 1ac8f6b: deduplicate message
611
+ - @mastra/core@0.12.0-alpha.3
612
+
613
+ ## 0.10.17-alpha.2
614
+
615
+ ### Patch Changes
616
+
617
+ - aa2715b: process stream response error handling
618
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
619
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
620
+ - Single message ID as string: `deleteMessages('msg-123')`
621
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
622
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
623
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
624
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
625
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
626
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
627
+ - Updates thread timestamps when messages are deleted
628
+ - Added comprehensive test coverage and documentation
629
+
630
+ - Updated dependencies [27cc97a]
631
+ - Updated dependencies [41daa63]
632
+ - Updated dependencies [254a36b]
633
+ - Updated dependencies [0b89602]
634
+ - Updated dependencies [4d37822]
635
+ - Updated dependencies [ff9c125]
636
+ - Updated dependencies [b8efbb9]
637
+ - Updated dependencies [71466e7]
638
+ - Updated dependencies [0c99fbe]
639
+ - @mastra/core@0.12.0-alpha.2
640
+
641
+ ## 0.10.17-alpha.1
642
+
643
+ ### Patch Changes
644
+
645
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
646
+ - Updated dependencies [e0f73c6]
647
+ - Updated dependencies [cda801d]
648
+ - Updated dependencies [a77c823]
649
+ - @mastra/core@0.12.0-alpha.1
650
+
651
+ ## 0.10.17-alpha.0
652
+
653
+ ### Patch Changes
654
+
655
+ - 6bd354c: Should not send content type if body instance of FormData
656
+ - b641ba3: fix: save score params
657
+ - Updated dependencies [510e2c8]
658
+ - Updated dependencies [2f72fb2]
659
+ - Updated dependencies [3f89307]
660
+ - Updated dependencies [9eda7d4]
661
+ - Updated dependencies [9d49408]
662
+ - Updated dependencies [2ecf658]
663
+ - Updated dependencies [7a7754f]
664
+ - Updated dependencies [fc92d80]
665
+ - Updated dependencies [23a6a7c]
666
+ - Updated dependencies [09bca64]
667
+ - @mastra/core@0.12.0-alpha.0
668
+
669
+ ## 0.10.16
670
+
671
+ ### Patch Changes
672
+
673
+ - @mastra/core@0.11.1
674
+
675
+ ## 0.10.15
676
+
677
+ ### Patch Changes
678
+
679
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
680
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
681
+ - 2affc57: Fix output type of network loop
682
+ - 032cb66: ClientJS
683
+ - 7827943: Handle streaming large data
684
+ - 65e3395: Add Scores playground-ui and add scorer hooks
685
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
686
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
687
+ - Updated dependencies [f248d53]
688
+ - Updated dependencies [2affc57]
689
+ - Updated dependencies [66e13e3]
690
+ - Updated dependencies [edd9482]
691
+ - Updated dependencies [18344d7]
692
+ - Updated dependencies [9d372c2]
693
+ - Updated dependencies [40c2525]
694
+ - Updated dependencies [e473f27]
695
+ - Updated dependencies [032cb66]
696
+ - Updated dependencies [703ac71]
697
+ - Updated dependencies [a723d69]
698
+ - Updated dependencies [7827943]
699
+ - Updated dependencies [5889a31]
700
+ - Updated dependencies [bf1e7e7]
701
+ - Updated dependencies [65e3395]
702
+ - Updated dependencies [4933192]
703
+ - Updated dependencies [d1c77a4]
704
+ - Updated dependencies [bea9dd1]
705
+ - Updated dependencies [dcd4802]
706
+ - Updated dependencies [cbddd18]
707
+ - Updated dependencies [7ba91fa]
708
+ - @mastra/core@0.11.0
709
+
710
+ ## 0.10.15-alpha.3
711
+
712
+ ### Patch Changes
713
+
714
+ - @mastra/core@0.11.0-alpha.3
715
+
716
+ ## 0.10.15-alpha.2
717
+
718
+ ### Patch Changes
719
+
720
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
721
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
722
+ - 2affc57: Fix output type of network loop
723
+ - 032cb66: ClientJS
724
+ - 65e3395: Add Scores playground-ui and add scorer hooks
725
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
726
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
727
+ - Updated dependencies [f248d53]
728
+ - Updated dependencies [2affc57]
729
+ - Updated dependencies [66e13e3]
730
+ - Updated dependencies [edd9482]
731
+ - Updated dependencies [18344d7]
732
+ - Updated dependencies [9d372c2]
733
+ - Updated dependencies [40c2525]
734
+ - Updated dependencies [e473f27]
735
+ - Updated dependencies [032cb66]
736
+ - Updated dependencies [703ac71]
737
+ - Updated dependencies [a723d69]
738
+ - Updated dependencies [5889a31]
739
+ - Updated dependencies [65e3395]
740
+ - Updated dependencies [4933192]
741
+ - Updated dependencies [d1c77a4]
742
+ - Updated dependencies [bea9dd1]
743
+ - Updated dependencies [dcd4802]
744
+ - Updated dependencies [7ba91fa]
745
+ - @mastra/core@0.11.0-alpha.2
746
+
747
+ ## 0.10.15-alpha.1
748
+
749
+ ### Patch Changes
750
+
751
+ - @mastra/core@0.11.0-alpha.1
752
+
753
+ ## 0.10.15-alpha.0
754
+
755
+ ### Patch Changes
756
+
757
+ - 7827943: Handle streaming large data
758
+ - Updated dependencies [7827943]
759
+ - Updated dependencies [bf1e7e7]
760
+ - Updated dependencies [cbddd18]
761
+ - @mastra/core@0.11.0-alpha.0
762
+
763
+ ## 0.10.14
764
+
765
+ ### Patch Changes
766
+
767
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
768
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
769
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
770
+ - Updated dependencies [0b56518]
771
+ - Updated dependencies [db5cc15]
772
+ - Updated dependencies [2ba5b76]
773
+ - Updated dependencies [5237998]
774
+ - Updated dependencies [c3a30de]
775
+ - Updated dependencies [37c1acd]
776
+ - Updated dependencies [1aa60b1]
777
+ - Updated dependencies [89ec9d4]
778
+ - Updated dependencies [cf3a184]
779
+ - Updated dependencies [d6bfd60]
780
+ - Updated dependencies [626b0f4]
781
+ - Updated dependencies [c22a91f]
782
+ - Updated dependencies [f7403ab]
783
+ - Updated dependencies [6c89d7f]
784
+ - @mastra/core@0.10.15
785
+
786
+ ## 0.10.14-alpha.1
787
+
788
+ ### Patch Changes
789
+
790
+ - Updated dependencies [0b56518]
791
+ - Updated dependencies [2ba5b76]
792
+ - Updated dependencies [c3a30de]
793
+ - Updated dependencies [cf3a184]
794
+ - Updated dependencies [d6bfd60]
795
+ - @mastra/core@0.10.15-alpha.1
796
+
797
+ ## 0.10.14-alpha.0
798
+
799
+ ### Patch Changes
800
+
801
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
802
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
803
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
804
+ - Updated dependencies [db5cc15]
805
+ - Updated dependencies [5237998]
806
+ - Updated dependencies [37c1acd]
807
+ - Updated dependencies [1aa60b1]
808
+ - Updated dependencies [89ec9d4]
809
+ - Updated dependencies [626b0f4]
810
+ - Updated dependencies [c22a91f]
811
+ - Updated dependencies [f7403ab]
812
+ - Updated dependencies [6c89d7f]
813
+ - @mastra/core@0.10.15-alpha.0
814
+
815
+ ## 0.10.13
816
+
817
+ ### Patch Changes
818
+
819
+ - @mastra/core@0.10.14
820
+
821
+ ## 0.10.11
822
+
823
+ ### Patch Changes
824
+
825
+ - 9468be4: Fix error on agent generate while using antropic
826
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
827
+ - Updated dependencies [b4a9811]
828
+ - Updated dependencies [4d5583d]
829
+ - @mastra/core@0.10.12
830
+
831
+ ## 0.10.11-alpha.1
832
+
833
+ ### Patch Changes
834
+
835
+ - Updated dependencies [4d5583d]
836
+ - @mastra/core@0.10.12-alpha.1
837
+
838
+ ## 0.10.11-alpha.0
839
+
840
+ ### Patch Changes
841
+
842
+ - 9468be4: Fix error on agent generate while using antropic
843
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
844
+ - Updated dependencies [b4a9811]
845
+ - @mastra/core@0.10.12-alpha.0
846
+
847
+ ## 0.10.10
848
+
849
+ ### Patch Changes
850
+
851
+ - 18da791: Add abortSignal to client SDK options
852
+ - Updated dependencies [2873c7f]
853
+ - Updated dependencies [1c1c6a1]
854
+ - Updated dependencies [f8ce2cc]
855
+ - Updated dependencies [8c846b6]
856
+ - Updated dependencies [c7bbf1e]
857
+ - Updated dependencies [8722d53]
858
+ - Updated dependencies [565cc0c]
859
+ - Updated dependencies [b790fd1]
860
+ - Updated dependencies [132027f]
861
+ - Updated dependencies [0c85311]
862
+ - Updated dependencies [d7ed04d]
863
+ - Updated dependencies [cb16baf]
864
+ - Updated dependencies [f36e4f1]
865
+ - Updated dependencies [7f6e403]
866
+ - @mastra/core@0.10.11
867
+
868
+ ## 0.10.10-alpha.4
869
+
870
+ ### Patch Changes
871
+
872
+ - @mastra/core@0.10.11-alpha.4
873
+
874
+ ## 0.10.10-alpha.3
875
+
876
+ ### Patch Changes
877
+
878
+ - Updated dependencies [c7bbf1e]
879
+ - Updated dependencies [8722d53]
880
+ - Updated dependencies [132027f]
881
+ - Updated dependencies [0c85311]
882
+ - Updated dependencies [cb16baf]
883
+ - @mastra/core@0.10.11-alpha.3
884
+
885
+ ## 0.10.10-alpha.2
886
+
887
+ ### Patch Changes
888
+
889
+ - 18da791: Add abortSignal to client SDK options
890
+ - Updated dependencies [2873c7f]
891
+ - Updated dependencies [1c1c6a1]
892
+ - Updated dependencies [565cc0c]
893
+ - @mastra/core@0.10.11-alpha.2
894
+
895
+ ## 0.10.10-alpha.1
896
+
897
+ ### Patch Changes
898
+
899
+ - Updated dependencies [7f6e403]
900
+ - @mastra/core@0.10.11-alpha.1
901
+
902
+ ## 0.10.10-alpha.0
903
+
904
+ ### Patch Changes
905
+
906
+ - Updated dependencies [f8ce2cc]
907
+ - Updated dependencies [8c846b6]
908
+ - Updated dependencies [b790fd1]
909
+ - Updated dependencies [d7ed04d]
910
+ - Updated dependencies [f36e4f1]
911
+ - @mastra/core@0.10.11-alpha.0
912
+
913
+ ## 0.10.9
914
+
915
+ ### Patch Changes
916
+
917
+ - b60f510: Fix getWorkflowRuns by limit and offset
918
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
919
+ - Updated dependencies [4d3fbdf]
920
+ - @mastra/core@0.10.10
921
+
922
+ ## 0.10.9-alpha.1
923
+
924
+ ### Patch Changes
925
+
926
+ - b60f510: Fix getWorkflowRuns by limit and offset
927
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
928
+ - @mastra/core@0.10.10-alpha.1
929
+
930
+ ## 0.10.9-alpha.0
931
+
932
+ ### Patch Changes
933
+
934
+ - Updated dependencies [4d3fbdf]
935
+ - @mastra/core@0.10.10-alpha.0
936
+
937
+ ## 0.10.8
938
+
939
+ ### Patch Changes
940
+
941
+ - 9047bda: clientTools - stream tool-result part
942
+ - a606c75: show right suspend schema for nested workflow on playground
943
+ - 1760a1c: Use workflow stream in playground instead of watch
944
+ - 038e5ae: Add cancel workflow run
945
+ - 7e801dd: Add tools to network api response
946
+ - Updated dependencies [9dda1ac]
947
+ - Updated dependencies [c984582]
948
+ - Updated dependencies [7e801dd]
949
+ - Updated dependencies [a606c75]
950
+ - Updated dependencies [7aa70a4]
951
+ - Updated dependencies [764f86a]
952
+ - Updated dependencies [1760a1c]
953
+ - Updated dependencies [038e5ae]
954
+ - Updated dependencies [7dda16a]
955
+ - Updated dependencies [5ebfcdd]
956
+ - Updated dependencies [b2d0c91]
957
+ - Updated dependencies [4e809ad]
958
+ - Updated dependencies [57929df]
959
+ - Updated dependencies [b7852ed]
960
+ - Updated dependencies [6320a61]
961
+ - @mastra/core@0.10.9
962
+
963
+ ## 0.10.8-alpha.0
964
+
965
+ ### Patch Changes
966
+
967
+ - 9047bda: clientTools - stream tool-result part
968
+ - a606c75: show right suspend schema for nested workflow on playground
969
+ - 1760a1c: Use workflow stream in playground instead of watch
970
+ - 038e5ae: Add cancel workflow run
971
+ - 7e801dd: Add tools to network api response
972
+ - Updated dependencies [9dda1ac]
973
+ - Updated dependencies [c984582]
974
+ - Updated dependencies [7e801dd]
975
+ - Updated dependencies [a606c75]
976
+ - Updated dependencies [7aa70a4]
977
+ - Updated dependencies [764f86a]
978
+ - Updated dependencies [1760a1c]
979
+ - Updated dependencies [038e5ae]
980
+ - Updated dependencies [7dda16a]
981
+ - Updated dependencies [5ebfcdd]
982
+ - Updated dependencies [b2d0c91]
983
+ - Updated dependencies [4e809ad]
984
+ - Updated dependencies [57929df]
985
+ - Updated dependencies [b7852ed]
986
+ - Updated dependencies [6320a61]
987
+ - @mastra/core@0.10.9-alpha.0
988
+
989
+ ## 0.10.7
990
+
991
+ ### Patch Changes
992
+
993
+ - a344ac7: Fix tool streaming in agent network
994
+ - Updated dependencies [b8f16b2]
995
+ - Updated dependencies [3e04487]
996
+ - Updated dependencies [a344ac7]
997
+ - Updated dependencies [dc4ca0a]
998
+ - @mastra/core@0.10.8
999
+
1000
+ ## 0.10.7-alpha.1
1001
+
1002
+ ### Patch Changes
1003
+
1004
+ - Updated dependencies [b8f16b2]
1005
+ - Updated dependencies [3e04487]
1006
+ - Updated dependencies [dc4ca0a]
1007
+ - @mastra/core@0.10.8-alpha.1
1008
+
1009
+ ## 0.10.7-alpha.0
1010
+
1011
+ ### Patch Changes
1012
+
1013
+ - a344ac7: Fix tool streaming in agent network
1014
+ - Updated dependencies [a344ac7]
1015
+ - @mastra/core@0.10.8-alpha.0
1016
+
1017
+ ## 0.10.6
1018
+
1019
+ ### Patch Changes
1020
+
1021
+ - 8e1b6e9: dependencies updates:
1022
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1023
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1024
+ - 18a5d59: clientTools client side execution
1025
+ - 5d74aab: vNext network in playground
1026
+ - bee3fe4: Fix client side tool calling
1027
+ - c0d41f6: Fix streaming for agent tool calls
1028
+ - Updated dependencies [15e9d26]
1029
+ - Updated dependencies [d1baedb]
1030
+ - Updated dependencies [d8f2d19]
1031
+ - Updated dependencies [4d21bf2]
1032
+ - Updated dependencies [07d6d88]
1033
+ - Updated dependencies [9d52b17]
1034
+ - Updated dependencies [2097952]
1035
+ - Updated dependencies [792c4c0]
1036
+ - Updated dependencies [5d74aab]
1037
+ - Updated dependencies [a8b194f]
1038
+ - Updated dependencies [4fb0cc2]
1039
+ - Updated dependencies [d2a7a31]
1040
+ - Updated dependencies [502fe05]
1041
+ - Updated dependencies [144eb0b]
1042
+ - Updated dependencies [8ba1b51]
1043
+ - Updated dependencies [4efcfa0]
1044
+ - Updated dependencies [0e17048]
1045
+ - @mastra/core@0.10.7
1046
+
1047
+ ## 0.10.6-alpha.6
1048
+
1049
+ ### Patch Changes
1050
+
1051
+ - c0d41f6: Fix streaming for agent tool calls
1052
+
1053
+ ## 0.10.6-alpha.5
1054
+
1055
+ ### Patch Changes
1056
+
1057
+ - bee3fe4: Fix client side tool calling
1058
+ - @mastra/core@0.10.7-alpha.5
1059
+
1060
+ ## 0.10.6-alpha.4
1061
+
1062
+ ### Patch Changes
1063
+
1064
+ - Updated dependencies [a8b194f]
1065
+ - @mastra/core@0.10.7-alpha.4
1066
+
1067
+ ## 0.10.6-alpha.3
1068
+
1069
+ ### Patch Changes
1070
+
1071
+ - 18a5d59: clientTools client side execution
1072
+ - Updated dependencies [792c4c0]
1073
+ - Updated dependencies [502fe05]
1074
+ - Updated dependencies [4efcfa0]
1075
+ - @mastra/core@0.10.7-alpha.3
1076
+
1077
+ ## 0.10.6-alpha.2
1078
+
1079
+ ### Patch Changes
1080
+
1081
+ - 8e1b6e9: dependencies updates:
1082
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
1083
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
1084
+ - 5d74aab: vNext network in playground
1085
+ - Updated dependencies [15e9d26]
1086
+ - Updated dependencies [07d6d88]
1087
+ - Updated dependencies [5d74aab]
1088
+ - Updated dependencies [144eb0b]
1089
+ - @mastra/core@0.10.7-alpha.2
1090
+
1091
+ ## 0.10.6-alpha.1
1092
+
1093
+ ### Patch Changes
1094
+
1095
+ - Updated dependencies [d1baedb]
1096
+ - Updated dependencies [4d21bf2]
1097
+ - Updated dependencies [2097952]
1098
+ - Updated dependencies [4fb0cc2]
1099
+ - Updated dependencies [d2a7a31]
1100
+ - Updated dependencies [0e17048]
1101
+ - @mastra/core@0.10.7-alpha.1
1102
+
1103
+ ## 0.10.6-alpha.0
1104
+
1105
+ ### Patch Changes
1106
+
1107
+ - Updated dependencies [d8f2d19]
1108
+ - Updated dependencies [9d52b17]
1109
+ - Updated dependencies [8ba1b51]
1110
+ - @mastra/core@0.10.7-alpha.0
1111
+
1112
+ ## 0.10.5
1113
+
1114
+ ### Patch Changes
1115
+
1116
+ - 63f6b7d: dependencies updates:
1117
+ - 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`)
1118
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1119
+ - ee9af57: Add api for polling run execution result and get run by id
1120
+ - 3270d9d: Fix runtime context being undefined
1121
+ - Updated dependencies [63f6b7d]
1122
+ - Updated dependencies [12a95fc]
1123
+ - Updated dependencies [4b0f8a6]
1124
+ - Updated dependencies [51264a5]
1125
+ - Updated dependencies [8e6f677]
1126
+ - Updated dependencies [d70c420]
1127
+ - Updated dependencies [ee9af57]
1128
+ - Updated dependencies [36f1c36]
1129
+ - Updated dependencies [2a16996]
1130
+ - Updated dependencies [10d352e]
1131
+ - Updated dependencies [9589624]
1132
+ - Updated dependencies [53d3c37]
1133
+ - Updated dependencies [751c894]
1134
+ - Updated dependencies [577ce3a]
1135
+ - Updated dependencies [9260b3a]
1136
+ - @mastra/core@0.10.6
1137
+
1138
+ ## 0.10.5-alpha.5
1139
+
1140
+ ### Patch Changes
1141
+
1142
+ - Updated dependencies [12a95fc]
1143
+ - Updated dependencies [51264a5]
1144
+ - Updated dependencies [8e6f677]
1145
+ - @mastra/core@0.10.6-alpha.5
1146
+
1147
+ ## 0.10.5-alpha.4
1148
+
1149
+ ### Patch Changes
1150
+
1151
+ - Updated dependencies [9589624]
1152
+ - @mastra/core@0.10.6-alpha.4
1153
+
1154
+ ## 0.10.5-alpha.3
1155
+
1156
+ ### Patch Changes
1157
+
1158
+ - Updated dependencies [d70c420]
1159
+ - Updated dependencies [2a16996]
1160
+ - @mastra/core@0.10.6-alpha.3
1161
+
1162
+ ## 0.10.5-alpha.2
1163
+
1164
+ ### Patch Changes
1165
+
1166
+ - Updated dependencies [4b0f8a6]
1167
+ - @mastra/core@0.10.6-alpha.2
1168
+
1169
+ ## 0.10.5-alpha.1
1170
+
1171
+ ### Patch Changes
1172
+
1173
+ - ee9af57: Add api for polling run execution result and get run by id
1174
+ - 3270d9d: Fix runtime context being undefined
1175
+ - Updated dependencies [ee9af57]
1176
+ - Updated dependencies [751c894]
1177
+ - Updated dependencies [577ce3a]
1178
+ - Updated dependencies [9260b3a]
1179
+ - @mastra/core@0.10.6-alpha.1
1180
+
1181
+ ## 0.10.5-alpha.0
1182
+
1183
+ ### Patch Changes
1184
+
1185
+ - 63f6b7d: dependencies updates:
1186
+ - 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`)
1187
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
1188
+ - Updated dependencies [63f6b7d]
1189
+ - Updated dependencies [36f1c36]
1190
+ - Updated dependencies [10d352e]
1191
+ - Updated dependencies [53d3c37]
1192
+ - @mastra/core@0.10.6-alpha.0
1193
+
1194
+ ## 0.10.4
1195
+
1196
+ ### Patch Changes
1197
+
1198
+ - Updated dependencies [13c97f9]
1199
+ - @mastra/core@0.10.5
1200
+
1201
+ ## 0.10.3
1202
+
1203
+ ### Patch Changes
1204
+
1205
+ - 1ccccff: dependencies updates:
1206
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1207
+ - 1ccccff: dependencies updates:
1208
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1209
+ - f1f1f1b: Add basic filtering capabilities to logs
1210
+ - b2810ab: Move @mastra/core to deps
1211
+ - 82090c1: Add pagination to logs
1212
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1213
+ - Updated dependencies [d1ed912]
1214
+ - Updated dependencies [f6fd25f]
1215
+ - Updated dependencies [dffb67b]
1216
+ - Updated dependencies [f1f1f1b]
1217
+ - Updated dependencies [925ab94]
1218
+ - Updated dependencies [f9816ae]
1219
+ - Updated dependencies [82090c1]
1220
+ - Updated dependencies [1b443fd]
1221
+ - Updated dependencies [ce97900]
1222
+ - Updated dependencies [f1309d3]
1223
+ - Updated dependencies [14a2566]
1224
+ - Updated dependencies [f7f8293]
1225
+ - Updated dependencies [48eddb9]
1226
+ - @mastra/core@0.10.4
1227
+
1228
+ ## 0.10.3-alpha.3
1229
+
1230
+ ### Patch Changes
1231
+
1232
+ - Updated dependencies [925ab94]
1233
+ - @mastra/core@0.10.4-alpha.3
1234
+
1235
+ ## 0.10.3-alpha.2
1236
+
1237
+ ### Patch Changes
1238
+
1239
+ - Updated dependencies [48eddb9]
1240
+ - @mastra/core@0.10.4-alpha.2
1241
+
1242
+ ## 0.10.3-alpha.1
1243
+
1244
+ ### Patch Changes
1245
+
1246
+ - 1ccccff: dependencies updates:
1247
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1248
+ - 1ccccff: dependencies updates:
1249
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
1250
+ - Updated dependencies [f6fd25f]
1251
+ - Updated dependencies [dffb67b]
1252
+ - Updated dependencies [f1309d3]
1253
+ - Updated dependencies [f7f8293]
1254
+ - @mastra/core@0.10.4-alpha.1
1255
+
1256
+ ## 0.10.3-alpha.0
1257
+
1258
+ ### Patch Changes
1259
+
1260
+ - f1f1f1b: Add basic filtering capabilities to logs
1261
+ - b2810ab: Move @mastra/core to deps
1262
+ - 82090c1: Add pagination to logs
1263
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
1264
+ - Updated dependencies [d1ed912]
1265
+ - Updated dependencies [f1f1f1b]
1266
+ - Updated dependencies [f9816ae]
1267
+ - Updated dependencies [82090c1]
1268
+ - Updated dependencies [1b443fd]
1269
+ - Updated dependencies [ce97900]
1270
+ - Updated dependencies [14a2566]
1271
+ - @mastra/core@0.10.4-alpha.0
1272
+
1273
+ ## 0.10.2
1274
+
1275
+ ### Patch Changes
1276
+
1277
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
1278
+ - 37643b8: Fix tool access
1279
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1280
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1281
+ - f0d559f: Fix peerdeps for alpha channel
1282
+ - Updated dependencies [ee77e78]
1283
+ - Updated dependencies [592a2db]
1284
+ - Updated dependencies [e5dc18d]
1285
+ - Updated dependencies [ab5adbe]
1286
+ - Updated dependencies [1e8bb40]
1287
+ - Updated dependencies [1b5fc55]
1288
+ - Updated dependencies [195c428]
1289
+ - Updated dependencies [f73e11b]
1290
+ - Updated dependencies [37643b8]
1291
+ - Updated dependencies [99fd6cf]
1292
+ - Updated dependencies [c5bf1ce]
1293
+ - Updated dependencies [add596e]
1294
+ - Updated dependencies [8dc94d8]
1295
+ - Updated dependencies [ecebbeb]
1296
+ - Updated dependencies [79d5145]
1297
+ - Updated dependencies [12b7002]
1298
+ - Updated dependencies [2901125]
1299
+ - @mastra/core@0.10.2
1300
+
1301
+ ## 0.10.2-alpha.3
1302
+
1303
+ ### Patch Changes
1304
+
1305
+ - 37643b8: Fix tool access
1306
+ - b72c768: [Bug fix] Serialize parameters in clientTools
1307
+ - Updated dependencies [37643b8]
1308
+ - Updated dependencies [79d5145]
1309
+ - @mastra/core@0.10.2-alpha.8
1310
+
1311
+ ## 0.10.2-alpha.2
1312
+
1313
+ ### Patch Changes
1314
+
1315
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
1316
+ - Updated dependencies [c5bf1ce]
1317
+ - Updated dependencies [12b7002]
1318
+ - @mastra/core@0.10.2-alpha.4
1319
+
1320
+ ## 0.10.2-alpha.1
1321
+
1322
+ ### Patch Changes
1323
+
1324
+ - f0d559f: Fix peerdeps for alpha channel
1325
+ - Updated dependencies [1e8bb40]
1326
+ - @mastra/core@0.10.2-alpha.2
1327
+
1328
+ ## 0.10.2-alpha.0
1329
+
1330
+ ### Patch Changes
1331
+
1332
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
1333
+ - Updated dependencies [592a2db]
1334
+ - Updated dependencies [e5dc18d]
1335
+ - @mastra/core@0.10.2-alpha.0
1336
+
1337
+ ## 0.10.1
1338
+
1339
+ ### Patch Changes
1340
+
1341
+ - 267773e: Show map config on workflow graph
1342
+ Highlight borders for conditions too on workflow graph
1343
+ Fix watch stream
1344
+ - 5343f93: Move emitter to symbol to make private
1345
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
1346
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
1347
+ - Updated dependencies [d70b807]
1348
+ - Updated dependencies [6d16390]
1349
+ - Updated dependencies [1e4a421]
1350
+ - Updated dependencies [200d0da]
1351
+ - Updated dependencies [bf5f17b]
1352
+ - Updated dependencies [5343f93]
1353
+ - Updated dependencies [38aee50]
1354
+ - Updated dependencies [5c41100]
1355
+ - Updated dependencies [d6a759b]
1356
+ - Updated dependencies [6015bdf]
1357
+ - @mastra/core@0.10.1
1358
+
1359
+ ## 0.10.1-alpha.3
1360
+
1361
+ ### Patch Changes
1362
+
1363
+ - 267773e: Show map config on workflow graph
1364
+ Highlight borders for conditions too on workflow graph
1365
+ Fix watch stream
1366
+
1367
+ ## 0.10.1-alpha.2
1368
+
1369
+ ### Patch Changes
1370
+
1371
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
1372
+ - Updated dependencies [6015bdf]
1373
+ - @mastra/core@0.10.1-alpha.2
1374
+
1375
+ ## 0.10.1-alpha.1
1376
+
1377
+ ### Patch Changes
1378
+
1379
+ - 5343f93: Move emitter to symbol to make private
1380
+ - Updated dependencies [200d0da]
1381
+ - Updated dependencies [bf5f17b]
1382
+ - Updated dependencies [5343f93]
1383
+ - Updated dependencies [38aee50]
1384
+ - Updated dependencies [5c41100]
1385
+ - Updated dependencies [d6a759b]
1386
+ - @mastra/core@0.10.1-alpha.1
1387
+
1388
+ ## 0.10.1-alpha.0
1389
+
1390
+ ### Patch Changes
1391
+
1392
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
1393
+ - Updated dependencies [6d16390]
1394
+ - Updated dependencies [1e4a421]
1395
+ - @mastra/core@0.10.1-alpha.0
1396
+
1397
+ ## 0.10.0
1398
+
1399
+ ### Minor Changes
1400
+
1401
+ - 83da932: Move @mastra/core to peerdeps
1402
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1403
+
1404
+ ### Patch Changes
1405
+
1406
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1407
+ - 0215b0b: Add description to vnext workflow response
1408
+ - f53a6ac: Add VNextWorkflowRuns type
1409
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
1410
+ - a6e3881: Remove non serializable options from agent stream,generate
1411
+ - fddae56: Add telemetry to cliend SDK streamParams
1412
+ - 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.
1413
+ - 5063646: Accept plain obects as runtimeContext
1414
+ - 2672a05: Add MCP servers and tool call execution to playground
1415
+ - Updated dependencies [b3a3d63]
1416
+ - Updated dependencies [344f453]
1417
+ - Updated dependencies [0a3ae6d]
1418
+ - Updated dependencies [95911be]
1419
+ - Updated dependencies [f53a6ac]
1420
+ - Updated dependencies [5eb5a99]
1421
+ - Updated dependencies [7e632c5]
1422
+ - Updated dependencies [1e9fbfa]
1423
+ - Updated dependencies [eabdcd9]
1424
+ - Updated dependencies [90be034]
1425
+ - Updated dependencies [99f050a]
1426
+ - Updated dependencies [d0ee3c6]
1427
+ - Updated dependencies [b2ae5aa]
1428
+ - Updated dependencies [23f258c]
1429
+ - Updated dependencies [a7292b0]
1430
+ - Updated dependencies [0dcb9f0]
1431
+ - Updated dependencies [2672a05]
1432
+ - @mastra/core@0.10.0
1433
+
1434
+ ## 0.2.0-alpha.1
1435
+
1436
+ ### Minor Changes
1437
+
1438
+ - 83da932: Move @mastra/core to peerdeps
1439
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
1440
+
1441
+ ### Patch Changes
1442
+
1443
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
1444
+ - 0215b0b: Add description to vnext workflow response
1445
+ - 5063646: Accept plain obects as runtimeContext
1446
+ - Updated dependencies [b3a3d63]
1447
+ - Updated dependencies [344f453]
1448
+ - Updated dependencies [0a3ae6d]
1449
+ - Updated dependencies [95911be]
1450
+ - Updated dependencies [5eb5a99]
1451
+ - Updated dependencies [7e632c5]
1452
+ - Updated dependencies [1e9fbfa]
1453
+ - Updated dependencies [b2ae5aa]
1454
+ - Updated dependencies [a7292b0]
1455
+ - Updated dependencies [0dcb9f0]
1456
+ - @mastra/core@0.10.0-alpha.1
1457
+
1458
+ ## 0.1.23-alpha.0
1459
+
1460
+ ### Patch Changes
1461
+
1462
+ - f53a6ac: Add VNextWorkflowRuns type
1463
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
1464
+ - a6e3881: Remove non serializable options from agent stream,generate
1465
+ - fddae56: Add telemetry to cliend SDK streamParams
1466
+ - 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.
1467
+ - 2672a05: Add MCP servers and tool call execution to playground
1468
+ - Updated dependencies [f53a6ac]
1469
+ - Updated dependencies [eabdcd9]
1470
+ - Updated dependencies [90be034]
1471
+ - Updated dependencies [99f050a]
1472
+ - Updated dependencies [d0ee3c6]
1473
+ - Updated dependencies [23f258c]
1474
+ - Updated dependencies [2672a05]
1475
+ - @mastra/core@0.9.5-alpha.0
1476
+
1477
+ ## 0.1.22
1478
+
1479
+ ### Patch Changes
1480
+
1481
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
1482
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1483
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1484
+ - 0c3d117: Add workflows to agent server handlers
1485
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
1486
+ - c2b980b: Fix multiple too-calls in AGUI
1487
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1488
+ - 0b8b868: Added A2A support + streaming
1489
+ - Updated dependencies [396be50]
1490
+ - Updated dependencies [ab80e7e]
1491
+ - Updated dependencies [c3bd795]
1492
+ - Updated dependencies [da082f8]
1493
+ - Updated dependencies [a5810ce]
1494
+ - Updated dependencies [3e9c131]
1495
+ - Updated dependencies [3171b5b]
1496
+ - Updated dependencies [973e5ac]
1497
+ - Updated dependencies [daf942f]
1498
+ - Updated dependencies [0b8b868]
1499
+ - Updated dependencies [9e1eff5]
1500
+ - Updated dependencies [6fa1ad1]
1501
+ - Updated dependencies [c28d7a0]
1502
+ - Updated dependencies [edf1e88]
1503
+ - @mastra/core@0.9.4
1504
+
1505
+ ## 0.1.22-alpha.4
1506
+
1507
+ ### Patch Changes
1508
+
1509
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
1510
+ - Updated dependencies [3e9c131]
1511
+ - @mastra/core@0.9.4-alpha.4
1512
+
1513
+ ## 0.1.22-alpha.3
1514
+
1515
+ ### Patch Changes
1516
+
1517
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
1518
+ - 0c3d117: Add workflows to agent server handlers
1519
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
1520
+ - Updated dependencies [396be50]
1521
+ - Updated dependencies [c3bd795]
1522
+ - Updated dependencies [da082f8]
1523
+ - Updated dependencies [a5810ce]
1524
+ - @mastra/core@0.9.4-alpha.3
1525
+
1526
+ ## 0.1.22-alpha.2
1527
+
1528
+ ### Patch Changes
1529
+
1530
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1531
+ - c2b980b: Fix multiple too-calls in AGUI
1532
+ - Updated dependencies [3171b5b]
1533
+ - Updated dependencies [973e5ac]
1534
+ - Updated dependencies [9e1eff5]
1535
+ - @mastra/core@0.9.4-alpha.2
1536
+
1537
+ ## 0.1.22-alpha.1
1538
+
1539
+ ### Patch Changes
1540
+
1541
+ - Updated dependencies [ab80e7e]
1542
+ - Updated dependencies [6fa1ad1]
1543
+ - Updated dependencies [c28d7a0]
1544
+ - Updated dependencies [edf1e88]
1545
+ - @mastra/core@0.9.4-alpha.1
1546
+
1547
+ ## 0.1.22-alpha.0
1548
+
1549
+ ### Patch Changes
1550
+
1551
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1552
+ - 0b8b868: Added A2A support + streaming
1553
+ - Updated dependencies [daf942f]
1554
+ - Updated dependencies [0b8b868]
1555
+ - @mastra/core@0.9.4-alpha.0
1556
+
1557
+ ## 0.1.21
1558
+
1559
+ ### Patch Changes
1560
+
1561
+ - 526c570: expose agent runtimeContext from clientSDK
1562
+ - 36eb1aa: Fix AGUI text part
1563
+ - 62c9e7d: Fix disappearing tool calls in streaming
1564
+ - Updated dependencies [e450778]
1565
+ - Updated dependencies [8902157]
1566
+ - Updated dependencies [ca0dc88]
1567
+ - Updated dependencies [526c570]
1568
+ - Updated dependencies [d7a6a33]
1569
+ - Updated dependencies [9cd1a46]
1570
+ - Updated dependencies [b5d2de0]
1571
+ - Updated dependencies [644f8ad]
1572
+ - Updated dependencies [70dbf51]
1573
+ - @mastra/core@0.9.3
1574
+
1575
+ ## 0.1.21-alpha.1
1576
+
1577
+ ### Patch Changes
1578
+
1579
+ - 36eb1aa: Fix AGUI text part
1580
+ - 62c9e7d: Fix disappearing tool calls in streaming
1581
+ - Updated dependencies [e450778]
1582
+ - Updated dependencies [8902157]
1583
+ - Updated dependencies [ca0dc88]
1584
+ - Updated dependencies [9cd1a46]
1585
+ - Updated dependencies [70dbf51]
1586
+ - @mastra/core@0.9.3-alpha.1
1587
+
1588
+ ## 0.1.21-alpha.0
1589
+
1590
+ ### Patch Changes
1591
+
1592
+ - 526c570: expose agent runtimeContext from clientSDK
1593
+ - Updated dependencies [526c570]
1594
+ - Updated dependencies [b5d2de0]
1595
+ - Updated dependencies [644f8ad]
1596
+ - @mastra/core@0.9.3-alpha.0
1597
+
1598
+ ## 0.1.20
1599
+
1600
+ ### Patch Changes
1601
+
1602
+ - 2cf3b8f: dependencies updates:
1603
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
1604
+ - 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`)
1605
+ - 4155f47: Add parameters to filter workflow runs
1606
+ Add fromDate and toDate to telemetry parameters
1607
+ - 254f5c3: Audit, cleanup MastraClient
1608
+ - 0097d50: Add serializedStepGraph to vNext workflow
1609
+ Return serializedStepGraph from vNext workflow
1610
+ Use serializedStepGraph in vNext workflow graph
1611
+ - 2429c74: Add get workflow runs api to client-js
1612
+ - 2e4f8e9: Agui client integration
1613
+ - Updated dependencies [6052aa6]
1614
+ - Updated dependencies [967b41c]
1615
+ - Updated dependencies [3d2fb5c]
1616
+ - Updated dependencies [26738f4]
1617
+ - Updated dependencies [4155f47]
1618
+ - Updated dependencies [7eeb2bc]
1619
+ - Updated dependencies [b804723]
1620
+ - Updated dependencies [8607972]
1621
+ - Updated dependencies [ccef9f9]
1622
+ - Updated dependencies [0097d50]
1623
+ - Updated dependencies [7eeb2bc]
1624
+ - Updated dependencies [17826a9]
1625
+ - Updated dependencies [7d8b7c7]
1626
+ - Updated dependencies [fba031f]
1627
+ - Updated dependencies [3a5f1e1]
1628
+ - Updated dependencies [51e6923]
1629
+ - Updated dependencies [8398d89]
1630
+ - @mastra/core@0.9.2
1631
+
1632
+ ## 0.1.20-alpha.6
1633
+
1634
+ ### Patch Changes
1635
+
1636
+ - 2e4f8e9: Agui client integration
1637
+ - Updated dependencies [6052aa6]
1638
+ - Updated dependencies [7d8b7c7]
1639
+ - Updated dependencies [3a5f1e1]
1640
+ - Updated dependencies [8398d89]
1641
+ - @mastra/core@0.9.2-alpha.6
1642
+
1643
+ ## 0.1.20-alpha.5
1644
+
1645
+ ### Patch Changes
1646
+
1647
+ - Updated dependencies [3d2fb5c]
1648
+ - Updated dependencies [7eeb2bc]
1649
+ - Updated dependencies [8607972]
1650
+ - Updated dependencies [7eeb2bc]
1651
+ - Updated dependencies [fba031f]
1652
+ - @mastra/core@0.9.2-alpha.5
1653
+
1654
+ ## 0.1.20-alpha.4
1655
+
1656
+ ### Patch Changes
1657
+
1658
+ - Updated dependencies [ccef9f9]
1659
+ - Updated dependencies [51e6923]
1660
+ - @mastra/core@0.9.2-alpha.4
1661
+
1662
+ ## 0.1.20-alpha.3
1663
+
1664
+ ### Patch Changes
1665
+
1666
+ - 4155f47: Add parameters to filter workflow runs
1667
+ Add fromDate and toDate to telemetry parameters
1668
+ - Updated dependencies [967b41c]
1669
+ - Updated dependencies [4155f47]
1670
+ - Updated dependencies [17826a9]
1671
+ - @mastra/core@0.9.2-alpha.3
1672
+
1673
+ ## 0.1.20-alpha.2
1674
+
1675
+ ### Patch Changes
1676
+
1677
+ - Updated dependencies [26738f4]
1678
+ - @mastra/core@0.9.2-alpha.2
1679
+
1680
+ ## 0.1.20-alpha.1
1681
+
1682
+ ### Patch Changes
1683
+
1684
+ - 254f5c3: Audit, cleanup MastraClient
1685
+ - 2429c74: Add get workflow runs api to client-js
1686
+ - Updated dependencies [b804723]
1687
+ - @mastra/core@0.9.2-alpha.1
1688
+
1689
+ ## 0.1.20-alpha.0
1690
+
1691
+ ### Patch Changes
1692
+
1693
+ - 0097d50: Add serializedStepGraph to vNext workflow
1694
+ Return serializedStepGraph from vNext workflow
1695
+ Use serializedStepGraph in vNext workflow graph
1696
+ - Updated dependencies [0097d50]
1697
+ - @mastra/core@0.9.2-alpha.0
1698
+
1699
+ ## 0.1.19
1700
+
1701
+ ### Patch Changes
1702
+
1703
+ - b50b9b7: Add vNext workflow to client-js
1704
+ - 11d4485: Show VNext workflows on the playground
1705
+ Show running status for step in vNext workflowState
1706
+ - Updated dependencies [405b63d]
1707
+ - Updated dependencies [81fb7f6]
1708
+ - Updated dependencies [20275d4]
1709
+ - Updated dependencies [7d1892c]
1710
+ - Updated dependencies [a90a082]
1711
+ - Updated dependencies [2d17c73]
1712
+ - Updated dependencies [61e92f5]
1713
+ - Updated dependencies [35955b0]
1714
+ - Updated dependencies [6262bd5]
1715
+ - Updated dependencies [c1409ef]
1716
+ - Updated dependencies [3e7b69d]
1717
+ - Updated dependencies [e4943b8]
1718
+ - Updated dependencies [11d4485]
1719
+ - Updated dependencies [479f490]
1720
+ - Updated dependencies [c23a81c]
1721
+ - Updated dependencies [2d4001d]
1722
+ - Updated dependencies [c71013a]
1723
+ - Updated dependencies [1d3b1cd]
1724
+ - @mastra/core@0.9.1
1725
+
1726
+ ## 0.1.19-alpha.8
1727
+
1728
+ ### Patch Changes
1729
+
1730
+ - Updated dependencies [2d17c73]
1731
+ - @mastra/core@0.9.1-alpha.8
1732
+
1733
+ ## 0.1.19-alpha.7
1734
+
1735
+ ### Patch Changes
1736
+
1737
+ - Updated dependencies [1d3b1cd]
1738
+ - @mastra/core@0.9.1-alpha.7
1739
+
1740
+ ## 0.1.19-alpha.6
1741
+
1742
+ ### Patch Changes
1743
+
1744
+ - Updated dependencies [c23a81c]
1745
+ - @mastra/core@0.9.1-alpha.6
1746
+
1747
+ ## 0.1.19-alpha.5
1748
+
1749
+ ### Patch Changes
1750
+
1751
+ - Updated dependencies [3e7b69d]
1752
+ - @mastra/core@0.9.1-alpha.5
1753
+
1754
+ ## 0.1.19-alpha.4
1755
+
1756
+ ### Patch Changes
1757
+
1758
+ - Updated dependencies [e4943b8]
1759
+ - Updated dependencies [479f490]
1760
+ - @mastra/core@0.9.1-alpha.4
1761
+
1762
+ ## 0.1.19-alpha.3
1763
+
1764
+ ### Patch Changes
1765
+
1766
+ - Updated dependencies [6262bd5]
1767
+ - @mastra/core@0.9.1-alpha.3
1768
+
1769
+ ## 0.1.19-alpha.2
1770
+
1771
+ ### Patch Changes
1772
+
1773
+ - Updated dependencies [405b63d]
1774
+ - Updated dependencies [61e92f5]
1775
+ - Updated dependencies [c71013a]
1776
+ - @mastra/core@0.9.1-alpha.2
1777
+
1778
+ ## 0.1.19-alpha.1
1779
+
1780
+ ### Patch Changes
1781
+
1782
+ - b50b9b7: Add vNext workflow to client-js
1783
+ - 11d4485: Show VNext workflows on the playground
1784
+ Show running status for step in vNext workflowState
1785
+ - Updated dependencies [20275d4]
1786
+ - Updated dependencies [7d1892c]
1787
+ - Updated dependencies [a90a082]
1788
+ - Updated dependencies [35955b0]
1789
+ - Updated dependencies [c1409ef]
1790
+ - Updated dependencies [11d4485]
1791
+ - Updated dependencies [2d4001d]
1792
+ - @mastra/core@0.9.1-alpha.1
1793
+
1794
+ ## 0.1.19-alpha.0
1795
+
1796
+ ### Patch Changes
1797
+
1798
+ - Updated dependencies [81fb7f6]
1799
+ - @mastra/core@0.9.1-alpha.0
1800
+
1801
+ ## 0.1.18
1802
+
1803
+ ### Patch Changes
1804
+
1805
+ - 2538066: Fix memory thread creation from client SDK
1806
+ - Updated dependencies [000a6d4]
1807
+ - Updated dependencies [08bb78e]
1808
+ - Updated dependencies [ed2f549]
1809
+ - Updated dependencies [7e92011]
1810
+ - Updated dependencies [9ee4293]
1811
+ - Updated dependencies [03f3cd0]
1812
+ - Updated dependencies [c0f22b4]
1813
+ - Updated dependencies [71d9444]
1814
+ - Updated dependencies [157c741]
1815
+ - Updated dependencies [8a8a73b]
1816
+ - Updated dependencies [0a033fa]
1817
+ - Updated dependencies [fe3ae4d]
1818
+ - Updated dependencies [9c26508]
1819
+ - Updated dependencies [0f4eae3]
1820
+ - Updated dependencies [16a8648]
1821
+ - Updated dependencies [6f92295]
1822
+ - @mastra/core@0.9.0
1823
+
1824
+ ## 0.1.18-alpha.8
1825
+
1826
+ ### Patch Changes
1827
+
1828
+ - 2538066: Fix memory thread creation from client SDK
1829
+ - Updated dependencies [000a6d4]
1830
+ - Updated dependencies [ed2f549]
1831
+ - Updated dependencies [c0f22b4]
1832
+ - Updated dependencies [0a033fa]
1833
+ - Updated dependencies [9c26508]
1834
+ - Updated dependencies [0f4eae3]
1835
+ - Updated dependencies [16a8648]
1836
+ - @mastra/core@0.9.0-alpha.8
1837
+
1838
+ ## 0.1.18-alpha.7
1839
+
1840
+ ### Patch Changes
1841
+
1842
+ - Updated dependencies [71d9444]
1843
+ - @mastra/core@0.9.0-alpha.7
1844
+
1845
+ ## 0.1.18-alpha.6
1846
+
1847
+ ### Patch Changes
1848
+
1849
+ - Updated dependencies [157c741]
1850
+ - @mastra/core@0.9.0-alpha.6
1851
+
1852
+ ## 0.1.18-alpha.5
1853
+
1854
+ ### Patch Changes
1855
+
1856
+ - Updated dependencies [08bb78e]
1857
+ - @mastra/core@0.9.0-alpha.5
1858
+
1859
+ ## 0.1.18-alpha.4
1860
+
1861
+ ### Patch Changes
1862
+
1863
+ - Updated dependencies [7e92011]
1864
+ - @mastra/core@0.9.0-alpha.4
1865
+
1866
+ ## 0.1.18-alpha.3
1867
+
1868
+ ### Patch Changes
1869
+
1870
+ - Updated dependencies [fe3ae4d]
1871
+ - @mastra/core@0.9.0-alpha.3
1872
+
1873
+ ## 0.1.18-alpha.2
1874
+
1875
+ ### Patch Changes
1876
+
1877
+ - Updated dependencies [9ee4293]
1878
+ - @mastra/core@0.8.4-alpha.2
1879
+
1880
+ ## 0.1.18-alpha.1
1881
+
1882
+ ### Patch Changes
1883
+
1884
+ - Updated dependencies [8a8a73b]
1885
+ - Updated dependencies [6f92295]
1886
+ - @mastra/core@0.8.4-alpha.1
1887
+
1888
+ ## 0.1.18-alpha.0
1889
+
1890
+ ### Patch Changes
1891
+
1892
+ - Updated dependencies [03f3cd0]
1893
+ - @mastra/core@0.8.4-alpha.0
1894
+
1895
+ ## 0.1.17
1896
+
1897
+ ### Patch Changes
1898
+
1899
+ - 37bb612: Add Elastic-2.0 licensing for packages
1900
+ - bc4acb3: updated traces to not be wrapped in traces object
1901
+ - Updated dependencies [d72318f]
1902
+ - Updated dependencies [0bcc862]
1903
+ - Updated dependencies [10a8caf]
1904
+ - Updated dependencies [359b089]
1905
+ - Updated dependencies [32e7b71]
1906
+ - Updated dependencies [37bb612]
1907
+ - Updated dependencies [7f1b291]
1908
+ - @mastra/core@0.8.3
1909
+
1910
+ ## 0.1.17-alpha.5
1911
+
1912
+ ### Patch Changes
1913
+
1914
+ - Updated dependencies [d72318f]
1915
+ - @mastra/core@0.8.3-alpha.5
1916
+
1917
+ ## 0.1.17-alpha.4
1918
+
1919
+ ### Patch Changes
1920
+
1921
+ - Updated dependencies [7f1b291]
1922
+ - @mastra/core@0.8.3-alpha.4
1923
+
1924
+ ## 0.1.17-alpha.3
1925
+
1926
+ ### Patch Changes
1927
+
1928
+ - Updated dependencies [10a8caf]
1929
+ - @mastra/core@0.8.3-alpha.3
1930
+
1931
+ ## 0.1.17-alpha.2
1932
+
1933
+ ### Patch Changes
1934
+
1935
+ - Updated dependencies [0bcc862]
1936
+ - @mastra/core@0.8.3-alpha.2
1937
+
1938
+ ## 0.1.17-alpha.1
1939
+
1940
+ ### Patch Changes
1941
+
1942
+ - 37bb612: Add Elastic-2.0 licensing for packages
1943
+ - bc4acb3: updated traces to not be wrapped in traces object
1944
+ - Updated dependencies [32e7b71]
1945
+ - Updated dependencies [37bb612]
1946
+ - @mastra/core@0.8.3-alpha.1
1947
+
1948
+ ## 0.1.17-alpha.0
1949
+
1950
+ ### Patch Changes
1951
+
1952
+ - Updated dependencies [359b089]
1953
+ - @mastra/core@0.8.3-alpha.0
1954
+
1955
+ ## 0.1.16
1956
+
1957
+ ### Patch Changes
1958
+
1959
+ - Updated dependencies [a06aadc]
1960
+ - @mastra/core@0.8.2
1961
+
1962
+ ## 0.1.16-alpha.0
1963
+
1964
+ ### Patch Changes
1965
+
1966
+ - Updated dependencies [a06aadc]
1967
+ - @mastra/core@0.8.2-alpha.0
1968
+
1969
+ ## 0.1.15
1970
+
1971
+ ### Patch Changes
1972
+
1973
+ - Updated dependencies [99e2998]
1974
+ - Updated dependencies [8fdb414]
1975
+ - @mastra/core@0.8.1
1976
+
1977
+ ## 0.1.15-alpha.0
1978
+
1979
+ ### Patch Changes
1980
+
1981
+ - Updated dependencies [99e2998]
1982
+ - Updated dependencies [8fdb414]
1983
+ - @mastra/core@0.8.1-alpha.0
1984
+
1985
+ ## 0.1.14
1986
+
1987
+ ### Patch Changes
1988
+
1989
+ - 055c4ea: Fix traces page showing e.reduce error
1990
+ - 789bef3: Make runId optional for workflow startAsync api
1991
+ - 8393832: Handle nested workflow view on workflow graph
1992
+ - 84fe241: Improve streaming of workflows
1993
+ - 5646a01: Fix parsing chunk in client-js workflow watch method sometimes failing, disrupting the stream process
1994
+ - bffd64f: Fix mastraClient CORS
1995
+ - 8076ecf: Unify workflow watch/start response
1996
+ - Updated dependencies [56c31b7]
1997
+ - Updated dependencies [619c39d]
1998
+ - Updated dependencies [5ae0180]
1999
+ - Updated dependencies [fe56be0]
2000
+ - Updated dependencies [93875ed]
2001
+ - Updated dependencies [107bcfe]
2002
+ - Updated dependencies [9bfa12b]
2003
+ - Updated dependencies [515ebfb]
2004
+ - Updated dependencies [5b4e19f]
2005
+ - Updated dependencies [dbbbf80]
2006
+ - Updated dependencies [a0967a0]
2007
+ - Updated dependencies [fca3b21]
2008
+ - Updated dependencies [88fa727]
2009
+ - Updated dependencies [f37f535]
2010
+ - Updated dependencies [a3f0e90]
2011
+ - Updated dependencies [4d67826]
2012
+ - Updated dependencies [6330967]
2013
+ - Updated dependencies [8393832]
2014
+ - Updated dependencies [6330967]
2015
+ - Updated dependencies [99d43b9]
2016
+ - Updated dependencies [d7e08e8]
2017
+ - Updated dependencies [febc8a6]
2018
+ - Updated dependencies [7599d77]
2019
+ - Updated dependencies [0118361]
2020
+ - Updated dependencies [619c39d]
2021
+ - Updated dependencies [cafae83]
2022
+ - Updated dependencies [8076ecf]
2023
+ - Updated dependencies [8df4a77]
2024
+ - Updated dependencies [304397c]
2025
+ - @mastra/core@0.8.0
2026
+
2027
+ ## 0.1.14-alpha.8
2028
+
2029
+ ### Patch Changes
2030
+
2031
+ - 055c4ea: Fix traces page showing e.reduce error
2032
+ - bffd64f: Fix mastraClient CORS
2033
+ - Updated dependencies [8df4a77]
2034
+ - @mastra/core@0.8.0-alpha.8
2035
+
2036
+ ## 0.1.14-alpha.7
2037
+
2038
+ ### Patch Changes
2039
+
2040
+ - Updated dependencies [febc8a6]
2041
+ - @mastra/core@0.8.0-alpha.7
2042
+
2043
+ ## 0.1.14-alpha.6
2044
+
2045
+ ### Patch Changes
2046
+
2047
+ - 5646a01: Fix parsing chunk in client-js workflow watch method sometimes failing, disrupting the stream process
2048
+ - Updated dependencies [a3f0e90]
2049
+ - @mastra/core@0.8.0-alpha.6
2050
+
2051
+ ## 0.1.14-alpha.5
2052
+
2053
+ ### Patch Changes
2054
+
2055
+ - Updated dependencies [93875ed]
2056
+ - @mastra/core@0.8.0-alpha.5
2057
+
2058
+ ## 0.1.14-alpha.4
2059
+
2060
+ ### Patch Changes
2061
+
2062
+ - Updated dependencies [d7e08e8]
2063
+ - @mastra/core@0.8.0-alpha.4
2064
+
2065
+ ## 0.1.14-alpha.3
2066
+
2067
+ ### Patch Changes
2068
+
2069
+ - 789bef3: Make runId optional for workflow startAsync api
2070
+ - 8393832: Handle nested workflow view on workflow graph
2071
+ - Updated dependencies [5ae0180]
2072
+ - Updated dependencies [9bfa12b]
2073
+ - Updated dependencies [515ebfb]
2074
+ - Updated dependencies [88fa727]
2075
+ - Updated dependencies [f37f535]
2076
+ - Updated dependencies [4d67826]
2077
+ - Updated dependencies [6330967]
2078
+ - Updated dependencies [8393832]
2079
+ - Updated dependencies [6330967]
2080
+ - @mastra/core@0.8.0-alpha.3
2081
+
2082
+ ## 0.1.14-alpha.2
2083
+
2084
+ ### Patch Changes
2085
+
2086
+ - 84fe241: Improve streaming of workflows
2087
+ - Updated dependencies [56c31b7]
2088
+ - Updated dependencies [dbbbf80]
2089
+ - Updated dependencies [99d43b9]
2090
+ - @mastra/core@0.8.0-alpha.2
2091
+
2092
+ ## 0.1.14-alpha.1
2093
+
2094
+ ### Patch Changes
2095
+
2096
+ - Updated dependencies [619c39d]
2097
+ - Updated dependencies [fe56be0]
2098
+ - Updated dependencies [a0967a0]
2099
+ - Updated dependencies [fca3b21]
2100
+ - Updated dependencies [0118361]
2101
+ - Updated dependencies [619c39d]
2102
+ - @mastra/core@0.8.0-alpha.1
2103
+
2104
+ ## 0.1.14-alpha.0
2105
+
2106
+ ### Patch Changes
2107
+
2108
+ - 8076ecf: Unify workflow watch/start response
2109
+ - Updated dependencies [107bcfe]
2110
+ - Updated dependencies [5b4e19f]
2111
+ - Updated dependencies [7599d77]
2112
+ - Updated dependencies [cafae83]
2113
+ - Updated dependencies [8076ecf]
2114
+ - Updated dependencies [304397c]
2115
+ - @mastra/core@0.7.1-alpha.0
2116
+
2117
+ ## 0.1.13
2118
+
2119
+ ### Patch Changes
2120
+
2121
+ - 0206617: Fix mastaClient cors error, remove default req headers
2122
+ - 160f88e: Leverage aiSDK processDataStream util in MastraClient
2123
+ - 3811029: Add identifying header
2124
+ - Updated dependencies [b4fbc59]
2125
+ - Updated dependencies [a838fde]
2126
+ - Updated dependencies [a8bd4cf]
2127
+ - Updated dependencies [7a3eeb0]
2128
+ - Updated dependencies [0b54522]
2129
+ - Updated dependencies [b3b34f5]
2130
+ - Updated dependencies [1af25d5]
2131
+ - Updated dependencies [a4686e8]
2132
+ - Updated dependencies [6530ad1]
2133
+ - Updated dependencies [27439ad]
2134
+ - @mastra/core@0.7.0
2135
+
2136
+ ## 0.1.13-alpha.3
2137
+
2138
+ ### Patch Changes
2139
+
2140
+ - 160f88e: Leverage aiSDK processDataStream util in MastraClient
2141
+ - Updated dependencies [b3b34f5]
2142
+ - Updated dependencies [a4686e8]
2143
+ - @mastra/core@0.7.0-alpha.3
2144
+
2145
+ ## 0.1.13-alpha.2
2146
+
2147
+ ### Patch Changes
2148
+
2149
+ - Updated dependencies [a838fde]
2150
+ - Updated dependencies [a8bd4cf]
2151
+ - Updated dependencies [7a3eeb0]
2152
+ - Updated dependencies [6530ad1]
2153
+ - @mastra/core@0.7.0-alpha.2
2154
+
2155
+ ## 0.1.13-alpha.1
2156
+
2157
+ ### Patch Changes
2158
+
2159
+ - Updated dependencies [0b54522]
2160
+ - Updated dependencies [1af25d5]
2161
+ - Updated dependencies [27439ad]
2162
+ - @mastra/core@0.7.0-alpha.1
2163
+
2164
+ ## 0.1.13-alpha.0
2165
+
2166
+ ### Patch Changes
2167
+
2168
+ - 0206617: Fix mastaClient cors error, remove default req headers
2169
+ - 3811029: Add identifying header
2170
+ - Updated dependencies [b4fbc59]
2171
+ - @mastra/core@0.6.5-alpha.0
2172
+
2173
+ ## 0.1.12
2174
+
2175
+ ### Patch Changes
2176
+
2177
+ - 05ef3e0: Support voice for mastra client
2178
+ - 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
2179
+ Fix sidebar horizontal overflow in playground
2180
+ - Updated dependencies [6794797]
2181
+ - Updated dependencies [fb68a80]
2182
+ - Updated dependencies [b56a681]
2183
+ - Updated dependencies [248cb07]
2184
+ - @mastra/core@0.6.4
2185
+
2186
+ ## 0.1.12-alpha.1
2187
+
2188
+ ### Patch Changes
2189
+
2190
+ - Updated dependencies [6794797]
2191
+ - @mastra/core@0.6.4-alpha.1
2192
+
2193
+ ## 0.1.12-alpha.0
2194
+
2195
+ ### Patch Changes
2196
+
2197
+ - 05ef3e0: Support voice for mastra client
2198
+ - 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
2199
+ Fix sidebar horizontal overflow in playground
2200
+ - Updated dependencies [fb68a80]
2201
+ - Updated dependencies [b56a681]
2202
+ - Updated dependencies [248cb07]
2203
+ - @mastra/core@0.6.4-alpha.0
2204
+
2205
+ ## 0.1.11
2206
+
2207
+ ### Patch Changes
2208
+
2209
+ - 404640e: AgentNetwork changeset
2210
+ - Updated dependencies [404640e]
2211
+ - Updated dependencies [3bce733]
2212
+ - @mastra/core@0.6.3
2213
+
2214
+ ## 0.1.11-alpha.1
2215
+
2216
+ ### Patch Changes
2217
+
2218
+ - Updated dependencies [3bce733]
2219
+ - @mastra/core@0.6.3-alpha.1
2220
+
2221
+ ## 0.1.11-alpha.0
2222
+
2223
+ ### Patch Changes
2224
+
2225
+ - 404640e: AgentNetwork changeset
2226
+ - Updated dependencies [404640e]
2227
+ - @mastra/core@0.6.3-alpha.0
2228
+
2229
+ ## 0.1.10
2230
+
2231
+ ### Patch Changes
2232
+
2233
+ - Updated dependencies [beaf1c2]
2234
+ - Updated dependencies [3084e13]
2235
+ - @mastra/core@0.6.2
2236
+
2237
+ ## 0.1.10-alpha.0
2238
+
2239
+ ### Patch Changes
2240
+
2241
+ - Updated dependencies [beaf1c2]
2242
+ - Updated dependencies [3084e13]
2243
+ - @mastra/core@0.6.2-alpha.0
2244
+
2245
+ ## 0.1.9
2246
+
2247
+ ### Patch Changes
2248
+
2249
+ - 0850b4c: Watch and resume per run
2250
+ - 4356859: Bump types from core so it can pass instructions optionally
2251
+ - Updated dependencies [fc2f89c]
2252
+ - Updated dependencies [dfbb131]
2253
+ - Updated dependencies [f4854ee]
2254
+ - Updated dependencies [afaf73f]
2255
+ - Updated dependencies [0850b4c]
2256
+ - Updated dependencies [7bcfaee]
2257
+ - Updated dependencies [44631b1]
2258
+ - Updated dependencies [9116d70]
2259
+ - Updated dependencies [6e559a0]
2260
+ - Updated dependencies [5f43505]
2261
+ - @mastra/core@0.6.1
2262
+
2263
+ ## 0.1.9-alpha.2
2264
+
2265
+ ### Patch Changes
2266
+
2267
+ - 0850b4c: Watch and resume per run
2268
+ - Updated dependencies [fc2f89c]
2269
+ - Updated dependencies [dfbb131]
2270
+ - Updated dependencies [0850b4c]
2271
+ - Updated dependencies [9116d70]
2272
+ - @mastra/core@0.6.1-alpha.2
2273
+
2274
+ ## 0.1.9-alpha.1
2275
+
2276
+ ### Patch Changes
2277
+
2278
+ - 4356859: Bump types from core so it can pass instructions optionally
2279
+ - Updated dependencies [f4854ee]
2280
+ - Updated dependencies [afaf73f]
2281
+ - Updated dependencies [44631b1]
2282
+ - Updated dependencies [6e559a0]
2283
+ - Updated dependencies [5f43505]
2284
+ - @mastra/core@0.6.1-alpha.1
2285
+
2286
+ ## 0.1.9-alpha.0
2287
+
2288
+ ### Patch Changes
2289
+
2290
+ - Updated dependencies [7bcfaee]
2291
+ - @mastra/core@0.6.1-alpha.0
2292
+
2293
+ ## 0.1.8
2294
+
2295
+ ### Patch Changes
2296
+
2297
+ - Updated dependencies [16b98d9]
2298
+ - Updated dependencies [1c8cda4]
2299
+ - Updated dependencies [95b4144]
2300
+ - Updated dependencies [3729dbd]
2301
+ - Updated dependencies [c2144f4]
2302
+ - @mastra/core@0.6.0
2303
+
2304
+ ## 0.1.8-alpha.1
2305
+
2306
+ ### Patch Changes
2307
+
2308
+ - Updated dependencies [16b98d9]
2309
+ - Updated dependencies [1c8cda4]
2310
+ - Updated dependencies [95b4144]
2311
+ - Updated dependencies [c2144f4]
2312
+ - @mastra/core@0.6.0-alpha.1
2313
+
2314
+ ## 0.1.8-alpha.0
2315
+
2316
+ ### Patch Changes
2317
+
2318
+ - Updated dependencies [3729dbd]
2319
+ - @mastra/core@0.5.1-alpha.0
2320
+
2321
+ ## 0.1.7
2322
+
2323
+ ### Patch Changes
2324
+
2325
+ - 960690d: Improve client-js workflow watch dx
2326
+ - 8deb34c: Better workflow watch api + watch workflow by runId
2327
+ - fd4a1d7: Update cjs bundling to make sure files are split
2328
+ - Updated dependencies [a910463]
2329
+ - Updated dependencies [59df7b6]
2330
+ - Updated dependencies [22643eb]
2331
+ - Updated dependencies [6feb23f]
2332
+ - Updated dependencies [f2d6727]
2333
+ - Updated dependencies [7a7a547]
2334
+ - Updated dependencies [29f3a82]
2335
+ - Updated dependencies [3d0e290]
2336
+ - Updated dependencies [e9fbac5]
2337
+ - Updated dependencies [301e4ee]
2338
+ - Updated dependencies [ee667a2]
2339
+ - Updated dependencies [dfbe4e9]
2340
+ - Updated dependencies [dab255b]
2341
+ - Updated dependencies [1e8bcbc]
2342
+ - Updated dependencies [f6678e4]
2343
+ - Updated dependencies [9e81f35]
2344
+ - Updated dependencies [c93798b]
2345
+ - Updated dependencies [a85ab24]
2346
+ - Updated dependencies [dbd9f2d]
2347
+ - Updated dependencies [59df7b6]
2348
+ - Updated dependencies [caefaa2]
2349
+ - Updated dependencies [c151ae6]
2350
+ - Updated dependencies [52e0418]
2351
+ - Updated dependencies [d79aedf]
2352
+ - Updated dependencies [03236ec]
2353
+ - Updated dependencies [3764e71]
2354
+ - Updated dependencies [df982db]
2355
+ - Updated dependencies [a171b37]
2356
+ - Updated dependencies [506f1d5]
2357
+ - Updated dependencies [02ffb7b]
2358
+ - Updated dependencies [0461849]
2359
+ - Updated dependencies [2259379]
2360
+ - Updated dependencies [aeb5e36]
2361
+ - Updated dependencies [f2301de]
2362
+ - Updated dependencies [358f069]
2363
+ - Updated dependencies [fd4a1d7]
2364
+ - Updated dependencies [c139344]
2365
+ - @mastra/core@0.5.0
2366
+
2367
+ ## 0.1.7-alpha.12
2368
+
2369
+ ### Patch Changes
2370
+
2371
+ - Updated dependencies [a85ab24]
2372
+ - @mastra/core@0.5.0-alpha.12
2373
+
2374
+ ## 0.1.7-alpha.11
2375
+
2376
+ ### Patch Changes
2377
+
2378
+ - 8deb34c: Better workflow watch api + watch workflow by runId
2379
+ - fd4a1d7: Update cjs bundling to make sure files are split
2380
+ - Updated dependencies [7a7a547]
2381
+ - Updated dependencies [c93798b]
2382
+ - Updated dependencies [dbd9f2d]
2383
+ - Updated dependencies [a171b37]
2384
+ - Updated dependencies [fd4a1d7]
2385
+ - @mastra/core@0.5.0-alpha.11
2386
+
2387
+ ## 0.1.7-alpha.10
2388
+
2389
+ ### Patch Changes
2390
+
2391
+ - Updated dependencies [a910463]
2392
+ - @mastra/core@0.5.0-alpha.10
2393
+
2394
+ ## 0.1.7-alpha.9
2395
+
2396
+ ### Patch Changes
2397
+
2398
+ - Updated dependencies [e9fbac5]
2399
+ - Updated dependencies [1e8bcbc]
2400
+ - Updated dependencies [aeb5e36]
2401
+ - Updated dependencies [f2301de]
2402
+ - @mastra/core@0.5.0-alpha.9
2403
+
2404
+ ## 0.1.7-alpha.8
2405
+
2406
+ ### Patch Changes
2407
+
2408
+ - Updated dependencies [506f1d5]
2409
+ - @mastra/core@0.5.0-alpha.8
2410
+
2411
+ ## 0.1.7-alpha.7
2412
+
2413
+ ### Patch Changes
2414
+
2415
+ - Updated dependencies [ee667a2]
2416
+ - @mastra/core@0.5.0-alpha.7
2417
+
2418
+ ## 0.1.7-alpha.6
2419
+
2420
+ ### Patch Changes
2421
+
2422
+ - Updated dependencies [f6678e4]
2423
+ - @mastra/core@0.5.0-alpha.6
2424
+
2425
+ ## 0.1.7-alpha.5
2426
+
2427
+ ### Patch Changes
2428
+
2429
+ - Updated dependencies [22643eb]
2430
+ - Updated dependencies [6feb23f]
2431
+ - Updated dependencies [f2d6727]
2432
+ - Updated dependencies [301e4ee]
2433
+ - Updated dependencies [dfbe4e9]
2434
+ - Updated dependencies [9e81f35]
2435
+ - Updated dependencies [caefaa2]
2436
+ - Updated dependencies [c151ae6]
2437
+ - Updated dependencies [52e0418]
2438
+ - Updated dependencies [03236ec]
2439
+ - Updated dependencies [3764e71]
2440
+ - Updated dependencies [df982db]
2441
+ - Updated dependencies [0461849]
2442
+ - Updated dependencies [2259379]
2443
+ - Updated dependencies [358f069]
2444
+ - @mastra/core@0.5.0-alpha.5
2445
+
2446
+ ## 0.1.7-alpha.4
2447
+
2448
+ ### Patch Changes
2449
+
2450
+ - Updated dependencies [d79aedf]
2451
+ - @mastra/core@0.5.0-alpha.4
2452
+
2453
+ ## 0.1.7-alpha.3
2454
+
2455
+ ### Patch Changes
2456
+
2457
+ - Updated dependencies [3d0e290]
2458
+ - @mastra/core@0.5.0-alpha.3
2459
+
2460
+ ## 0.1.7-alpha.2
2461
+
2462
+ ### Patch Changes
2463
+
2464
+ - Updated dependencies [02ffb7b]
2465
+ - @mastra/core@0.5.0-alpha.2
2466
+
2467
+ ## 0.1.7-alpha.1
2468
+
2469
+ ### Patch Changes
2470
+
2471
+ - Updated dependencies [dab255b]
2472
+ - @mastra/core@0.5.0-alpha.1
2473
+
2474
+ ## 0.1.7-alpha.0
2475
+
2476
+ ### Patch Changes
2477
+
2478
+ - 960690d: Improve client-js workflow watch dx
2479
+ - Updated dependencies [59df7b6]
2480
+ - Updated dependencies [29f3a82]
2481
+ - Updated dependencies [59df7b6]
2482
+ - Updated dependencies [c139344]
2483
+ - @mastra/core@0.5.0-alpha.0
2484
+
2485
+ ## 0.1.6
2486
+
2487
+ ### Patch Changes
2488
+
2489
+ - Updated dependencies [1da20e7]
2490
+ - @mastra/core@0.4.4
2491
+
2492
+ ## 0.1.6-alpha.0
2493
+
2494
+ ### Patch Changes
2495
+
2496
+ - Updated dependencies [1da20e7]
2497
+ - @mastra/core@0.4.4-alpha.0
2498
+
2499
+ ## 0.1.5
2500
+
2501
+ ### Patch Changes
2502
+
2503
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
2504
+ - 7a64aff: Add more types to client-js sdk
2505
+ - bb4f447: Add support for commonjs
2506
+ - Updated dependencies [0d185b1]
8
2507
  - Updated dependencies [ed55f1d]
9
2508
  - Updated dependencies [06aa827]
2509
+ - Updated dependencies [0fd78ac]
2510
+ - Updated dependencies [2512a93]
2511
+ - Updated dependencies [e62de74]
2512
+ - Updated dependencies [0d25b75]
2513
+ - Updated dependencies [fd14a3f]
2514
+ - Updated dependencies [8d13b14]
2515
+ - Updated dependencies [3f369a2]
2516
+ - Updated dependencies [3ee4831]
2517
+ - Updated dependencies [4d4e1e1]
2518
+ - Updated dependencies [bb4f447]
2519
+ - Updated dependencies [108793c]
2520
+ - Updated dependencies [5f28f44]
2521
+ - Updated dependencies [dabecf4]
2522
+ - @mastra/core@0.4.3
2523
+
2524
+ ## 0.1.5-alpha.4
2525
+
2526
+ ### Patch Changes
2527
+
2528
+ - Updated dependencies [dabecf4]
2529
+ - @mastra/core@0.4.3-alpha.4
2530
+
2531
+ ## 0.1.5-alpha.3
2532
+
2533
+ ### Patch Changes
2534
+
2535
+ - 0d25b75: Add all agent stream,generate option to cliend-js sdk
2536
+ - 7a64aff: Add more types to client-js sdk
2537
+ - bb4f447: Add support for commonjs
2538
+ - Updated dependencies [0fd78ac]
2539
+ - Updated dependencies [0d25b75]
2540
+ - Updated dependencies [fd14a3f]
2541
+ - Updated dependencies [3f369a2]
2542
+ - Updated dependencies [4d4e1e1]
2543
+ - Updated dependencies [bb4f447]
2544
+ - @mastra/core@0.4.3-alpha.3
2545
+
2546
+ ## 0.1.5-alpha.2
2547
+
2548
+ ### Patch Changes
2549
+
2550
+ - Updated dependencies [2512a93]
2551
+ - Updated dependencies [e62de74]
2552
+ - @mastra/core@0.4.3-alpha.2
2553
+
2554
+ ## 0.1.5-alpha.1
2555
+
2556
+ ### Patch Changes
2557
+
2558
+ - Updated dependencies [0d185b1]
2559
+ - Updated dependencies [ed55f1d]
10
2560
  - Updated dependencies [8d13b14]
11
- - Updated dependencies [4a712fc]
2561
+ - Updated dependencies [3ee4831]
12
2562
  - Updated dependencies [108793c]
13
2563
  - Updated dependencies [5f28f44]
14
- - @mastra/core@0.0.0-commonjs-20250227130920
2564
+ - @mastra/core@0.4.3-alpha.1
15
2565
 
16
2566
  ## 0.1.5-alpha.0
17
2567