create-mastra 0.0.0-toolOptionTypes-20250917085558 → 0.0.0-top-level-fix-20251211111608

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 CHANGED
@@ -1,9 +1,495 @@
1
1
  # create-mastra
2
2
 
3
- ## 0.0.0-toolOptionTypes-20250917085558
3
+ ## 0.0.0-top-level-fix-20251211111608
4
+
5
+ ### Major Changes
6
+
7
+ - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
8
+
9
+ - Removed old tracing code based on OpenTelemetry ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
10
+
11
+ - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
12
+
13
+ ### Patch Changes
14
+
15
+ - Fix select options overflow when list is long by adding maximum height ([#10813](https://github.com/mastra-ai/mastra/pull/10813))
16
+
17
+ - dependencies updates: ([#10111](https://github.com/mastra-ai/mastra/pull/10111))
18
+ - Updated dependency [`pino@^10.1.0` ↗︎](https://www.npmjs.com/package/pino/v/10.1.0) (from `^9.7.0`, in `dependencies`)
19
+
20
+ - dependencies updates: ([#9781](https://github.com/mastra-ai/mastra/pull/9781))
21
+ - Updated dependency [`posthog-node@^5.11.2` ↗︎](https://www.npmjs.com/package/posthog-node/v/5.11.2) (from `^4.18.0`, in `dependencies`)
22
+
23
+ - Update MainSidebar component to fit required changes in Cloud CTA link ([#9318](https://github.com/mastra-ai/mastra/pull/9318))
24
+
25
+ - Fix default value showing on workflow form after user submits ([#10983](https://github.com/mastra-ai/mastra/pull/10983))
26
+
27
+ - Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
28
+
29
+ - fix: detect bun runtime and cleanup on failure ([#10242](https://github.com/mastra-ai/mastra/pull/10242))
30
+
31
+ - Add timeTravel APIs and add timeTravel feature to studio ([#10361](https://github.com/mastra-ai/mastra/pull/10361))
32
+
33
+ - Add delete workflow run API ([#10991](https://github.com/mastra-ai/mastra/pull/10991))
34
+
35
+ ```typescript
36
+ await workflow.deleteWorkflowRunById(runId);
37
+ ```
38
+
39
+ - Fix discriminatedUnion schema information lost when json schema is converted to zod ([#10500](https://github.com/mastra-ai/mastra/pull/10500))
40
+
41
+ - Move useScorers down to trace page to trigger it once for all trace spans ([#10985](https://github.com/mastra-ai/mastra/pull/10985))
42
+
43
+ - Update Observability Trace Spans list UI, so a user can expand/collapse span children/descendants and can filter the list by span type or name ([#10378](https://github.com/mastra-ai/mastra/pull/10378))
44
+
45
+ - Fix workflow trigger form overflow ([#10986](https://github.com/mastra-ai/mastra/pull/10986))
46
+
47
+ - Fix scorer filtering for SpanScoring, add error and info message for user ([#10160](https://github.com/mastra-ai/mastra/pull/10160))
48
+
49
+ - Hide time travel on map steps in Studio ([#10631](https://github.com/mastra-ai/mastra/pull/10631))
50
+
51
+ - Fix double scroll on agent chat container ([#10253](https://github.com/mastra-ai/mastra/pull/10253))
52
+
53
+ - fix isTopLevelSpan value definition on SpanScoring to properly recognize lack of span?.parentSpanId value (null or empty string) ([`4696c22`](https://github.com/mastra-ai/mastra/commit/4696c22fd8b00c8f706be8198645cdd4ba4620e5))
54
+
55
+ ## 1.0.0-beta.9
56
+
57
+ ## 1.0.0-beta.8
58
+
59
+ ### Patch Changes
60
+
61
+ - Add delete workflow run API ([#10991](https://github.com/mastra-ai/mastra/pull/10991))
62
+
63
+ ```typescript
64
+ await workflow.deleteWorkflowRunById(runId);
65
+ ```
66
+
67
+ ## 1.0.0-beta.7
68
+
69
+ ### Patch Changes
70
+
71
+ - Fix default value showing on workflow form after user submits ([#10983](https://github.com/mastra-ai/mastra/pull/10983))
72
+
73
+ - Move useScorers down to trace page to trigger it once for all trace spans ([#10985](https://github.com/mastra-ai/mastra/pull/10985))
74
+
75
+ - Update Observability Trace Spans list UI, so a user can expand/collapse span children/descendants and can filter the list by span type or name ([#10378](https://github.com/mastra-ai/mastra/pull/10378))
76
+
77
+ - Fix workflow trigger form overflow ([#10986](https://github.com/mastra-ai/mastra/pull/10986))
78
+
79
+ ## 1.0.0-beta.6
80
+
81
+ ### Patch Changes
82
+
83
+ - Fix select options overflow when list is long by adding maximum height ([#10813](https://github.com/mastra-ai/mastra/pull/10813))
84
+
85
+ ## 1.0.0-beta.5
86
+
87
+ ### Patch Changes
88
+
89
+ - Fix discriminatedUnion schema information lost when json schema is converted to zod ([#10500](https://github.com/mastra-ai/mastra/pull/10500))
90
+
91
+ - Hide time travel on map steps in Studio ([#10631](https://github.com/mastra-ai/mastra/pull/10631))
92
+
93
+ ## 1.0.0-beta.4
94
+
95
+ ### Patch Changes
96
+
97
+ - Add timeTravel APIs and add timeTravel feature to studio ([#10361](https://github.com/mastra-ai/mastra/pull/10361))
98
+
99
+ ## 1.0.0-beta.3
100
+
101
+ ### Patch Changes
102
+
103
+ - fix: detect bun runtime and cleanup on failure ([#10242](https://github.com/mastra-ai/mastra/pull/10242))
104
+
105
+ ## 1.0.0-beta.2
106
+
107
+ ### Patch Changes
108
+
109
+ - dependencies updates: ([#10111](https://github.com/mastra-ai/mastra/pull/10111))
110
+ - Updated dependency [`pino@^10.1.0` ↗︎](https://www.npmjs.com/package/pino/v/10.1.0) (from `^9.7.0`, in `dependencies`)
111
+
112
+ - dependencies updates: ([#9781](https://github.com/mastra-ai/mastra/pull/9781))
113
+ - Updated dependency [`posthog-node@^5.11.2` ↗︎](https://www.npmjs.com/package/posthog-node/v/5.11.2) (from `^4.18.0`, in `dependencies`)
114
+
115
+ - Fix scorer filtering for SpanScoring, add error and info message for user ([#10160](https://github.com/mastra-ai/mastra/pull/10160))
116
+
117
+ - Fix double scroll on agent chat container ([#10253](https://github.com/mastra-ai/mastra/pull/10253))
118
+
119
+ ## 1.0.0-beta.1
120
+
121
+ ### Patch Changes
122
+
123
+ - Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
124
+
125
+ ## 1.0.0-beta.0
126
+
127
+ ### Major Changes
128
+
129
+ - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
130
+
131
+ - Removed old tracing code based on OpenTelemetry ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
132
+
133
+ - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
134
+
135
+ ### Patch Changes
136
+
137
+ - Update MainSidebar component to fit required changes in Cloud CTA link ([#9318](https://github.com/mastra-ai/mastra/pull/9318))
138
+
139
+ ## 0.17.3
140
+
141
+ ## 0.17.3-alpha.0
142
+
143
+ ## 0.17.2
144
+
145
+ ## 0.17.2-alpha.0
146
+
147
+ ## 0.17.1
148
+
149
+ ### Patch Changes
150
+
151
+ - Add scorers to the default weather agent in the create command. ([#9042](https://github.com/mastra-ai/mastra/pull/9042))
152
+
153
+ - Fix tool result in playground ([#9087](https://github.com/mastra-ai/mastra/pull/9087))
154
+
155
+ ## 0.17.1-alpha.1
156
+
157
+ ### Patch Changes
158
+
159
+ - Add scorers to the default weather agent in the create command. ([#9042](https://github.com/mastra-ai/mastra/pull/9042))
160
+
161
+ - Fix tool result in playground ([#9087](https://github.com/mastra-ai/mastra/pull/9087))
162
+
163
+ ## 0.17.1-alpha.0
164
+
165
+ ## 0.17.0
166
+
167
+ ### Patch Changes
168
+
169
+ - Pin `@rollup/*` dependencies to fixed versions (instead of using `^`) to: ([#8900](https://github.com/mastra-ai/mastra/pull/8900))
170
+ - Hotfix a bug inside `@rollup/plugin-commonjs`
171
+ - Have more control over the versions in the future to not have breakages over night
172
+
173
+ ## 0.17.0-alpha.0
174
+
175
+ ### Patch Changes
176
+
177
+ - Pin `@rollup/*` dependencies to fixed versions (instead of using `^`) to: ([#8900](https://github.com/mastra-ai/mastra/pull/8900))
178
+ - Hotfix a bug inside `@rollup/plugin-commonjs`
179
+ - Have more control over the versions in the future to not have breakages over night
180
+
181
+ ## 0.16.0
182
+
183
+ ### Patch Changes
184
+
185
+ - Use model-router in create-mastra starter template ([#8631](https://github.com/mastra-ai/mastra/pull/8631))
186
+
187
+ - 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))
188
+
189
+ - Create unified Sidebar component to use on Playground and Cloud ([#8655](https://github.com/mastra-ai/mastra/pull/8655))
190
+
191
+ - Adds reset button to model picker to reset to original model set on the agent. ([#8633](https://github.com/mastra-ai/mastra/pull/8633))
192
+
193
+ - Use only zod validation in dynamic form ([#8802](https://github.com/mastra-ai/mastra/pull/8802))
194
+
195
+ - Add div wrapper around entity tables to fix table vertical position ([#8758](https://github.com/mastra-ai/mastra/pull/8758))
196
+
197
+ - Customize AITraces type to seamlessly work on Cloud too ([#8759](https://github.com/mastra-ai/mastra/pull/8759))
198
+
199
+ - Refactor EntryList component and Scorer and Observability pages ([#8652](https://github.com/mastra-ai/mastra/pull/8652))
200
+
201
+ - Stream finalResult from network loop ([#8795](https://github.com/mastra-ai/mastra/pull/8795))
202
+
203
+ - Improve README ([#8819](https://github.com/mastra-ai/mastra/pull/8819))
204
+
205
+ ## 0.16.0-alpha.1
206
+
207
+ ### Patch Changes
208
+
209
+ - 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))
210
+
211
+ - Create unified Sidebar component to use on Playground and Cloud ([#8655](https://github.com/mastra-ai/mastra/pull/8655))
212
+
213
+ - Use only zod validation in dynamic form ([#8802](https://github.com/mastra-ai/mastra/pull/8802))
214
+
215
+ - Add div wrapper around entity tables to fix table vertical position ([#8758](https://github.com/mastra-ai/mastra/pull/8758))
216
+
217
+ - Customize AITraces type to seamlessly work on Cloud too ([#8759](https://github.com/mastra-ai/mastra/pull/8759))
218
+
219
+ - Stream finalResult from network loop ([#8795](https://github.com/mastra-ai/mastra/pull/8795))
220
+
221
+ - Improve README ([#8819](https://github.com/mastra-ai/mastra/pull/8819))
222
+
223
+ ## 0.15.2-alpha.0
224
+
225
+ ### Patch Changes
226
+
227
+ - Use model-router in create-mastra starter template ([#8631](https://github.com/mastra-ai/mastra/pull/8631))
228
+
229
+ - Adds reset button to model picker to reset to original model set on the agent. ([#8633](https://github.com/mastra-ai/mastra/pull/8633))
230
+
231
+ - Refactor EntryList component and Scorer and Observability pages ([#8652](https://github.com/mastra-ai/mastra/pull/8652))
232
+
233
+ ## 0.15.1
234
+
235
+ ### Patch Changes
236
+
237
+ - 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))
238
+
239
+ ## 0.15.1-alpha.1
240
+
241
+ ## 0.15.1-alpha.0
242
+
243
+ ### Patch Changes
244
+
245
+ - 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))
246
+
247
+ ## 0.15.0
248
+
249
+ ### Patch Changes
250
+
251
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
252
+
253
+ - streamLegacy/generateLegacy clarification in playground ([#8468](https://github.com/mastra-ai/mastra/pull/8468))
254
+
255
+ - avoid refetching memory threads and messages on window focus ([#8519](https://github.com/mastra-ai/mastra/pull/8519))
256
+
257
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
258
+
259
+ - Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
260
+
261
+ - Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
262
+
263
+ - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
264
+
265
+ - 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))
266
+ fixed an issue with provider ID rendering in playground UI
267
+
268
+ - Fix useStreamWorkflow unmounting breaking stream call ([#8449](https://github.com/mastra-ai/mastra/pull/8449))
269
+
270
+ ## 0.15.0-alpha.3
271
+
272
+ ### Patch Changes
273
+
274
+ - 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))
275
+ fixed an issue with provider ID rendering in playground UI
276
+
277
+ ## 0.14.2-alpha.2
278
+
279
+ ### Patch Changes
280
+
281
+ - Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
282
+
283
+ ## 0.14.2-alpha.1
284
+
285
+ ### Patch Changes
286
+
287
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
288
+
289
+ - avoid refetching memory threads and messages on window focus ([#8519](https://github.com/mastra-ai/mastra/pull/8519))
290
+
291
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
292
+
293
+ - Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
294
+
295
+ - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
296
+
297
+ ## 0.14.2-alpha.0
298
+
299
+ ### Patch Changes
300
+
301
+ - streamLegacy/generateLegacy clarification in playground ([#8468](https://github.com/mastra-ai/mastra/pull/8468))
302
+
303
+ - Fix useStreamWorkflow unmounting breaking stream call ([#8449](https://github.com/mastra-ai/mastra/pull/8449))
304
+
305
+ ## 0.14.1
306
+
307
+ ### Patch Changes
308
+
309
+ - Make init versions latest pkgs ([#8434](https://github.com/mastra-ai/mastra/pull/8434))
310
+
311
+ ## 0.14.1-alpha.0
312
+
313
+ ### Patch Changes
314
+
315
+ - Make init versions latest pkgs ([#8434](https://github.com/mastra-ai/mastra/pull/8434))
316
+
317
+ ## 0.14.0
318
+
319
+ ### Minor Changes
320
+
321
+ - 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))
322
+
323
+ ### Patch Changes
324
+
325
+ - Remove log drains UI from the playground ([#8379](https://github.com/mastra-ai/mastra/pull/8379))
326
+
327
+ - add refetch interval to traces to make it feel "instant" ([#8386](https://github.com/mastra-ai/mastra/pull/8386))
328
+
329
+ - better memory message ([#8382](https://github.com/mastra-ai/mastra/pull/8382))
330
+
331
+ - fix codeblock line number color contrast for legacy traces ([#8385](https://github.com/mastra-ai/mastra/pull/8385))
332
+
333
+ - Model router documentation and playground UI improvements ([#8372](https://github.com/mastra-ai/mastra/pull/8372))
334
+
335
+ **Documentation generation (`@mastra/core`):**
336
+ - Fixed inverted dynamic model selection logic in provider examples
337
+ - Improved copy: replaced marketing language with action-oriented descriptions
338
+ - Added generated file comments with timestamps to all MDX outputs so maintainers know not to directly edit generated files
339
+
340
+ **Playground UI model picker (`@mastra/playground-ui`):**
341
+ - Fixed provider field clearing when typing in model input
342
+ - Added responsive layout (stacks on mobile, side-by-side on desktop)
343
+ - Improved general styling of provider/model pickers
344
+
345
+ **Environment variables (`@mastra/deployer`):**
346
+ - Properly handle array of env vars (e.g., NETLIFY_TOKEN, NETLIFY_SITE_ID)
347
+ - Added correct singular/plural handling for "environment variable(s)"
348
+
349
+ - show thread list in desc order ([#8381](https://github.com/mastra-ai/mastra/pull/8381))
350
+
351
+ - Fix an issue preventing showing working memory and semantic recall in the playground ([#8358](https://github.com/mastra-ai/mastra/pull/8358))
352
+
353
+ - Add observe strean to get streans after workflow has been interrupted ([#8318](https://github.com/mastra-ai/mastra/pull/8318))
354
+
355
+ ## 0.14.0-alpha.0
356
+
357
+ ### Minor Changes
358
+
359
+ - 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))
360
+
361
+ ### Patch Changes
362
+
363
+ - Remove log drains UI from the playground ([#8379](https://github.com/mastra-ai/mastra/pull/8379))
364
+
365
+ - add refetch interval to traces to make it feel "instant" ([#8386](https://github.com/mastra-ai/mastra/pull/8386))
366
+
367
+ - better memory message ([#8382](https://github.com/mastra-ai/mastra/pull/8382))
368
+
369
+ - fix codeblock line number color contrast for legacy traces ([#8385](https://github.com/mastra-ai/mastra/pull/8385))
370
+
371
+ - Model router documentation and playground UI improvements ([#8372](https://github.com/mastra-ai/mastra/pull/8372))
372
+
373
+ **Documentation generation (`@mastra/core`):**
374
+ - Fixed inverted dynamic model selection logic in provider examples
375
+ - Improved copy: replaced marketing language with action-oriented descriptions
376
+ - Added generated file comments with timestamps to all MDX outputs so maintainers know not to directly edit generated files
377
+
378
+ **Playground UI model picker (`@mastra/playground-ui`):**
379
+ - Fixed provider field clearing when typing in model input
380
+ - Added responsive layout (stacks on mobile, side-by-side on desktop)
381
+ - Improved general styling of provider/model pickers
382
+
383
+ **Environment variables (`@mastra/deployer`):**
384
+ - Properly handle array of env vars (e.g., NETLIFY_TOKEN, NETLIFY_SITE_ID)
385
+ - Added correct singular/plural handling for "environment variable(s)"
386
+
387
+ - show thread list in desc order ([#8381](https://github.com/mastra-ai/mastra/pull/8381))
388
+
389
+ - Fix an issue preventing showing working memory and semantic recall in the playground ([#8358](https://github.com/mastra-ai/mastra/pull/8358))
390
+
391
+ - Add observe strean to get streans after workflow has been interrupted ([#8318](https://github.com/mastra-ai/mastra/pull/8318))
392
+
393
+ ## 0.13.4
394
+
395
+ ### Patch Changes
396
+
397
+ - disable network label when memory is not enabled OR the agent has no subagents ([#8341](https://github.com/mastra-ai/mastra/pull/8341))
398
+
399
+ - Added Mastra model router to Playground UI ([#8332](https://github.com/mastra-ai/mastra/pull/8332))
400
+
401
+ ## 0.13.4-alpha.1
402
+
403
+ ### Patch Changes
404
+
405
+ - disable network label when memory is not enabled OR the agent has no subagents ([#8341](https://github.com/mastra-ai/mastra/pull/8341))
406
+
407
+ ## 0.13.4-alpha.0
408
+
409
+ ### Patch Changes
410
+
411
+ - Added Mastra model router to Playground UI ([#8332](https://github.com/mastra-ai/mastra/pull/8332))
412
+
413
+ ## 0.13.3
414
+
415
+ ### Patch Changes
416
+
417
+ - 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))
418
+
419
+ - Add conditional chaining to scorer.agentNames return ([#8199](https://github.com/mastra-ai/mastra/pull/8199))
420
+
421
+ - Show model that worked when there are model fallbacks ([#8167](https://github.com/mastra-ai/mastra/pull/8167))
422
+
423
+ - 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))
424
+
425
+ - Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
426
+
427
+ ## 0.13.3-alpha.1
428
+
429
+ ### Patch Changes
430
+
431
+ - 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))
432
+
433
+ - Add conditional chaining to scorer.agentNames return ([#8199](https://github.com/mastra-ai/mastra/pull/8199))
434
+
435
+ - Show model that worked when there are model fallbacks ([#8167](https://github.com/mastra-ai/mastra/pull/8167))
436
+
437
+ ## 0.13.3-alpha.0
438
+
439
+ ### Patch Changes
440
+
441
+ - 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))
442
+
443
+ - Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
444
+
445
+ ## 0.13.2
446
+
447
+ ### Patch Changes
448
+
449
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
450
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
451
+
452
+ - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
453
+
454
+ - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
455
+
456
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
457
+
458
+ ## 0.13.2-alpha.4
459
+
460
+ ### Patch Changes
461
+
462
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
463
+
464
+ ## 0.13.2-alpha.3
465
+
466
+ ### Patch Changes
467
+
468
+ - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
469
+
470
+ - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
471
+
472
+ ## 0.13.2-alpha.2
473
+
474
+ ## 0.13.2-alpha.1
4
475
 
5
476
  ### Patch Changes
6
477
 
478
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
479
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
480
+
481
+ ## 0.13.2-alpha.0
482
+
483
+ ## 0.13.1
484
+
485
+ ## 0.13.1-alpha.0
486
+
487
+ ## 0.13.0
488
+
489
+ ### Patch Changes
490
+
491
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
492
+
7
493
  - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
8
494
 
9
495
  - fix minor playground stuff for observability ([#7765](https://github.com/mastra-ai/mastra/pull/7765))
@@ -12,6 +498,14 @@
12
498
 
13
499
  - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
14
500
 
501
+ ## 0.13.0-alpha.5
502
+
503
+ ## 0.13.0-alpha.4
504
+
505
+ ### Patch Changes
506
+
507
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
508
+
15
509
  ## 0.13.0-alpha.3
16
510
 
17
511
  ## 0.13.0-alpha.2
package/README.md CHANGED
@@ -1,9 +1,16 @@
1
- # Create Mastra
1
+ # create-mastra
2
2
 
3
- The easiest way to get started with Mastra is by using `create-mastra`. This CLI tool enables you to quickly start building a new Mastra application, with everything set up for you.
3
+ Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
4
+
5
+ It includes everything you need to go from early prototypes to production-ready applications. Mastra integrates with frontend and backend frameworks like React, Next.js, and Node, or you can deploy it anywhere as a standalone server. It's the easiest way to build, tune, and scale reliable AI products.
6
+
7
+ `create-mastra` is the **recommended** way to get started with Mastra. This CLI tool enables you to quickly start building a new Mastra application, with everything set up for you.
4
8
 
5
9
  ## Usage
6
10
 
11
+ > [!IMPORTANT]
12
+ > Make sure that you have Node.js 20 or later installed on your system.
13
+
7
14
  Using npm:
8
15
 
9
16
  ```bash
@@ -22,33 +29,4 @@ Using pnpm:
22
29
  pnpm create mastra
23
30
  ```
24
31
 
25
- ## Options
26
-
27
- - `--default` - Quick start with defaults (src directory, OpenAI, no examples)
28
- - `-c, --components <components>` - Comma-separated list of components (agents, tools, workflows)
29
- - `-l, --llm <model-provider>` - Default model provider (openai, anthropic, groq, google, or cerebras)
30
- - `-e, --example` - Include example code
31
-
32
- ## Examples
33
-
34
- Create a new project with default settings
35
- npx create-mastra@latest --default
36
- Create a project with specific components and LLM provider
37
- npx create-mastra@latest -c agents,tools -l anthropic
38
- Create a project with example code
39
- npx create-mastra@latest --example
40
-
41
- ## What's included?
42
-
43
- The generated project will have:
44
-
45
- - A configured Mastra setup in the src directory
46
- - Selected components (agents, tools, workflows)
47
- - Environment configuration for your chosen LLM provider
48
- - TypeScript configuration
49
- - Example code (if selected)
50
-
51
- ## System Requirements
52
-
53
- - Node.js 20 or later
54
- - MacOS, Windows, and Linux are supported
32
+ Learn more about `create-mastra` in the [CLI reference documentation](https://mastra.ai/reference/cli/create-mastra).