create-mastra 0.0.0-message-list-update-20250715150321 → 0.0.0-monorepo-binary-20251013210052

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