@mastra/client-js 0.0.0-a2a-20250421213654 → 0.0.0-add-runtime-context-to-openai-realtime-20250516201052

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,353 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-a2a-20250421213654
3
+ ## 0.0.0-add-runtime-context-to-openai-realtime-20250516201052
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - f53a6ac: Add VNextWorkflowRuns type
8
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
9
+ - a6e3881: Remove non serializable options from agent stream,generate
10
+ - fddae56: Add telemetry to cliend SDK streamParams
11
+ - 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.
12
+ - 2672a05: Add MCP servers and tool call execution to playground
13
+ - Updated dependencies [f53a6ac]
14
+ - Updated dependencies [eabdcd9]
15
+ - Updated dependencies [99f050a]
16
+ - Updated dependencies [d0ee3c6]
17
+ - Updated dependencies [23f258c]
18
+ - Updated dependencies [2672a05]
19
+ - @mastra/core@0.0.0-add-runtime-context-to-openai-realtime-20250516201052
20
+
21
+ ## 0.1.22
22
+
23
+ ### Patch Changes
24
+
25
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
26
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
27
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
28
+ - 0c3d117: Add workflows to agent server handlers
29
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
30
+ - c2b980b: Fix multiple too-calls in AGUI
31
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
32
+ - 0b8b868: Added A2A support + streaming
33
+ - Updated dependencies [396be50]
34
+ - Updated dependencies [ab80e7e]
35
+ - Updated dependencies [c3bd795]
36
+ - Updated dependencies [da082f8]
37
+ - Updated dependencies [a5810ce]
38
+ - Updated dependencies [3e9c131]
39
+ - Updated dependencies [3171b5b]
40
+ - Updated dependencies [973e5ac]
41
+ - Updated dependencies [daf942f]
42
+ - Updated dependencies [0b8b868]
43
+ - Updated dependencies [9e1eff5]
44
+ - Updated dependencies [6fa1ad1]
45
+ - Updated dependencies [c28d7a0]
46
+ - Updated dependencies [edf1e88]
47
+ - @mastra/core@0.9.4
48
+
49
+ ## 0.1.22-alpha.4
50
+
51
+ ### Patch Changes
52
+
53
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
54
+ - Updated dependencies [3e9c131]
55
+ - @mastra/core@0.9.4-alpha.4
56
+
57
+ ## 0.1.22-alpha.3
58
+
59
+ ### Patch Changes
60
+
61
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
62
+ - 0c3d117: Add workflows to agent server handlers
63
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
64
+ - Updated dependencies [396be50]
65
+ - Updated dependencies [c3bd795]
66
+ - Updated dependencies [da082f8]
67
+ - Updated dependencies [a5810ce]
68
+ - @mastra/core@0.9.4-alpha.3
69
+
70
+ ## 0.1.22-alpha.2
71
+
72
+ ### Patch Changes
73
+
74
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
75
+ - c2b980b: Fix multiple too-calls in AGUI
76
+ - Updated dependencies [3171b5b]
77
+ - Updated dependencies [973e5ac]
78
+ - Updated dependencies [9e1eff5]
79
+ - @mastra/core@0.9.4-alpha.2
80
+
81
+ ## 0.1.22-alpha.1
82
+
83
+ ### Patch Changes
84
+
85
+ - Updated dependencies [ab80e7e]
86
+ - Updated dependencies [6fa1ad1]
87
+ - Updated dependencies [c28d7a0]
88
+ - Updated dependencies [edf1e88]
89
+ - @mastra/core@0.9.4-alpha.1
90
+
91
+ ## 0.1.22-alpha.0
92
+
93
+ ### Patch Changes
94
+
95
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
96
+ - 0b8b868: Added A2A support + streaming
97
+ - Updated dependencies [daf942f]
98
+ - Updated dependencies [0b8b868]
99
+ - @mastra/core@0.9.4-alpha.0
100
+
101
+ ## 0.1.21
102
+
103
+ ### Patch Changes
104
+
105
+ - 526c570: expose agent runtimeContext from clientSDK
106
+ - 36eb1aa: Fix AGUI text part
107
+ - 62c9e7d: Fix disappearing tool calls in streaming
108
+ - Updated dependencies [e450778]
109
+ - Updated dependencies [8902157]
110
+ - Updated dependencies [ca0dc88]
111
+ - Updated dependencies [526c570]
112
+ - Updated dependencies [d7a6a33]
113
+ - Updated dependencies [9cd1a46]
114
+ - Updated dependencies [b5d2de0]
115
+ - Updated dependencies [644f8ad]
116
+ - Updated dependencies [70dbf51]
117
+ - @mastra/core@0.9.3
118
+
119
+ ## 0.1.21-alpha.1
120
+
121
+ ### Patch Changes
122
+
123
+ - 36eb1aa: Fix AGUI text part
124
+ - 62c9e7d: Fix disappearing tool calls in streaming
125
+ - Updated dependencies [e450778]
126
+ - Updated dependencies [8902157]
127
+ - Updated dependencies [ca0dc88]
128
+ - Updated dependencies [9cd1a46]
129
+ - Updated dependencies [70dbf51]
130
+ - @mastra/core@0.9.3-alpha.1
131
+
132
+ ## 0.1.21-alpha.0
133
+
134
+ ### Patch Changes
135
+
136
+ - 526c570: expose agent runtimeContext from clientSDK
137
+ - Updated dependencies [526c570]
138
+ - Updated dependencies [b5d2de0]
139
+ - Updated dependencies [644f8ad]
140
+ - @mastra/core@0.9.3-alpha.0
141
+
142
+ ## 0.1.20
143
+
144
+ ### Patch Changes
145
+
146
+ - 2cf3b8f: dependencies updates:
147
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
148
+ - 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`)
149
+ - 4155f47: Add parameters to filter workflow runs
150
+ Add fromDate and toDate to telemetry parameters
151
+ - 254f5c3: Audit, cleanup MastraClient
152
+ - 0097d50: Add serializedStepGraph to vNext workflow
153
+ Return serializedStepGraph from vNext workflow
154
+ Use serializedStepGraph in vNext workflow graph
155
+ - 2429c74: Add get workflow runs api to client-js
156
+ - 2e4f8e9: Agui client integration
157
+ - Updated dependencies [6052aa6]
158
+ - Updated dependencies [967b41c]
159
+ - Updated dependencies [3d2fb5c]
160
+ - Updated dependencies [26738f4]
161
+ - Updated dependencies [4155f47]
162
+ - Updated dependencies [7eeb2bc]
163
+ - Updated dependencies [b804723]
164
+ - Updated dependencies [8607972]
165
+ - Updated dependencies [ccef9f9]
166
+ - Updated dependencies [0097d50]
167
+ - Updated dependencies [7eeb2bc]
168
+ - Updated dependencies [17826a9]
169
+ - Updated dependencies [7d8b7c7]
170
+ - Updated dependencies [fba031f]
171
+ - Updated dependencies [3a5f1e1]
172
+ - Updated dependencies [51e6923]
173
+ - Updated dependencies [8398d89]
174
+ - @mastra/core@0.9.2
175
+
176
+ ## 0.1.20-alpha.6
177
+
178
+ ### Patch Changes
179
+
180
+ - 2e4f8e9: Agui client integration
181
+ - Updated dependencies [6052aa6]
182
+ - Updated dependencies [7d8b7c7]
183
+ - Updated dependencies [3a5f1e1]
184
+ - Updated dependencies [8398d89]
185
+ - @mastra/core@0.9.2-alpha.6
186
+
187
+ ## 0.1.20-alpha.5
188
+
189
+ ### Patch Changes
190
+
191
+ - Updated dependencies [3d2fb5c]
192
+ - Updated dependencies [7eeb2bc]
193
+ - Updated dependencies [8607972]
194
+ - Updated dependencies [7eeb2bc]
195
+ - Updated dependencies [fba031f]
196
+ - @mastra/core@0.9.2-alpha.5
197
+
198
+ ## 0.1.20-alpha.4
199
+
200
+ ### Patch Changes
201
+
202
+ - Updated dependencies [ccef9f9]
203
+ - Updated dependencies [51e6923]
204
+ - @mastra/core@0.9.2-alpha.4
205
+
206
+ ## 0.1.20-alpha.3
207
+
208
+ ### Patch Changes
209
+
210
+ - 4155f47: Add parameters to filter workflow runs
211
+ Add fromDate and toDate to telemetry parameters
212
+ - Updated dependencies [967b41c]
213
+ - Updated dependencies [4155f47]
214
+ - Updated dependencies [17826a9]
215
+ - @mastra/core@0.9.2-alpha.3
216
+
217
+ ## 0.1.20-alpha.2
218
+
219
+ ### Patch Changes
220
+
221
+ - Updated dependencies [26738f4]
222
+ - @mastra/core@0.9.2-alpha.2
223
+
224
+ ## 0.1.20-alpha.1
225
+
226
+ ### Patch Changes
227
+
228
+ - 254f5c3: Audit, cleanup MastraClient
229
+ - 2429c74: Add get workflow runs api to client-js
230
+ - Updated dependencies [b804723]
231
+ - @mastra/core@0.9.2-alpha.1
232
+
233
+ ## 0.1.20-alpha.0
234
+
235
+ ### Patch Changes
236
+
237
+ - 0097d50: Add serializedStepGraph to vNext workflow
238
+ Return serializedStepGraph from vNext workflow
239
+ Use serializedStepGraph in vNext workflow graph
240
+ - Updated dependencies [0097d50]
241
+ - @mastra/core@0.9.2-alpha.0
242
+
243
+ ## 0.1.19
244
+
245
+ ### Patch Changes
246
+
247
+ - b50b9b7: Add vNext workflow to client-js
248
+ - 11d4485: Show VNext workflows on the playground
249
+ Show running status for step in vNext workflowState
250
+ - Updated dependencies [405b63d]
251
+ - Updated dependencies [81fb7f6]
252
+ - Updated dependencies [20275d4]
253
+ - Updated dependencies [7d1892c]
254
+ - Updated dependencies [a90a082]
255
+ - Updated dependencies [2d17c73]
256
+ - Updated dependencies [61e92f5]
257
+ - Updated dependencies [35955b0]
258
+ - Updated dependencies [6262bd5]
259
+ - Updated dependencies [c1409ef]
260
+ - Updated dependencies [3e7b69d]
261
+ - Updated dependencies [e4943b8]
262
+ - Updated dependencies [11d4485]
263
+ - Updated dependencies [479f490]
264
+ - Updated dependencies [c23a81c]
265
+ - Updated dependencies [2d4001d]
266
+ - Updated dependencies [c71013a]
267
+ - Updated dependencies [1d3b1cd]
268
+ - @mastra/core@0.9.1
269
+
270
+ ## 0.1.19-alpha.8
271
+
272
+ ### Patch Changes
273
+
274
+ - Updated dependencies [2d17c73]
275
+ - @mastra/core@0.9.1-alpha.8
276
+
277
+ ## 0.1.19-alpha.7
278
+
279
+ ### Patch Changes
280
+
281
+ - Updated dependencies [1d3b1cd]
282
+ - @mastra/core@0.9.1-alpha.7
283
+
284
+ ## 0.1.19-alpha.6
285
+
286
+ ### Patch Changes
287
+
288
+ - Updated dependencies [c23a81c]
289
+ - @mastra/core@0.9.1-alpha.6
290
+
291
+ ## 0.1.19-alpha.5
292
+
293
+ ### Patch Changes
294
+
295
+ - Updated dependencies [3e7b69d]
296
+ - @mastra/core@0.9.1-alpha.5
297
+
298
+ ## 0.1.19-alpha.4
299
+
300
+ ### Patch Changes
301
+
302
+ - Updated dependencies [e4943b8]
303
+ - Updated dependencies [479f490]
304
+ - @mastra/core@0.9.1-alpha.4
305
+
306
+ ## 0.1.19-alpha.3
307
+
308
+ ### Patch Changes
309
+
310
+ - Updated dependencies [6262bd5]
311
+ - @mastra/core@0.9.1-alpha.3
312
+
313
+ ## 0.1.19-alpha.2
314
+
315
+ ### Patch Changes
316
+
317
+ - Updated dependencies [405b63d]
318
+ - Updated dependencies [61e92f5]
319
+ - Updated dependencies [c71013a]
320
+ - @mastra/core@0.9.1-alpha.2
321
+
322
+ ## 0.1.19-alpha.1
323
+
324
+ ### Patch Changes
325
+
326
+ - b50b9b7: Add vNext workflow to client-js
327
+ - 11d4485: Show VNext workflows on the playground
328
+ Show running status for step in vNext workflowState
329
+ - Updated dependencies [20275d4]
330
+ - Updated dependencies [7d1892c]
331
+ - Updated dependencies [a90a082]
332
+ - Updated dependencies [35955b0]
333
+ - Updated dependencies [c1409ef]
334
+ - Updated dependencies [11d4485]
335
+ - Updated dependencies [2d4001d]
336
+ - @mastra/core@0.9.1-alpha.1
337
+
338
+ ## 0.1.19-alpha.0
339
+
340
+ ### Patch Changes
341
+
342
+ - Updated dependencies [81fb7f6]
343
+ - @mastra/core@0.9.1-alpha.0
344
+
345
+ ## 0.1.18
346
+
347
+ ### Patch Changes
348
+
349
+ - 2538066: Fix memory thread creation from client SDK
350
+ - Updated dependencies [000a6d4]
7
351
  - Updated dependencies [08bb78e]
8
352
  - Updated dependencies [ed2f549]
9
353
  - Updated dependencies [7e92011]
@@ -13,9 +357,27 @@
13
357
  - Updated dependencies [71d9444]
14
358
  - Updated dependencies [157c741]
15
359
  - Updated dependencies [8a8a73b]
360
+ - Updated dependencies [0a033fa]
16
361
  - Updated dependencies [fe3ae4d]
362
+ - Updated dependencies [9c26508]
363
+ - Updated dependencies [0f4eae3]
364
+ - Updated dependencies [16a8648]
17
365
  - Updated dependencies [6f92295]
18
- - @mastra/core@0.0.0-a2a-20250421213654
366
+ - @mastra/core@0.9.0
367
+
368
+ ## 0.1.18-alpha.8
369
+
370
+ ### Patch Changes
371
+
372
+ - 2538066: Fix memory thread creation from client SDK
373
+ - Updated dependencies [000a6d4]
374
+ - Updated dependencies [ed2f549]
375
+ - Updated dependencies [c0f22b4]
376
+ - Updated dependencies [0a033fa]
377
+ - Updated dependencies [9c26508]
378
+ - Updated dependencies [0f4eae3]
379
+ - Updated dependencies [16a8648]
380
+ - @mastra/core@0.9.0-alpha.8
19
381
 
20
382
  ## 0.1.18-alpha.7
21
383