@mastra/playground-ui 7.0.0-beta.9 → 7.0.0

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.
Files changed (175) hide show
  1. package/CHANGELOG.md +216 -378
  2. package/dist/index.cjs.js +4412 -3510
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.es.js +4390 -3491
  5. package/dist/index.es.js.map +1 -1
  6. package/dist/src/components/assistant-ui/memory-search.d.ts +1 -1
  7. package/dist/src/components/assistant-ui/messages/user-messages.d.ts +1 -0
  8. package/dist/src/components/assistant-ui/thread-list.d.ts +2 -0
  9. package/dist/src/components/assistant-ui/tools/tool-approval.d.ts +8 -0
  10. package/dist/src/components/assistant-ui/tooltip-icon-button.d.ts +1 -6
  11. package/dist/src/components/icons/agent-icon.d.ts +3 -0
  12. package/dist/src/components/icons/automation-icon.d.ts +3 -0
  13. package/dist/src/components/syntax-highlighter.d.ts +1 -2
  14. package/dist/src/components/ui/button.d.ts +3 -8
  15. package/dist/src/components/ui/copyable-content.d.ts +7 -0
  16. package/dist/src/components/ui/dropdown-menu.d.ts +42 -0
  17. package/dist/src/components/ui/elements/buttons/button.d.ts +0 -1
  18. package/dist/src/components/ui/elements/buttons/index.d.ts +0 -1
  19. package/dist/src/components/ui/elements/entry-list/entry-list-toolbar.d.ts +6 -0
  20. package/dist/src/components/ui/elements/form-fields/form-actions.d.ts +12 -0
  21. package/dist/src/components/ui/elements/form-fields/index.d.ts +4 -0
  22. package/dist/src/components/ui/elements/form-fields/radio-group-field.d.ts +21 -0
  23. package/dist/src/components/ui/elements/form-fields/search-field.d.ts +1 -4
  24. package/dist/src/components/ui/elements/form-fields/slider-field.d.ts +15 -0
  25. package/dist/src/components/ui/elements/form-fields/textarea-field.d.ts +11 -0
  26. package/dist/src/components/ui/elements/headers/entity-main-header.d.ts +11 -0
  27. package/dist/src/components/ui/elements/headers/index.d.ts +1 -0
  28. package/dist/src/components/ui/elements/main-sidebar/main-sidebar.d.ts +1 -1
  29. package/dist/src/components/ui/elements/side-dialog/side-dialog-footer.d.ts +10 -0
  30. package/dist/src/components/ui/elements/side-dialog/side-dialog-top.d.ts +2 -1
  31. package/dist/src/components/ui/formatted-date.d.ts +3 -0
  32. package/dist/src/components/ui/input.d.ts +1 -1
  33. package/dist/src/components/ui/resizable.d.ts +23 -0
  34. package/dist/src/components/ui/score-indicator.d.ts +3 -0
  35. package/dist/src/components/ui/syntax-highlighter.d.ts +1 -1
  36. package/dist/src/components/ui/textarea.d.ts +1 -1
  37. package/dist/src/components/ui/toggle.d.ts +12 -0
  38. package/dist/src/domains/agents/components/agent-chat.d.ts +1 -2
  39. package/dist/src/domains/agents/components/agent-entity-header.d.ts +3 -1
  40. package/dist/src/domains/agents/components/agent-evals.d.ts +8 -0
  41. package/dist/src/domains/agents/components/agent-information/agent-information.d.ts +0 -25
  42. package/dist/src/domains/agents/components/agent-information/agent-instructions-enhancer.d.ts +4 -2
  43. package/dist/src/domains/agents/components/agent-information/current-instructions.d.ts +15 -0
  44. package/dist/src/domains/agents/components/agent-information/version-actions.d.ts +8 -0
  45. package/dist/src/domains/agents/components/agent-information/version-history-dialog.d.ts +9 -0
  46. package/dist/src/domains/agents/components/agent-information/version-history.d.ts +10 -0
  47. package/dist/src/domains/agents/components/agent-information/version-item.d.ts +14 -0
  48. package/dist/src/domains/agents/components/agent-metadata/agent-metadata-model-switcher.d.ts +2 -1
  49. package/dist/src/domains/agents/components/agent-metadata/agent-metadata-prompt.d.ts +4 -0
  50. package/dist/src/domains/agents/components/agent-metadata/agent-metadata.d.ts +13 -2
  51. package/dist/src/domains/agents/components/agent-metadata/connection-dot.d.ts +6 -0
  52. package/dist/src/domains/agents/components/agent-metadata/index.d.ts +1 -0
  53. package/dist/src/domains/agents/components/agent-metadata/models.d.ts +5 -0
  54. package/dist/src/domains/agents/components/agent-metadata/provider-status-indicator.d.ts +7 -0
  55. package/dist/src/domains/agents/components/agent-settings.d.ts +4 -2
  56. package/dist/src/domains/agents/components/{request-context.d.ts → runtime-context.d.ts} +2 -2
  57. package/dist/src/domains/agents/context/agent-context.d.ts +1 -2
  58. package/dist/src/domains/agents/context/index.d.ts +1 -1
  59. package/dist/src/domains/agents/context/model-reset-context.d.ts +4 -0
  60. package/dist/src/domains/agents/hooks/use-agent-settings-state.d.ts +1 -2
  61. package/dist/src/domains/agents/hooks/use-execute-agent-tool.d.ts +1 -1
  62. package/dist/src/domains/agents/hooks/use-prompt-enhancer.d.ts +13 -5
  63. package/dist/src/domains/agents/hooks/use-prompt-versions.d.ts +12 -0
  64. package/dist/src/domains/agents/index.d.ts +2 -4
  65. package/dist/src/domains/evals/hooks/index.d.ts +1 -0
  66. package/dist/src/domains/evals/hooks/use-evals-by-agent-id.d.ts +14 -0
  67. package/dist/src/domains/evals/index.d.ts +1 -0
  68. package/dist/src/domains/evals/types.d.ts +23 -0
  69. package/dist/src/domains/mcps/index.d.ts +0 -1
  70. package/dist/src/domains/memory/hooks/use-memory.d.ts +9 -8
  71. package/dist/src/domains/observability/components/helpers.d.ts +6 -4
  72. package/dist/src/domains/observability/components/index.d.ts +1 -1
  73. package/dist/src/domains/observability/components/shared.d.ts +5 -2
  74. package/dist/src/domains/observability/components/span-details.d.ts +2 -2
  75. package/dist/src/domains/observability/components/span-dialog.d.ts +6 -8
  76. package/dist/src/domains/observability/components/span-score-list.d.ts +2 -2
  77. package/dist/src/domains/observability/components/span-scoring.d.ts +1 -4
  78. package/dist/src/domains/observability/components/span-tabs.d.ts +6 -8
  79. package/dist/src/domains/observability/components/trace-dialog.d.ts +4 -7
  80. package/dist/src/domains/observability/components/trace-span-usage.d.ts +2 -2
  81. package/dist/src/domains/observability/components/trace-timeline-legend.d.ts +6 -0
  82. package/dist/src/domains/observability/components/trace-timeline-span.d.ts +1 -6
  83. package/dist/src/domains/observability/components/trace-timeline.d.ts +1 -5
  84. package/dist/src/domains/observability/components/traces-list.d.ts +3 -3
  85. package/dist/src/domains/observability/index.d.ts +0 -1
  86. package/dist/src/domains/observability/types.d.ts +0 -13
  87. package/dist/src/domains/observability/utils/format-hierarchical-spans.d.ts +2 -2
  88. package/dist/src/domains/resizable-panel.d.ts +11 -0
  89. package/dist/src/domains/scores/components/score-dialog.d.ts +1 -1
  90. package/dist/src/domains/scores/components/score-table.d.ts +11 -0
  91. package/dist/src/domains/scores/hooks/use-scorers.d.ts +6 -3
  92. package/dist/src/domains/scores/hooks/use-trace-span-scores.d.ts +1 -1
  93. package/dist/src/domains/scores/index.d.ts +1 -2
  94. package/dist/src/domains/tools/components/ToolExecutor.d.ts +1 -1
  95. package/dist/src/domains/tools/components/index.d.ts +0 -1
  96. package/dist/src/domains/tools/components/tool-table/types.d.ts +2 -0
  97. package/dist/src/domains/tools/hooks/use-all-tools.d.ts +1 -3
  98. package/dist/src/domains/tools/hooks/use-execute-tool.d.ts +1 -1
  99. package/dist/src/domains/traces/components/traces-table.d.ts +8 -0
  100. package/dist/src/domains/traces/components/traces-view.d.ts +12 -0
  101. package/dist/src/domains/traces/context/trace-context.d.ts +20 -0
  102. package/dist/src/domains/traces/hooks/use-open-trace.d.ts +4 -0
  103. package/dist/src/domains/traces/index.d.ts +2 -0
  104. package/dist/src/domains/traces/mock-data.d.ts +1356 -0
  105. package/dist/src/domains/traces/trace-details.d.ts +1 -0
  106. package/dist/src/domains/traces/trace-span-details.d.ts +1 -0
  107. package/dist/src/domains/traces/trace-span-view.d.ts +5 -0
  108. package/dist/src/domains/traces/traces-sidebar.d.ts +6 -0
  109. package/dist/src/domains/traces/types.d.ts +55 -0
  110. package/dist/src/domains/traces/utils/createSpanTree.d.ts +2 -0
  111. package/dist/src/domains/traces/utils/getSpanVariant.d.ts +3 -0
  112. package/dist/src/domains/traces/utils.d.ts +12 -0
  113. package/dist/src/domains/workflows/context/workflow-nested-graph-context.d.ts +7 -1
  114. package/dist/src/domains/workflows/context/workflow-run-context.d.ts +2 -2
  115. package/dist/src/domains/workflows/hooks/use-workflows-actions.d.ts +21 -7
  116. package/dist/src/domains/workflows/index.d.ts +0 -1
  117. package/dist/src/domains/workflows/workflow/workflow-default-node.d.ts +8 -5
  118. package/dist/src/domains/workflows/workflow/workflow-graph-inner.d.ts +7 -1
  119. package/dist/src/domains/workflows/workflow/workflow-graph.d.ts +7 -1
  120. package/dist/src/domains/workflows/workflow/workflow-nested-graph.d.ts +7 -1
  121. package/dist/src/domains/workflows/workflow/workflow-nested-node.d.ts +8 -5
  122. package/dist/src/domains/workflows/workflow/workflow-result.d.ts +5 -0
  123. package/dist/src/domains/workflows/workflow/workflow-run-event-form.d.ts +12 -0
  124. package/dist/src/domains/workflows/workflow/workflow-step-action-bar.d.ts +6 -3
  125. package/dist/src/domains/workflows/workflow/workflow-trigger.d.ts +4 -4
  126. package/dist/src/ds/components/Alert/Alert.d.ts +1 -1
  127. package/dist/src/ds/components/Breadcrumb/Breadcrumb.d.ts +1 -2
  128. package/dist/src/ds/components/Button/Button.d.ts +0 -1
  129. package/dist/src/ds/components/Logo/MastraLogo.d.ts +1 -1
  130. package/dist/src/ds/components/Table/Cells.d.ts +3 -0
  131. package/dist/src/ds/components/TraceTree/Span.d.ts +3 -1
  132. package/dist/src/ds/icons/EvaluatorCoinIcon.d.ts +2 -0
  133. package/dist/src/ds/icons/ScoreIcon.d.ts +2 -0
  134. package/dist/src/ds/icons/index.d.ts +2 -0
  135. package/dist/src/hooks/use-agent-messages.d.ts +3 -4
  136. package/dist/src/hooks/use-resize-column.d.ts +12 -0
  137. package/dist/src/hooks/use-workflow-runs.d.ts +2 -218
  138. package/dist/src/index.d.ts +5 -3
  139. package/dist/src/lib/mastra-client.d.ts +2 -0
  140. package/dist/src/lib/pagination/types.d.ts +11 -0
  141. package/dist/src/lib/polls.d.ts +36 -0
  142. package/dist/src/services/mastra-runtime-provider.d.ts +1 -1
  143. package/dist/src/store/playground-store.d.ts +2 -2
  144. package/dist/src/types/memory.d.ts +7 -0
  145. package/dist/src/types.d.ts +3 -1
  146. package/package.json +25 -30
  147. package/dist/src/components/ui/combobox.d.ts +0 -17
  148. package/dist/src/components/ui/elements/buttons/combined-buttons.d.ts +0 -6
  149. package/dist/src/domains/agents/components/agent-combobox.d.ts +0 -12
  150. package/dist/src/domains/agents/context/agent-prompt-experiment-context.d.ts +0 -15
  151. package/dist/src/domains/agents/hooks/use-agents-model-providers.d.ts +0 -1
  152. package/dist/src/domains/configuration/components/header-list-form.d.ts +0 -10
  153. package/dist/src/domains/configuration/components/playground-config-guard.d.ts +0 -1
  154. package/dist/src/domains/configuration/components/studio-config-form.d.ts +0 -5
  155. package/dist/src/domains/configuration/context/studio-config-context.d.ts +0 -12
  156. package/dist/src/domains/configuration/hooks/use-mastra-instance-status.d.ts +0 -4
  157. package/dist/src/domains/configuration/index.d.ts +0 -4
  158. package/dist/src/domains/configuration/types.d.ts +0 -4
  159. package/dist/src/domains/mcps/components/mcp-server-combobox.d.ts +0 -12
  160. package/dist/src/domains/observability/components/span-type-icon.d.ts +0 -6
  161. package/dist/src/domains/observability/components/timeline-expand-col.d.ts +0 -13
  162. package/dist/src/domains/observability/components/timeline-name-col.d.ts +0 -16
  163. package/dist/src/domains/observability/components/timeline-structure-sign.d.ts +0 -7
  164. package/dist/src/domains/observability/components/timeline-timing-col.d.ts +0 -12
  165. package/dist/src/domains/observability/components/trace-timeline-tools.d.ts +0 -12
  166. package/dist/src/domains/observability/components/tracing-run-options.d.ts +0 -1
  167. package/dist/src/domains/observability/context/tracing-settings-context.d.ts +0 -18
  168. package/dist/src/domains/observability/hooks/use-tracing-settings-state.d.ts +0 -10
  169. package/dist/src/domains/observability/utils/__tests__/span-utils.test.d.ts +0 -1
  170. package/dist/src/domains/observability/utils/get-descendant-ids.d.ts +0 -2
  171. package/dist/src/domains/observability/utils/span-utils.d.ts +0 -9
  172. package/dist/src/domains/scores/components/scorer-combobox.d.ts +0 -12
  173. package/dist/src/domains/tools/components/tool-combobox.d.ts +0 -12
  174. package/dist/src/domains/workflows/components/workflow-combobox.d.ts +0 -12
  175. package/dist/src/domains/workflows/workflow/workflow-node-badges.d.ts +0 -55
package/CHANGELOG.md CHANGED
@@ -1,118 +1,110 @@
1
1
  # @mastra/playground-ui
2
2
 
3
- ## 7.0.0-beta.9
3
+ ## 7.0.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Fix default value showing on workflow form after user submits ([#10983](https://github.com/mastra-ai/mastra/pull/10983))
7
+ - Fix select options overflow when list is long by adding maximum height ([#10833](https://github.com/mastra-ai/mastra/pull/10833))
8
8
 
9
- - Move useScorers down to trace page to trigger it once for all trace spans ([#10985](https://github.com/mastra-ai/mastra/pull/10985))
9
+ - Add timeTravel APIs and add timeTravel feature to studio ([#10757](https://github.com/mastra-ai/mastra/pull/10757))
10
10
 
11
- - Update Observability Trace Spans list UI, so a user can expand/collapse span children/descendants and can filter the list by span type or name ([#10378](https://github.com/mastra-ai/mastra/pull/10378))
11
+ - Fix discriminatedUnion schema information lost when json schema is converted to zod ([#10764](https://github.com/mastra-ai/mastra/pull/10764))
12
12
 
13
- - Add UI to match with the mastra studio command ([#10283](https://github.com/mastra-ai/mastra/pull/10283))
13
+ - Updated dependencies [[`5de72e1`](https://github.com/mastra-ai/mastra/commit/5de72e1a3fa51b860e7e0a606b66cf6f97fc100c), [`5cc85aa`](https://github.com/mastra-ai/mastra/commit/5cc85aa4329773cac8314f3aa0146227b6b158e4), [`c53f8e6`](https://github.com/mastra-ai/mastra/commit/c53f8e68df42464935f9a63eb0fc765a65aacb83), [`461f5f7`](https://github.com/mastra-ai/mastra/commit/461f5f747ce07d77dc048cf0f5df44744183c3c3), [`386ab43`](https://github.com/mastra-ai/mastra/commit/386ab4350cf2a814fb4ac0a5fc6983ca93158ffe), [`2b62302`](https://github.com/mastra-ai/mastra/commit/2b623027a9d65c1dbc963bf651e9e6a9d09da1fa), [`7d85da4`](https://github.com/mastra-ai/mastra/commit/7d85da42a5fab56009a959a9c20328558d14f4b5), [`3d7c5bd`](https://github.com/mastra-ai/mastra/commit/3d7c5bdbee1b2693cd45bf207b960dd9b7277680), [`31b381e`](https://github.com/mastra-ai/mastra/commit/31b381efb48e031c0ecc46bc6e410ae6e67b88e5), [`54cc99c`](https://github.com/mastra-ai/mastra/commit/54cc99cb99483b9e08ec41fa1502f43b71b4c351), [`e77a5f9`](https://github.com/mastra-ai/mastra/commit/e77a5f9718dc418e29e3c8a389299ed6dc0a6401), [`b685c9c`](https://github.com/mastra-ai/mastra/commit/b685c9c0b89f49e0d4542c4ac72569682db69794), [`b069af5`](https://github.com/mastra-ai/mastra/commit/b069af514c4dcfc4fdcb164303569bfff1c26e3d), [`ce01a90`](https://github.com/mastra-ai/mastra/commit/ce01a90ac4c32314c2f0cb4e4d0cf973afda11ec), [`7dc8304`](https://github.com/mastra-ai/mastra/commit/7dc830420296db516b86dcec663e54d0309b8fb8), [`6942109`](https://github.com/mastra-ai/mastra/commit/694210903c70e3c26b5ce8ca4f4637ca2d9eb369), [`62d13f4`](https://github.com/mastra-ai/mastra/commit/62d13f4d1db1c16742831f210fe4c2caf8a26d57), [`358ab98`](https://github.com/mastra-ai/mastra/commit/358ab98024c388e383aca15616e8988bf4a5b66e)]:
14
+ - @mastra/client-js@0.17.0
15
+ - @mastra/core@0.24.7
16
+ - @mastra/schema-compat@0.11.9
17
+ - @mastra/react@0.0.22
14
18
 
15
- - Fix workflow trigger form overflow ([#10986](https://github.com/mastra-ai/mastra/pull/10986))
16
-
17
- - Updated dependencies [[`72df8ae`](https://github.com/mastra-ai/mastra/commit/72df8ae595584cdd7747d5c39ffaca45e4507227), [`9198899`](https://github.com/mastra-ai/mastra/commit/91988995c427b185c33714b7f3be955367911324), [`a54793a`](https://github.com/mastra-ai/mastra/commit/a54793a6377edb87d43a795711deedf487152d5c), [`653e65a`](https://github.com/mastra-ai/mastra/commit/653e65ae1f9502c2958a32f47a5a2df11e612a92), [`c6fd6fe`](https://github.com/mastra-ai/mastra/commit/c6fd6fedd09e9cf8004b03a80925f5e94826ad7e), [`5a1ede1`](https://github.com/mastra-ai/mastra/commit/5a1ede1f7ab527b9ead11f7eee2f73e67aeca9e4), [`92a2ab4`](https://github.com/mastra-ai/mastra/commit/92a2ab408a21d7f88f8db111838bc247069c2ee9), [`0bed332`](https://github.com/mastra-ai/mastra/commit/0bed332843f627202c6520eaf671771313cd20f3), [`0bed332`](https://github.com/mastra-ai/mastra/commit/0bed332843f627202c6520eaf671771313cd20f3)]:
18
- - @mastra/core@1.0.0-beta.9
19
- - @mastra/ai-sdk@1.0.0-beta.7
20
- - @mastra/client-js@1.0.0-beta.9
21
- - @mastra/react@0.1.0-beta.9
22
-
23
- ## 7.0.0-beta.8
19
+ ## 7.0.0-alpha.4
24
20
 
25
21
  ### Patch Changes
26
22
 
27
- - Updated dependencies [[`0d41fe2`](https://github.com/mastra-ai/mastra/commit/0d41fe245355dfc66d61a0d9c85d9400aac351ff), [`6b3ba91`](https://github.com/mastra-ai/mastra/commit/6b3ba91494cc10394df96782f349a4f7b1e152cc), [`3d3c9e7`](https://github.com/mastra-ai/mastra/commit/3d3c9e7dc0b7b291abe6a11cf3807dd130034961), [`7907fd1`](https://github.com/mastra-ai/mastra/commit/7907fd1c5059813b7b870b81ca71041dc807331b)]:
28
- - @mastra/core@1.0.0-beta.8
29
- - @mastra/ai-sdk@1.0.0-beta.6
30
- - @mastra/client-js@1.0.0-beta.8
31
- - @mastra/react@0.1.0-beta.8
23
+ - Updated dependencies []:
24
+ - @mastra/core@0.24.7-alpha.4
25
+ - @mastra/client-js@0.17.0-alpha.4
26
+ - @mastra/react@0.0.22-alpha.4
32
27
 
33
- ## 7.0.0-beta.7
28
+ ## 7.0.0-alpha.3
34
29
 
35
30
  ### Patch Changes
36
31
 
37
- - Add StudioConfig and associated context to manage the headers and base URL of a given Mastra instance. ([#10804](https://github.com/mastra-ai/mastra/pull/10804))
32
+ - Updated dependencies []:
33
+ - @mastra/core@0.24.7-alpha.3
34
+ - @mastra/client-js@0.17.0-alpha.3
35
+ - @mastra/react@0.0.22-alpha.3
38
36
 
39
- This also introduces a header form available from the side bar to edit those headers.
37
+ ## 7.0.0-alpha.2
40
38
 
41
- - Fix select options overflow when list is long by adding maximum height ([#10813](https://github.com/mastra-ai/mastra/pull/10813))
39
+ ### Patch Changes
42
40
 
43
- - Removed uneeded calls to the message endpoint when the user is on a new thread ([#10872](https://github.com/mastra-ai/mastra/pull/10872))
41
+ - Updated dependencies [[`461f5f7`](https://github.com/mastra-ai/mastra/commit/461f5f747ce07d77dc048cf0f5df44744183c3c3), [`b685c9c`](https://github.com/mastra-ai/mastra/commit/b685c9c0b89f49e0d4542c4ac72569682db69794)]:
42
+ - @mastra/client-js@0.17.0-alpha.2
43
+ - @mastra/core@0.24.7-alpha.2
44
+ - @mastra/react@0.0.22-alpha.2
44
45
 
45
- - Add prominent warning banner in observability UI when token limits are exceeded (finishReason: 'length'). ([#10835](https://github.com/mastra-ai/mastra/pull/10835))
46
+ ## 7.0.0-alpha.1
46
47
 
47
- When a model stops generating due to token limits, the span details now display:
48
- - Clear warning with alert icon
49
- - Detailed token usage breakdown (input + output = total)
50
- - Explanation that the response was truncated
48
+ ### Patch Changes
51
49
 
52
- This helps developers quickly identify and debug token limit issues in the observation page.
50
+ - Fix select options overflow when list is long by adding maximum height ([#10833](https://github.com/mastra-ai/mastra/pull/10833))
53
51
 
54
- Fixes #8828
52
+ - Add timeTravel APIs and add timeTravel feature to studio ([#10757](https://github.com/mastra-ai/mastra/pull/10757))
55
53
 
56
- - Add a specific page for the studio settings and moved the headers configuration form here instead of in a dialog ([#10812](https://github.com/mastra-ai/mastra/pull/10812))
54
+ - Fix discriminatedUnion schema information lost when json schema is converted to zod ([#10764](https://github.com/mastra-ai/mastra/pull/10764))
57
55
 
58
- - Updated dependencies [[`3076c67`](https://github.com/mastra-ai/mastra/commit/3076c6778b18988ae7d5c4c5c466366974b2d63f), [`85d7ee1`](https://github.com/mastra-ai/mastra/commit/85d7ee18ff4e14d625a8a30ec6656bb49804989b), [`c6c1092`](https://github.com/mastra-ai/mastra/commit/c6c1092f8fbf76109303f69e000e96fd1960c4ce), [`81dc110`](https://github.com/mastra-ai/mastra/commit/81dc11008d147cf5bdc8996ead1aa61dbdebb6fc), [`7aedb74`](https://github.com/mastra-ai/mastra/commit/7aedb74883adf66af38e270e4068fd42e7a37036), [`8f02d80`](https://github.com/mastra-ai/mastra/commit/8f02d800777397e4b45d7f1ad041988a8b0c6630), [`d7aad50`](https://github.com/mastra-ai/mastra/commit/d7aad501ce61646b76b4b511e558ac4eea9884d0), [`ce0a73a`](https://github.com/mastra-ai/mastra/commit/ce0a73abeaa75b10ca38f9e40a255a645d50ebfb), [`a02e542`](https://github.com/mastra-ai/mastra/commit/a02e542d23179bad250b044b17ff023caa61739f), [`a372c64`](https://github.com/mastra-ai/mastra/commit/a372c640ad1fd12e8f0613cebdc682fc156b4d95), [`5fe71bc`](https://github.com/mastra-ai/mastra/commit/5fe71bc925dfce597df69c89241f33b378028c63), [`8846867`](https://github.com/mastra-ai/mastra/commit/8846867ffa9a3746767618e314bebac08eb77d87), [`42a42cf`](https://github.com/mastra-ai/mastra/commit/42a42cf3132b9786feecbb8c13c583dce5b0e198), [`ae08bf0`](https://github.com/mastra-ai/mastra/commit/ae08bf0ebc6a4e4da992b711c4a389c32ba84cf4), [`21735a7`](https://github.com/mastra-ai/mastra/commit/21735a7ef306963554a69a89b44f06c3bcd85141), [`1d877b8`](https://github.com/mastra-ai/mastra/commit/1d877b8d7b536a251c1a7a18db7ddcf4f68d6f8b)]:
59
- - @mastra/core@1.0.0-beta.7
60
- - @mastra/client-js@1.0.0-beta.7
61
- - @mastra/react@0.1.0-beta.7
56
+ - Updated dependencies [[`5de72e1`](https://github.com/mastra-ai/mastra/commit/5de72e1a3fa51b860e7e0a606b66cf6f97fc100c), [`5cc85aa`](https://github.com/mastra-ai/mastra/commit/5cc85aa4329773cac8314f3aa0146227b6b158e4), [`c53f8e6`](https://github.com/mastra-ai/mastra/commit/c53f8e68df42464935f9a63eb0fc765a65aacb83), [`386ab43`](https://github.com/mastra-ai/mastra/commit/386ab4350cf2a814fb4ac0a5fc6983ca93158ffe), [`2b62302`](https://github.com/mastra-ai/mastra/commit/2b623027a9d65c1dbc963bf651e9e6a9d09da1fa), [`7d85da4`](https://github.com/mastra-ai/mastra/commit/7d85da42a5fab56009a959a9c20328558d14f4b5), [`3d7c5bd`](https://github.com/mastra-ai/mastra/commit/3d7c5bdbee1b2693cd45bf207b960dd9b7277680), [`31b381e`](https://github.com/mastra-ai/mastra/commit/31b381efb48e031c0ecc46bc6e410ae6e67b88e5), [`e77a5f9`](https://github.com/mastra-ai/mastra/commit/e77a5f9718dc418e29e3c8a389299ed6dc0a6401), [`b069af5`](https://github.com/mastra-ai/mastra/commit/b069af514c4dcfc4fdcb164303569bfff1c26e3d), [`ce01a90`](https://github.com/mastra-ai/mastra/commit/ce01a90ac4c32314c2f0cb4e4d0cf973afda11ec), [`7dc8304`](https://github.com/mastra-ai/mastra/commit/7dc830420296db516b86dcec663e54d0309b8fb8), [`6942109`](https://github.com/mastra-ai/mastra/commit/694210903c70e3c26b5ce8ca4f4637ca2d9eb369), [`62d13f4`](https://github.com/mastra-ai/mastra/commit/62d13f4d1db1c16742831f210fe4c2caf8a26d57), [`358ab98`](https://github.com/mastra-ai/mastra/commit/358ab98024c388e383aca15616e8988bf4a5b66e)]:
57
+ - @mastra/client-js@0.17.0-alpha.1
58
+ - @mastra/core@0.24.7-alpha.1
59
+ - @mastra/schema-compat@0.11.9-alpha.0
60
+ - @mastra/react@0.0.22-alpha.1
62
61
 
63
- ## 7.0.0-beta.6
62
+ ## 6.9.7-alpha.0
64
63
 
65
64
  ### Patch Changes
66
65
 
67
- - Fix wrong hook arg type when retrieving workflow runs ([#10755](https://github.com/mastra-ai/mastra/pull/10755))
68
-
69
- - Fix discriminatedUnion schema information lost when json schema is converted to zod ([#10500](https://github.com/mastra-ai/mastra/pull/10500))
66
+ - Updated dependencies [[`54cc99c`](https://github.com/mastra-ai/mastra/commit/54cc99cb99483b9e08ec41fa1502f43b71b4c351)]:
67
+ - @mastra/core@0.24.7-alpha.0
68
+ - @mastra/client-js@0.16.16-alpha.0
69
+ - @mastra/react@0.0.22-alpha.0
70
70
 
71
- - Hide time travel on map steps in Studio ([#10631](https://github.com/mastra-ai/mastra/pull/10631))
71
+ ## 6.9.6
72
72
 
73
- - Added tracing options to workflow runs and agent generate / stream / network. You can now configure tracing options, custom request context keys, and parent trace/span IDs through a new "Tracing options" tab in the workflow/agent ui UI. ([#10742](https://github.com/mastra-ai/mastra/pull/10742))
74
-
75
- **Usage:**
73
+ ### Patch Changes
76
74
 
77
- The workflow settings are now accessible via the new `useTracingSettings` hook and `TracingSettingsProvider`:
75
+ - fix(agent): persist messages before tool suspension ([#10542](https://github.com/mastra-ai/mastra/pull/10542))
78
76
 
79
- ```tsx
80
- import { TracingSettingsProvider, useWorkflowSettings } from '@mastra/playground-ui';
77
+ Fixes issues where thread and messages were not saved before suspension when tools require approval or call suspend() during execution. This caused conversation history to be lost if users refreshed during tool approval or suspension.
81
78
 
82
- // Wrap your workflow components with the provider
83
- <TracingSettingsProvider entityId="my-workflow" entityType="workflow">
84
- <YourWorkflowUI />
85
- </TracingSettingsProvider>;
79
+ **Backend changes (@mastra/core):**
80
+ - Add assistant messages to messageList immediately after LLM execution
81
+ - Flush messages synchronously before suspension to persist state
82
+ - Create thread if it doesn't exist before flushing
83
+ - Add metadata helpers to persist and remove tool approval state
84
+ - Pass saveQueueManager and memory context through workflow for immediate persistence
86
85
 
87
- // Access settings in child components
88
- const { settings, setSettings } = useTracingSettings();
86
+ **Frontend changes (@mastra/react):**
87
+ - Extract runId from pending approvals to enable resumption after refresh
88
+ - Convert `pendingToolApprovals` (DB format) to `requireApprovalMetadata` (runtime format)
89
+ - Handle both `dynamic-tool` and `tool-{NAME}` part types for approval state
90
+ - Change runId from hardcoded `agentId` to unique `uuid()`
89
91
 
90
- // Configure tracing options
91
- setSettings({
92
- tracingOptions: {
93
- metadata: { userId: '123' },
94
- requestContextKeys: ['user.email'],
95
- traceId: 'abc123',
96
- },
97
- });
98
- ```
92
+ **UI changes (@mastra/playground-ui):**
93
+ - Handle tool calls awaiting approval in message initialization
94
+ - Convert approval metadata format when loading initial messages
99
95
 
100
- Tracing options are persisted per workflow/agent in localStorage and automatically applied to all workflow/agent executions.
96
+ Fixes #9745, #9906
101
97
 
102
- - Updated dependencies [[`ac0d2f4`](https://github.com/mastra-ai/mastra/commit/ac0d2f4ff8831f72c1c66c2be809706d17f65789), [`6edf340`](https://github.com/mastra-ai/mastra/commit/6edf3402f6a46ee8def2f42a2287785251fbffd6), [`17b4b46`](https://github.com/mastra-ai/mastra/commit/17b4b46339898f13f52c4c4e3d16c52630629c29), [`1a0d3fc`](https://github.com/mastra-ai/mastra/commit/1a0d3fc811482c9c376cdf79ee615c23bae9b2d6), [`85a628b`](https://github.com/mastra-ai/mastra/commit/85a628b1224a8f64cd82ea7f033774bf22df7a7e), [`c237233`](https://github.com/mastra-ai/mastra/commit/c23723399ccedf7f5744b3f40997b79246bfbe64), [`15f9e21`](https://github.com/mastra-ai/mastra/commit/15f9e216177201ea6e3f6d0bfb063fcc0953444f), [`ff94dea`](https://github.com/mastra-ai/mastra/commit/ff94dea935f4e34545c63bcb6c29804732698809), [`5b2ff46`](https://github.com/mastra-ai/mastra/commit/5b2ff4651df70c146523a7fca773f8eb0a2272f8), [`db41688`](https://github.com/mastra-ai/mastra/commit/db4168806d007417e2e60b4f68656dca4e5f40c9), [`91c3a61`](https://github.com/mastra-ai/mastra/commit/91c3a61c533b348a18ba4394069efff26ac7d5a7), [`ad7e8f1`](https://github.com/mastra-ai/mastra/commit/ad7e8f16ac843cbd16687ad47b66ba96bcffe111), [`5ca599d`](https://github.com/mastra-ai/mastra/commit/5ca599d0bb59a1595f19f58473fcd67cc71cef58), [`bff1145`](https://github.com/mastra-ai/mastra/commit/bff114556b3cbadad9b2768488708f8ad0e91475), [`5c8ca24`](https://github.com/mastra-ai/mastra/commit/5c8ca247094e0cc2cdbd7137822fb47241f86e77), [`e1b7118`](https://github.com/mastra-ai/mastra/commit/e1b7118f42ca0a97247afc75e57dcd5fdf987752), [`441c7b6`](https://github.com/mastra-ai/mastra/commit/441c7b6665915cfa7fd625fded8c0f518530bf10), [`441c7b6`](https://github.com/mastra-ai/mastra/commit/441c7b6665915cfa7fd625fded8c0f518530bf10), [`e191844`](https://github.com/mastra-ai/mastra/commit/e1918444ca3f80e82feef1dad506cd4ec6e2875f), [`22553f1`](https://github.com/mastra-ai/mastra/commit/22553f11c63ee5e966a9c034a349822249584691), [`7237163`](https://github.com/mastra-ai/mastra/commit/72371635dbf96a87df4b073cc48fc655afbdce3d), [`2500740`](https://github.com/mastra-ai/mastra/commit/2500740ea23da067d6e50ec71c625ab3ce275e64), [`873ecbb`](https://github.com/mastra-ai/mastra/commit/873ecbb517586aa17d2f1e99283755b3ebb2863f), [`4f9bbe5`](https://github.com/mastra-ai/mastra/commit/4f9bbe5968f42c86f4930b8193de3c3c17e5bd36), [`02e51fe`](https://github.com/mastra-ai/mastra/commit/02e51feddb3d4155cfbcc42624fd0d0970d032c0), [`8f3fa3a`](https://github.com/mastra-ai/mastra/commit/8f3fa3a652bb77da092f913ec51ae46e3a7e27dc), [`cd29ad2`](https://github.com/mastra-ai/mastra/commit/cd29ad23a255534e8191f249593849ed29160886), [`bdf4d8c`](https://github.com/mastra-ai/mastra/commit/bdf4d8cdc656d8a2c21d81834bfa3bfa70f56c16), [`854e3da`](https://github.com/mastra-ai/mastra/commit/854e3dad5daac17a91a20986399d3a51f54bf68b), [`ce18d38`](https://github.com/mastra-ai/mastra/commit/ce18d38678c65870350d123955014a8432075fd9), [`cccf9c8`](https://github.com/mastra-ai/mastra/commit/cccf9c8b2d2dfc1a5e63919395b83d78c89682a0), [`61a5705`](https://github.com/mastra-ai/mastra/commit/61a570551278b6743e64243b3ce7d73de915ca8a), [`db70a48`](https://github.com/mastra-ai/mastra/commit/db70a48aeeeeb8e5f92007e8ede52c364ce15287), [`f0fdc14`](https://github.com/mastra-ai/mastra/commit/f0fdc14ee233d619266b3d2bbdeea7d25cfc6d13), [`db18bc9`](https://github.com/mastra-ai/mastra/commit/db18bc9c3825e2c1a0ad9a183cc9935f6691bfa1), [`9b37b56`](https://github.com/mastra-ai/mastra/commit/9b37b565e1f2a76c24f728945cc740c2b09be9da), [`41a23c3`](https://github.com/mastra-ai/mastra/commit/41a23c32f9877d71810f37e24930515df2ff7a0f), [`5d171ad`](https://github.com/mastra-ai/mastra/commit/5d171ad9ef340387276b77c2bb3e83e83332d729), [`f03ae60`](https://github.com/mastra-ai/mastra/commit/f03ae60500fe350c9d828621006cdafe1975fdd8), [`d1e74a0`](https://github.com/mastra-ai/mastra/commit/d1e74a0a293866dece31022047f5dbab65a304d0), [`39e7869`](https://github.com/mastra-ai/mastra/commit/39e7869bc7d0ee391077ce291474d8a84eedccff), [`e849603`](https://github.com/mastra-ai/mastra/commit/e849603a596269069f58a438b98449ea2770493d), [`5761926`](https://github.com/mastra-ai/mastra/commit/57619260c4a2cdd598763abbacd90de594c6bc76), [`c900fdd`](https://github.com/mastra-ai/mastra/commit/c900fdd504c41348efdffb205cfe80d48c38fa33), [`604a79f`](https://github.com/mastra-ai/mastra/commit/604a79fecf276e26a54a3fe01bb94e65315d2e0e), [`887f0b4`](https://github.com/mastra-ai/mastra/commit/887f0b4746cdbd7cb7d6b17ac9f82aeb58037ea5), [`2562143`](https://github.com/mastra-ai/mastra/commit/256214336b4faa78646c9c1776612393790d8784), [`e24d4c0`](https://github.com/mastra-ai/mastra/commit/e24d4c0e8a340c47cfa901ebe299cb9ed6c699b4), [`ef11a61`](https://github.com/mastra-ai/mastra/commit/ef11a61920fa0ed08a5b7ceedd192875af119749)]:
103
- - @mastra/core@1.0.0-beta.6
104
- - @mastra/client-js@1.0.0-beta.6
105
- - @mastra/ai-sdk@1.0.0-beta.5
106
- - @mastra/react@0.1.0-beta.6
107
- - @mastra/schema-compat@1.0.0-beta.2
98
+ - Updated dependencies [[`5657314`](https://github.com/mastra-ai/mastra/commit/5657314a1f9d49019bb53f357fa48f75a69247ca), [`e5aca78`](https://github.com/mastra-ai/mastra/commit/e5aca78bb7f263bb8b470bedae81efe9805d7544), [`33a607a`](https://github.com/mastra-ai/mastra/commit/33a607a1f716c2029d4a1ff1603dd756129a33b3), [`cc10fc1`](https://github.com/mastra-ai/mastra/commit/cc10fc192d9f527c71a23cc9def10d8718935ee1), [`1f7ee84`](https://github.com/mastra-ai/mastra/commit/1f7ee841a643ef12d90392125881f06fdf877293), [`e7d5149`](https://github.com/mastra-ai/mastra/commit/e7d514995260b63b2108308e85c64de37dcd0f71), [`f195082`](https://github.com/mastra-ai/mastra/commit/f1950822a2425d5ccae78c5d010e02ddb027a869), [`d9986dd`](https://github.com/mastra-ai/mastra/commit/d9986dd3513f7ca3244a8e599a440ccf4d8bc28b), [`a45b0f0`](https://github.com/mastra-ai/mastra/commit/a45b0f0cd19eab1fe4deceae3abf029442c22f74), [`f6e8eb3`](https://github.com/mastra-ai/mastra/commit/f6e8eb3dac53b70b06e906b2818b1d2a5b0486d7), [`58b0f0c`](https://github.com/mastra-ai/mastra/commit/58b0f0c87e28e838f5a05980f0f326e75ddc3132), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`3236f35`](https://github.com/mastra-ai/mastra/commit/3236f352ae13cc8552c2965164e97bd125dae48d), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`0230321`](https://github.com/mastra-ai/mastra/commit/02303217870bedea0ef009bea9a952f24ed38aaf), [`7b541f4`](https://github.com/mastra-ai/mastra/commit/7b541f49eda6f5a87b738198edbd136927599475), [`0eea842`](https://github.com/mastra-ai/mastra/commit/0eea8423cbdd37f2111593c6f7d2efcde4b7e4ce), [`63ae8a2`](https://github.com/mastra-ai/mastra/commit/63ae8a22c0c09bbb8b9779f5f38934cd75f616af), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`ac7ef07`](https://github.com/mastra-ai/mastra/commit/ac7ef07633caee89707142171d2873c888ffef85), [`522f0b4`](https://github.com/mastra-ai/mastra/commit/522f0b45330719858794eabffffde4f343f55549), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`8b51d55`](https://github.com/mastra-ai/mastra/commit/8b51d55bae531edf7e383958d7ecee04df31f5d5), [`2131ac5`](https://github.com/mastra-ai/mastra/commit/2131ac571d5065f0a656c57494bca98691bb7609)]:
99
+ - @mastra/core@0.24.6
100
+ - @mastra/react@0.0.21
101
+ - @mastra/client-js@0.16.15
108
102
 
109
- ## 7.0.0-beta.5
103
+ ## 6.9.6-alpha.0
110
104
 
111
105
  ### Patch Changes
112
106
 
113
- - Add timeTravel APIs and add timeTravel feature to studio ([#10361](https://github.com/mastra-ai/mastra/pull/10361))
114
-
115
- - fix(agent): persist messages before tool suspension ([#10369](https://github.com/mastra-ai/mastra/pull/10369))
107
+ - fix(agent): persist messages before tool suspension ([#10542](https://github.com/mastra-ai/mastra/pull/10542))
116
108
 
117
109
  Fixes issues where thread and messages were not saved before suspension when tools require approval or call suspend() during execution. This caused conversation history to be lost if users refreshed during tool approval or suspension.
118
110
 
@@ -135,410 +127,256 @@
135
127
 
136
128
  Fixes #9745, #9906
137
129
 
138
- - Fixed "Module not found: Can't resolve '@mastra/ai-sdk/ui'" error when playground-ui is used on Cloud by converting @mastra/ai-sdk to a peer dependency ([#10388](https://github.com/mastra-ai/mastra/pull/10388))
139
-
140
- - Updated dependencies [[`21a15de`](https://github.com/mastra-ai/mastra/commit/21a15de369fe82aac26bb642ed7be73505475e8b), [`feb7ee4`](https://github.com/mastra-ai/mastra/commit/feb7ee4d09a75edb46c6669a3beaceec78811747), [`b0e2ea5`](https://github.com/mastra-ai/mastra/commit/b0e2ea5b52c40fae438b9e2f7baee6f0f89c5442), [`c456e01`](https://github.com/mastra-ai/mastra/commit/c456e0149e3c176afcefdbd9bb1d2c5917723725), [`6de8ffd`](https://github.com/mastra-ai/mastra/commit/6de8ffda7ab06bce012fdeac3eacc6d2d138c097), [`ab035c2`](https://github.com/mastra-ai/mastra/commit/ab035c2ef6d8cc7bb25f06f1a38508bd9e6f126b), [`87cf8d3`](https://github.com/mastra-ai/mastra/commit/87cf8d37564040eb4137a5923edb134c6ea51114), [`1a46a56`](https://github.com/mastra-ai/mastra/commit/1a46a566f45a3fcbadc1cf36bf86d351f264bfa3), [`3cf540b`](https://github.com/mastra-ai/mastra/commit/3cf540b9fbfea8f4fc8d3a2319a4e6c0b0cbfd52), [`1c6ce51`](https://github.com/mastra-ai/mastra/commit/1c6ce51f875915ab57fd36873623013699a2a65d), [`898a972`](https://github.com/mastra-ai/mastra/commit/898a9727d286c2510d6b702dfd367e6aaf5c6b0f), [`a97003a`](https://github.com/mastra-ai/mastra/commit/a97003aa1cf2f4022a41912324a1e77263b326b8), [`ccc141e`](https://github.com/mastra-ai/mastra/commit/ccc141ed27da0abc3a3fc28e9e5128152e8e37f4), [`922305b`](https://github.com/mastra-ai/mastra/commit/922305b747c9b081b51af81f5f4d5ba09fb22f5d), [`fe3b897`](https://github.com/mastra-ai/mastra/commit/fe3b897c2ccbcd2b10e81b099438c7337feddf89), [`00123ba`](https://github.com/mastra-ai/mastra/commit/00123ba96dc9e5cd0b110420ebdba56d8f237b25), [`29c4309`](https://github.com/mastra-ai/mastra/commit/29c4309f818b24304c041bcb4a8f19b5f13f6b62), [`16785ce`](https://github.com/mastra-ai/mastra/commit/16785ced928f6f22638f4488cf8a125d99211799), [`de8239b`](https://github.com/mastra-ai/mastra/commit/de8239bdcb1d8c0cfa06da21f1569912a66bbc8a), [`b5e6cd7`](https://github.com/mastra-ai/mastra/commit/b5e6cd77fc8c8e64e0494c1d06cee3d84e795d1e), [`497f918`](https://github.com/mastra-ai/mastra/commit/497f9182135aaf2beb00887d94fcd93afe149d8b), [`3759cb0`](https://github.com/mastra-ai/mastra/commit/3759cb064935b5f74c65ac2f52a1145f7352899d), [`651e772`](https://github.com/mastra-ai/mastra/commit/651e772eb1475fb13e126d3fcc01751297a88214), [`b61b93f`](https://github.com/mastra-ai/mastra/commit/b61b93f9e058b11dd2eec169853175d31dbdd567), [`bae33d9`](https://github.com/mastra-ai/mastra/commit/bae33d91a63fbb64d1e80519e1fc1acaed1e9013), [`c0b731f`](https://github.com/mastra-ai/mastra/commit/c0b731fb27d712dc8582e846df5c0332a6a0c5ba), [`43ca8f2`](https://github.com/mastra-ai/mastra/commit/43ca8f2c7334851cc7b4d3d2f037d8784bfbdd5f), [`2ca67cc`](https://github.com/mastra-ai/mastra/commit/2ca67cc3bb1f6a617353fdcab197d9efebe60d6f), [`9e67002`](https://github.com/mastra-ai/mastra/commit/9e67002b52c9be19936c420a489dbee9c5fd6a78), [`35edc49`](https://github.com/mastra-ai/mastra/commit/35edc49ac0556db609189641d6341e76771b81fc), [`dfe0f61`](https://github.com/mastra-ai/mastra/commit/dfe0f61b48a8b0ad43e55b0c88920089d199a7eb), [`ee6c628`](https://github.com/mastra-ai/mastra/commit/ee6c628fabfb18323bee319268d122f3835e393f)]:
141
- - @mastra/core@1.0.0-beta.5
142
- - @mastra/ai-sdk@1.0.0-beta.4
143
- - @mastra/client-js@1.0.0-beta.5
144
- - @mastra/react@0.1.0-beta.5
130
+ - Updated dependencies [[`5657314`](https://github.com/mastra-ai/mastra/commit/5657314a1f9d49019bb53f357fa48f75a69247ca), [`e5aca78`](https://github.com/mastra-ai/mastra/commit/e5aca78bb7f263bb8b470bedae81efe9805d7544), [`33a607a`](https://github.com/mastra-ai/mastra/commit/33a607a1f716c2029d4a1ff1603dd756129a33b3), [`cc10fc1`](https://github.com/mastra-ai/mastra/commit/cc10fc192d9f527c71a23cc9def10d8718935ee1), [`1f7ee84`](https://github.com/mastra-ai/mastra/commit/1f7ee841a643ef12d90392125881f06fdf877293), [`e7d5149`](https://github.com/mastra-ai/mastra/commit/e7d514995260b63b2108308e85c64de37dcd0f71), [`f195082`](https://github.com/mastra-ai/mastra/commit/f1950822a2425d5ccae78c5d010e02ddb027a869), [`d9986dd`](https://github.com/mastra-ai/mastra/commit/d9986dd3513f7ca3244a8e599a440ccf4d8bc28b), [`a45b0f0`](https://github.com/mastra-ai/mastra/commit/a45b0f0cd19eab1fe4deceae3abf029442c22f74), [`f6e8eb3`](https://github.com/mastra-ai/mastra/commit/f6e8eb3dac53b70b06e906b2818b1d2a5b0486d7), [`58b0f0c`](https://github.com/mastra-ai/mastra/commit/58b0f0c87e28e838f5a05980f0f326e75ddc3132), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`3236f35`](https://github.com/mastra-ai/mastra/commit/3236f352ae13cc8552c2965164e97bd125dae48d), [`ce57a2b`](https://github.com/mastra-ai/mastra/commit/ce57a2b62fd0d5f6532e4ecd1ba9ba93ac9b95fc), [`0230321`](https://github.com/mastra-ai/mastra/commit/02303217870bedea0ef009bea9a952f24ed38aaf), [`7b541f4`](https://github.com/mastra-ai/mastra/commit/7b541f49eda6f5a87b738198edbd136927599475), [`0eea842`](https://github.com/mastra-ai/mastra/commit/0eea8423cbdd37f2111593c6f7d2efcde4b7e4ce), [`63ae8a2`](https://github.com/mastra-ai/mastra/commit/63ae8a22c0c09bbb8b9779f5f38934cd75f616af), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`ac7ef07`](https://github.com/mastra-ai/mastra/commit/ac7ef07633caee89707142171d2873c888ffef85), [`522f0b4`](https://github.com/mastra-ai/mastra/commit/522f0b45330719858794eabffffde4f343f55549), [`bf810c5`](https://github.com/mastra-ai/mastra/commit/bf810c5c561bd8ef221c0f6bd84e69770b9a38cc), [`8b51d55`](https://github.com/mastra-ai/mastra/commit/8b51d55bae531edf7e383958d7ecee04df31f5d5), [`2131ac5`](https://github.com/mastra-ai/mastra/commit/2131ac571d5065f0a656c57494bca98691bb7609)]:
131
+ - @mastra/core@0.24.6-alpha.0
132
+ - @mastra/react@0.0.21-alpha.0
133
+ - @mastra/client-js@0.16.15-alpha.0
145
134
 
146
- ## 7.0.0-beta.4
135
+ ## 6.9.5
147
136
 
148
137
  ### Patch Changes
149
138
 
150
- - Updated dependencies [[`47c34d8`](https://github.com/mastra-ai/mastra/commit/47c34d8e8c3e8aae5c00efc6085c064f2404b346), [`6a86fe5`](https://github.com/mastra-ai/mastra/commit/6a86fe56b8ff53ca2eb3ed87ffc0748749ebadce), [`352a5d6`](https://github.com/mastra-ai/mastra/commit/352a5d625cfe09849b21e8f52a24c9f0366759d5), [`595a3b8`](https://github.com/mastra-ai/mastra/commit/595a3b8727c901f44e333909c09843c711224440), [`a0a5b4b`](https://github.com/mastra-ai/mastra/commit/a0a5b4bbebe6c701ebbadf744873aa0d5ca01371), [`69ea758`](https://github.com/mastra-ai/mastra/commit/69ea758358edd7117f191c2e69c8bb5fc79e7a1a), [`993ad98`](https://github.com/mastra-ai/mastra/commit/993ad98d7ad3bebda9ecef5fec5c94349a0d04bc), [`3ff2c17`](https://github.com/mastra-ai/mastra/commit/3ff2c17a58e312fad5ea37377262c12d92ca0908)]:
151
- - @mastra/ai-sdk@1.0.0-beta.3
152
- - @mastra/client-js@1.0.0-beta.4
153
- - @mastra/core@1.0.0-beta.4
154
- - @mastra/react@0.1.0-beta.4
139
+ - Updated dependencies [[`880f12b`](https://github.com/mastra-ai/mastra/commit/880f12bb45a3d49faf8d22969744ffb6e01c66fd)]:
140
+ - @mastra/core@0.24.5
141
+ - @mastra/client-js@0.16.14
142
+ - @mastra/react@0.0.20
155
143
 
156
- ## 7.0.0-beta.3
144
+ ## 6.9.5-alpha.0
157
145
 
158
146
  ### Patch Changes
159
147
 
160
- - dependencies updates: ([#10057](https://github.com/mastra-ai/mastra/pull/10057))
161
- - Updated dependency [`@uiw/codemirror-theme-github@^4.25.3` ↗︎](https://www.npmjs.com/package/@uiw/codemirror-theme-github/v/4.25.3) (from `^4.25.2`, in `dependencies`)
148
+ - Updated dependencies [[`880f12b`](https://github.com/mastra-ai/mastra/commit/880f12bb45a3d49faf8d22969744ffb6e01c66fd)]:
149
+ - @mastra/core@0.24.5-alpha.0
150
+ - @mastra/client-js@0.16.14-alpha.0
151
+ - @mastra/react@0.0.20-alpha.0
162
152
 
163
- - dependencies updates: ([#10085](https://github.com/mastra-ai/mastra/pull/10085))
164
- - Updated dependency [`@xyflow/react@^12.9.3` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.9.3) (from `^12.8.6`, in `dependencies`)
165
-
166
- - dependencies updates: ([#9850](https://github.com/mastra-ai/mastra/pull/9850))
167
- - Updated dependency [`@dagrejs/dagre@^1.1.8` ↗︎](https://www.npmjs.com/package/@dagrejs/dagre/v/1.1.8) (from `^1.1.5`, in `dependencies`)
168
-
169
- - Refactor agent information for easier cloud recomposable UIs ([#9995](https://github.com/mastra-ai/mastra/pull/9995))
170
-
171
- - Add export for agent memory for use in cloud ([#10025](https://github.com/mastra-ai/mastra/pull/10025))
172
-
173
- - Fix scorer filtering for SpanScoring, add error and info message for user ([#10160](https://github.com/mastra-ai/mastra/pull/10160))
174
-
175
- - Templates now don't dynamically create a branch for every provider, each template should be agnostic and just use a env var to set the models until the user wants to set it otherwise. ([#10036](https://github.com/mastra-ai/mastra/pull/10036))
176
- MCP docs server will install the beta version of the docs server if they create a project with the beta tag.
177
- Updates to the templates now will get pushed to the beta branch, when beta goes stable we will merge the beta branch into the main branch for all templates and update the github script to push to main.
178
- Templates have been cleaned up
179
- small docs updates based off of how the template migrations went
180
-
181
- - Fix double scroll on agent chat container ([#10253](https://github.com/mastra-ai/mastra/pull/10253))
182
-
183
- - Updated dependencies [[`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`d629361`](https://github.com/mastra-ai/mastra/commit/d629361a60f6565b5bfb11976fdaf7308af858e2), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`b98ba1a`](https://github.com/mastra-ai/mastra/commit/b98ba1af73e5d6106965c3de30fbe9e6edc907ce), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`676ccc7`](https://github.com/mastra-ai/mastra/commit/676ccc7fe92468d2d45d39c31a87825c89fd1ea0), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`271519f`](https://github.com/mastra-ai/mastra/commit/271519ffffb7efcd5bd2a34ec5c290620c4e7114), [`00c2387`](https://github.com/mastra-ai/mastra/commit/00c2387f5f04a365316f851e58666ac43f8c4edf), [`ad6250d`](https://github.com/mastra-ai/mastra/commit/ad6250dbdaad927e29f74a27b83f6c468b50a705), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`4d59f58`](https://github.com/mastra-ai/mastra/commit/4d59f58de2d90d6e2810a19d4518e38ddddb9038), [`e1bb9c9`](https://github.com/mastra-ai/mastra/commit/e1bb9c94b4eb68b019ae275981be3feb769b5365), [`351a11f`](https://github.com/mastra-ai/mastra/commit/351a11fcaf2ed1008977fa9b9a489fc422e51cd4)]:
184
- - @mastra/core@1.0.0-beta.3
185
- - @mastra/ai-sdk@1.0.0-beta.2
186
- - @mastra/client-js@1.0.0-beta.3
187
- - @mastra/react@0.1.0-beta.3
188
-
189
- ## 7.0.0-beta.2
153
+ ## 6.9.4
190
154
 
191
155
  ### Patch Changes
192
156
 
193
- - Make suspendPayload optional when calling `suspend()` ([#9926](https://github.com/mastra-ai/mastra/pull/9926))
194
- Save value returned as `suspendOutput` if user returns data still after calling `suspend()`
195
- Automatically call `commit()` on uncommitted workflows when registering in Mastra instance
196
- Show actual suspendPayload on Studio in suspend/resume flow
197
- - Updated dependencies [[`627067b`](https://github.com/mastra-ai/mastra/commit/627067b22eeb26601f65fee3646ba17fc0c91501), [`465ac05`](https://github.com/mastra-ai/mastra/commit/465ac0526a91d175542091c675181f1a96c98c46)]:
198
- - @mastra/ai-sdk@1.0.0-beta.1
199
- - @mastra/core@1.0.0-beta.2
200
- - @mastra/client-js@1.0.0-beta.2
201
- - @mastra/react@0.1.0-beta.2
157
+ - Updated dependencies [[`418420f`](https://github.com/mastra-ai/mastra/commit/418420fc10a9e2b95c7bae0e1dd08876bb7aa473)]:
158
+ - @mastra/core@0.24.4
159
+ - @mastra/client-js@0.16.13
160
+ - @mastra/react@0.0.19
202
161
 
203
- ## 7.0.0-beta.1
162
+ ## 6.9.4-alpha.0
204
163
 
205
164
  ### Patch Changes
206
165
 
207
- - Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
208
-
209
- - Removing uneeded files ([#9877](https://github.com/mastra-ai/mastra/pull/9877))
166
+ - Updated dependencies [[`418420f`](https://github.com/mastra-ai/mastra/commit/418420fc10a9e2b95c7bae0e1dd08876bb7aa473)]:
167
+ - @mastra/core@0.24.4-alpha.0
168
+ - @mastra/client-js@0.16.13-alpha.0
169
+ - @mastra/react@0.0.19-alpha.0
210
170
 
211
- - Explicitly set color of line number in CodeMirror ([#9878](https://github.com/mastra-ai/mastra/pull/9878))
171
+ ## 6.9.3
212
172
 
213
- - Add visual styles and labels for more workflow node types ([#9777](https://github.com/mastra-ai/mastra/pull/9777))
214
-
215
- - Updated dependencies [[`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`dbd9db0`](https://github.com/mastra-ai/mastra/commit/dbd9db0d5c2797a210b9098e7e3e613718e5442f), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d)]:
216
- - @mastra/core@1.0.0-beta.1
217
- - @mastra/client-js@1.0.0-beta.1
218
- - @mastra/react@0.1.0-beta.1
219
-
220
- ## 7.0.0-beta.0
221
-
222
- ### Major Changes
173
+ ### Patch Changes
223
174
 
224
- - # Major Changes ([#9695](https://github.com/mastra-ai/mastra/pull/9695))
175
+ - Updated dependencies [[`91fa2b0`](https://github.com/mastra-ai/mastra/commit/91fa2b0cf077561d835baef8519a1422f1decd55), [`7491cc0`](https://github.com/mastra-ai/mastra/commit/7491cc0350b2ba067f98c4915bf607119bd0150f), [`0d10ac7`](https://github.com/mastra-ai/mastra/commit/0d10ac7b8efa03c2f0c330eb2520148bfa6091e9), [`e3e899c`](https://github.com/mastra-ai/mastra/commit/e3e899c650f4c435445303bd97a66f5840a52a1e)]:
176
+ - @mastra/client-js@0.16.12
177
+ - @mastra/core@0.24.3
178
+ - @mastra/react@0.0.18
225
179
 
226
- ## Storage Layer
180
+ ## 6.9.3-alpha.0
227
181
 
228
- ### BREAKING: Removed `storage.getMessages()`
182
+ ### Patch Changes
229
183
 
230
- The `getMessages()` method has been removed from all storage implementations. Use `listMessages()` instead, which provides pagination support.
184
+ - Updated dependencies [[`91fa2b0`](https://github.com/mastra-ai/mastra/commit/91fa2b0cf077561d835baef8519a1422f1decd55), [`7491cc0`](https://github.com/mastra-ai/mastra/commit/7491cc0350b2ba067f98c4915bf607119bd0150f), [`0d10ac7`](https://github.com/mastra-ai/mastra/commit/0d10ac7b8efa03c2f0c330eb2520148bfa6091e9), [`e3e899c`](https://github.com/mastra-ai/mastra/commit/e3e899c650f4c435445303bd97a66f5840a52a1e)]:
185
+ - @mastra/client-js@0.16.12-alpha.0
186
+ - @mastra/core@0.24.3-alpha.0
187
+ - @mastra/react@0.0.18-alpha.0
231
188
 
232
- **Migration:**
189
+ ## 6.9.2
233
190
 
234
- ```typescript
235
- // Before
236
- const messages = await storage.getMessages({ threadId: 'thread-1' });
191
+ ### Patch Changes
237
192
 
238
- // After
239
- const result = await storage.listMessages({
240
- threadId: 'thread-1',
241
- page: 0,
242
- perPage: 50,
243
- });
244
- const messages = result.messages; // Access messages array
245
- console.log(result.total); // Total count
246
- console.log(result.hasMore); // Whether more pages exist
247
- ```
193
+ - Fix scorer filtering for SpanScoring, add error and info message for user ([#10164](https://github.com/mastra-ai/mastra/pull/10164))
248
194
 
249
- ### Message ordering default
195
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
196
+ - @mastra/core@0.24.2
197
+ - @mastra/client-js@0.16.11
198
+ - @mastra/react@0.0.17
250
199
 
251
- `listMessages()` defaults to ASC (oldest first) ordering by `createdAt`, matching the previous `getMessages()` behavior.
200
+ ## 6.9.2-alpha.0
252
201
 
253
- **To use DESC ordering (newest first):**
202
+ ### Patch Changes
254
203
 
255
- ```typescript
256
- const result = await storage.listMessages({
257
- threadId: 'thread-1',
258
- orderBy: { field: 'createdAt', direction: 'DESC' },
259
- });
260
- ```
204
+ - Fix scorer filtering for SpanScoring, add error and info message for user ([#10164](https://github.com/mastra-ai/mastra/pull/10164))
261
205
 
262
- ## Client SDK
206
+ - Updated dependencies [[`eebb7bb`](https://github.com/mastra-ai/mastra/commit/eebb7bb407c57342a3be3a2efbe68c696589feeb), [`c6e6d07`](https://github.com/mastra-ai/mastra/commit/c6e6d071ecf346a80dceab410af2c567c7e66a57), [`0e6df8f`](https://github.com/mastra-ai/mastra/commit/0e6df8f66340992cb1b319834657deb17368de52), [`6295fd7`](https://github.com/mastra-ai/mastra/commit/6295fd783d49075d5bf2c18ff9486e94d36aaa56), [`d813cf7`](https://github.com/mastra-ai/mastra/commit/d813cf7251695d85cc60469058384ffa74974484)]:
207
+ - @mastra/core@0.24.2-alpha.0
208
+ - @mastra/client-js@0.16.11-alpha.0
209
+ - @mastra/react@0.0.17-alpha.0
263
210
 
264
- ### BREAKING: Renamed `client.getThreadMessages()` → `client.listThreadMessages()`
211
+ ## 6.9.1
265
212
 
266
- **Migration:**
213
+ ### Patch Changes
267
214
 
268
- ```typescript
269
- // Before
270
- const response = await client.getThreadMessages(threadId, { agentId });
215
+ - Updated dependencies [[`082393c`](https://github.com/mastra-ai/mastra/commit/082393c002f3751113a48da28e4c0ed3db9824d7), [`0a0aa87`](https://github.com/mastra-ai/mastra/commit/0a0aa87910dd9234ae11e8146fbf54d71f0b1516), [`56bbbd0`](https://github.com/mastra-ai/mastra/commit/56bbbd0eb4510455ff03d6bf2827fdbd307938be), [`d576fd8`](https://github.com/mastra-ai/mastra/commit/d576fd8f2a3c61bcf2f7d5d2bdfb496d442c46c2), [`5e48406`](https://github.com/mastra-ai/mastra/commit/5e48406766fa94e2b7c56b70fb7d6068cf7f3989), [`7fcce62`](https://github.com/mastra-ai/mastra/commit/7fcce62880c3525fbf752d59c0ac2c478cffe024), [`16a324f`](https://github.com/mastra-ai/mastra/commit/16a324f8c30a07d0d899bc2e4e7998c6b40a4cb6), [`26aee16`](https://github.com/mastra-ai/mastra/commit/26aee160149e7acb84a533bf45631aaed6dd7077), [`b063a81`](https://github.com/mastra-ai/mastra/commit/b063a8144176915a766ea15888e1e8a06a020776), [`5ff9462`](https://github.com/mastra-ai/mastra/commit/5ff9462691c80a6841b014bcc68f6a85c3fd3fbf)]:
216
+ - @mastra/client-js@0.16.10
217
+ - @mastra/core@0.24.1
218
+ - @mastra/react@0.0.16
271
219
 
272
- // After
273
- const response = await client.listThreadMessages(threadId, { agentId });
274
- ```
220
+ ## 6.9.1-alpha.0
275
221
 
276
- The response format remains the same.
222
+ ### Patch Changes
277
223
 
278
- ## Type Changes
224
+ - Updated dependencies [[`082393c`](https://github.com/mastra-ai/mastra/commit/082393c002f3751113a48da28e4c0ed3db9824d7), [`0a0aa87`](https://github.com/mastra-ai/mastra/commit/0a0aa87910dd9234ae11e8146fbf54d71f0b1516), [`56bbbd0`](https://github.com/mastra-ai/mastra/commit/56bbbd0eb4510455ff03d6bf2827fdbd307938be), [`d576fd8`](https://github.com/mastra-ai/mastra/commit/d576fd8f2a3c61bcf2f7d5d2bdfb496d442c46c2), [`5e48406`](https://github.com/mastra-ai/mastra/commit/5e48406766fa94e2b7c56b70fb7d6068cf7f3989), [`7fcce62`](https://github.com/mastra-ai/mastra/commit/7fcce62880c3525fbf752d59c0ac2c478cffe024), [`16a324f`](https://github.com/mastra-ai/mastra/commit/16a324f8c30a07d0d899bc2e4e7998c6b40a4cb6), [`26aee16`](https://github.com/mastra-ai/mastra/commit/26aee160149e7acb84a533bf45631aaed6dd7077), [`b063a81`](https://github.com/mastra-ai/mastra/commit/b063a8144176915a766ea15888e1e8a06a020776), [`5ff9462`](https://github.com/mastra-ai/mastra/commit/5ff9462691c80a6841b014bcc68f6a85c3fd3fbf)]:
225
+ - @mastra/client-js@0.16.10-alpha.0
226
+ - @mastra/core@0.24.1-alpha.0
227
+ - @mastra/react@0.0.16-alpha.0
279
228
 
280
- ### BREAKING: Removed `StorageGetMessagesArg` type
229
+ ## 6.9.0
281
230
 
282
- Use `StorageListMessagesInput` instead:
231
+ ### Minor Changes
283
232
 
284
- ```typescript
285
- // Before
286
- import type { StorageGetMessagesArg } from '@mastra/core';
233
+ - Update peer dependencies to match core package version bump (0.23.4) ([#9487](https://github.com/mastra-ai/mastra/pull/9487))
287
234
 
288
- // After
289
- import type { StorageListMessagesInput } from '@mastra/core';
290
- ```
235
+ ### Patch Changes
291
236
 
292
- - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
237
+ - update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
293
238
 
294
- - Replace `getThreadsByResourceIdPaginated` with `listThreadsByResourceId` across memory handlers. Update client SDK to use `listThreads()` with `offset`/`limit` parameters instead of deprecated `getMemoryThreads()`. Consolidate `/api/memory/threads` routes to single paginated endpoint. ([#9508](https://github.com/mastra-ai/mastra/pull/9508))
239
+ - Fixes issue where clicking the reset button in the model picker would fail to restore the original LanguageModelV2 (or any other types) object that was passed during agent construction. ([#9487](https://github.com/mastra-ai/mastra/pull/9487))
295
240
 
296
- - Rename RuntimeContext to RequestContext ([#9511](https://github.com/mastra-ai/mastra/pull/9511))
241
+ - Remove unused /model-providers API ([#9554](https://github.com/mastra-ai/mastra/pull/9554))
297
242
 
298
- - Renamed a bunch of observability/tracing-related things to drop the AI prefix. ([#9744](https://github.com/mastra-ai/mastra/pull/9744))
243
+ - Fix undefined runtimeContext using memory from playground ([#9548](https://github.com/mastra-ai/mastra/pull/9548))
299
244
 
300
- - **Breaking Change**: Remove legacy v1 watch events and consolidate on v2 implementation. ([#9252](https://github.com/mastra-ai/mastra/pull/9252))
245
+ - Updated dependencies [[`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc), [`6d7e90d`](https://github.com/mastra-ai/mastra/commit/6d7e90db09713e6250f4d6c3d3cff1b4740e50f9), [`f78b908`](https://github.com/mastra-ai/mastra/commit/f78b9080e11af765969b36b4a619761056030840), [`23c2614`](https://github.com/mastra-ai/mastra/commit/23c26140fdbf04b8c59e8d7d52106d67dad962ec), [`139588d`](https://github.com/mastra-ai/mastra/commit/139588df7755c9111a3060f72a789c1a8c95e091), [`186b29b`](https://github.com/mastra-ai/mastra/commit/186b29bd51ac1dcc24ad3825fdb7207a6d6391a6), [`e365eda`](https://github.com/mastra-ai/mastra/commit/e365eda45795b43707310531cac1e2ce4e5a0712)]:
246
+ - @mastra/client-js@0.16.9
247
+ - @mastra/react@0.0.15
248
+ - @mastra/core@0.24.0
301
249
 
302
- This change simplifies the workflow watching API by removing the legacy v1 event system and promoting v2 as the standard (renamed to just `watch`).
250
+ ## 6.9.0-alpha.0
303
251
 
304
- ### What's Changed
305
- - Removed legacy v1 watch event handlers and types
306
- - Renamed `watch-v2` to `watch` throughout the codebase
307
- - Removed `.watch()` method from client-js SDK (`Workflow` and `AgentBuilder` classes)
308
- - Removed `/watch` HTTP endpoints from server and deployer
309
- - Removed `WorkflowWatchResult` and v1 `WatchEvent` types
252
+ ### Minor Changes
310
253
 
311
- - **BREAKING CHANGE**: Pagination APIs now use `page`/`perPage` instead of `offset`/`limit` ([#9592](https://github.com/mastra-ai/mastra/pull/9592))
254
+ - Update peer dependencies to match core package version bump (0.23.4) ([#9487](https://github.com/mastra-ai/mastra/pull/9487))
312
255
 
313
- All storage and memory pagination APIs have been updated to use `page` (0-indexed) and `perPage` instead of `offset` and `limit`, aligning with standard REST API patterns.
256
+ ### Patch Changes
314
257
 
315
- **Affected APIs:**
316
- - `Memory.listThreadsByResourceId()`
317
- - `Memory.listMessages()`
318
- - `Storage.listWorkflowRuns()`
258
+ - update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
319
259
 
320
- **Migration:**
260
+ - Fixes issue where clicking the reset button in the model picker would fail to restore the original LanguageModelV2 (or any other types) object that was passed during agent construction. ([#9487](https://github.com/mastra-ai/mastra/pull/9487))
321
261
 
322
- ```typescript
323
- // Before
324
- await memory.listThreadsByResourceId({
325
- resourceId: 'user-123',
326
- offset: 20,
327
- limit: 10,
328
- });
262
+ - Remove unused /model-providers API ([#9554](https://github.com/mastra-ai/mastra/pull/9554))
329
263
 
330
- // After
331
- await memory.listThreadsByResourceId({
332
- resourceId: 'user-123',
333
- page: 2, // page = Math.floor(offset / limit)
334
- perPage: 10,
335
- });
264
+ - Fix undefined runtimeContext using memory from playground ([#9548](https://github.com/mastra-ai/mastra/pull/9548))
336
265
 
337
- // Before
338
- await memory.listMessages({
339
- threadId: 'thread-456',
340
- offset: 20,
341
- limit: 10,
342
- });
266
+ - Updated dependencies [[`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc), [`6d7e90d`](https://github.com/mastra-ai/mastra/commit/6d7e90db09713e6250f4d6c3d3cff1b4740e50f9), [`f78b908`](https://github.com/mastra-ai/mastra/commit/f78b9080e11af765969b36b4a619761056030840), [`23c2614`](https://github.com/mastra-ai/mastra/commit/23c26140fdbf04b8c59e8d7d52106d67dad962ec), [`139588d`](https://github.com/mastra-ai/mastra/commit/139588df7755c9111a3060f72a789c1a8c95e091), [`186b29b`](https://github.com/mastra-ai/mastra/commit/186b29bd51ac1dcc24ad3825fdb7207a6d6391a6), [`e365eda`](https://github.com/mastra-ai/mastra/commit/e365eda45795b43707310531cac1e2ce4e5a0712)]:
267
+ - @mastra/client-js@0.16.9-alpha.0
268
+ - @mastra/react@0.0.15-alpha.0
269
+ - @mastra/core@0.24.0-alpha.0
343
270
 
344
- // After
345
- await memory.listMessages({
346
- threadId: 'thread-456',
347
- page: 2,
348
- perPage: 10,
349
- });
271
+ ## 6.8.0
350
272
 
351
- // Before
352
- await storage.listWorkflowRuns({
353
- workflowName: 'my-workflow',
354
- offset: 20,
355
- limit: 10,
356
- });
273
+ ### Minor Changes
357
274
 
358
- // After
359
- await storage.listWorkflowRuns({
360
- workflowName: 'my-workflow',
361
- page: 2,
362
- perPage: 10,
363
- });
364
- ```
275
+ - Toast error from workflow stream and resume stream ([#9460](https://github.com/mastra-ai/mastra/pull/9460))
365
276
 
366
- **Additional improvements:**
367
- - Added validation for negative `page` values in all storage implementations
368
- - Improved `perPage` validation to handle edge cases (negative values, `0`, `false`)
369
- - Added reusable query parser utilities for consistent validation in handlers
277
+ ### Patch Changes
370
278
 
371
- - ```([#9709](https://github.com/mastra-ai/mastra/pull/9709))
372
- import { Mastra } from '@mastra/core';
373
- import { Observability } from '@mastra/observability'; // Explicit import
279
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
280
+ - @mastra/client-js@0.16.8
281
+ - @mastra/core@0.23.3
282
+ - @mastra/react@0.0.14
374
283
 
375
- const mastra = new Mastra({
376
- ...other_config,
377
- observability: new Observability({
378
- default: { enabled: true }
379
- }) // Instance
380
- });
381
- ```
382
-
383
- Instead of:
384
-
385
- ```
386
- import { Mastra } from '@mastra/core';
387
- import '@mastra/observability/init'; // Explicit import
388
-
389
- const mastra = new Mastra({
390
- ...other_config,
391
- observability: {
392
- default: { enabled: true }
393
- }
394
- });
395
- ```
396
-
397
- Also renamed a bunch of:
398
- - `Tracing` things to `Observability` things.
399
- - `AI-` things to just things.
400
-
401
- - Changing getAgents -> listAgents, getTools -> listTools, getWorkflows -> listWorkflows ([#9495](https://github.com/mastra-ai/mastra/pull/9495))
402
-
403
- - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
404
-
405
- - Renamed `MastraMessageV2` to `MastraDBMessage` ([#9255](https://github.com/mastra-ai/mastra/pull/9255))
406
- Made the return format of all methods that return db messages consistent. It's always `{ messages: MastraDBMessage[] }` now, and messages can be converted after that using `@mastra/ai-sdk/ui`'s `toAISdkV4/5Messages()` function
407
-
408
- - Remove legacy evals from Mastra ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
284
+ ## 6.8.0-alpha.0
409
285
 
410
286
  ### Minor Changes
411
287
 
412
- - Moving scorers under the eval domain, api method consistency, prebuilt evals, scorers require ids. ([#9589](https://github.com/mastra-ai/mastra/pull/9589))
413
-
414
- - Update peer dependencies to match core package version bump (0.22.1) ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
415
-
416
- - Toast error from workflow stream and resume stream ([#9431](https://github.com/mastra-ai/mastra/pull/9431))
417
- Update peer dependencies to match core package version bump (0.22.3)
418
-
419
- - Update peer dependencies to match core package version bump (0.22.0) ([#9045](https://github.com/mastra-ai/mastra/pull/9045))
288
+ - Toast error from workflow stream and resume stream ([#9460](https://github.com/mastra-ai/mastra/pull/9460))
420
289
 
421
290
  ### Patch Changes
422
291
 
423
- - dependencies updates: ([#9800](https://github.com/mastra-ai/mastra/pull/9800))
424
- - Updated dependency [`@lezer/highlight@^1.2.3` ↗︎](https://www.npmjs.com/package/@lezer/highlight/v/1.2.3) (from `^1.2.1`, in `dependencies`)
425
-
426
- - fetch from the client-js sdk instead of local fetch ([#9376](https://github.com/mastra-ai/mastra/pull/9376))
427
-
428
- - Update MainSidebar component to fit required changes in Cloud CTA link ([#9318](https://github.com/mastra-ai/mastra/pull/9318))
429
-
430
- - Add enhance instruction capability + instruction tweak for experiment purpose ([#9302](https://github.com/mastra-ai/mastra/pull/9302))
292
+ - Updated dependencies [[`b55bbce`](https://github.com/mastra-ai/mastra/commit/b55bbce89404d35fdd967012dd503fae343d4c2d), [`d6cb18e`](https://github.com/mastra-ai/mastra/commit/d6cb18e189fd0ac95d4934cf0d6f2866876d1a2e), [`d0ecff7`](https://github.com/mastra-ai/mastra/commit/d0ecff793d5cd50408cd8d1d113f02e28d897a3d), [`e84a959`](https://github.com/mastra-ai/mastra/commit/e84a9592bfdec4f1c9fdf108c9d4ea4e2ee8f7e3), [`e742d37`](https://github.com/mastra-ai/mastra/commit/e742d371f24ef8059670cc05e9aee308eac068b9)]:
293
+ - @mastra/client-js@0.16.8-alpha.0
294
+ - @mastra/core@0.23.3-alpha.0
295
+ - @mastra/react@0.0.14-alpha.0
431
296
 
432
- - Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
297
+ ## 6.7.2
433
298
 
434
- - Use client-js search memory instead of custom fetch one ([#9326](https://github.com/mastra-ai/mastra/pull/9326))
299
+ ### Patch Changes
435
300
 
436
- - Render zod unions and discriminated unions correctly in dynamic form. ([#9317](https://github.com/mastra-ai/mastra/pull/9317))
301
+ - Update MainSidebar component to fit required changes in Cloud CTA link ([#9364](https://github.com/mastra-ai/mastra/pull/9364))
437
302
 
438
- - Add breacrumb action for popovers ([#9378](https://github.com/mastra-ai/mastra/pull/9378))
303
+ - Render zod unions and discriminated unions correctly in dynamic form. ([#9365](https://github.com/mastra-ai/mastra/pull/9365))
439
304
 
440
- - Prefill `providerOptions` on Mastra Studio. When creating your agent, you can add `providerOptions` to the Agent `instructions`, we now prefill the `providerOptions` field on Mastra Studio model settings advanced settings section with the `instructions.providerOptions` added. ([#9156](https://github.com/mastra-ai/mastra/pull/9156))
305
+ - Extract more components to playground-ui for sharing with cloud ([#9416](https://github.com/mastra-ai/mastra/pull/9416))
441
306
 
442
- Example agent code
307
+ - Move some components to playground-ui for usage in cloud ([#9358](https://github.com/mastra-ai/mastra/pull/9358))
443
308
 
444
- ```@typescript
445
- export const chefModelV2Agent = new Agent({
446
- name: 'Chef Agent V2 Model',
447
- description: 'A chef agent that can help you cook great meals with whatever ingredients you have available.',
448
- instructions: {
449
- content: `
450
- You are Michel, a practical and experienced home chef who helps people cook great meals with whatever
451
- ingredients they have available. Your first priority is understanding what ingredients and equipment the user has access to, then suggesting achievable recipes.
452
- You explain cooking steps clearly and offer substitutions when needed, maintaining a friendly and encouraging tone throughout.
453
- `,
454
- role: 'system',
455
- providerOptions: {
456
- openai: {
457
- reasoning_effort: 'high',
458
- },
459
- },
460
- },
461
- model: openai('gpt-4o-mini'),
462
- tools: {
463
- cookingTool,
464
- },
465
- memory
466
- });
467
- ```
309
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`fc79af3`](https://github.com/mastra-ai/mastra/commit/fc79af3915d1c456729cbd753673b0c0564340d8), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`60bd45d`](https://github.com/mastra-ai/mastra/commit/60bd45de021f0dfbe6583928f6da5169cb5585ba), [`a30093d`](https://github.com/mastra-ai/mastra/commit/a30093de98c1836dcd5dfddf09649010712b8c95), [`0fe7adb`](https://github.com/mastra-ai/mastra/commit/0fe7adb0f20f59a6bb41f235d01f8b7a880ea6e7), [`a42e496`](https://github.com/mastra-ai/mastra/commit/a42e49686a7486e2e9e9397fa98e5ff7a71dc1b0), [`3670db7`](https://github.com/mastra-ai/mastra/commit/3670db7e8e798f9d65fac5bfb732134a1f26ba7b), [`e40d4d0`](https://github.com/mastra-ai/mastra/commit/e40d4d0a0971b4505e7c9de73c656066c7565653), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78), [`ff16f9b`](https://github.com/mastra-ai/mastra/commit/ff16f9b9dbc701b26b6c4e9872f759f3880f9327), [`35e6cf7`](https://github.com/mastra-ai/mastra/commit/35e6cf722fef16ea0301eb9cf5a32fe9ccb12d22), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
310
+ - @mastra/core@0.23.2
311
+ - @mastra/client-js@0.16.7
312
+ - @mastra/react@0.0.13
468
313
 
469
- - Add tool call approval ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
314
+ ## 6.7.2-alpha.1
470
315
 
471
- - Fixes issue where clicking the reset button in the model picker would fail to restore the original LanguageModelV2 (or any other types) object that was passed during agent construction. ([#9481](https://github.com/mastra-ai/mastra/pull/9481))
316
+ ### Patch Changes
472
317
 
473
- - Fix multi modal in playground-ui ([#9373](https://github.com/mastra-ai/mastra/pull/9373))
318
+ - Extract more components to playground-ui for sharing with cloud ([#9416](https://github.com/mastra-ai/mastra/pull/9416))
474
319
 
475
- - Remove "show trace" that pointed to legacy traces ([#9470](https://github.com/mastra-ai/mastra/pull/9470))
320
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`fc79af3`](https://github.com/mastra-ai/mastra/commit/fc79af3915d1c456729cbd753673b0c0564340d8), [`60bd45d`](https://github.com/mastra-ai/mastra/commit/60bd45de021f0dfbe6583928f6da5169cb5585ba), [`a30093d`](https://github.com/mastra-ai/mastra/commit/a30093de98c1836dcd5dfddf09649010712b8c95), [`e40d4d0`](https://github.com/mastra-ai/mastra/commit/e40d4d0a0971b4505e7c9de73c656066c7565653), [`ff16f9b`](https://github.com/mastra-ai/mastra/commit/ff16f9b9dbc701b26b6c4e9872f759f3880f9327), [`35e6cf7`](https://github.com/mastra-ai/mastra/commit/35e6cf722fef16ea0301eb9cf5a32fe9ccb12d22), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
321
+ - @mastra/core@0.23.2-alpha.1
322
+ - @mastra/client-js@0.16.7-alpha.1
323
+ - @mastra/react@0.0.13-alpha.1
476
324
 
477
- - Fix resume form for nested workflow not displaying when viewing a previously suspended run on studio ([#9805](https://github.com/mastra-ai/mastra/pull/9805))
325
+ ## 6.7.2-alpha.0
478
326
 
479
- - Avoid fetch retries when fetching model providers ([#9452](https://github.com/mastra-ai/mastra/pull/9452))
327
+ ### Patch Changes
480
328
 
481
- - Remove unused /model-providers API ([#9533](https://github.com/mastra-ai/mastra/pull/9533))
329
+ - Update MainSidebar component to fit required changes in Cloud CTA link ([#9364](https://github.com/mastra-ai/mastra/pull/9364))
482
330
 
483
- - Fix undefined runtimeContext using memory from playground ([#9328](https://github.com/mastra-ai/mastra/pull/9328))
331
+ - Render zod unions and discriminated unions correctly in dynamic form. ([#9365](https://github.com/mastra-ai/mastra/pull/9365))
484
332
 
485
- - Fix playground white screen when Zod discriminatedUnion is intersected using `and()`. ([#9692](https://github.com/mastra-ai/mastra/pull/9692))
486
- This now works, but zod validation will fail, please use `extend` instead
333
+ - Move some components to playground-ui for usage in cloud ([#9358](https://github.com/mastra-ai/mastra/pull/9358))
487
334
 
488
- Instead of
335
+ - Updated dependencies [[`2afd345`](https://github.com/mastra-ai/mastra/commit/2afd3450825b76e41f7973baddf13867ea042e40), [`eefc89e`](https://github.com/mastra-ai/mastra/commit/eefc89ee69f05bb71661473a807fc7dc03d56f17), [`0fe7adb`](https://github.com/mastra-ai/mastra/commit/0fe7adb0f20f59a6bb41f235d01f8b7a880ea6e7), [`a42e496`](https://github.com/mastra-ai/mastra/commit/a42e49686a7486e2e9e9397fa98e5ff7a71dc1b0), [`3670db7`](https://github.com/mastra-ai/mastra/commit/3670db7e8e798f9d65fac5bfb732134a1f26ba7b), [`fc843ff`](https://github.com/mastra-ai/mastra/commit/fc843ff4d1d149317b6324553ce5ad7972062a78)]:
336
+ - @mastra/core@0.23.2-alpha.0
337
+ - @mastra/client-js@0.16.7-alpha.0
338
+ - @mastra/react@0.0.13-alpha.0
489
339
 
490
- ```
491
- z.discriminatedUnion('type', [
492
- z.object({ type: z.literal('byCity'), city: z.string() }),
493
- z.object({ type: z.literal('byCoords'), lat: z.number(), lon: z.number() }),
494
- ]).and(
495
- z.object({ order: z.number() })
496
- )
497
- ```
340
+ ## 6.7.1
498
341
 
499
- do
342
+ ### Patch Changes
500
343
 
501
- ```
502
- z.discriminatedUnion('type', [
503
- z.object({ type: z.literal('byCity'), city: z.string() }).extend({ order: z.number() }),
504
- z.object({ type: z.literal('byCoords'), lat: z.number(), lon: z.number() }).extend({ order: z.number() }),
505
- ]);
506
- ```
344
+ - Fix peerdependencies ([`eb7c1c8`](https://github.com/mastra-ai/mastra/commit/eb7c1c8c592d8fb16dfd250e337d9cdc73c8d5de))
507
345
 
508
- - Extract more components to playground-ui for sharing with cloud ([#9241](https://github.com/mastra-ai/mastra/pull/9241))
346
+ - Updated dependencies [[`eb7c1c8`](https://github.com/mastra-ai/mastra/commit/eb7c1c8c592d8fb16dfd250e337d9cdc73c8d5de)]:
347
+ - @mastra/client-js@0.16.6
348
+ - @mastra/react@0.0.12
349
+ - @mastra/core@0.23.1
509
350
 
510
- - Fix undefined window issue when Sidebar used in Next app ([#9448](https://github.com/mastra-ai/mastra/pull/9448))
351
+ ## 6.7.0
511
352
 
512
- - Move WorkflowInformation to playground-ui ([#9297](https://github.com/mastra-ai/mastra/pull/9297))
353
+ ### Minor Changes
513
354
 
514
- - Remove `waitForEvent` from workflows. `waitForEvent` is now removed, please use suspend & resume flow instead. See https://mastra.ai/en/docs/workflows/suspend-and-resume for more details on suspend & resume flow. ([#9214](https://github.com/mastra-ai/mastra/pull/9214))
355
+ - Update peer dependencies to match core package version bump (0.22.1) ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
515
356
 
516
- - Add combobox in playground for entities and update routes and error handling ([#9743](https://github.com/mastra-ai/mastra/pull/9743))
357
+ ### Patch Changes
517
358
 
518
- - **Breaking Changes:** ([#9045](https://github.com/mastra-ai/mastra/pull/9045))
519
- - Moved `generateTitle` from `threads.generateTitle` to top-level memory option
520
- - Changed default value from `true` to `false`
521
- - Using `threads.generateTitle` now throws an error
359
+ - Add tool call approval ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
522
360
 
523
- **Migration:**
524
- Replace `threads: { generateTitle: true }` with `generateTitle: true` at the top level of memory options.
361
+ - Updated dependencies [[`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`2060766`](https://github.com/mastra-ai/mastra/commit/20607667bf78ea104cca3e15dfb93ae0b62c9d18), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3)]:
362
+ - @mastra/core@0.23.0
363
+ - @mastra/client-js@0.16.5
364
+ - @mastra/react@0.0.11
525
365
 
526
- **Playground:**
527
- The playground UI now displays thread IDs instead of "Chat from" when titles aren't generated.
366
+ ## 6.7.0-alpha.0
528
367
 
529
- - Move some components to playground-ui for usage in cloud ([#9177](https://github.com/mastra-ai/mastra/pull/9177))
368
+ ### Minor Changes
530
369
 
531
- - Fix the link from traces to workflow ([#9764](https://github.com/mastra-ai/mastra/pull/9764))
370
+ - Update peer dependencies to match core package version bump (0.22.1) ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
532
371
 
533
- - Remove unecessary react components + dependencies ([#9295](https://github.com/mastra-ai/mastra/pull/9295))
372
+ ### Patch Changes
534
373
 
535
- - Fix studio crashing when message contains non JSON text output of tool call ([#9189](https://github.com/mastra-ai/mastra/pull/9189))
374
+ - Add tool call approval ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
536
375
 
537
- - Updated dependencies [[`39c9743`](https://github.com/mastra-ai/mastra/commit/39c97432d084294f8ba85fbf3ef28098ff21459e), [`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`3852192`](https://github.com/mastra-ai/mastra/commit/3852192c81b2a4f1f883f17d80ce50e0c60dba55), [`fec5129`](https://github.com/mastra-ai/mastra/commit/fec5129de7fc64423ea03661a56cef31dc747a0d), [`0491e7c`](https://github.com/mastra-ai/mastra/commit/0491e7c9b714cb0ba22187ee062147ec2dd7c712), [`f6f4903`](https://github.com/mastra-ai/mastra/commit/f6f4903397314f73362061dc5a3e8e7c61ea34aa), [`0e8ed46`](https://github.com/mastra-ai/mastra/commit/0e8ed467c54d6901a6a365f270ec15d6faadb36c), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`2f897df`](https://github.com/mastra-ai/mastra/commit/2f897df208508f46f51b7625e5dd20c37f93e0e3), [`f0f8f12`](https://github.com/mastra-ai/mastra/commit/f0f8f125c308f2d0fd36942ef652fd852df7522f), [`3443770`](https://github.com/mastra-ai/mastra/commit/3443770662df8eb24c9df3589b2792d78cfcb811), [`f0a07e0`](https://github.com/mastra-ai/mastra/commit/f0a07e0111b3307c5fabfa4094c5c2cfb734fbe6), [`aaa40e7`](https://github.com/mastra-ai/mastra/commit/aaa40e788628b319baa8e889407d11ad626547fa), [`1521d71`](https://github.com/mastra-ai/mastra/commit/1521d716e5daedc74690c983fbd961123c56756b), [`9e1911d`](https://github.com/mastra-ai/mastra/commit/9e1911db2b4db85e0e768c3f15e0d61e319869f6), [`ebac155`](https://github.com/mastra-ai/mastra/commit/ebac15564a590117db7078233f927a7e28a85106), [`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`5948e6a`](https://github.com/mastra-ai/mastra/commit/5948e6a5146c83666ba3f294b2be576c82a513fb), [`8940859`](https://github.com/mastra-ai/mastra/commit/89408593658199b4ad67f7b65e888f344e64a442), [`e629310`](https://github.com/mastra-ai/mastra/commit/e629310f1a73fa236d49ec7a1d1cceb6229dc7cc), [`4c6b492`](https://github.com/mastra-ai/mastra/commit/4c6b492c4dd591c6a592520c1f6855d6e936d71f), [`dff01d8`](https://github.com/mastra-ai/mastra/commit/dff01d81ce1f4e4087cfac20fa868e6db138dd14), [`7491634`](https://github.com/mastra-ai/mastra/commit/7491634fd198c37d9934675756b274ae2e5e415e), [`9d819d5`](https://github.com/mastra-ai/mastra/commit/9d819d54b61481639f4008e4694791bddf187edd), [`b7de533`](https://github.com/mastra-ai/mastra/commit/b7de53361667eb51fefd89fcaed924f3c57cee8d), [`71c8d6c`](https://github.com/mastra-ai/mastra/commit/71c8d6c161253207b2b9588bdadb7eed604f7253), [`6179a9b`](https://github.com/mastra-ai/mastra/commit/6179a9ba36ffac326de3cc3c43cdc8028d37c251), [`00f4921`](https://github.com/mastra-ai/mastra/commit/00f4921dd2c91a1e5446799599ef7116a8214a1a), [`ca8041c`](https://github.com/mastra-ai/mastra/commit/ca8041cce0379fda22ed293a565bcb5b6ddca68a), [`7051bf3`](https://github.com/mastra-ai/mastra/commit/7051bf38b3b122a069008f861f7bfc004a6d9f6e), [`a8f1494`](https://github.com/mastra-ai/mastra/commit/a8f1494f4bbdc2770bcf327d4c7d869e332183f1), [`1ee3411`](https://github.com/mastra-ai/mastra/commit/1ee34113192b11aa8bcdd8d9d5830ae13254b345), [`0793497`](https://github.com/mastra-ai/mastra/commit/079349753620c40246ffd673e3f9d7d9820beff3), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`f93d992`](https://github.com/mastra-ai/mastra/commit/f93d992a37d5431ab4a71246835d403ef7c4ce85), [`a854ede`](https://github.com/mastra-ai/mastra/commit/a854ede62bf5ac0945a624ac48913dd69c73aabf), [`c576fc0`](https://github.com/mastra-ai/mastra/commit/c576fc0b100b2085afded91a37c97a0ea0ec09c7), [`3defc80`](https://github.com/mastra-ai/mastra/commit/3defc80cf2b88a1b7fc1cc4ddcb91e982a614609), [`16153fe`](https://github.com/mastra-ai/mastra/commit/16153fe7eb13c99401f48e6ca32707c965ee28b9), [`9f4a683`](https://github.com/mastra-ai/mastra/commit/9f4a6833e88b52574665c028fd5508ad5c2f6004), [`ea0b8de`](https://github.com/mastra-ai/mastra/commit/ea0b8dec0d4bc86a72a7e75b2f56c6017c58786d), [`bc94344`](https://github.com/mastra-ai/mastra/commit/bc943444a1342d8a662151b7bce1df7dae32f59c), [`d4efaf3`](https://github.com/mastra-ai/mastra/commit/d4efaf34e6ec269714d50984d2ba7858f2d2079f), [`57d157f`](https://github.com/mastra-ai/mastra/commit/57d157f0b163a95c3e6c9eae31bdb11d1bfc64f9), [`903f67d`](https://github.com/mastra-ai/mastra/commit/903f67d184504a273893818c02b961f5423a79ad), [`2a90c55`](https://github.com/mastra-ai/mastra/commit/2a90c55a86a9210697d5adaab5ee94584b079adc), [`0b6112e`](https://github.com/mastra-ai/mastra/commit/0b6112eea01134d2dce13aabda8bb15c37993315), [`eb09742`](https://github.com/mastra-ai/mastra/commit/eb09742197f66c4c38154c3beec78313e69760b2), [`96d35f6`](https://github.com/mastra-ai/mastra/commit/96d35f61376bc2b1bf148648a2c1985bd51bef55), [`5cbe88a`](https://github.com/mastra-ai/mastra/commit/5cbe88aefbd9f933bca669fd371ea36bf939ac6d), [`a1bd7b8`](https://github.com/mastra-ai/mastra/commit/a1bd7b8571db16b94eb01588f451a74758c96d65), [`d78b38d`](https://github.com/mastra-ai/mastra/commit/d78b38d898fce285260d3bbb4befade54331617f), [`0633100`](https://github.com/mastra-ai/mastra/commit/0633100a911ad22f5256471bdf753da21c104742), [`c710c16`](https://github.com/mastra-ai/mastra/commit/c710c1652dccfdc4111c8412bca7a6bb1d48b441), [`354ad0b`](https://github.com/mastra-ai/mastra/commit/354ad0b7b1b8183ac567f236a884fc7ede6d7138), [`cfae733`](https://github.com/mastra-ai/mastra/commit/cfae73394f4920635e6c919c8e95ff9a0788e2e5), [`e3dfda7`](https://github.com/mastra-ai/mastra/commit/e3dfda7b11bf3b8c4bb55637028befb5f387fc74), [`519d9e6`](https://github.com/mastra-ai/mastra/commit/519d9e6d31910457c54bdae8b7b7cb3a69f41831), [`844ea5d`](https://github.com/mastra-ai/mastra/commit/844ea5dc0c248961e7bf73629ae7dcff503e853c), [`398fde3`](https://github.com/mastra-ai/mastra/commit/398fde3f39e707cda79372cdae8f9870e3b57c8d), [`dfe3f8c`](https://github.com/mastra-ai/mastra/commit/dfe3f8c7376ffe159236819e19ca522143c1f972), [`f0f8f12`](https://github.com/mastra-ai/mastra/commit/f0f8f125c308f2d0fd36942ef652fd852df7522f), [`0d7618b`](https://github.com/mastra-ai/mastra/commit/0d7618bc650bf2800934b243eca5648f4aeed9c2), [`7b763e5`](https://github.com/mastra-ai/mastra/commit/7b763e52fc3eaf699c2a99f2adf418dd46e4e9a5), [`e8dcd71`](https://github.com/mastra-ai/mastra/commit/e8dcd71fa5e473c8ba1d6dad99eef182d20a0491), [`d36cfbb`](https://github.com/mastra-ai/mastra/commit/d36cfbbb6565ba5f827883cc9bb648eb14befdc1), [`63f2f18`](https://github.com/mastra-ai/mastra/commit/63f2f1863dffe3ad23221d0660ed4e4f2b81789d), [`3697853`](https://github.com/mastra-ai/mastra/commit/3697853deeb72017d90e0f38a93c1e29221aeca0), [`c23200d`](https://github.com/mastra-ai/mastra/commit/c23200ddfd60830effb39329674ba4ca93be6aac), [`b2e45ec`](https://github.com/mastra-ai/mastra/commit/b2e45eca727a8db01a81ba93f1a5219c7183c839), [`e4ab0a4`](https://github.com/mastra-ai/mastra/commit/e4ab0a4ff7aae1b837cfbd8fb726fc1376165b56), [`d6d49f7`](https://github.com/mastra-ai/mastra/commit/d6d49f7b8714fa19a52ff9c7cf7fb7e73751901e), [`a534e95`](https://github.com/mastra-ai/mastra/commit/a534e9591f83b3cc1ebff99c67edf4cda7bf81d3), [`9d0e7fe`](https://github.com/mastra-ai/mastra/commit/9d0e7feca8ed98de959f53476ee1456073673348), [`53d927c`](https://github.com/mastra-ai/mastra/commit/53d927cc6f03bff33655b7e2b788da445a08731d), [`3f2faf2`](https://github.com/mastra-ai/mastra/commit/3f2faf2e2d685d6c053cc5af1bf9fedf267b2ce5), [`22f64bc`](https://github.com/mastra-ai/mastra/commit/22f64bc1d37149480b58bf2fefe35b79a1e3e7d5), [`363284b`](https://github.com/mastra-ai/mastra/commit/363284bb974e850f06f40f89a28c79d9f432d7e4), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc), [`7fa87f0`](https://github.com/mastra-ai/mastra/commit/7fa87f09b9edfd45a274e5e0d5e109d1a5d9ae8b), [`b7959e6`](https://github.com/mastra-ai/mastra/commit/b7959e6e25a46b480f9ea2217c4c6c588c423791), [`bda6370`](https://github.com/mastra-ai/mastra/commit/bda637009360649aaf579919e7873e33553c273e), [`d7acd8e`](https://github.com/mastra-ai/mastra/commit/d7acd8e987b5d7eff4fd98b0906c17c06a2e83d5), [`c7f1f7d`](https://github.com/mastra-ai/mastra/commit/c7f1f7d24f61f247f018cc2d1f33bf63212959a7), [`0bddc6d`](https://github.com/mastra-ai/mastra/commit/0bddc6d8dbd6f6008c0cba2e4960a2da75a55af1), [`735d8c1`](https://github.com/mastra-ai/mastra/commit/735d8c1c0d19fbc09e6f8b66cf41bc7655993838), [`acf322e`](https://github.com/mastra-ai/mastra/commit/acf322e0f1fd0189684cf529d91c694bea918a45), [`c942802`](https://github.com/mastra-ai/mastra/commit/c942802a477a925b01859a7b8688d4355715caaa), [`a0c8c1b`](https://github.com/mastra-ai/mastra/commit/a0c8c1b87d4fee252aebda73e8637fbe01d761c9), [`cc34739`](https://github.com/mastra-ai/mastra/commit/cc34739c34b6266a91bea561119240a7acf47887), [`c218bd3`](https://github.com/mastra-ai/mastra/commit/c218bd3759e32423735b04843a09404572631014), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3), [`2b8893c`](https://github.com/mastra-ai/mastra/commit/2b8893cb108ef9acb72ee7835cd625610d2c1a4a), [`8e5c75b`](https://github.com/mastra-ai/mastra/commit/8e5c75bdb1d08a42d45309a4c72def4b6890230f), [`e59e0d3`](https://github.com/mastra-ai/mastra/commit/e59e0d32afb5fcf2c9f3c00c8f81f6c21d3a63fa), [`fa8409b`](https://github.com/mastra-ai/mastra/commit/fa8409bc39cfd8ba6643b9db5269b90b22e2a2f7), [`173c535`](https://github.com/mastra-ai/mastra/commit/173c535c0645b0da404fe09f003778f0b0d4e019)]:
538
- - @mastra/core@1.0.0-beta.0
539
- - @mastra/client-js@1.0.0-beta.0
540
- - @mastra/ai-sdk@1.0.0-beta.0
541
- - @mastra/react@0.1.0-beta.0
376
+ - Updated dependencies [[`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`2060766`](https://github.com/mastra-ai/mastra/commit/20607667bf78ea104cca3e15dfb93ae0b62c9d18), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3)]:
377
+ - @mastra/core@0.23.0-alpha.0
378
+ - @mastra/client-js@0.16.5-alpha.0
379
+ - @mastra/react@0.0.11-alpha.0
542
380
 
543
381
  ## 6.6.2
544
382