create-mastra 0.0.0-pgvector-index-fix-20250905222058 → 0.0.0-playground-studio-again-20251114100107

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,6 +1,482 @@
1
1
  # create-mastra
2
2
 
3
- ## 0.0.0-pgvector-index-fix-20250905222058
3
+ ## 0.0.0-playground-studio-again-20251114100107
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
+ - Update MainSidebar component to fit required changes in Cloud CTA link ([#9318](https://github.com/mastra-ai/mastra/pull/9318))
16
+
17
+ - Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
18
+
19
+ ## 1.0.0-beta.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
24
+
25
+ ## 1.0.0-beta.0
26
+
27
+ ### Major Changes
28
+
29
+ - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
30
+
31
+ - Removed old tracing code based on OpenTelemetry ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
32
+
33
+ - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
34
+
35
+ ### Patch Changes
36
+
37
+ - Update MainSidebar component to fit required changes in Cloud CTA link ([#9318](https://github.com/mastra-ai/mastra/pull/9318))
38
+
39
+ ## 0.17.3
40
+
41
+ ## 0.17.3-alpha.0
42
+
43
+ ## 0.17.2
44
+
45
+ ## 0.17.2-alpha.0
46
+
47
+ ## 0.17.1
48
+
49
+ ### Patch Changes
50
+
51
+ - Add scorers to the default weather agent in the create command. ([#9042](https://github.com/mastra-ai/mastra/pull/9042))
52
+
53
+ - Fix tool result in playground ([#9087](https://github.com/mastra-ai/mastra/pull/9087))
54
+
55
+ ## 0.17.1-alpha.1
56
+
57
+ ### Patch Changes
58
+
59
+ - Add scorers to the default weather agent in the create command. ([#9042](https://github.com/mastra-ai/mastra/pull/9042))
60
+
61
+ - Fix tool result in playground ([#9087](https://github.com/mastra-ai/mastra/pull/9087))
62
+
63
+ ## 0.17.1-alpha.0
64
+
65
+ ## 0.17.0
66
+
67
+ ### Patch Changes
68
+
69
+ - Pin `@rollup/*` dependencies to fixed versions (instead of using `^`) to: ([#8900](https://github.com/mastra-ai/mastra/pull/8900))
70
+ - Hotfix a bug inside `@rollup/plugin-commonjs`
71
+ - Have more control over the versions in the future to not have breakages over night
72
+
73
+ ## 0.17.0-alpha.0
74
+
75
+ ### Patch Changes
76
+
77
+ - Pin `@rollup/*` dependencies to fixed versions (instead of using `^`) to: ([#8900](https://github.com/mastra-ai/mastra/pull/8900))
78
+ - Hotfix a bug inside `@rollup/plugin-commonjs`
79
+ - Have more control over the versions in the future to not have breakages over night
80
+
81
+ ## 0.16.0
82
+
83
+ ### Patch Changes
84
+
85
+ - Use model-router in create-mastra starter template ([#8631](https://github.com/mastra-ai/mastra/pull/8631))
86
+
87
+ - 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))
88
+
89
+ - Create unified Sidebar component to use on Playground and Cloud ([#8655](https://github.com/mastra-ai/mastra/pull/8655))
90
+
91
+ - Adds reset button to model picker to reset to original model set on the agent. ([#8633](https://github.com/mastra-ai/mastra/pull/8633))
92
+
93
+ - Use only zod validation in dynamic form ([#8802](https://github.com/mastra-ai/mastra/pull/8802))
94
+
95
+ - Add div wrapper around entity tables to fix table vertical position ([#8758](https://github.com/mastra-ai/mastra/pull/8758))
96
+
97
+ - Customize AITraces type to seamlessly work on Cloud too ([#8759](https://github.com/mastra-ai/mastra/pull/8759))
98
+
99
+ - Refactor EntryList component and Scorer and Observability pages ([#8652](https://github.com/mastra-ai/mastra/pull/8652))
100
+
101
+ - Stream finalResult from network loop ([#8795](https://github.com/mastra-ai/mastra/pull/8795))
102
+
103
+ - Improve README ([#8819](https://github.com/mastra-ai/mastra/pull/8819))
104
+
105
+ ## 0.16.0-alpha.1
106
+
107
+ ### Patch Changes
108
+
109
+ - 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))
110
+
111
+ - Create unified Sidebar component to use on Playground and Cloud ([#8655](https://github.com/mastra-ai/mastra/pull/8655))
112
+
113
+ - Use only zod validation in dynamic form ([#8802](https://github.com/mastra-ai/mastra/pull/8802))
114
+
115
+ - Add div wrapper around entity tables to fix table vertical position ([#8758](https://github.com/mastra-ai/mastra/pull/8758))
116
+
117
+ - Customize AITraces type to seamlessly work on Cloud too ([#8759](https://github.com/mastra-ai/mastra/pull/8759))
118
+
119
+ - Stream finalResult from network loop ([#8795](https://github.com/mastra-ai/mastra/pull/8795))
120
+
121
+ - Improve README ([#8819](https://github.com/mastra-ai/mastra/pull/8819))
122
+
123
+ ## 0.15.2-alpha.0
124
+
125
+ ### Patch Changes
126
+
127
+ - Use model-router in create-mastra starter template ([#8631](https://github.com/mastra-ai/mastra/pull/8631))
128
+
129
+ - Adds reset button to model picker to reset to original model set on the agent. ([#8633](https://github.com/mastra-ai/mastra/pull/8633))
130
+
131
+ - Refactor EntryList component and Scorer and Observability pages ([#8652](https://github.com/mastra-ai/mastra/pull/8652))
132
+
133
+ ## 0.15.1
134
+
135
+ ### Patch Changes
136
+
137
+ - 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))
138
+
139
+ ## 0.15.1-alpha.1
140
+
141
+ ## 0.15.1-alpha.0
142
+
143
+ ### Patch Changes
144
+
145
+ - 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))
146
+
147
+ ## 0.15.0
148
+
149
+ ### Patch Changes
150
+
151
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
152
+
153
+ - streamLegacy/generateLegacy clarification in playground ([#8468](https://github.com/mastra-ai/mastra/pull/8468))
154
+
155
+ - avoid refetching memory threads and messages on window focus ([#8519](https://github.com/mastra-ai/mastra/pull/8519))
156
+
157
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
158
+
159
+ - Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
160
+
161
+ - Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
162
+
163
+ - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
164
+
165
+ - 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))
166
+ fixed an issue with provider ID rendering in playground UI
167
+
168
+ - Fix useStreamWorkflow unmounting breaking stream call ([#8449](https://github.com/mastra-ai/mastra/pull/8449))
169
+
170
+ ## 0.15.0-alpha.3
171
+
172
+ ### Patch Changes
173
+
174
+ - 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))
175
+ fixed an issue with provider ID rendering in playground UI
176
+
177
+ ## 0.14.2-alpha.2
178
+
179
+ ### Patch Changes
180
+
181
+ - Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
182
+
183
+ ## 0.14.2-alpha.1
184
+
185
+ ### Patch Changes
186
+
187
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
188
+
189
+ - avoid refetching memory threads and messages on window focus ([#8519](https://github.com/mastra-ai/mastra/pull/8519))
190
+
191
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
192
+
193
+ - Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
194
+
195
+ - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
196
+
197
+ ## 0.14.2-alpha.0
198
+
199
+ ### Patch Changes
200
+
201
+ - streamLegacy/generateLegacy clarification in playground ([#8468](https://github.com/mastra-ai/mastra/pull/8468))
202
+
203
+ - Fix useStreamWorkflow unmounting breaking stream call ([#8449](https://github.com/mastra-ai/mastra/pull/8449))
204
+
205
+ ## 0.14.1
206
+
207
+ ### Patch Changes
208
+
209
+ - Make init versions latest pkgs ([#8434](https://github.com/mastra-ai/mastra/pull/8434))
210
+
211
+ ## 0.14.1-alpha.0
212
+
213
+ ### Patch Changes
214
+
215
+ - Make init versions latest pkgs ([#8434](https://github.com/mastra-ai/mastra/pull/8434))
216
+
217
+ ## 0.14.0
218
+
219
+ ### Minor Changes
220
+
221
+ - 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))
222
+
223
+ ### Patch Changes
224
+
225
+ - Remove log drains UI from the playground ([#8379](https://github.com/mastra-ai/mastra/pull/8379))
226
+
227
+ - add refetch interval to traces to make it feel "instant" ([#8386](https://github.com/mastra-ai/mastra/pull/8386))
228
+
229
+ - better memory message ([#8382](https://github.com/mastra-ai/mastra/pull/8382))
230
+
231
+ - fix codeblock line number color contrast for legacy traces ([#8385](https://github.com/mastra-ai/mastra/pull/8385))
232
+
233
+ - Model router documentation and playground UI improvements ([#8372](https://github.com/mastra-ai/mastra/pull/8372))
234
+
235
+ **Documentation generation (`@mastra/core`):**
236
+ - Fixed inverted dynamic model selection logic in provider examples
237
+ - Improved copy: replaced marketing language with action-oriented descriptions
238
+ - Added generated file comments with timestamps to all MDX outputs so maintainers know not to directly edit generated files
239
+
240
+ **Playground UI model picker (`@mastra/playground-ui`):**
241
+ - Fixed provider field clearing when typing in model input
242
+ - Added responsive layout (stacks on mobile, side-by-side on desktop)
243
+ - Improved general styling of provider/model pickers
244
+
245
+ **Environment variables (`@mastra/deployer`):**
246
+ - Properly handle array of env vars (e.g., NETLIFY_TOKEN, NETLIFY_SITE_ID)
247
+ - Added correct singular/plural handling for "environment variable(s)"
248
+
249
+ - show thread list in desc order ([#8381](https://github.com/mastra-ai/mastra/pull/8381))
250
+
251
+ - Fix an issue preventing showing working memory and semantic recall in the playground ([#8358](https://github.com/mastra-ai/mastra/pull/8358))
252
+
253
+ - Add observe strean to get streans after workflow has been interrupted ([#8318](https://github.com/mastra-ai/mastra/pull/8318))
254
+
255
+ ## 0.14.0-alpha.0
256
+
257
+ ### Minor Changes
258
+
259
+ - 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))
260
+
261
+ ### Patch Changes
262
+
263
+ - Remove log drains UI from the playground ([#8379](https://github.com/mastra-ai/mastra/pull/8379))
264
+
265
+ - add refetch interval to traces to make it feel "instant" ([#8386](https://github.com/mastra-ai/mastra/pull/8386))
266
+
267
+ - better memory message ([#8382](https://github.com/mastra-ai/mastra/pull/8382))
268
+
269
+ - fix codeblock line number color contrast for legacy traces ([#8385](https://github.com/mastra-ai/mastra/pull/8385))
270
+
271
+ - Model router documentation and playground UI improvements ([#8372](https://github.com/mastra-ai/mastra/pull/8372))
272
+
273
+ **Documentation generation (`@mastra/core`):**
274
+ - Fixed inverted dynamic model selection logic in provider examples
275
+ - Improved copy: replaced marketing language with action-oriented descriptions
276
+ - Added generated file comments with timestamps to all MDX outputs so maintainers know not to directly edit generated files
277
+
278
+ **Playground UI model picker (`@mastra/playground-ui`):**
279
+ - Fixed provider field clearing when typing in model input
280
+ - Added responsive layout (stacks on mobile, side-by-side on desktop)
281
+ - Improved general styling of provider/model pickers
282
+
283
+ **Environment variables (`@mastra/deployer`):**
284
+ - Properly handle array of env vars (e.g., NETLIFY_TOKEN, NETLIFY_SITE_ID)
285
+ - Added correct singular/plural handling for "environment variable(s)"
286
+
287
+ - show thread list in desc order ([#8381](https://github.com/mastra-ai/mastra/pull/8381))
288
+
289
+ - Fix an issue preventing showing working memory and semantic recall in the playground ([#8358](https://github.com/mastra-ai/mastra/pull/8358))
290
+
291
+ - Add observe strean to get streans after workflow has been interrupted ([#8318](https://github.com/mastra-ai/mastra/pull/8318))
292
+
293
+ ## 0.13.4
294
+
295
+ ### Patch Changes
296
+
297
+ - disable network label when memory is not enabled OR the agent has no subagents ([#8341](https://github.com/mastra-ai/mastra/pull/8341))
298
+
299
+ - Added Mastra model router to Playground UI ([#8332](https://github.com/mastra-ai/mastra/pull/8332))
300
+
301
+ ## 0.13.4-alpha.1
302
+
303
+ ### Patch Changes
304
+
305
+ - disable network label when memory is not enabled OR the agent has no subagents ([#8341](https://github.com/mastra-ai/mastra/pull/8341))
306
+
307
+ ## 0.13.4-alpha.0
308
+
309
+ ### Patch Changes
310
+
311
+ - Added Mastra model router to Playground UI ([#8332](https://github.com/mastra-ai/mastra/pull/8332))
312
+
313
+ ## 0.13.3
314
+
315
+ ### Patch Changes
316
+
317
+ - 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))
318
+
319
+ - Add conditional chaining to scorer.agentNames return ([#8199](https://github.com/mastra-ai/mastra/pull/8199))
320
+
321
+ - Show model that worked when there are model fallbacks ([#8167](https://github.com/mastra-ai/mastra/pull/8167))
322
+
323
+ - 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))
324
+
325
+ - Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
326
+
327
+ ## 0.13.3-alpha.1
328
+
329
+ ### Patch Changes
330
+
331
+ - 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))
332
+
333
+ - Add conditional chaining to scorer.agentNames return ([#8199](https://github.com/mastra-ai/mastra/pull/8199))
334
+
335
+ - Show model that worked when there are model fallbacks ([#8167](https://github.com/mastra-ai/mastra/pull/8167))
336
+
337
+ ## 0.13.3-alpha.0
338
+
339
+ ### Patch Changes
340
+
341
+ - 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))
342
+
343
+ - Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
344
+
345
+ ## 0.13.2
346
+
347
+ ### Patch Changes
348
+
349
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
350
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
351
+
352
+ - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
353
+
354
+ - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
355
+
356
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
357
+
358
+ ## 0.13.2-alpha.4
359
+
360
+ ### Patch Changes
361
+
362
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
363
+
364
+ ## 0.13.2-alpha.3
365
+
366
+ ### Patch Changes
367
+
368
+ - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
369
+
370
+ - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
371
+
372
+ ## 0.13.2-alpha.2
373
+
374
+ ## 0.13.2-alpha.1
375
+
376
+ ### Patch Changes
377
+
378
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
379
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
380
+
381
+ ## 0.13.2-alpha.0
382
+
383
+ ## 0.13.1
384
+
385
+ ## 0.13.1-alpha.0
386
+
387
+ ## 0.13.0
388
+
389
+ ### Patch Changes
390
+
391
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
392
+
393
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
394
+
395
+ - fix minor playground stuff for observability ([#7765](https://github.com/mastra-ai/mastra/pull/7765))
396
+
397
+ - Handle zod intersections in dynamic form ([#7768](https://github.com/mastra-ai/mastra/pull/7768))
398
+
399
+ - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
400
+
401
+ ## 0.13.0-alpha.5
402
+
403
+ ## 0.13.0-alpha.4
404
+
405
+ ### Patch Changes
406
+
407
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
408
+
409
+ ## 0.13.0-alpha.3
410
+
411
+ ## 0.13.0-alpha.2
412
+
413
+ ## 0.13.0-alpha.1
414
+
415
+ ### Patch Changes
416
+
417
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
418
+
419
+ ## 0.12.4-alpha.0
420
+
421
+ ### Patch Changes
422
+
423
+ - fix minor playground stuff for observability ([#7765](https://github.com/mastra-ai/mastra/pull/7765))
424
+
425
+ - Handle zod intersections in dynamic form ([#7768](https://github.com/mastra-ai/mastra/pull/7768))
426
+
427
+ - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
428
+
429
+ ## 0.12.3
430
+
431
+ ### Patch Changes
432
+
433
+ - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
434
+
435
+ ## 0.12.3-alpha.1
436
+
437
+ ### Patch Changes
438
+
439
+ - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
440
+
441
+ ## 0.12.3-alpha.0
442
+
443
+ ## 0.12.2
444
+
445
+ ## 0.12.2-alpha.0
446
+
447
+ ## 0.12.1
448
+
449
+ ### Patch Changes
450
+
451
+ - dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
452
+ - Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
453
+
454
+ - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
455
+
456
+ - Fix template slug when getting template environment variables ([#7650](https://github.com/mastra-ai/mastra/pull/7650))
457
+
458
+ - Update cli dev copy from "Local" - ([#7579](https://github.com/mastra-ai/mastra/pull/7579))
459
+
460
+ ## 0.12.1-alpha.2
461
+
462
+ ### Patch Changes
463
+
464
+ - Fix template slug when getting template environment variables ([#7650](https://github.com/mastra-ai/mastra/pull/7650))
465
+
466
+ ## 0.12.1-alpha.1
467
+
468
+ ### Patch Changes
469
+
470
+ - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
471
+
472
+ ## 0.12.1-alpha.0
473
+
474
+ ### Patch Changes
475
+
476
+ - dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
477
+ - Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
478
+
479
+ - Update cli dev copy from "Local" - ([#7579](https://github.com/mastra-ai/mastra/pull/7579))
4
480
 
5
481
  ## 0.12.0
6
482
 
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).