create-mastra 0.0.0-mssql-store-20250804200341 → 0.0.0-partial-response-backport-20251204204441

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