create-mastra 0.0.0-cli-debug-2-20250611100354 → 0.0.0-cloud-deployer-for-core-0.19.1-20251001164939

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 ADDED
@@ -0,0 +1,1827 @@
1
+ # create-mastra
2
+
3
+ ## 0.0.0-cloud-deployer-for-core-0.19.1-20251001164939
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix an issue preventing showing working memory and semantic recall in the playground ([#8358](https://github.com/mastra-ai/mastra/pull/8358))
8
+
9
+ ## 0.13.4
10
+
11
+ ### Patch Changes
12
+
13
+ - disable network label when memory is not enabled OR the agent has no subagents ([#8341](https://github.com/mastra-ai/mastra/pull/8341))
14
+
15
+ - Added Mastra model router to Playground UI ([#8332](https://github.com/mastra-ai/mastra/pull/8332))
16
+
17
+ ## 0.13.4-alpha.1
18
+
19
+ ### Patch Changes
20
+
21
+ - disable network label when memory is not enabled OR the agent has no subagents ([#8341](https://github.com/mastra-ai/mastra/pull/8341))
22
+
23
+ ## 0.13.4-alpha.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Added Mastra model router to Playground UI ([#8332](https://github.com/mastra-ai/mastra/pull/8332))
28
+
29
+ ## 0.13.3
30
+
31
+ ### Patch Changes
32
+
33
+ - Fixed an issue in playground where text-start/end parts were ignored in handleStreamChunk and tool ordering vs text wasn't retained ([#8234](https://github.com/mastra-ai/mastra/pull/8234))
34
+
35
+ - Add conditional chaining to scorer.agentNames return ([#8199](https://github.com/mastra-ai/mastra/pull/8199))
36
+
37
+ - Show model that worked when there are model fallbacks ([#8167](https://github.com/mastra-ai/mastra/pull/8167))
38
+
39
+ - Add types in the streamVNext codepath, fixes for various issues across multiple packages surfaced from type issues, align return types. ([#8010](https://github.com/mastra-ai/mastra/pull/8010))
40
+
41
+ - Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
42
+
43
+ ## 0.13.3-alpha.1
44
+
45
+ ### Patch Changes
46
+
47
+ - Fixed an issue in playground where text-start/end parts were ignored in handleStreamChunk and tool ordering vs text wasn't retained ([#8234](https://github.com/mastra-ai/mastra/pull/8234))
48
+
49
+ - Add conditional chaining to scorer.agentNames return ([#8199](https://github.com/mastra-ai/mastra/pull/8199))
50
+
51
+ - Show model that worked when there are model fallbacks ([#8167](https://github.com/mastra-ai/mastra/pull/8167))
52
+
53
+ ## 0.13.3-alpha.0
54
+
55
+ ### Patch Changes
56
+
57
+ - Add types in the streamVNext codepath, fixes for various issues across multiple packages surfaced from type issues, align return types. ([#8010](https://github.com/mastra-ai/mastra/pull/8010))
58
+
59
+ - Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
60
+
61
+ ## 0.13.2
62
+
63
+ ### Patch Changes
64
+
65
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
66
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
67
+
68
+ - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
69
+
70
+ - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
71
+
72
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
73
+
74
+ ## 0.13.2-alpha.4
75
+
76
+ ### Patch Changes
77
+
78
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
79
+
80
+ ## 0.13.2-alpha.3
81
+
82
+ ### Patch Changes
83
+
84
+ - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
85
+
86
+ - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
87
+
88
+ ## 0.13.2-alpha.2
89
+
90
+ ## 0.13.2-alpha.1
91
+
92
+ ### Patch Changes
93
+
94
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
95
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
96
+
97
+ ## 0.13.2-alpha.0
98
+
99
+ ## 0.13.1
100
+
101
+ ## 0.13.1-alpha.0
102
+
103
+ ## 0.13.0
104
+
105
+ ### Patch Changes
106
+
107
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
108
+
109
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
110
+
111
+ - fix minor playground stuff for observability ([#7765](https://github.com/mastra-ai/mastra/pull/7765))
112
+
113
+ - Handle zod intersections in dynamic form ([#7768](https://github.com/mastra-ai/mastra/pull/7768))
114
+
115
+ - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
116
+
117
+ ## 0.13.0-alpha.5
118
+
119
+ ## 0.13.0-alpha.4
120
+
121
+ ### Patch Changes
122
+
123
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
124
+
125
+ ## 0.13.0-alpha.3
126
+
127
+ ## 0.13.0-alpha.2
128
+
129
+ ## 0.13.0-alpha.1
130
+
131
+ ### Patch Changes
132
+
133
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
134
+
135
+ ## 0.12.4-alpha.0
136
+
137
+ ### Patch Changes
138
+
139
+ - fix minor playground stuff for observability ([#7765](https://github.com/mastra-ai/mastra/pull/7765))
140
+
141
+ - Handle zod intersections in dynamic form ([#7768](https://github.com/mastra-ai/mastra/pull/7768))
142
+
143
+ - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
144
+
145
+ ## 0.12.3
146
+
147
+ ### Patch Changes
148
+
149
+ - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
150
+
151
+ ## 0.12.3-alpha.1
152
+
153
+ ### Patch Changes
154
+
155
+ - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
156
+
157
+ ## 0.12.3-alpha.0
158
+
159
+ ## 0.12.2
160
+
161
+ ## 0.12.2-alpha.0
162
+
163
+ ## 0.12.1
164
+
165
+ ### Patch Changes
166
+
167
+ - dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
168
+ - Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
169
+
170
+ - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
171
+
172
+ - Fix template slug when getting template environment variables ([#7650](https://github.com/mastra-ai/mastra/pull/7650))
173
+
174
+ - Update cli dev copy from "Local" - ([#7579](https://github.com/mastra-ai/mastra/pull/7579))
175
+
176
+ ## 0.12.1-alpha.2
177
+
178
+ ### Patch Changes
179
+
180
+ - Fix template slug when getting template environment variables ([#7650](https://github.com/mastra-ai/mastra/pull/7650))
181
+
182
+ ## 0.12.1-alpha.1
183
+
184
+ ### Patch Changes
185
+
186
+ - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
187
+
188
+ ## 0.12.1-alpha.0
189
+
190
+ ### Patch Changes
191
+
192
+ - dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
193
+ - Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
194
+
195
+ - Update cli dev copy from "Local" - ([#7579](https://github.com/mastra-ai/mastra/pull/7579))
196
+
197
+ ## 0.12.0
198
+
199
+ ### Minor Changes
200
+
201
+ - a01cf14: Add workflow graph in agent (workflow as tool in agent)
202
+
203
+ ### Patch Changes
204
+
205
+ - 788e612: Fix playground workflow graph is broken when workflow starts with a branch
206
+ - 5397eb4: Add public URL support when adding files in Multi Modal
207
+
208
+ ## 0.12.0-alpha.1
209
+
210
+ ## 0.12.0-alpha.0
211
+
212
+ ### Minor Changes
213
+
214
+ - a01cf14: Add workflow graph in agent (workflow as tool in agent)
215
+
216
+ ### Patch Changes
217
+
218
+ - 788e612: Fix playground workflow graph is broken when workflow starts with a branch
219
+ - 5397eb4: Add public URL support when adding files in Multi Modal
220
+
221
+ ## 0.11.3
222
+
223
+ ### Patch Changes
224
+
225
+ - 64152fd: Improve output of Cli Dev command
226
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
227
+ - 8e4fe90: Unify focus outlines
228
+ - f539199: mastra start - load env files, custom env. Deperecate --env flag for mastra build
229
+ - 87de958: fix chat outline
230
+ - 6f715fe: Fix plyground baseUrl, default api baseUrl to playground baseUrl
231
+ - 01264f1: Mastra dev- load env vars before watch
232
+ - 3308c9f: fix dev:playground command
233
+ - d99baf6: change outline
234
+
235
+ ## 0.11.3-alpha.4
236
+
237
+ ### Patch Changes
238
+
239
+ - [#7357](https://github.com/mastra-ai/mastra/pull/7357) [`01264f1`](https://github.com/mastra-ai/mastra/commit/01264f1280db040d1bd1ac9b8d29cfcaac3d6cbc) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - Mastra dev- load env vars before watch
240
+
241
+ ## 0.11.3-alpha.3
242
+
243
+ ### Patch Changes
244
+
245
+ - [#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`.
246
+
247
+ ## 0.11.3-alpha.2
248
+
249
+ ### Patch Changes
250
+
251
+ - [#7218](https://github.com/mastra-ai/mastra/pull/7218) [`f539199`](https://github.com/mastra-ai/mastra/commit/f53919950a9320b292732e0cfcdf61cdae6c8742) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - mastra start - load env files, custom env. Deperecate --env flag for mastra build
252
+
253
+ ## 0.11.3-alpha.1
254
+
255
+ ### Patch Changes
256
+
257
+ - [#7210](https://github.com/mastra-ai/mastra/pull/7210) [`87de958`](https://github.com/mastra-ai/mastra/commit/87de95832a7bdfa9ecb14473c84dc874331f1a7d) Thanks [@mfrachet](https://github.com/mfrachet)! - fix chat outline
258
+
259
+ ## 0.11.3-alpha.0
260
+
261
+ ### Patch Changes
262
+
263
+ - [#7046](https://github.com/mastra-ai/mastra/pull/7046) [`64152fd`](https://github.com/mastra-ai/mastra/commit/64152fd4e8f8c76612b82a2e4981ee09b22674d7) Thanks [@adeleke5140](https://github.com/adeleke5140)! - Improve output of Cli Dev command
264
+
265
+ - [#7076](https://github.com/mastra-ai/mastra/pull/7076) [`8e4fe90`](https://github.com/mastra-ai/mastra/commit/8e4fe90605ee4dfcfd911a7f07e1355fe49205ba) Thanks [@mfrachet](https://github.com/mfrachet)! - Unify focus outlines
266
+
267
+ - [#7115](https://github.com/mastra-ai/mastra/pull/7115) [`6f715fe`](https://github.com/mastra-ai/mastra/commit/6f715fe524296e1138a319e56bcf8e4214bd5dd5) Thanks [@TheIsrael1](https://github.com/TheIsrael1)! - Fix plyground baseUrl, default api baseUrl to playground baseUrl
268
+
269
+ - [#7044](https://github.com/mastra-ai/mastra/pull/7044) [`3308c9f`](https://github.com/mastra-ai/mastra/commit/3308c9ff1da7594925d193a825f33da2880fb9c1) Thanks [@mfrachet](https://github.com/mfrachet)! - fix dev:playground command
270
+
271
+ - [#7101](https://github.com/mastra-ai/mastra/pull/7101) [`d99baf6`](https://github.com/mastra-ai/mastra/commit/d99baf6e69bbf83e9a286fbd18c47543de12cb58) Thanks [@mfrachet](https://github.com/mfrachet)! - change outline
272
+
273
+ ## 0.11.2
274
+
275
+ ### Patch Changes
276
+
277
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
278
+
279
+ ## 0.11.1
280
+
281
+ ### Patch Changes
282
+
283
+ - [#6948](https://github.com/mastra-ai/mastra/pull/6948) [`a8070e6`](https://github.com/mastra-ai/mastra/commit/a8070e63ab384ae14a214faaf8634c53b7064bc3) Thanks [@taofeeq-deru](https://github.com/taofeeq-deru)! - Preserve run state in workflows after viewing traces
284
+
285
+ ## 0.11.0-alpha.3
286
+
287
+ ## 0.10.24-alpha.2
288
+
289
+ ## 0.10.24-alpha.1
290
+
291
+ ## 0.10.24-alpha.0
292
+
293
+ ### Patch Changes
294
+
295
+ - [#6948](https://github.com/mastra-ai/mastra/pull/6948) [`a8070e6`](https://github.com/mastra-ai/mastra/commit/a8070e63ab384ae14a214faaf8634c53b7064bc3) Thanks [@taofeeq-deru](https://github.com/taofeeq-deru)! - Preserve run state in workflows after viewing traces
296
+
297
+ ## 0.10.23
298
+
299
+ ## 0.10.23-alpha.0
300
+
301
+ ## 0.10.22
302
+
303
+ ### Patch Changes
304
+
305
+ - 8f8409a: Inject analytics instance into create cmd
306
+ - 97c1d5e: Add new `scorers` subcommand for managing scorers.
307
+ Refactor cli to be more modular.
308
+ - 6313063: Implement model switcher in playground
309
+ - 36928f0: Use right icon for anthropic in model switcher
310
+
311
+ ## 0.10.22-alpha.6
312
+
313
+ ## 0.10.22-alpha.5
314
+
315
+ ## 0.10.22-alpha.4
316
+
317
+ ## 0.10.22-alpha.3
318
+
319
+ ## 0.10.22-alpha.2
320
+
321
+ ### Patch Changes
322
+
323
+ - 36928f0: Use right icon for anthropic in model switcher
324
+
325
+ ## 0.10.22-alpha.1
326
+
327
+ ### Patch Changes
328
+
329
+ - 8f8409a: Inject analytics instance into create cmd
330
+ - 6313063: Implement model switcher in playground
331
+
332
+ ## 0.10.22-alpha.0
333
+
334
+ ### Patch Changes
335
+
336
+ - 97c1d5e: Add new `scorers` subcommand for managing scorers.
337
+ Refactor cli to be more modular.
338
+
339
+ ## 0.10.21
340
+
341
+ ### Patch Changes
342
+
343
+ - 77b6cfe: Use just modelId for gpt-5 check
344
+ - 96169cc: Create handler that returns providers user has keys for in their env
345
+ - 33da97c: Set temperature to 1 for gpt-5 model in playground
346
+ - c6d2603: Properly set baseUrl in playground when user sets the host or port in Mastra instance.
347
+ - 7aad750: Fix tool ui showing after message when chat is refreshed
348
+ - ce04175: Add update agent model handler
349
+
350
+ ## 0.10.21-alpha.2
351
+
352
+ ### Patch Changes
353
+
354
+ - 77b6cfe: Use just modelId for gpt-5 check
355
+ - 96169cc: Create handler that returns providers user has keys for in their env
356
+ - 33da97c: Set temperature to 1 for gpt-5 model in playground
357
+ - c6d2603: Properly set baseUrl in playground when user sets the host or port in Mastra instance.
358
+ - ce04175: Add update agent model handler
359
+
360
+ ## 0.10.21-alpha.1
361
+
362
+ ## 0.10.21-alpha.0
363
+
364
+ ### Patch Changes
365
+
366
+ - 7aad750: Fix tool ui showing after message when chat is refreshed
367
+
368
+ ## 0.10.20
369
+
370
+ ## 0.10.20-alpha.0
371
+
372
+ ## 0.10.19
373
+
374
+ ## 0.10.19-alpha.2
375
+
376
+ ## 0.10.19-alpha.1
377
+
378
+ ## 0.10.19-alpha.0
379
+
380
+ ## 0.10.15
381
+
382
+ ### Patch Changes
383
+
384
+ - ad04455: Missed changeset in last release, needed to include create-mastra
385
+
386
+ ## 0.10.15-alpha.0
387
+
388
+ ### Patch Changes
389
+
390
+ - ad04455: Missed changeset in last release, needed to include create-mastra
391
+
392
+ ## 0.10.14
393
+
394
+ ### Patch Changes
395
+
396
+ - f442224: speech to text using voice config
397
+ - d8dec5e: add a cta to invite to deploy to cloud
398
+ - 6336993: Fix workflow input form overflow
399
+ - 89d2f4e: add TTS to the playground
400
+
401
+ ## 0.10.14-alpha.1
402
+
403
+ ### Patch Changes
404
+
405
+ - 6336993: Fix workflow input form overflow
406
+
407
+ ## 0.10.14-alpha.0
408
+
409
+ ### Patch Changes
410
+
411
+ - f442224: speech to text using voice config
412
+ - d8dec5e: add a cta to invite to deploy to cloud
413
+ - 89d2f4e: add TTS to the playground
414
+
415
+ ## 0.10.13
416
+
417
+ ### Patch Changes
418
+
419
+ - dd2a4c9: change the way we start the dev process of playground
420
+ - af1f902: share thread list between agent, network and cloud
421
+ - 8f89bcd: fix traces pagination + sharing trace view with cloud
422
+ - 0bf0bc8: fix link in shared components + add e2e tests
423
+ - 2affc57: Fix output type of network loop
424
+ - f6c4d75: fix date picker on change
425
+ - 59f0dcd: Add light background color for step statuses
426
+ - 698518b: Allow external templates from github
427
+ - cf8d497: factorize tabs component between cloud and core
428
+ - 7827943: Handle streaming large data
429
+ - 808b493: wrap runtime context with tooltip provider for usage in cloud
430
+ - 09464dd: Share AgentMetadata component with cloud
431
+ - 80692d5: refactor: sharing only the UI and not data fetching for traces
432
+
433
+ ## 0.10.13-alpha.2
434
+
435
+ ### Patch Changes
436
+
437
+ - dd2a4c9: change the way we start the dev process of playground
438
+ - af1f902: share thread list between agent, network and cloud
439
+ - 2affc57: Fix output type of network loop
440
+ - f6c4d75: fix date picker on change
441
+ - 698518b: Allow external templates from github
442
+ - 09464dd: Share AgentMetadata component with cloud
443
+
444
+ ## 0.10.13-alpha.1
445
+
446
+ ### Patch Changes
447
+
448
+ - 8f89bcd: fix traces pagination + sharing trace view with cloud
449
+ - 59f0dcd: Add light background color for step statuses
450
+ - cf8d497: factorize tabs component between cloud and core
451
+ - 80692d5: refactor: sharing only the UI and not data fetching for traces
452
+
453
+ ## 0.10.13-alpha.0
454
+
455
+ ### Patch Changes
456
+
457
+ - 0bf0bc8: fix link in shared components + add e2e tests
458
+ - 7827943: Handle streaming large data
459
+ - 808b493: wrap runtime context with tooltip provider for usage in cloud
460
+
461
+ ## 0.10.12
462
+
463
+ ### Patch Changes
464
+
465
+ - 984887a: dependencies updates:
466
+ - Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
467
+ - 593631d: allow to pass ref to the link abstraction
468
+ - 5237998: Fix foreach output
469
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
470
+ - d49334d: export tool list for usage in cloud
471
+ - 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
472
+ - 794d9f3: Fix thread creation in playground
473
+ - aa9528a: Display reasoning in playground
474
+ - 45174f3: share network list between core and cloud
475
+ - 48f5532: export workflow list for usage in cloud
476
+ - e1d0080: abstract Link component between cloud and core
477
+ - f9b1508: add the same agent table as in cloud and export it from the playground
478
+ - dfbeec6: Fix navigation to vnext AgentNetwork agents
479
+
480
+ ## 0.10.12-alpha.2
481
+
482
+ ### Patch Changes
483
+
484
+ - 794d9f3: Fix thread creation in playground
485
+ - dfbeec6: Fix navigation to vnext AgentNetwork agents
486
+
487
+ ## 0.10.12-alpha.1
488
+
489
+ ### Patch Changes
490
+
491
+ - d49334d: export tool list for usage in cloud
492
+ - 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
493
+ - 45174f3: share network list between core and cloud
494
+ - 48f5532: export workflow list for usage in cloud
495
+
496
+ ## 0.10.12-alpha.0
497
+
498
+ ### Patch Changes
499
+
500
+ - 984887a: dependencies updates:
501
+ - Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
502
+ - 593631d: allow to pass ref to the link abstraction
503
+ - 5237998: Fix foreach output
504
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
505
+ - aa9528a: Display reasoning in playground
506
+ - e1d0080: abstract Link component between cloud and core
507
+ - f9b1508: add the same agent table as in cloud and export it from the playground
508
+
509
+ ## 0.10.11
510
+
511
+ ### Patch Changes
512
+
513
+ - 640f47e: move agent model settings into agent settings
514
+
515
+ ## 0.10.11-alpha.0
516
+
517
+ ### Patch Changes
518
+
519
+ - 640f47e: move agent model settings into agent settings
520
+
521
+ ## 0.10.10
522
+
523
+ ### Patch Changes
524
+
525
+ - af9e40e: Map log level number to string value
526
+ - f457d86: reset localstorage when resetting model settings
527
+ - 8722d53: Fix multi modal remaining steps
528
+ - 4219597: add JSON input close to form input
529
+ - b790fd1: Use SerializedStepFlowEntry in playground
530
+ - a7a836a: Highlight send event button
531
+ - 18ca936: Update rollup config for create-mastra
532
+
533
+ ## 0.10.10-alpha.3
534
+
535
+ ### Patch Changes
536
+
537
+ - f457d86: reset localstorage when resetting model settings
538
+ - 8722d53: Fix multi modal remaining steps
539
+
540
+ ## 0.10.10-alpha.2
541
+
542
+ ### Patch Changes
543
+
544
+ - 4219597: add JSON input close to form input
545
+ - 18ca936: Update rollup config for create-mastra
546
+
547
+ ## 0.10.10-alpha.1
548
+
549
+ ### Patch Changes
550
+
551
+ - a7a836a: Highlight send event button
552
+
553
+ ## 0.10.10-alpha.0
554
+
555
+ ### Patch Changes
556
+
557
+ - af9e40e: Map log level number to string value
558
+ - b790fd1: Use SerializedStepFlowEntry in playground
559
+
560
+ ## 0.10.9
561
+
562
+ ### Patch Changes
563
+
564
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
565
+
566
+ ## 0.10.9-alpha.0
567
+
568
+ ### Patch Changes
569
+
570
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
571
+
572
+ ## 0.10.8
573
+
574
+ ### Patch Changes
575
+
576
+ - 4e06e3f: timing not displayed correctly in traces
577
+ - 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
578
+ - a606c75: show right suspend schema for nested workflow on playground
579
+ - 1760a1c: Use workflow stream in playground instead of watch
580
+ - 038e5ae: Add cancel workflow run
581
+ - ac369c6: Show resume data on workflow graph
582
+ - 976a62b: remove persistence capabilities in model settings components
583
+ - 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
584
+ - f78f399: Make AgentModelSettings shareable between cloud and playground
585
+ - 57929df: agent network display
586
+
587
+ ## 0.10.8-alpha.0
588
+
589
+ ### Patch Changes
590
+
591
+ - 4e06e3f: timing not displayed correctly in traces
592
+ - 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
593
+ - a606c75: show right suspend schema for nested workflow on playground
594
+ - 1760a1c: Use workflow stream in playground instead of watch
595
+ - 038e5ae: Add cancel workflow run
596
+ - ac369c6: Show resume data on workflow graph
597
+ - 976a62b: remove persistence capabilities in model settings components
598
+ - 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
599
+ - f78f399: Make AgentModelSettings shareable between cloud and playground
600
+ - 57929df: agent network display
601
+
602
+ ## 0.10.7
603
+
604
+ ### Patch Changes
605
+
606
+ - a344ac7: Fix tool streaming in agent network
607
+
608
+ ## 0.10.7-alpha.0
609
+
610
+ ### Patch Changes
611
+
612
+ - a344ac7: Fix tool streaming in agent network
613
+
614
+ ## 0.10.6
615
+
616
+ ### Patch Changes
617
+
618
+ - 5d74aab: vNext network in playground
619
+ - 9102d89: Fix final output not showing on playground for previously suspended steps
620
+ - 21ffb97: Make dynamic form handle schema better
621
+ - f9b4350: fix icons not showing on all agents
622
+
623
+ ## 0.10.6-alpha.3
624
+
625
+ ### Patch Changes
626
+
627
+ - f9b4350: fix icons not showing on all agents
628
+
629
+ ## 0.10.6-alpha.2
630
+
631
+ ### Patch Changes
632
+
633
+ - 5d74aab: vNext network in playground
634
+
635
+ ## 0.10.6-alpha.1
636
+
637
+ ### Patch Changes
638
+
639
+ - 21ffb97: Make dynamic form handle schema better
640
+
641
+ ## 0.10.6-alpha.0
642
+
643
+ ### Patch Changes
644
+
645
+ - 9102d89: Fix final output not showing on playground for previously suspended steps
646
+
647
+ ## 0.10.5
648
+
649
+ ### Patch Changes
650
+
651
+ - 02560d4: lift evals fetching to the playground package instead
652
+ - 63f6b7d: dependencies updates:
653
+ - Updated dependency [`execa@^9.6.0` ↗︎](https://www.npmjs.com/package/execa/v/9.6.0) (from `^9.5.2`, in `dependencies`)
654
+ - Updated dependency [`pino@^9.7.0` ↗︎](https://www.npmjs.com/package/pino/v/9.7.0) (from `^9.6.0`, in `dependencies`)
655
+ - Updated dependency [`posthog-node@^4.18.0` ↗︎](https://www.npmjs.com/package/posthog-node/v/4.18.0) (from `^4.10.1`, in `dependencies`)
656
+ - 5f2aa3e: Move workflow hooks to playground
657
+ - 44ba52d: Add proper error message when installation of mastra fails
658
+ - 311132e: move useWorkflow to playground instead of playground-ui
659
+ - 3270d9d: Fix runtime context being undefined
660
+ - 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
661
+ - fc677d7: For final result for a workflow
662
+
663
+ ## 0.10.5-alpha.2
664
+
665
+ ### Patch Changes
666
+
667
+ - 5f2aa3e: Move workflow hooks to playground
668
+
669
+ ## 0.10.5-alpha.1
670
+
671
+ ### Patch Changes
672
+
673
+ - 44ba52d: Add proper error message when installation of mastra fails
674
+ - 3270d9d: Fix runtime context being undefined
675
+ - fc677d7: For final result for a workflow
676
+
677
+ ## 0.10.5-alpha.0
678
+
679
+ ### Patch Changes
680
+
681
+ - 02560d4: lift evals fetching to the playground package instead
682
+ - 63f6b7d: dependencies updates:
683
+ - Updated dependency [`execa@^9.6.0` ↗︎](https://www.npmjs.com/package/execa/v/9.6.0) (from `^9.5.2`, in `dependencies`)
684
+ - Updated dependency [`pino@^9.7.0` ↗︎](https://www.npmjs.com/package/pino/v/9.7.0) (from `^9.6.0`, in `dependencies`)
685
+ - Updated dependency [`posthog-node@^4.18.0` ↗︎](https://www.npmjs.com/package/posthog-node/v/4.18.0) (from `^4.10.1`, in `dependencies`)
686
+ - 311132e: move useWorkflow to playground instead of playground-ui
687
+ - 53d3c37: Get workflows from an agent if not found from Mastra instance #5083
688
+
689
+ ## 0.10.4
690
+
691
+ ### Patch Changes
692
+
693
+ - 1ba421d: fix the tools not showing on workflows attached to agents
694
+ - 8725d02: Improve cli by reducing the amount of setups during interactive prompt
695
+ - 13c97f9: Save run status, result and error in storage snapshot
696
+
697
+ ## 0.10.3
698
+
699
+ ### Patch Changes
700
+
701
+ - e719504: don't start posthog when the browser is Brave
702
+ - 8f60de4: fix workflow output when the schema is a primitive
703
+
704
+ ## 0.10.3-alpha.1
705
+
706
+ ### Patch Changes
707
+
708
+ - e719504: don't start posthog when the browser is Brave
709
+
710
+ ## 0.10.3-alpha.0
711
+
712
+ ### Patch Changes
713
+
714
+ - 8f60de4: fix workflow output when the schema is a primitive
715
+
716
+ ## 0.10.2
717
+
718
+ ### Patch Changes
719
+
720
+ - 73fec0b: Mastra start cli command"
721
+ - 401bbae: Show workflow graph from stepGraph of previous runs when viewing a previous run
722
+ - f73e11b: fix telemetry disabled not working on playground
723
+ - 9666468: move the fetch traces call to the playground instead of playground-ui
724
+ - 90e96de: Fix: prevent default flag from triggering interactive prompt
725
+ - 89a69d0: add a way to go to the given trace of a workflow step
726
+ - 6fd77b5: add docs and txt support for multi modal
727
+ - 9faee5b: small fixes in the workflows graph
728
+ - 631683f: move workflow runs list in playground-ui instead of playground
729
+ - f6ddf55: fix traces not showing and reduce API surface from playground ui
730
+ - 9a31c09: Highlight steps in nested workflows on workflow graph
731
+
732
+ ## 0.10.2-alpha.6
733
+
734
+ ### Patch Changes
735
+
736
+ - 90e96de: Fix: prevent default flag from triggering interactive prompt
737
+
738
+ ## 0.10.2-alpha.5
739
+
740
+ ### Patch Changes
741
+
742
+ - 6fd77b5: add docs and txt support for multi modal
743
+ - 631683f: move workflow runs list in playground-ui instead of playground
744
+
745
+ ## 0.10.2-alpha.4
746
+
747
+ ### Patch Changes
748
+
749
+ - 9666468: move the fetch traces call to the playground instead of playground-ui
750
+
751
+ ## 0.10.2-alpha.3
752
+
753
+ ### Patch Changes
754
+
755
+ - 401bbae: Show workflow graph from stepGraph of previous runs when viewing a previous run
756
+
757
+ ## 0.10.2-alpha.2
758
+
759
+ ### Patch Changes
760
+
761
+ - f73e11b: fix telemetry disabled not working on playground
762
+
763
+ ## 0.10.2-alpha.1
764
+
765
+ ### Patch Changes
766
+
767
+ - 73fec0b: Mastra start cli command"
768
+ - f6ddf55: fix traces not showing and reduce API surface from playground ui
769
+
770
+ ## 0.10.2-alpha.0
771
+
772
+ ### Patch Changes
773
+
774
+ - 89a69d0: add a way to go to the given trace of a workflow step
775
+ - 9faee5b: small fixes in the workflows graph
776
+ - 9a31c09: Highlight steps in nested workflows on workflow graph
777
+
778
+ ## 0.10.1
779
+
780
+ ### Patch Changes
781
+
782
+ - b4365f6: add empty states for agents network and tools
783
+ - d0932ac: add multi modal input behind feature flag
784
+ - bed0916: Update default tools path in mastra dev,build
785
+ - 3c2dba5: add workflow run list
786
+ - 23d56b1: Handle dev server errors, restart, exit
787
+ - 267773e: Show map config on workflow graph
788
+ Highlight borders for conditions too on workflow graph
789
+ Fix watch stream
790
+ - 35bb6a3: Allow undefined temprature, topP model setting from playground
791
+ - 33f1c64: revamp the experience for workflows
792
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
793
+ - 7a32205: add empty states for workflows, agents and mcp servers
794
+
795
+ ## 0.10.1-alpha.5
796
+
797
+ ### Patch Changes
798
+
799
+ - 267773e: Show map config on workflow graph
800
+ Highlight borders for conditions too on workflow graph
801
+ Fix watch stream
802
+
803
+ ## 0.10.1-alpha.4
804
+
805
+ ### Patch Changes
806
+
807
+ - 3c2dba5: add workflow run list
808
+ - 33f1c64: revamp the experience for workflows
809
+
810
+ ## 0.10.1-alpha.3
811
+
812
+ ### Patch Changes
813
+
814
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
815
+
816
+ ## 0.10.1-alpha.2
817
+
818
+ ### Patch Changes
819
+
820
+ - b4365f6: add empty states for agents network and tools
821
+ - d0932ac: add multi modal input behind feature flag
822
+ - bed0916: Update default tools path in mastra dev,build
823
+ - 23d56b1: Handle dev server errors, restart, exit
824
+
825
+ ## 0.10.1-alpha.1
826
+
827
+ ### Patch Changes
828
+
829
+ - 7a32205: add empty states for workflows, agents and mcp servers
830
+
831
+ ## 0.10.1-alpha.0
832
+
833
+ ### Patch Changes
834
+
835
+ - 35bb6a3: Allow undefined temprature, topP model setting from playground
836
+
837
+ ## 0.10.0
838
+
839
+ ### Patch Changes
840
+
841
+ - bdb7934: fix tools not showing (discoverability)
842
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
843
+ - ae122cc: show the entities ID close to the copy button
844
+ - 99552bc: revamp the UI of the tools page
845
+ - f2d3352: fix overflow scroll in runtime context
846
+ - 95911be: Fixed an issue where if @mastra/core was not released at the same time as create-mastra, create-mastra would match the alpha tag instead of latest tag when running npm create mastra@latest
847
+ - db4211d: improve the UI/UX of the runtime context with formatting, copying, docs and syntax highlighting
848
+ - 9b7294a: Revamp the UI for the right sidebar of the agents page
849
+ - e2c2cf1: Persist playground agent settings across refresh
850
+ - 47776b4: update the mcp pages
851
+ - fd69cc3: revamp UI of workflow "Run" pane
852
+ - 1270183: Add waterfull traces instead of stacked progressbar (UI improvement mostly)
853
+ - 392a14d: changing the empty state for threads in agent chat
854
+ - cbf153f: Handle broken images on the playground
855
+ - 0cae9b1: sidebar adjustments (storing status + showing the action of collapsing / expanding)
856
+ - d2b595a: a better tools playground page
857
+ - 1f6886f: bring back the memory not activated warning in agent chat
858
+ - 8a68886: revamp the UI of the workflow form input
859
+
860
+ ## 0.3.4-alpha.2
861
+
862
+ ### Patch Changes
863
+
864
+ - 47776b4: update the mcp pages
865
+
866
+ ## 0.3.4-alpha.1
867
+
868
+ ### Patch Changes
869
+
870
+ - bdb7934: fix tools not showing (discoverability)
871
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
872
+ - ae122cc: show the entities ID close to the copy button
873
+ - f2d3352: fix overflow scroll in runtime context
874
+ - 95911be: Fixed an issue where if @mastra/core was not released at the same time as create-mastra, create-mastra would match the alpha tag instead of latest tag when running npm create mastra@latest
875
+ - fd69cc3: revamp UI of workflow "Run" pane
876
+ - cbf153f: Handle broken images on the playground
877
+ - 0cae9b1: sidebar adjustments (storing status + showing the action of collapsing / expanding)
878
+ - d2b595a: a better tools playground page
879
+ - 1f6886f: bring back the memory not activated warning in agent chat
880
+ - 8a68886: revamp the UI of the workflow form input
881
+
882
+ ## 0.3.4-alpha.0
883
+
884
+ ### Patch Changes
885
+
886
+ - 99552bc: revamp the UI of the tools page
887
+ - db4211d: improve the UI/UX of the runtime context with formatting, copying, docs and syntax highlighting
888
+ - 9b7294a: Revamp the UI for the right sidebar of the agents page
889
+ - e2c2cf1: Persist playground agent settings across refresh
890
+ - 1270183: Add waterfull traces instead of stacked progressbar (UI improvement mostly)
891
+ - 392a14d: changing the empty state for threads in agent chat
892
+
893
+ ## 0.3.3
894
+
895
+ ### Patch Changes
896
+
897
+ - a3435f8: Add node engine to create-mastra project package.json
898
+
899
+ ## 0.3.3-alpha.0
900
+
901
+ ### Patch Changes
902
+
903
+ - a3435f8: Add node engine to create-mastra project package.json
904
+
905
+ ## 0.3.2
906
+
907
+ ### Patch Changes
908
+
909
+ - 0db0992: - add new --mcp option to cli
910
+ - add support for mcp in vscode
911
+ - include examples with --default flag
912
+ - b5d2de0: In vNext workflow serializedStepGraph, return only serializedStepFlow for steps created from a workflow
913
+ allow viewing inner nested workflows in a multi-layered nested vnext workflow on the playground
914
+ - 62c9e7d: Fix disappearing tool calls in streaming
915
+
916
+ ## 0.3.2-alpha.1
917
+
918
+ ### Patch Changes
919
+
920
+ - 62c9e7d: Fix disappearing tool calls in streaming
921
+
922
+ ## 0.3.2-alpha.0
923
+
924
+ ### Patch Changes
925
+
926
+ - b5d2de0: In vNext workflow serializedStepGraph, return only serializedStepFlow for steps created from a workflow
927
+ allow viewing inner nested workflows in a multi-layered nested vnext workflow on the playground
928
+
929
+ ## 0.3.1
930
+
931
+ ### Patch Changes
932
+
933
+ - 144fa1b: lift up the traces fetching and allow to pass them down in the TracesTable. It allows passing down mastra client traces OR clickhouse traces
934
+ - 33b84fd: fix showing sig digits in trace / span duration
935
+ - 4155f47: Add parameters to filter workflow runs
936
+ Add fromDate and toDate to telemetry parameters
937
+ - 8607972: Introduce Mastra lint cli command
938
+ - 0097d50: Add serializedStepGraph to vNext workflow
939
+ Return serializedStepGraph from vNext workflow
940
+ Use serializedStepGraph in vNext workflow graph
941
+ - 5b43dd0: revamp ui for threads
942
+ - 2429c74: Add get workflow runs api to client-js
943
+ - fba031f: Show traces for vNext workflow
944
+
945
+ ## 0.3.1-alpha.5
946
+
947
+ ### Patch Changes
948
+
949
+ - 144fa1b: lift up the traces fetching and allow to pass them down in the TracesTable. It allows passing down mastra client traces OR clickhouse traces
950
+
951
+ ## 0.3.1-alpha.4
952
+
953
+ ### Patch Changes
954
+
955
+ - 8607972: Introduce Mastra lint cli command
956
+ - fba031f: Show traces for vNext workflow
957
+
958
+ ## 0.3.1-alpha.3
959
+
960
+ ### Patch Changes
961
+
962
+ - 5b43dd0: revamp ui for threads
963
+
964
+ ## 0.3.1-alpha.2
965
+
966
+ ### Patch Changes
967
+
968
+ - 33b84fd: fix showing sig digits in trace / span duration
969
+ - 4155f47: Add parameters to filter workflow runs
970
+ Add fromDate and toDate to telemetry parameters
971
+
972
+ ## 0.3.1-alpha.1
973
+
974
+ ### Patch Changes
975
+
976
+ - 2429c74: Add get workflow runs api to client-js
977
+
978
+ ## 0.3.1-alpha.0
979
+
980
+ ### Patch Changes
981
+
982
+ - 0097d50: Add serializedStepGraph to vNext workflow
983
+ Return serializedStepGraph from vNext workflow
984
+ Use serializedStepGraph in vNext workflow graph
985
+
986
+ ## 0.3.0
987
+
988
+ ### Minor Changes
989
+
990
+ - e126a44: improve non-interactive mode of the mastra cli and create-mastra by adding --no-example and --dir flags
991
+
992
+ ### Patch Changes
993
+
994
+ - 34a76ca: Call workflow cleanup function when closing watch stream controller
995
+ - 25d3c39: build logs for how to load instrumentation for build output
996
+ - 70124e1: revamp the ui for traces
997
+ - 3b74a74: add badge for failure / successful traces
998
+ - 05806e3: revamp the UI of the chat in playground
999
+ - 926821d: Fix triggerSchema default not showing in workflow ui
1000
+ - 0c3c4f4: Playground routing model settings for AgentNetworks
1001
+ - 1700eca: fixing overflow on agent traces
1002
+ - b50b9b7: Add vNext workflow to client-js
1003
+ - 11d4485: Show VNext workflows on the playground
1004
+ Show running status for step in vNext workflowState
1005
+ - ca665d3: fix the ui for smaller screen regarding traces
1006
+ - 57b25ed: Use resumeSchema to show inputs on the playground for suspended workflows
1007
+ - f1d4b7a: Add x-mastra-dev-playground header to all playground requests
1008
+ - 5a66ced: add click on trace row
1009
+ - 8863033: Fix tools api in local dev api
1010
+ - 2d4001d: Add new @msstra/libsql package and use it in create-mastra
1011
+
1012
+ ## 0.3.0-alpha.5
1013
+
1014
+ ### Patch Changes
1015
+
1016
+ - ca665d3: fix the ui for smaller screen regarding traces
1017
+
1018
+ ## 0.3.0-alpha.4
1019
+
1020
+ ### Patch Changes
1021
+
1022
+ - 25d3c39: build logs for how to load instrumentation for build output
1023
+
1024
+ ## 0.3.0-alpha.3
1025
+
1026
+ ### Patch Changes
1027
+
1028
+ - 3b74a74: add badge for failure / successful traces
1029
+ - 5a66ced: add click on trace row
1030
+
1031
+ ## 0.3.0-alpha.2
1032
+
1033
+ ### Patch Changes
1034
+
1035
+ - 34a76ca: Call workflow cleanup function when closing watch stream controller
1036
+ - 0c3c4f4: Playground routing model settings for AgentNetworks
1037
+ - 1700eca: fixing overflow on agent traces
1038
+
1039
+ ## 0.3.0-alpha.1
1040
+
1041
+ ### Patch Changes
1042
+
1043
+ - 70124e1: revamp the ui for traces
1044
+ - 926821d: Fix triggerSchema default not showing in workflow ui
1045
+ - 57b25ed: Use resumeSchema to show inputs on the playground for suspended workflows
1046
+ - f1d4b7a: Add x-mastra-dev-playground header to all playground requests
1047
+
1048
+ ## 0.3.0-alpha.0
1049
+
1050
+ ### Minor Changes
1051
+
1052
+ - e126a44: improve non-interactive mode of the mastra cli and create-mastra by adding --no-example and --dir flags
1053
+
1054
+ ### Patch Changes
1055
+
1056
+ - 05806e3: revamp the UI of the chat in playground
1057
+ - b50b9b7: Add vNext workflow to client-js
1058
+ - 11d4485: Show VNext workflows on the playground
1059
+ Show running status for step in vNext workflowState
1060
+ - 8863033: Fix tools api in local dev api
1061
+ - 2d4001d: Add new @msstra/libsql package and use it in create-mastra
1062
+
1063
+ ## 0.2.9
1064
+
1065
+ ### Patch Changes
1066
+
1067
+ - 7e92011: Include tools with deployment builds
1068
+ - 7184dc5: Add support to pass project path directly to create-mastra and improve tag handling
1069
+ - 16a8648: Disable swaggerUI, playground for production builds, mastra instance server build config to enable swaggerUI, apiReqLogs, openAPI documentation for prod builds
1070
+ - bdbde72: Sync DS components with Cloud
1071
+
1072
+ ## 0.2.9-alpha.2
1073
+
1074
+ ### Patch Changes
1075
+
1076
+ - 16a8648: Disable swaggerUI, playground for production builds, mastra instance server build config to enable swaggerUI, apiReqLogs, openAPI documentation for prod builds
1077
+ - bdbde72: Sync DS components with Cloud
1078
+
1079
+ ## 0.2.9-alpha.1
1080
+
1081
+ ### Patch Changes
1082
+
1083
+ - 7e92011: Include tools with deployment builds
1084
+
1085
+ ## 0.2.9-alpha.0
1086
+
1087
+ ### Patch Changes
1088
+
1089
+ - 7184dc5: Add support to pass project path directly to create-mastra and improve tag handling
1090
+
1091
+ ## 0.2.8
1092
+
1093
+ ### Patch Changes
1094
+
1095
+ - 1ebbfbf: Ability to toggle stream vs generate in playground
1096
+ - a2318cd: Revamp mastra deply dx, Make mastra build command output deployment ready build
1097
+ - 37bb612: Add Elastic-2.0 licensing for packages
1098
+ - c8fe5f0: change the header of all pages with the one from the DS
1099
+
1100
+ ## 0.2.8-alpha.1
1101
+
1102
+ ### Patch Changes
1103
+
1104
+ - 1ebbfbf: Ability to toggle stream vs generate in playground
1105
+
1106
+ ## 0.2.8-alpha.0
1107
+
1108
+ ### Patch Changes
1109
+
1110
+ - a2318cd: Revamp mastra deply dx, Make mastra build command output deployment ready build
1111
+ - 37bb612: Add Elastic-2.0 licensing for packages
1112
+ - c8fe5f0: change the header of all pages with the one from the DS
1113
+
1114
+ ## 0.2.7
1115
+
1116
+ ### Patch Changes
1117
+
1118
+ - d3c372c: Show status UI of steps on playground workflow when workflow has no triggerSchema
1119
+ Show number of steps on workflows table
1120
+ - df5989d: Correct playground model setting maxSteps reset value
1121
+
1122
+ ## 0.2.7-alpha.1
1123
+
1124
+ ### Patch Changes
1125
+
1126
+ - df5989d: Correct playground model setting maxSteps reset value
1127
+
1128
+ ## 0.2.7-alpha.0
1129
+
1130
+ ### Patch Changes
1131
+
1132
+ - d3c372c: Show status UI of steps on playground workflow when workflow has no triggerSchema
1133
+ Show number of steps on workflows table
1134
+
1135
+ ## 0.2.6
1136
+
1137
+ ### Patch Changes
1138
+
1139
+ - 99e2998: Set default max steps to 5
1140
+ - 8fdb414: Custom mastra server cors config
1141
+
1142
+ ## 0.2.6-alpha.0
1143
+
1144
+ ### Patch Changes
1145
+
1146
+ - 99e2998: Set default max steps to 5
1147
+ - 8fdb414: Custom mastra server cors config
1148
+
1149
+ ## 0.2.5
1150
+
1151
+ ### Patch Changes
1152
+
1153
+ - 87b96d7: set playground agent maxSteps default to 3
1154
+
1155
+ ## 0.2.5-alpha.0
1156
+
1157
+ ### Patch Changes
1158
+
1159
+ - 87b96d7: set playground agent maxSteps default to 3
1160
+
1161
+ ## 0.2.4
1162
+
1163
+ ### Patch Changes
1164
+
1165
+ - a4a1151: Fix playground freezing when buffer is passed between steps
1166
+ - 9d13790: update playground-ui dynamic form, cleanups
1167
+ - 13ade6a: update favicon shape
1168
+ - 055c4ea: Fix traces page showing e.reduce error
1169
+ - 124ce08: Ability to set maxTokens, temperature, and other common features in playground
1170
+ - 789bef3: Make runId optional for workflow startAsync api
1171
+ - 40dca45: Fix expanding workflow sidebar not expanding the output section
1172
+ - 8393832: Handle nested workflow view on workflow graph
1173
+ - 23999d4: Add Design System tokens and components into playground ui
1174
+ - 8076ecf: Unify workflow watch/start response
1175
+ - 9e7d46a: Fix scroll issue on playground tools page
1176
+ - d16ed18: Make playground-ui dynamic forms better
1177
+
1178
+ ## 0.2.4-alpha.4
1179
+
1180
+ ### Patch Changes
1181
+
1182
+ - a4a1151: Fix playground freezing when buffer is passed between steps
1183
+ - 13ade6a: update favicon shape
1184
+ - 124ce08: Ability to set maxTokens, temperature, and other common features in playground
1185
+ - 23999d4: Add Design System tokens and components into playground ui
1186
+ - 9e7d46a: Fix scroll issue on playground tools page
1187
+
1188
+ ## 0.2.4-alpha.3
1189
+
1190
+ ### Patch Changes
1191
+
1192
+ - 055c4ea: Fix traces page showing e.reduce error
1193
+
1194
+ ## 0.2.4-alpha.2
1195
+
1196
+ ### Patch Changes
1197
+
1198
+ - 9d13790: update playground-ui dynamic form, cleanups
1199
+ - 40dca45: Fix expanding workflow sidebar not expanding the output section
1200
+ - d16ed18: Make playground-ui dynamic forms better
1201
+
1202
+ ## 0.2.4-alpha.1
1203
+
1204
+ ### Patch Changes
1205
+
1206
+ - 789bef3: Make runId optional for workflow startAsync api
1207
+ - 8393832: Handle nested workflow view on workflow graph
1208
+
1209
+ ## 0.2.4-alpha.0
1210
+
1211
+ ### Patch Changes
1212
+
1213
+ - 8076ecf: Unify workflow watch/start response
1214
+
1215
+ ## 0.2.3
1216
+
1217
+ ### Patch Changes
1218
+
1219
+ - 6d5d9c6: Show tool calls in playground chat
1220
+ - 2447900: Show No input for steps without input on traces UI
1221
+ - c30787b: Stop automatically scrolling to bottom in agent chat if user has scrolled up
1222
+ - 214e7ce: Only mark required fields as required on the playground
1223
+ - 0b496ff: Load env vars on mastra deploy
1224
+ - 2134786: Fix traces navigation not working in playground
1225
+
1226
+ ## 0.2.3-alpha.2
1227
+
1228
+ ### Patch Changes
1229
+
1230
+ - 6d5d9c6: Show tool calls in playground chat
1231
+
1232
+ ## 0.2.3-alpha.1
1233
+
1234
+ ### Patch Changes
1235
+
1236
+ - 2134786: Fix traces navigation not working in playground
1237
+
1238
+ ## 0.2.3-alpha.0
1239
+
1240
+ ### Patch Changes
1241
+
1242
+ - 2447900: Show No input for steps without input on traces UI
1243
+ - c30787b: Stop automatically scrolling to bottom in agent chat if user has scrolled up
1244
+ - 214e7ce: Only mark required fields as required on the playground
1245
+ - 0b496ff: Load env vars on mastra deploy
1246
+
1247
+ ## 0.2.2
1248
+
1249
+ ### Patch Changes
1250
+
1251
+ - 933ea4d: Fix messages in thread not showing latest when switching between threads
1252
+ - 9cba774: Fix new thread title not reflecting until refresh or new message is sent
1253
+ - 77e4c35: Pop a dialog showing the functional condition when a functional condition is clicked on workflow graph
1254
+ - 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
1255
+ Fix sidebar horizontal overflow in playground
1256
+
1257
+ ## 0.2.2-alpha.1
1258
+
1259
+ ### Patch Changes
1260
+
1261
+ - 77e4c35: Pop a dialog showing the functional condition when a functional condition is clicked on workflow graph
1262
+
1263
+ ## 0.2.2-alpha.0
1264
+
1265
+ ### Patch Changes
1266
+
1267
+ - 933ea4d: Fix messages in thread not showing latest when switching between threads
1268
+ - 9cba774: Fix new thread title not reflecting until refresh or new message is sent
1269
+ - 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
1270
+ Fix sidebar horizontal overflow in playground
1271
+
1272
+ ## 0.2.1
1273
+
1274
+ ### Patch Changes
1275
+
1276
+ - 404640e: AgentNetwork changeset
1277
+
1278
+ ## 0.2.1-alpha.0
1279
+
1280
+ ### Patch Changes
1281
+
1282
+ - 404640e: AgentNetwork changeset
1283
+
1284
+ ## 0.2.0
1285
+
1286
+ ### Minor Changes
1287
+
1288
+ - f9b6ab5: add Cerebras as a llm provider to create-mastra@latest
1289
+
1290
+ ### Patch Changes
1291
+
1292
+ - 0f24546: Add google as a new LLM provider option in project creation
1293
+ - 1291e89: Add resizable-panel to playground-ui and use in agent and workflow sidebars
1294
+ - 9ba1e97: update playground ui for mastra and create-mastra
1295
+ - 5baf1ec: animate new traces
1296
+ - 9116d70: Handle the different workflow methods in workflow graph
1297
+ - 0709d99: add prop for dynamic empty text
1298
+
1299
+ ## 0.2.0-alpha.2
1300
+
1301
+ ### Patch Changes
1302
+
1303
+ - 5baf1ec: animate new traces
1304
+ - 9116d70: Handle the different workflow methods in workflow graph
1305
+ - 0709d99: add prop for dynamic empty text
1306
+
1307
+ ## 0.2.0-alpha.1
1308
+
1309
+ ### Minor Changes
1310
+
1311
+ - f9b6ab5: add Cerebras as a llm provider to create-mastra@latest
1312
+
1313
+ ### Patch Changes
1314
+
1315
+ - 1291e89: Add resizable-panel to playground-ui and use in agent and workflow sidebars
1316
+ - 9ba1e97: update playground ui for mastra and create-mastra
1317
+
1318
+ ## 0.1.10-alpha.0
1319
+
1320
+ ### Patch Changes
1321
+
1322
+ - 0f24546: Add google as a new LLM provider option in project creation
1323
+
1324
+ ## 0.1.9
1325
+
1326
+ ### Patch Changes
1327
+
1328
+ - c49f798: remove hardcoded localhost url in playground
1329
+ - d3d6fae: Deprecate mastra dev --env flag
1330
+
1331
+ ## 0.1.9-alpha.1
1332
+
1333
+ ### Patch Changes
1334
+
1335
+ - c49f798: remove hardcoded localhost url in playground
1336
+
1337
+ ## 0.1.9-alpha.0
1338
+
1339
+ ### Patch Changes
1340
+
1341
+ - d3d6fae: Deprecate mastra dev --env flag
1342
+
1343
+ ## 0.1.8
1344
+
1345
+ ### Patch Changes
1346
+
1347
+ - 5fae49e: Configurable timeout on npm create mastra
1348
+ - 91d2e30: Fix init in non npm project
1349
+ - 960690d: Improve client-js workflow watch dx
1350
+ - dbd9f2d: Handle different condition types on workflow graph
1351
+ - 07a7470: Move WorkflowTrigger to playground-ui package and use in dev playground
1352
+ - a80bdaf: persist data in run tab in dev
1353
+ - e5149bb: Fix playground-ui agent-evals tab-content
1354
+ - 8deb34c: Better workflow watch api + watch workflow by runId
1355
+ - 36d970e: Make tools discovery work in mastra dev
1356
+ - 144b3d5: Update traces table UI, agent Chat UI
1357
+ Fix get workflows breaking
1358
+ - 62565c1: --no-timeout npm create mastra flag
1359
+ - 9035565: Update tools dev playground inputs for different fieldtypes
1360
+ - af7466e: fix playground issues
1361
+ - fd4a1d7: Update cjs bundling to make sure files are split
1362
+
1363
+ ## 0.1.8-alpha.5
1364
+
1365
+ ### Patch Changes
1366
+
1367
+ - 07a7470: Move WorkflowTrigger to playground-ui package and use in dev playground
1368
+
1369
+ ## 0.1.8-alpha.4
1370
+
1371
+ ### Patch Changes
1372
+
1373
+ - dbd9f2d: Handle different condition types on workflow graph
1374
+ - 8deb34c: Better workflow watch api + watch workflow by runId
1375
+ - 36d970e: Make tools discovery work in mastra dev
1376
+ - fd4a1d7: Update cjs bundling to make sure files are split
1377
+
1378
+ ## 0.1.8-alpha.3
1379
+
1380
+ ### Patch Changes
1381
+
1382
+ - 91d2e30: Fix init in non npm project
1383
+ - a80bdaf: persist data in run tab in dev
1384
+ - 9035565: Update tools dev playground inputs for different fieldtypes
1385
+ - af7466e: fix playground issues
1386
+
1387
+ ## 0.1.8-alpha.2
1388
+
1389
+ ### Patch Changes
1390
+
1391
+ - 144b3d5: Update traces table UI, agent Chat UI
1392
+ Fix get workflows breaking
1393
+
1394
+ ## 0.1.8-alpha.1
1395
+
1396
+ ### Patch Changes
1397
+
1398
+ - e5149bb: Fix playground-ui agent-evals tab-content
1399
+
1400
+ ## 0.1.8-alpha.0
1401
+
1402
+ ### Patch Changes
1403
+
1404
+ - 5fae49e: Configurable timeout on npm create mastra
1405
+ - 960690d: Improve client-js workflow watch dx
1406
+ - 62565c1: --no-timeout npm create mastra flag
1407
+
1408
+ ## 0.1.7
1409
+
1410
+ ### Patch Changes
1411
+
1412
+ - 7a64aff: playground-ui lib package to enhance dev/cloud ui unification
1413
+ - bb4f447: Add support for commonjs
1414
+
1415
+ ## 0.1.7-alpha.0
1416
+
1417
+ ### Patch Changes
1418
+
1419
+ - 7a64aff: playground-ui lib package to enhance dev/cloud ui unification
1420
+ - bb4f447: Add support for commonjs
1421
+
1422
+ ## 0.1.6
1423
+
1424
+ ### Patch Changes
1425
+
1426
+ - 2d68431: Fix mastra server error processing
1427
+
1428
+ ## 0.1.6-alpha.0
1429
+
1430
+ ### Patch Changes
1431
+
1432
+ - 2d68431: Fix mastra server error processing
1433
+
1434
+ ## 0.1.5
1435
+
1436
+ ### Patch Changes
1437
+
1438
+ - 967da43: Logger, transport fixes
1439
+
1440
+ ## 0.1.4
1441
+
1442
+ ### Patch Changes
1443
+
1444
+ - 13ba53a: Remove cli postinstall script
1445
+ - bd98fb6: Fix yarn create mastra, use correct install commnad for deps install
1446
+ - 5c7b8db: create-mastra version tag discovery
1447
+ - cd80117: pnpm create mastra versionTag discovery
1448
+ - dd3a52b: pass createVersionTag to create mastra deps
1449
+
1450
+ ## 0.1.4-alpha.3
1451
+
1452
+ ### Patch Changes
1453
+
1454
+ - bd98fb6: Fix yarn create mastra, use correct install commnad for deps install
1455
+
1456
+ ## 0.1.4-alpha.2
1457
+
1458
+ ### Patch Changes
1459
+
1460
+ - cd80117: pnpm create mastra versionTag discovery
1461
+
1462
+ ## 0.1.4-alpha.1
1463
+
1464
+ ### Patch Changes
1465
+
1466
+ - 5c7b8db: create-mastra version tag discovery
1467
+
1468
+ ## 0.1.4-alpha.0
1469
+
1470
+ ### Patch Changes
1471
+
1472
+ - 13ba53a: Remove cli postinstall script
1473
+ - dd3a52b: pass createVersionTag to create mastra deps
1474
+
1475
+ ## 0.1.3
1476
+
1477
+ ### Patch Changes
1478
+
1479
+ - dfe2df9: Fix mastra create workflow starter
1480
+
1481
+ ## 0.1.3-alpha.0
1482
+
1483
+ ### Patch Changes
1484
+
1485
+ - dfe2df9: Fix mastra create workflow starter
1486
+
1487
+ ## 0.1.2
1488
+
1489
+ ### Patch Changes
1490
+
1491
+ - c5a68f9: Optimize create mastra deps install
1492
+ - a9e8d7c: Fix create mastra deps install
1493
+
1494
+ ## 0.1.2-alpha.0
1495
+
1496
+ ### Patch Changes
1497
+
1498
+ - c5a68f9: Optimize create mastra deps install
1499
+ - a9e8d7c: Fix create mastra deps install
1500
+
1501
+ ## 0.1.1
1502
+
1503
+ ### Patch Changes
1504
+
1505
+ - 936dc26: Add mastra server endpoints for watch/resume + plug watch and resume functionality to dev playground
1506
+ - b0b975d: Update package installation to latest instead of alpha
1507
+
1508
+ ## 0.1.1-alpha.0
1509
+
1510
+ ### Patch Changes
1511
+
1512
+ - 936dc26: Add mastra server endpoints for watch/resume + plug watch and resume functionality to dev playground
1513
+ - b0b975d: Update package installation to latest instead of alpha
1514
+
1515
+ ## 0.1.0
1516
+
1517
+ ### Minor Changes
1518
+
1519
+ - 5916f9d: Update deps from fixed to ^
1520
+ - 8b416d9: Breaking changes
1521
+ - 3e9f0ca: Improve package size
1522
+
1523
+ ### Patch Changes
1524
+
1525
+ - abdd42d: polish mastra create, fix create-mastra publishing
1526
+ - 7344dd7: Fix tool executor ui bugs
1527
+ - b97ca96: Tracing into default storage
1528
+ - 9c10484: new create-mastra version
1529
+ - 1d68b0c: update dane publishing
1530
+ - 255fc56: create mastra bundle correctly
1531
+ - edd70b5: changeset
1532
+ - cefd906: cli interactive api key configuration
1533
+ - 0b74006: Workflow updates
1534
+ - 9c10484: update all packages
1535
+ - 70dabd9: Fix broken publish
1536
+ - 21fe536: add keyword tags for packages and update readmes
1537
+ - aacfff6: publish new mastra, create-mastra
1538
+ - a18e96c: Array schemas for dev tool playground
1539
+ - b425845: Logger and execa logs
1540
+ - 7db55f6: Install aisdk model provider for in create-mastra init
1541
+ - 188ffa8: Fix cli create not parsing components flag
1542
+ - 932d86c: Fix build
1543
+ - de60682: Fix playground thread navigation
1544
+ - fee6d63: Republish
1545
+ - c18a0c0: Fix creation of new threads in dev playground
1546
+ - 32cd966: new mastra create command, publish create-mastra a way to quickly spin up mastra apps
1547
+ - 04434b6: Create separate logger file
1548
+ - 215a1c2: Fix bad cli create starter files copying
1549
+ - 9fb59d6: changeset
1550
+ - 2667e66: fix create mastra publishing
1551
+ - 4f1d1a1: Enforce types ann cleanup package.json
1552
+
1553
+ ## 0.1.0-alpha.40
1554
+
1555
+ ### Patch Changes
1556
+
1557
+ - de60682: Fix playground thread navigation
1558
+
1559
+ ## 0.1.0-alpha.39
1560
+
1561
+ ### Patch Changes
1562
+
1563
+ - b97ca96: Tracing into default storage
1564
+ - fee6d63: Republish
1565
+
1566
+ ## 0.1.0-alpha.38
1567
+
1568
+ ### Patch Changes
1569
+
1570
+ - 4f1d1a1: Enforce types ann cleanup package.json
1571
+
1572
+ ## 0.1.0-alpha.37
1573
+
1574
+ ### Patch Changes
1575
+
1576
+ - 70dabd9: Fix broken publish
1577
+
1578
+ ## 0.1.0-alpha.36
1579
+
1580
+ ### Patch Changes
1581
+
1582
+ - a18e96c: Array schemas for dev tool playground
1583
+
1584
+ ## 0.1.0-alpha.35
1585
+
1586
+ ### Patch Changes
1587
+
1588
+ - 7db55f6: Install aisdk model provider for in create-mastra init
1589
+ - c18a0c0: Fix creation of new threads in dev playground
1590
+
1591
+ ## 0.1.0-alpha.34
1592
+
1593
+ ### Patch Changes
1594
+
1595
+ - 9fb59d6: changeset
1596
+
1597
+ ## 0.1.0-alpha.33
1598
+
1599
+ ### Minor Changes
1600
+
1601
+ - 8b416d9: Breaking changes
1602
+
1603
+ ### Patch Changes
1604
+
1605
+ - 9c10484: new create-mastra version
1606
+ - 9c10484: update all packages
1607
+
1608
+ ## 0.1.0-alpha.32
1609
+
1610
+ ### Minor Changes
1611
+
1612
+ - 5916f9d: Update deps from fixed to ^
1613
+
1614
+ ## 0.1.0-alpha.31
1615
+
1616
+ ### Patch Changes
1617
+
1618
+ - 188ffa8: Fix cli create not parsing components flag
1619
+
1620
+ ## 0.1.0-alpha.30
1621
+
1622
+ ### Patch Changes
1623
+
1624
+ - 21fe536: add keyword tags for packages and update readmes
1625
+
1626
+ ## 0.1.0-alpha.29
1627
+
1628
+ ### Patch Changes
1629
+
1630
+ - 255fc56: create mastra bundle correctly
1631
+
1632
+ ## 0.1.0-alpha.28
1633
+
1634
+ ### Patch Changes
1635
+
1636
+ - 215a1c2: Fix bad cli create starter files copying
1637
+
1638
+ ## 0.1.0-alpha.27
1639
+
1640
+ ### Patch Changes
1641
+
1642
+ - 932d86c: Fix build
1643
+
1644
+ ## 0.1.0-alpha.26
1645
+
1646
+ ### Patch Changes
1647
+
1648
+ - 04434b6: Create separate logger file
1649
+
1650
+ ## 0.1.0-alpha.25
1651
+
1652
+ ### Patch Changes
1653
+
1654
+ - b425845: Logger and execa logs
1655
+
1656
+ ## 0.1.0-alpha.24
1657
+
1658
+ ### Minor Changes
1659
+
1660
+ - 3e9f0ca: Improve package size
1661
+
1662
+ ## 0.1.0-alpha.23
1663
+
1664
+ ### Patch Changes
1665
+
1666
+ - Updated dependencies [c4cd3ff]
1667
+ - Updated dependencies [dde845f]
1668
+ - Updated dependencies [2b4d224]
1669
+ - mastra@0.1.57-alpha.90
1670
+
1671
+ ## 0.1.0-alpha.22
1672
+
1673
+ ### Patch Changes
1674
+
1675
+ - Updated dependencies [c4cd3ff]
1676
+ - Updated dependencies [dde845f]
1677
+ - mastra@0.1.57-alpha.89
1678
+
1679
+ ## 0.1.0-alpha.21
1680
+
1681
+ ### Patch Changes
1682
+
1683
+ - Updated dependencies [dc90663]
1684
+ - mastra@0.1.57-alpha.88
1685
+
1686
+ ## 0.1.0-alpha.20
1687
+
1688
+ ### Patch Changes
1689
+
1690
+ - mastra@0.1.57-alpha.87
1691
+
1692
+ ## 0.1.0-alpha.19
1693
+
1694
+ ### Patch Changes
1695
+
1696
+ - Updated dependencies [606bbbe]
1697
+ - mastra@0.1.57-alpha.86
1698
+
1699
+ ## 0.1.0-alpha.18
1700
+
1701
+ ### Patch Changes
1702
+
1703
+ - mastra@0.1.57-alpha.85
1704
+
1705
+ ## 0.1.0-alpha.17
1706
+
1707
+ ### Patch Changes
1708
+
1709
+ - mastra@0.1.57-alpha.84
1710
+
1711
+ ## 0.1.0-alpha.16
1712
+
1713
+ ### Patch Changes
1714
+
1715
+ - mastra@0.1.57-alpha.83
1716
+
1717
+ ## 0.1.0-alpha.15
1718
+
1719
+ ### Patch Changes
1720
+
1721
+ - Updated dependencies [6cc479d]
1722
+ - mastra@0.1.57-alpha.82
1723
+
1724
+ ## 0.1.0-alpha.14
1725
+
1726
+ ### Patch Changes
1727
+
1728
+ - 0b74006: Workflow updates
1729
+ - Updated dependencies [837a288]
1730
+ - Updated dependencies [0b74006]
1731
+ - mastra@0.1.57-alpha.81
1732
+
1733
+ ## 0.1.0-alpha.13
1734
+
1735
+ ### Patch Changes
1736
+
1737
+ - mastra@0.1.57-alpha.80
1738
+
1739
+ ## 0.1.0-alpha.12
1740
+
1741
+ ### Patch Changes
1742
+
1743
+ - mastra@0.1.57-alpha.79
1744
+
1745
+ ## 0.1.0-alpha.11
1746
+
1747
+ ### Patch Changes
1748
+
1749
+ - Updated dependencies [f79a9ff]
1750
+ - mastra@0.1.57-alpha.78
1751
+
1752
+ ## 0.1.0-alpha.10
1753
+
1754
+ ### Patch Changes
1755
+
1756
+ - Updated dependencies [538a136]
1757
+ - mastra@0.1.57-alpha.77
1758
+
1759
+ ## 0.1.0-alpha.9
1760
+
1761
+ ### Patch Changes
1762
+
1763
+ - cefd906: cli interactive api key configuration
1764
+ - Updated dependencies [b6f9860]
1765
+ - Updated dependencies [cefd906]
1766
+ - mastra@0.1.57-alpha.76
1767
+
1768
+ ## 0.1.0-alpha.8
1769
+
1770
+ ### Patch Changes
1771
+
1772
+ - mastra@0.1.57-alpha.75
1773
+
1774
+ ## 0.1.0-alpha.7
1775
+
1776
+ ### Patch Changes
1777
+
1778
+ - edd70b5: changeset
1779
+ - Updated dependencies [edd70b5]
1780
+ - mastra@0.1.57-alpha.74
1781
+
1782
+ ## 0.1.0-alpha.6
1783
+
1784
+ ### Patch Changes
1785
+
1786
+ - aacfff6: publish new mastra, create-mastra
1787
+ - Updated dependencies [aacfff6]
1788
+ - mastra@0.1.57-alpha.73
1789
+
1790
+ ## 0.1.0-alpha.5
1791
+
1792
+ ### Patch Changes
1793
+
1794
+ - 2667e66: fix create mastra publishing
1795
+ - Updated dependencies [2667e66]
1796
+ - mastra@0.1.57-alpha.72
1797
+
1798
+ ## 0.1.0-alpha.4
1799
+
1800
+ ### Patch Changes
1801
+
1802
+ - 1d68b0c: update dane publishing
1803
+ - Updated dependencies [1d68b0c]
1804
+ - mastra@0.1.57-alpha.71
1805
+
1806
+ ## 0.1.0-alpha.3
1807
+
1808
+ ### Patch Changes
1809
+
1810
+ - abdd42d: polish mastra create, fix create-mastra publishing
1811
+ - Updated dependencies [abdd42d]
1812
+ - mastra@0.1.57-alpha.70
1813
+
1814
+ ## 0.1.0-alpha.2
1815
+
1816
+ ### Patch Changes
1817
+
1818
+ - 32cd966: new mastra create command, publish create-mastra a way to quickly spin up mastra apps
1819
+ - Updated dependencies [32cd966]
1820
+ - mastra@0.1.57-alpha.69
1821
+
1822
+ ## 0.1.1-alpha.0
1823
+
1824
+ ### Patch Changes
1825
+
1826
+ - Updated dependencies [c156b63]
1827
+ - mastra@0.1.57-alpha.68