create-mastra 0.0.0-tsconfig-compile-20250703214351 → 0.0.0-usechat-duplicate-20251016110554

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