create-mastra 0.0.0-tool-list-type-20250910154522 → 0.0.0-top-level-fix-20251211103030

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