create-mastra 0.0.0-redis-cloud-transporter-20250508194049 → 0.0.0-refactor-agent-information-for-recomposable-ui-20251112151814

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