create-mastra 0.0.0-consolidate-changesets-20250904042643 → 0.0.0-cor235-20251008175106

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,378 @@
1
1
  # create-mastra
2
2
 
3
- ## 0.0.0-consolidate-changesets-20250904042643
3
+ ## 0.0.0-cor235-20251008175106
4
+
5
+ ### Patch Changes
6
+
7
+ - 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))
8
+
9
+ ## 0.15.1-alpha.1
10
+
11
+ ## 0.15.1-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 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))
16
+
17
+ ## 0.15.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
22
+
23
+ - streamLegacy/generateLegacy clarification in playground ([#8468](https://github.com/mastra-ai/mastra/pull/8468))
24
+
25
+ - avoid refetching memory threads and messages on window focus ([#8519](https://github.com/mastra-ai/mastra/pull/8519))
26
+
27
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
28
+
29
+ - Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
30
+
31
+ - Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
32
+
33
+ - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
34
+
35
+ - 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))
36
+ fixed an issue with provider ID rendering in playground UI
37
+
38
+ - Fix useStreamWorkflow unmounting breaking stream call ([#8449](https://github.com/mastra-ai/mastra/pull/8449))
39
+
40
+ ## 0.15.0-alpha.3
41
+
42
+ ### Patch Changes
43
+
44
+ - 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))
45
+ fixed an issue with provider ID rendering in playground UI
46
+
47
+ ## 0.14.2-alpha.2
48
+
49
+ ### Patch Changes
50
+
51
+ - Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
52
+
53
+ ## 0.14.2-alpha.1
54
+
55
+ ### Patch Changes
56
+
57
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
58
+
59
+ - avoid refetching memory threads and messages on window focus ([#8519](https://github.com/mastra-ai/mastra/pull/8519))
60
+
61
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
62
+
63
+ - Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
64
+
65
+ - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
66
+
67
+ ## 0.14.2-alpha.0
68
+
69
+ ### Patch Changes
70
+
71
+ - streamLegacy/generateLegacy clarification in playground ([#8468](https://github.com/mastra-ai/mastra/pull/8468))
72
+
73
+ - Fix useStreamWorkflow unmounting breaking stream call ([#8449](https://github.com/mastra-ai/mastra/pull/8449))
74
+
75
+ ## 0.14.1
76
+
77
+ ### Patch Changes
78
+
79
+ - Make init versions latest pkgs ([#8434](https://github.com/mastra-ai/mastra/pull/8434))
80
+
81
+ ## 0.14.1-alpha.0
82
+
83
+ ### Patch Changes
84
+
85
+ - Make init versions latest pkgs ([#8434](https://github.com/mastra-ai/mastra/pull/8434))
86
+
87
+ ## 0.14.0
88
+
89
+ ### Minor Changes
90
+
91
+ - 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))
92
+
93
+ ### Patch Changes
94
+
95
+ - Remove log drains UI from the playground ([#8379](https://github.com/mastra-ai/mastra/pull/8379))
96
+
97
+ - add refetch interval to traces to make it feel "instant" ([#8386](https://github.com/mastra-ai/mastra/pull/8386))
98
+
99
+ - better memory message ([#8382](https://github.com/mastra-ai/mastra/pull/8382))
100
+
101
+ - fix codeblock line number color contrast for legacy traces ([#8385](https://github.com/mastra-ai/mastra/pull/8385))
102
+
103
+ - Model router documentation and playground UI improvements ([#8372](https://github.com/mastra-ai/mastra/pull/8372))
104
+
105
+ **Documentation generation (`@mastra/core`):**
106
+ - Fixed inverted dynamic model selection logic in provider examples
107
+ - Improved copy: replaced marketing language with action-oriented descriptions
108
+ - Added generated file comments with timestamps to all MDX outputs so maintainers know not to directly edit generated files
109
+
110
+ **Playground UI model picker (`@mastra/playground-ui`):**
111
+ - Fixed provider field clearing when typing in model input
112
+ - Added responsive layout (stacks on mobile, side-by-side on desktop)
113
+ - Improved general styling of provider/model pickers
114
+
115
+ **Environment variables (`@mastra/deployer`):**
116
+ - Properly handle array of env vars (e.g., NETLIFY_TOKEN, NETLIFY_SITE_ID)
117
+ - Added correct singular/plural handling for "environment variable(s)"
118
+
119
+ - show thread list in desc order ([#8381](https://github.com/mastra-ai/mastra/pull/8381))
120
+
121
+ - Fix an issue preventing showing working memory and semantic recall in the playground ([#8358](https://github.com/mastra-ai/mastra/pull/8358))
122
+
123
+ - Add observe strean to get streans after workflow has been interrupted ([#8318](https://github.com/mastra-ai/mastra/pull/8318))
124
+
125
+ ## 0.14.0-alpha.0
126
+
127
+ ### Minor Changes
128
+
129
+ - 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))
130
+
131
+ ### Patch Changes
132
+
133
+ - Remove log drains UI from the playground ([#8379](https://github.com/mastra-ai/mastra/pull/8379))
134
+
135
+ - add refetch interval to traces to make it feel "instant" ([#8386](https://github.com/mastra-ai/mastra/pull/8386))
136
+
137
+ - better memory message ([#8382](https://github.com/mastra-ai/mastra/pull/8382))
138
+
139
+ - fix codeblock line number color contrast for legacy traces ([#8385](https://github.com/mastra-ai/mastra/pull/8385))
140
+
141
+ - Model router documentation and playground UI improvements ([#8372](https://github.com/mastra-ai/mastra/pull/8372))
142
+
143
+ **Documentation generation (`@mastra/core`):**
144
+ - Fixed inverted dynamic model selection logic in provider examples
145
+ - Improved copy: replaced marketing language with action-oriented descriptions
146
+ - Added generated file comments with timestamps to all MDX outputs so maintainers know not to directly edit generated files
147
+
148
+ **Playground UI model picker (`@mastra/playground-ui`):**
149
+ - Fixed provider field clearing when typing in model input
150
+ - Added responsive layout (stacks on mobile, side-by-side on desktop)
151
+ - Improved general styling of provider/model pickers
152
+
153
+ **Environment variables (`@mastra/deployer`):**
154
+ - Properly handle array of env vars (e.g., NETLIFY_TOKEN, NETLIFY_SITE_ID)
155
+ - Added correct singular/plural handling for "environment variable(s)"
156
+
157
+ - show thread list in desc order ([#8381](https://github.com/mastra-ai/mastra/pull/8381))
158
+
159
+ - Fix an issue preventing showing working memory and semantic recall in the playground ([#8358](https://github.com/mastra-ai/mastra/pull/8358))
160
+
161
+ - Add observe strean to get streans after workflow has been interrupted ([#8318](https://github.com/mastra-ai/mastra/pull/8318))
162
+
163
+ ## 0.13.4
164
+
165
+ ### Patch Changes
166
+
167
+ - disable network label when memory is not enabled OR the agent has no subagents ([#8341](https://github.com/mastra-ai/mastra/pull/8341))
168
+
169
+ - Added Mastra model router to Playground UI ([#8332](https://github.com/mastra-ai/mastra/pull/8332))
170
+
171
+ ## 0.13.4-alpha.1
172
+
173
+ ### Patch Changes
174
+
175
+ - disable network label when memory is not enabled OR the agent has no subagents ([#8341](https://github.com/mastra-ai/mastra/pull/8341))
176
+
177
+ ## 0.13.4-alpha.0
178
+
179
+ ### Patch Changes
180
+
181
+ - Added Mastra model router to Playground UI ([#8332](https://github.com/mastra-ai/mastra/pull/8332))
182
+
183
+ ## 0.13.3
184
+
185
+ ### Patch Changes
186
+
187
+ - 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))
188
+
189
+ - Add conditional chaining to scorer.agentNames return ([#8199](https://github.com/mastra-ai/mastra/pull/8199))
190
+
191
+ - Show model that worked when there are model fallbacks ([#8167](https://github.com/mastra-ai/mastra/pull/8167))
192
+
193
+ - 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))
194
+
195
+ - Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
196
+
197
+ ## 0.13.3-alpha.1
198
+
199
+ ### Patch Changes
200
+
201
+ - 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))
202
+
203
+ - Add conditional chaining to scorer.agentNames return ([#8199](https://github.com/mastra-ai/mastra/pull/8199))
204
+
205
+ - Show model that worked when there are model fallbacks ([#8167](https://github.com/mastra-ai/mastra/pull/8167))
206
+
207
+ ## 0.13.3-alpha.0
208
+
209
+ ### Patch Changes
210
+
211
+ - 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))
212
+
213
+ - Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
214
+
215
+ ## 0.13.2
216
+
217
+ ### Patch Changes
218
+
219
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
220
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
221
+
222
+ - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
223
+
224
+ - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
225
+
226
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
227
+
228
+ ## 0.13.2-alpha.4
229
+
230
+ ### Patch Changes
231
+
232
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
233
+
234
+ ## 0.13.2-alpha.3
235
+
236
+ ### Patch Changes
237
+
238
+ - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
239
+
240
+ - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
241
+
242
+ ## 0.13.2-alpha.2
243
+
244
+ ## 0.13.2-alpha.1
245
+
246
+ ### Patch Changes
247
+
248
+ - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
249
+ - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
250
+
251
+ ## 0.13.2-alpha.0
252
+
253
+ ## 0.13.1
254
+
255
+ ## 0.13.1-alpha.0
256
+
257
+ ## 0.13.0
258
+
259
+ ### Patch Changes
260
+
261
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
262
+
263
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
264
+
265
+ - fix minor playground stuff for observability ([#7765](https://github.com/mastra-ai/mastra/pull/7765))
266
+
267
+ - Handle zod intersections in dynamic form ([#7768](https://github.com/mastra-ai/mastra/pull/7768))
268
+
269
+ - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
270
+
271
+ ## 0.13.0-alpha.5
272
+
273
+ ## 0.13.0-alpha.4
274
+
275
+ ### Patch Changes
276
+
277
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
278
+
279
+ ## 0.13.0-alpha.3
280
+
281
+ ## 0.13.0-alpha.2
282
+
283
+ ## 0.13.0-alpha.1
284
+
285
+ ### Patch Changes
286
+
287
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
288
+
289
+ ## 0.12.4-alpha.0
290
+
291
+ ### Patch Changes
292
+
293
+ - fix minor playground stuff for observability ([#7765](https://github.com/mastra-ai/mastra/pull/7765))
294
+
295
+ - Handle zod intersections in dynamic form ([#7768](https://github.com/mastra-ai/mastra/pull/7768))
296
+
297
+ - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
298
+
299
+ ## 0.12.3
300
+
301
+ ### Patch Changes
302
+
303
+ - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
304
+
305
+ ## 0.12.3-alpha.1
306
+
307
+ ### Patch Changes
308
+
309
+ - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
310
+
311
+ ## 0.12.3-alpha.0
312
+
313
+ ## 0.12.2
314
+
315
+ ## 0.12.2-alpha.0
316
+
317
+ ## 0.12.1
318
+
319
+ ### Patch Changes
320
+
321
+ - dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
322
+ - Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
323
+
324
+ - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
325
+
326
+ - Fix template slug when getting template environment variables ([#7650](https://github.com/mastra-ai/mastra/pull/7650))
327
+
328
+ - Update cli dev copy from "Local" - ([#7579](https://github.com/mastra-ai/mastra/pull/7579))
329
+
330
+ ## 0.12.1-alpha.2
331
+
332
+ ### Patch Changes
333
+
334
+ - Fix template slug when getting template environment variables ([#7650](https://github.com/mastra-ai/mastra/pull/7650))
335
+
336
+ ## 0.12.1-alpha.1
337
+
338
+ ### Patch Changes
339
+
340
+ - add workflow streaming in agent thread ([#7506](https://github.com/mastra-ai/mastra/pull/7506))
341
+
342
+ ## 0.12.1-alpha.0
343
+
344
+ ### Patch Changes
345
+
346
+ - dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
347
+ - Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
348
+
349
+ - Update cli dev copy from "Local" - ([#7579](https://github.com/mastra-ai/mastra/pull/7579))
350
+
351
+ ## 0.12.0
352
+
353
+ ### Minor Changes
354
+
355
+ - a01cf14: Add workflow graph in agent (workflow as tool in agent)
356
+
357
+ ### Patch Changes
358
+
359
+ - 788e612: Fix playground workflow graph is broken when workflow starts with a branch
360
+ - 5397eb4: Add public URL support when adding files in Multi Modal
361
+
362
+ ## 0.12.0-alpha.1
363
+
364
+ ## 0.12.0-alpha.0
365
+
366
+ ### Minor Changes
367
+
368
+ - a01cf14: Add workflow graph in agent (workflow as tool in agent)
369
+
370
+ ### Patch Changes
371
+
372
+ - 788e612: Fix playground workflow graph is broken when workflow starts with a branch
373
+ - 5397eb4: Add public URL support when adding files in Multi Modal
374
+
375
+ ## 0.11.3
4
376
 
5
377
  ### Patch Changes
6
378
 
@@ -10,6 +382,7 @@
10
382
  - f539199: mastra start - load env files, custom env. Deperecate --env flag for mastra build
11
383
  - 87de958: fix chat outline
12
384
  - 6f715fe: Fix plyground baseUrl, default api baseUrl to playground baseUrl
385
+ - 01264f1: Mastra dev- load env vars before watch
13
386
  - 3308c9f: fix dev:playground command
14
387
  - d99baf6: change outline
15
388