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

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