create-mastra 0.0.0-vnext-inngest-20250508131921 → 0.0.0-vnext-20251119160359

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