create-mastra 0.0.0-declaration-maps-20250730004430 → 0.0.0-dynamic-model-router-20251009231604

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