create-mastra 0.0.0-remove-cloud-span-transform-20250425214156 → 0.0.0-remove-unused-import-20250909212718

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