@mastra/client-js 0.0.0-fix-message-embedding-20250506021742 → 0.0.0-inject-middleware-20250528213451

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 CHANGED
@@ -1,9 +1,281 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-fix-message-embedding-20250506021742
3
+ ## 0.0.0-inject-middleware-20250528213451
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
8
+ - Updated dependencies [592a2db]
9
+ - @mastra/core@0.0.0-inject-middleware-20250528213451
10
+
11
+ ## 0.10.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 267773e: Show map config on workflow graph
16
+ Highlight borders for conditions too on workflow graph
17
+ Fix watch stream
18
+ - 5343f93: Move emitter to symbol to make private
19
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
20
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
21
+ - Updated dependencies [d70b807]
22
+ - Updated dependencies [6d16390]
23
+ - Updated dependencies [1e4a421]
24
+ - Updated dependencies [200d0da]
25
+ - Updated dependencies [bf5f17b]
26
+ - Updated dependencies [5343f93]
27
+ - Updated dependencies [38aee50]
28
+ - Updated dependencies [5c41100]
29
+ - Updated dependencies [d6a759b]
30
+ - Updated dependencies [6015bdf]
31
+ - @mastra/core@0.10.1
32
+
33
+ ## 0.10.1-alpha.3
34
+
35
+ ### Patch Changes
36
+
37
+ - 267773e: Show map config on workflow graph
38
+ Highlight borders for conditions too on workflow graph
39
+ Fix watch stream
40
+
41
+ ## 0.10.1-alpha.2
42
+
43
+ ### Patch Changes
44
+
45
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
46
+ - Updated dependencies [6015bdf]
47
+ - @mastra/core@0.10.1-alpha.2
48
+
49
+ ## 0.10.1-alpha.1
50
+
51
+ ### Patch Changes
52
+
53
+ - 5343f93: Move emitter to symbol to make private
54
+ - Updated dependencies [200d0da]
55
+ - Updated dependencies [bf5f17b]
56
+ - Updated dependencies [5343f93]
57
+ - Updated dependencies [38aee50]
58
+ - Updated dependencies [5c41100]
59
+ - Updated dependencies [d6a759b]
60
+ - @mastra/core@0.10.1-alpha.1
61
+
62
+ ## 0.10.1-alpha.0
63
+
64
+ ### Patch Changes
65
+
66
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
67
+ - Updated dependencies [6d16390]
68
+ - Updated dependencies [1e4a421]
69
+ - @mastra/core@0.10.1-alpha.0
70
+
71
+ ## 0.10.0
72
+
73
+ ### Minor Changes
74
+
75
+ - 83da932: Move @mastra/core to peerdeps
76
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
77
+
78
+ ### Patch Changes
79
+
80
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
81
+ - 0215b0b: Add description to vnext workflow response
82
+ - f53a6ac: Add VNextWorkflowRuns type
83
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
84
+ - a6e3881: Remove non serializable options from agent stream,generate
85
+ - fddae56: Add telemetry to cliend SDK streamParams
86
+ - 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.
87
+ - 5063646: Accept plain obects as runtimeContext
88
+ - 2672a05: Add MCP servers and tool call execution to playground
89
+ - Updated dependencies [b3a3d63]
90
+ - Updated dependencies [344f453]
91
+ - Updated dependencies [0a3ae6d]
92
+ - Updated dependencies [95911be]
93
+ - Updated dependencies [f53a6ac]
94
+ - Updated dependencies [5eb5a99]
95
+ - Updated dependencies [7e632c5]
96
+ - Updated dependencies [1e9fbfa]
97
+ - Updated dependencies [eabdcd9]
98
+ - Updated dependencies [90be034]
99
+ - Updated dependencies [99f050a]
100
+ - Updated dependencies [d0ee3c6]
101
+ - Updated dependencies [b2ae5aa]
102
+ - Updated dependencies [23f258c]
103
+ - Updated dependencies [a7292b0]
104
+ - Updated dependencies [0dcb9f0]
105
+ - Updated dependencies [2672a05]
106
+ - @mastra/core@0.10.0
107
+
108
+ ## 0.2.0-alpha.1
109
+
110
+ ### Minor Changes
111
+
112
+ - 83da932: Move @mastra/core to peerdeps
113
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
114
+
115
+ ### Patch Changes
116
+
117
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
118
+ - 0215b0b: Add description to vnext workflow response
119
+ - 5063646: Accept plain obects as runtimeContext
120
+ - Updated dependencies [b3a3d63]
121
+ - Updated dependencies [344f453]
122
+ - Updated dependencies [0a3ae6d]
123
+ - Updated dependencies [95911be]
124
+ - Updated dependencies [5eb5a99]
125
+ - Updated dependencies [7e632c5]
126
+ - Updated dependencies [1e9fbfa]
127
+ - Updated dependencies [b2ae5aa]
128
+ - Updated dependencies [a7292b0]
129
+ - Updated dependencies [0dcb9f0]
130
+ - @mastra/core@0.10.0-alpha.1
131
+
132
+ ## 0.1.23-alpha.0
133
+
134
+ ### Patch Changes
135
+
136
+ - f53a6ac: Add VNextWorkflowRuns type
137
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
138
+ - a6e3881: Remove non serializable options from agent stream,generate
139
+ - fddae56: Add telemetry to cliend SDK streamParams
140
+ - 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.
141
+ - 2672a05: Add MCP servers and tool call execution to playground
142
+ - Updated dependencies [f53a6ac]
143
+ - Updated dependencies [eabdcd9]
144
+ - Updated dependencies [90be034]
145
+ - Updated dependencies [99f050a]
146
+ - Updated dependencies [d0ee3c6]
147
+ - Updated dependencies [23f258c]
148
+ - Updated dependencies [2672a05]
149
+ - @mastra/core@0.9.5-alpha.0
150
+
151
+ ## 0.1.22
152
+
153
+ ### Patch Changes
154
+
155
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
156
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
157
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
158
+ - 0c3d117: Add workflows to agent server handlers
159
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
160
+ - c2b980b: Fix multiple too-calls in AGUI
161
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
162
+ - 0b8b868: Added A2A support + streaming
163
+ - Updated dependencies [396be50]
164
+ - Updated dependencies [ab80e7e]
165
+ - Updated dependencies [c3bd795]
166
+ - Updated dependencies [da082f8]
167
+ - Updated dependencies [a5810ce]
168
+ - Updated dependencies [3e9c131]
169
+ - Updated dependencies [3171b5b]
170
+ - Updated dependencies [973e5ac]
171
+ - Updated dependencies [daf942f]
172
+ - Updated dependencies [0b8b868]
173
+ - Updated dependencies [9e1eff5]
174
+ - Updated dependencies [6fa1ad1]
175
+ - Updated dependencies [c28d7a0]
176
+ - Updated dependencies [edf1e88]
177
+ - @mastra/core@0.9.4
178
+
179
+ ## 0.1.22-alpha.4
180
+
181
+ ### Patch Changes
182
+
183
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
184
+ - Updated dependencies [3e9c131]
185
+ - @mastra/core@0.9.4-alpha.4
186
+
187
+ ## 0.1.22-alpha.3
188
+
189
+ ### Patch Changes
190
+
191
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
192
+ - 0c3d117: Add workflows to agent server handlers
193
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
194
+ - Updated dependencies [396be50]
195
+ - Updated dependencies [c3bd795]
196
+ - Updated dependencies [da082f8]
197
+ - Updated dependencies [a5810ce]
198
+ - @mastra/core@0.9.4-alpha.3
199
+
200
+ ## 0.1.22-alpha.2
201
+
202
+ ### Patch Changes
203
+
204
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
205
+ - c2b980b: Fix multiple too-calls in AGUI
206
+ - Updated dependencies [3171b5b]
207
+ - Updated dependencies [973e5ac]
208
+ - Updated dependencies [9e1eff5]
209
+ - @mastra/core@0.9.4-alpha.2
210
+
211
+ ## 0.1.22-alpha.1
212
+
213
+ ### Patch Changes
214
+
215
+ - Updated dependencies [ab80e7e]
216
+ - Updated dependencies [6fa1ad1]
217
+ - Updated dependencies [c28d7a0]
218
+ - Updated dependencies [edf1e88]
219
+ - @mastra/core@0.9.4-alpha.1
220
+
221
+ ## 0.1.22-alpha.0
222
+
223
+ ### Patch Changes
224
+
225
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
226
+ - 0b8b868: Added A2A support + streaming
227
+ - Updated dependencies [daf942f]
228
+ - Updated dependencies [0b8b868]
229
+ - @mastra/core@0.9.4-alpha.0
230
+
231
+ ## 0.1.21
232
+
233
+ ### Patch Changes
234
+
235
+ - 526c570: expose agent runtimeContext from clientSDK
236
+ - 36eb1aa: Fix AGUI text part
237
+ - 62c9e7d: Fix disappearing tool calls in streaming
238
+ - Updated dependencies [e450778]
239
+ - Updated dependencies [8902157]
240
+ - Updated dependencies [ca0dc88]
241
+ - Updated dependencies [526c570]
242
+ - Updated dependencies [d7a6a33]
243
+ - Updated dependencies [9cd1a46]
244
+ - Updated dependencies [b5d2de0]
245
+ - Updated dependencies [644f8ad]
246
+ - Updated dependencies [70dbf51]
247
+ - @mastra/core@0.9.3
248
+
249
+ ## 0.1.21-alpha.1
250
+
251
+ ### Patch Changes
252
+
253
+ - 36eb1aa: Fix AGUI text part
254
+ - 62c9e7d: Fix disappearing tool calls in streaming
255
+ - Updated dependencies [e450778]
256
+ - Updated dependencies [8902157]
257
+ - Updated dependencies [ca0dc88]
258
+ - Updated dependencies [9cd1a46]
259
+ - Updated dependencies [70dbf51]
260
+ - @mastra/core@0.9.3-alpha.1
261
+
262
+ ## 0.1.21-alpha.0
263
+
264
+ ### Patch Changes
265
+
266
+ - 526c570: expose agent runtimeContext from clientSDK
267
+ - Updated dependencies [526c570]
268
+ - Updated dependencies [b5d2de0]
269
+ - Updated dependencies [644f8ad]
270
+ - @mastra/core@0.9.3-alpha.0
271
+
272
+ ## 0.1.20
273
+
274
+ ### Patch Changes
275
+
276
+ - 2cf3b8f: dependencies updates:
277
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
278
+ - 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`)
7
279
  - 4155f47: Add parameters to filter workflow runs
8
280
  Add fromDate and toDate to telemetry parameters
9
281
  - 254f5c3: Audit, cleanup MastraClient
@@ -12,6 +284,7 @@
12
284
  Use serializedStepGraph in vNext workflow graph
13
285
  - 2429c74: Add get workflow runs api to client-js
14
286
  - 2e4f8e9: Agui client integration
287
+ - Updated dependencies [6052aa6]
15
288
  - Updated dependencies [967b41c]
16
289
  - Updated dependencies [3d2fb5c]
17
290
  - Updated dependencies [26738f4]
@@ -23,9 +296,23 @@
23
296
  - Updated dependencies [0097d50]
24
297
  - Updated dependencies [7eeb2bc]
25
298
  - Updated dependencies [17826a9]
299
+ - Updated dependencies [7d8b7c7]
26
300
  - Updated dependencies [fba031f]
301
+ - Updated dependencies [3a5f1e1]
27
302
  - Updated dependencies [51e6923]
28
- - @mastra/core@0.0.0-fix-message-embedding-20250506021742
303
+ - Updated dependencies [8398d89]
304
+ - @mastra/core@0.9.2
305
+
306
+ ## 0.1.20-alpha.6
307
+
308
+ ### Patch Changes
309
+
310
+ - 2e4f8e9: Agui client integration
311
+ - Updated dependencies [6052aa6]
312
+ - Updated dependencies [7d8b7c7]
313
+ - Updated dependencies [3a5f1e1]
314
+ - Updated dependencies [8398d89]
315
+ - @mastra/core@0.9.2-alpha.6
29
316
 
30
317
  ## 0.1.20-alpha.5
31
318