create-mastra 0.0.0-share-agent-metadata-with-cloud-20250718110128 → 0.0.0-sidebar-window-undefined-fix-20251029233656

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