create-mastra 0.0.0-course-20250527170450 → 0.0.0-createToolOptions-20250926094418

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