create-mastra 0.0.0-tool-call-parts-20250630193309 → 0.0.0-tool-list-type-20250910140329

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