create-mastra 0.0.0-storage-20250225005900 → 0.0.0-stream-vnext-usage-20250908171242

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