create-mastra 0.0.0-tsconfig-compile-20250703214351 → 0.0.0-unified-sidebar-20251010130811

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