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