@mastra/playground-ui 7.0.0-beta.8 → 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 (155) hide show
  1. package/CHANGELOG.md +219 -361
  2. package/dist/index.cjs.js +3831 -2515
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.es.js +3802 -2490
  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/entry-list/entry-list-toolbar.d.ts +6 -0
  18. package/dist/src/components/ui/elements/form-fields/form-actions.d.ts +12 -0
  19. package/dist/src/components/ui/elements/form-fields/index.d.ts +4 -0
  20. package/dist/src/components/ui/elements/form-fields/radio-group-field.d.ts +21 -0
  21. package/dist/src/components/ui/elements/form-fields/slider-field.d.ts +15 -0
  22. package/dist/src/components/ui/elements/form-fields/textarea-field.d.ts +11 -0
  23. package/dist/src/components/ui/elements/headers/entity-main-header.d.ts +11 -0
  24. package/dist/src/components/ui/elements/headers/index.d.ts +1 -0
  25. package/dist/src/components/ui/elements/main-sidebar/main-sidebar.d.ts +1 -1
  26. package/dist/src/components/ui/elements/side-dialog/side-dialog-footer.d.ts +10 -0
  27. package/dist/src/components/ui/formatted-date.d.ts +3 -0
  28. package/dist/src/components/ui/input.d.ts +1 -1
  29. package/dist/src/components/ui/resizable.d.ts +23 -0
  30. package/dist/src/components/ui/score-indicator.d.ts +3 -0
  31. package/dist/src/components/ui/syntax-highlighter.d.ts +1 -1
  32. package/dist/src/components/ui/textarea.d.ts +1 -1
  33. package/dist/src/components/ui/toggle.d.ts +12 -0
  34. package/dist/src/domains/agents/components/agent-chat.d.ts +1 -2
  35. package/dist/src/domains/agents/components/agent-entity-header.d.ts +3 -1
  36. package/dist/src/domains/agents/components/agent-evals.d.ts +8 -0
  37. package/dist/src/domains/agents/components/agent-information/agent-information.d.ts +0 -25
  38. package/dist/src/domains/agents/components/agent-information/agent-instructions-enhancer.d.ts +4 -2
  39. package/dist/src/domains/agents/components/agent-information/current-instructions.d.ts +15 -0
  40. package/dist/src/domains/agents/components/agent-information/version-actions.d.ts +8 -0
  41. package/dist/src/domains/agents/components/agent-information/version-history-dialog.d.ts +9 -0
  42. package/dist/src/domains/agents/components/agent-information/version-history.d.ts +10 -0
  43. package/dist/src/domains/agents/components/agent-information/version-item.d.ts +14 -0
  44. package/dist/src/domains/agents/components/agent-metadata/agent-metadata-model-switcher.d.ts +2 -1
  45. package/dist/src/domains/agents/components/agent-metadata/agent-metadata-prompt.d.ts +4 -0
  46. package/dist/src/domains/agents/components/agent-metadata/agent-metadata.d.ts +13 -2
  47. package/dist/src/domains/agents/components/agent-metadata/connection-dot.d.ts +6 -0
  48. package/dist/src/domains/agents/components/agent-metadata/index.d.ts +1 -0
  49. package/dist/src/domains/agents/components/agent-metadata/models.d.ts +5 -0
  50. package/dist/src/domains/agents/components/agent-metadata/provider-status-indicator.d.ts +7 -0
  51. package/dist/src/domains/agents/components/agent-settings.d.ts +4 -2
  52. package/dist/src/domains/agents/components/{request-context.d.ts → runtime-context.d.ts} +2 -2
  53. package/dist/src/domains/agents/context/agent-context.d.ts +1 -2
  54. package/dist/src/domains/agents/context/index.d.ts +1 -1
  55. package/dist/src/domains/agents/context/model-reset-context.d.ts +4 -0
  56. package/dist/src/domains/agents/hooks/use-agent-settings-state.d.ts +1 -2
  57. package/dist/src/domains/agents/hooks/use-execute-agent-tool.d.ts +1 -1
  58. package/dist/src/domains/agents/hooks/use-prompt-enhancer.d.ts +13 -5
  59. package/dist/src/domains/agents/hooks/use-prompt-versions.d.ts +12 -0
  60. package/dist/src/domains/agents/index.d.ts +2 -4
  61. package/dist/src/domains/evals/hooks/index.d.ts +1 -0
  62. package/dist/src/domains/evals/hooks/use-evals-by-agent-id.d.ts +14 -0
  63. package/dist/src/domains/evals/index.d.ts +1 -0
  64. package/dist/src/domains/evals/types.d.ts +23 -0
  65. package/dist/src/domains/mcps/index.d.ts +0 -1
  66. package/dist/src/domains/memory/hooks/use-memory.d.ts +9 -8
  67. package/dist/src/domains/observability/components/helpers.d.ts +3 -3
  68. package/dist/src/domains/observability/components/span-details.d.ts +2 -2
  69. package/dist/src/domains/observability/components/span-dialog.d.ts +5 -5
  70. package/dist/src/domains/observability/components/span-score-list.d.ts +2 -2
  71. package/dist/src/domains/observability/components/span-tabs.d.ts +5 -5
  72. package/dist/src/domains/observability/components/trace-dialog.d.ts +3 -3
  73. package/dist/src/domains/observability/components/trace-span-usage.d.ts +2 -2
  74. package/dist/src/domains/observability/components/trace-timeline-legend.d.ts +2 -2
  75. package/dist/src/domains/observability/components/traces-list.d.ts +3 -3
  76. package/dist/src/domains/observability/index.d.ts +0 -1
  77. package/dist/src/domains/observability/utils/format-hierarchical-spans.d.ts +2 -2
  78. package/dist/src/domains/resizable-panel.d.ts +11 -0
  79. package/dist/src/domains/scores/components/score-dialog.d.ts +1 -1
  80. package/dist/src/domains/scores/components/score-table.d.ts +11 -0
  81. package/dist/src/domains/scores/hooks/use-scorers.d.ts +6 -3
  82. package/dist/src/domains/scores/hooks/use-trace-span-scores.d.ts +1 -1
  83. package/dist/src/domains/scores/index.d.ts +1 -2
  84. package/dist/src/domains/tools/components/ToolExecutor.d.ts +1 -1
  85. package/dist/src/domains/tools/components/index.d.ts +0 -1
  86. package/dist/src/domains/tools/components/tool-table/types.d.ts +2 -0
  87. package/dist/src/domains/tools/hooks/use-all-tools.d.ts +1 -3
  88. package/dist/src/domains/tools/hooks/use-execute-tool.d.ts +1 -1
  89. package/dist/src/domains/traces/components/traces-table.d.ts +8 -0
  90. package/dist/src/domains/traces/components/traces-view.d.ts +12 -0
  91. package/dist/src/domains/traces/context/trace-context.d.ts +20 -0
  92. package/dist/src/domains/traces/hooks/use-open-trace.d.ts +4 -0
  93. package/dist/src/domains/traces/index.d.ts +2 -0
  94. package/dist/src/domains/traces/mock-data.d.ts +1356 -0
  95. package/dist/src/domains/traces/trace-details.d.ts +1 -0
  96. package/dist/src/domains/traces/trace-span-details.d.ts +1 -0
  97. package/dist/src/domains/traces/trace-span-view.d.ts +5 -0
  98. package/dist/src/domains/traces/traces-sidebar.d.ts +6 -0
  99. package/dist/src/domains/traces/types.d.ts +55 -0
  100. package/dist/src/domains/traces/utils/createSpanTree.d.ts +2 -0
  101. package/dist/src/domains/traces/utils/getSpanVariant.d.ts +3 -0
  102. package/dist/src/domains/traces/utils.d.ts +12 -0
  103. package/dist/src/domains/workflows/context/workflow-nested-graph-context.d.ts +7 -1
  104. package/dist/src/domains/workflows/context/workflow-run-context.d.ts +2 -2
  105. package/dist/src/domains/workflows/hooks/use-workflows-actions.d.ts +21 -7
  106. package/dist/src/domains/workflows/index.d.ts +0 -1
  107. package/dist/src/domains/workflows/workflow/workflow-default-node.d.ts +8 -5
  108. package/dist/src/domains/workflows/workflow/workflow-graph-inner.d.ts +7 -1
  109. package/dist/src/domains/workflows/workflow/workflow-graph.d.ts +7 -1
  110. package/dist/src/domains/workflows/workflow/workflow-nested-graph.d.ts +7 -1
  111. package/dist/src/domains/workflows/workflow/workflow-nested-node.d.ts +8 -5
  112. package/dist/src/domains/workflows/workflow/workflow-result.d.ts +5 -0
  113. package/dist/src/domains/workflows/workflow/workflow-run-event-form.d.ts +12 -0
  114. package/dist/src/domains/workflows/workflow/workflow-step-action-bar.d.ts +6 -3
  115. package/dist/src/domains/workflows/workflow/workflow-trigger.d.ts +4 -4
  116. package/dist/src/ds/components/Alert/Alert.d.ts +1 -1
  117. package/dist/src/ds/components/Breadcrumb/Breadcrumb.d.ts +1 -2
  118. package/dist/src/ds/components/Button/Button.d.ts +0 -1
  119. package/dist/src/ds/components/Logo/MastraLogo.d.ts +1 -1
  120. package/dist/src/ds/components/Table/Cells.d.ts +3 -0
  121. package/dist/src/ds/components/TraceTree/Span.d.ts +3 -1
  122. package/dist/src/ds/icons/EvaluatorCoinIcon.d.ts +2 -0
  123. package/dist/src/ds/icons/ScoreIcon.d.ts +2 -0
  124. package/dist/src/ds/icons/index.d.ts +2 -0
  125. package/dist/src/hooks/use-agent-messages.d.ts +3 -4
  126. package/dist/src/hooks/use-resize-column.d.ts +12 -0
  127. package/dist/src/hooks/use-workflow-runs.d.ts +2 -218
  128. package/dist/src/index.d.ts +5 -3
  129. package/dist/src/lib/mastra-client.d.ts +2 -0
  130. package/dist/src/lib/pagination/types.d.ts +11 -0
  131. package/dist/src/lib/polls.d.ts +36 -0
  132. package/dist/src/services/mastra-runtime-provider.d.ts +1 -1
  133. package/dist/src/store/playground-store.d.ts +2 -2
  134. package/dist/src/types/memory.d.ts +7 -0
  135. package/dist/src/types.d.ts +3 -1
  136. package/package.json +25 -30
  137. package/dist/src/components/ui/combobox.d.ts +0 -17
  138. package/dist/src/domains/agents/components/agent-combobox.d.ts +0 -12
  139. package/dist/src/domains/agents/context/agent-prompt-experiment-context.d.ts +0 -15
  140. package/dist/src/domains/agents/hooks/use-agents-model-providers.d.ts +0 -1
  141. package/dist/src/domains/configuration/components/header-list-form.d.ts +0 -10
  142. package/dist/src/domains/configuration/components/studio-config-form.d.ts +0 -5
  143. package/dist/src/domains/configuration/context/studio-config-context.d.ts +0 -11
  144. package/dist/src/domains/configuration/index.d.ts +0 -3
  145. package/dist/src/domains/configuration/types.d.ts +0 -4
  146. package/dist/src/domains/mcps/components/mcp-server-combobox.d.ts +0 -12
  147. package/dist/src/domains/observability/components/tracing-run-options.d.ts +0 -1
  148. package/dist/src/domains/observability/context/tracing-settings-context.d.ts +0 -18
  149. package/dist/src/domains/observability/hooks/use-tracing-settings-state.d.ts +0 -10
  150. package/dist/src/domains/observability/utils/__tests__/span-utils.test.d.ts +0 -1
  151. package/dist/src/domains/observability/utils/span-utils.d.ts +0 -9
  152. package/dist/src/domains/scores/components/scorer-combobox.d.ts +0 -12
  153. package/dist/src/domains/tools/components/tool-combobox.d.ts +0 -12
  154. package/dist/src/domains/workflows/components/workflow-combobox.d.ts +0 -12
  155. package/dist/src/domains/workflows/workflow/workflow-node-badges.d.ts +0 -55
package/CHANGELOG.md CHANGED
@@ -1,98 +1,78 @@
1
1
  # @mastra/playground-ui
2
2
 
3
- ## 7.0.0-beta.8
3
+ ## 7.0.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 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)]:
8
- - @mastra/core@1.0.0-beta.8
9
- - @mastra/ai-sdk@1.0.0-beta.6
10
- - @mastra/client-js@1.0.0-beta.8
11
- - @mastra/react@0.1.0-beta.8
7
+ - Fix select options overflow when list is long by adding maximum height ([#10833](https://github.com/mastra-ai/mastra/pull/10833))
12
8
 
13
- ## 7.0.0-beta.7
9
+ - Add timeTravel APIs and add timeTravel feature to studio ([#10757](https://github.com/mastra-ai/mastra/pull/10757))
14
10
 
15
- ### Patch Changes
16
-
17
- - 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))
18
-
19
- This also introduces a header form available from the side bar to edit those headers.
11
+ - Fix discriminatedUnion schema information lost when json schema is converted to zod ([#10764](https://github.com/mastra-ai/mastra/pull/10764))
20
12
 
21
- - Fix select options overflow when list is long by adding maximum height ([#10813](https://github.com/mastra-ai/mastra/pull/10813))
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
22
18
 
23
- - Removed uneeded calls to the message endpoint when the user is on a new thread ([#10872](https://github.com/mastra-ai/mastra/pull/10872))
19
+ ## 7.0.0-alpha.4
24
20
 
25
- - Add prominent warning banner in observability UI when token limits are exceeded (finishReason: 'length'). ([#10835](https://github.com/mastra-ai/mastra/pull/10835))
26
-
27
- When a model stops generating due to token limits, the span details now display:
28
- - Clear warning with alert icon
29
- - Detailed token usage breakdown (input + output = total)
30
- - Explanation that the response was truncated
21
+ ### Patch Changes
31
22
 
32
- This helps developers quickly identify and debug token limit issues in the observation page.
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
33
27
 
34
- Fixes #8828
28
+ ## 7.0.0-alpha.3
35
29
 
36
- - 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))
30
+ ### Patch Changes
37
31
 
38
- - 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)]:
39
- - @mastra/core@1.0.0-beta.7
40
- - @mastra/client-js@1.0.0-beta.7
41
- - @mastra/react@0.1.0-beta.7
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
42
36
 
43
- ## 7.0.0-beta.6
37
+ ## 7.0.0-alpha.2
44
38
 
45
39
  ### Patch Changes
46
40
 
47
- - Fix wrong hook arg type when retrieving workflow runs ([#10755](https://github.com/mastra-ai/mastra/pull/10755))
48
-
49
- - Fix discriminatedUnion schema information lost when json schema is converted to zod ([#10500](https://github.com/mastra-ai/mastra/pull/10500))
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
50
45
 
51
- - Hide time travel on map steps in Studio ([#10631](https://github.com/mastra-ai/mastra/pull/10631))
46
+ ## 7.0.0-alpha.1
52
47
 
53
- - 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))
54
-
55
- **Usage:**
48
+ ### Patch Changes
56
49
 
57
- The workflow settings are now accessible via the new `useTracingSettings` hook and `TracingSettingsProvider`:
50
+ - Fix select options overflow when list is long by adding maximum height ([#10833](https://github.com/mastra-ai/mastra/pull/10833))
58
51
 
59
- ```tsx
60
- import { TracingSettingsProvider, useWorkflowSettings } from '@mastra/playground-ui';
52
+ - Add timeTravel APIs and add timeTravel feature to studio ([#10757](https://github.com/mastra-ai/mastra/pull/10757))
61
53
 
62
- // Wrap your workflow components with the provider
63
- <TracingSettingsProvider entityId="my-workflow" entityType="workflow">
64
- <YourWorkflowUI />
65
- </TracingSettingsProvider>;
54
+ - Fix discriminatedUnion schema information lost when json schema is converted to zod ([#10764](https://github.com/mastra-ai/mastra/pull/10764))
66
55
 
67
- // Access settings in child components
68
- const { settings, setSettings } = useTracingSettings();
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
69
61
 
70
- // Configure tracing options
71
- setSettings({
72
- tracingOptions: {
73
- metadata: { userId: '123' },
74
- requestContextKeys: ['user.email'],
75
- traceId: 'abc123',
76
- },
77
- });
78
- ```
62
+ ## 6.9.7-alpha.0
79
63
 
80
- Tracing options are persisted per workflow/agent in localStorage and automatically applied to all workflow/agent executions.
64
+ ### Patch Changes
81
65
 
82
- - 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)]:
83
- - @mastra/core@1.0.0-beta.6
84
- - @mastra/client-js@1.0.0-beta.6
85
- - @mastra/ai-sdk@1.0.0-beta.5
86
- - @mastra/react@0.1.0-beta.6
87
- - @mastra/schema-compat@1.0.0-beta.2
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
88
70
 
89
- ## 7.0.0-beta.5
71
+ ## 6.9.6
90
72
 
91
73
  ### Patch Changes
92
74
 
93
- - Add timeTravel APIs and add timeTravel feature to studio ([#10361](https://github.com/mastra-ai/mastra/pull/10361))
94
-
95
- - fix(agent): persist messages before tool suspension ([#10369](https://github.com/mastra-ai/mastra/pull/10369))
75
+ - fix(agent): persist messages before tool suspension ([#10542](https://github.com/mastra-ai/mastra/pull/10542))
96
76
 
97
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.
98
78
 
@@ -115,410 +95,288 @@
115
95
 
116
96
  Fixes #9745, #9906
117
97
 
118
- - 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))
119
-
120
- - 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)]:
121
- - @mastra/core@1.0.0-beta.5
122
- - @mastra/ai-sdk@1.0.0-beta.4
123
- - @mastra/client-js@1.0.0-beta.5
124
- - @mastra/react@0.1.0-beta.5
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
125
102
 
126
- ## 7.0.0-beta.4
103
+ ## 6.9.6-alpha.0
127
104
 
128
105
  ### Patch Changes
129
106
 
130
- - 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)]:
131
- - @mastra/ai-sdk@1.0.0-beta.3
132
- - @mastra/client-js@1.0.0-beta.4
133
- - @mastra/core@1.0.0-beta.4
134
- - @mastra/react@0.1.0-beta.4
107
+ - fix(agent): persist messages before tool suspension ([#10542](https://github.com/mastra-ai/mastra/pull/10542))
135
108
 
136
- ## 7.0.0-beta.3
137
-
138
- ### Patch Changes
139
-
140
- - dependencies updates: ([#10057](https://github.com/mastra-ai/mastra/pull/10057))
141
- - 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`)
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.
142
110
 
143
- - dependencies updates: ([#10085](https://github.com/mastra-ai/mastra/pull/10085))
144
- - Updated dependency [`@xyflow/react@^12.9.3` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.9.3) (from `^12.8.6`, in `dependencies`)
111
+ **Backend changes (@mastra/core):**
112
+ - Add assistant messages to messageList immediately after LLM execution
113
+ - Flush messages synchronously before suspension to persist state
114
+ - Create thread if it doesn't exist before flushing
115
+ - Add metadata helpers to persist and remove tool approval state
116
+ - Pass saveQueueManager and memory context through workflow for immediate persistence
145
117
 
146
- - dependencies updates: ([#9850](https://github.com/mastra-ai/mastra/pull/9850))
147
- - Updated dependency [`@dagrejs/dagre@^1.1.8` ↗︎](https://www.npmjs.com/package/@dagrejs/dagre/v/1.1.8) (from `^1.1.5`, in `dependencies`)
118
+ **Frontend changes (@mastra/react):**
119
+ - Extract runId from pending approvals to enable resumption after refresh
120
+ - Convert `pendingToolApprovals` (DB format) to `requireApprovalMetadata` (runtime format)
121
+ - Handle both `dynamic-tool` and `tool-{NAME}` part types for approval state
122
+ - Change runId from hardcoded `agentId` to unique `uuid()`
148
123
 
149
- - Refactor agent information for easier cloud recomposable UIs ([#9995](https://github.com/mastra-ai/mastra/pull/9995))
124
+ **UI changes (@mastra/playground-ui):**
125
+ - Handle tool calls awaiting approval in message initialization
126
+ - Convert approval metadata format when loading initial messages
150
127
 
151
- - Add export for agent memory for use in cloud ([#10025](https://github.com/mastra-ai/mastra/pull/10025))
128
+ Fixes #9745, #9906
152
129
 
153
- - Fix scorer filtering for SpanScoring, add error and info message for user ([#10160](https://github.com/mastra-ai/mastra/pull/10160))
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
154
134
 
155
- - 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))
156
- MCP docs server will install the beta version of the docs server if they create a project with the beta tag.
157
- 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.
158
- Templates have been cleaned up
159
- small docs updates based off of how the template migrations went
135
+ ## 6.9.5
160
136
 
161
- - Fix double scroll on agent chat container ([#10253](https://github.com/mastra-ai/mastra/pull/10253))
137
+ ### Patch Changes
162
138
 
163
- - 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)]:
164
- - @mastra/core@1.0.0-beta.3
165
- - @mastra/ai-sdk@1.0.0-beta.2
166
- - @mastra/client-js@1.0.0-beta.3
167
- - @mastra/react@0.1.0-beta.3
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
168
143
 
169
- ## 7.0.0-beta.2
144
+ ## 6.9.5-alpha.0
170
145
 
171
146
  ### Patch Changes
172
147
 
173
- - Make suspendPayload optional when calling `suspend()` ([#9926](https://github.com/mastra-ai/mastra/pull/9926))
174
- Save value returned as `suspendOutput` if user returns data still after calling `suspend()`
175
- Automatically call `commit()` on uncommitted workflows when registering in Mastra instance
176
- Show actual suspendPayload on Studio in suspend/resume flow
177
- - Updated dependencies [[`627067b`](https://github.com/mastra-ai/mastra/commit/627067b22eeb26601f65fee3646ba17fc0c91501), [`465ac05`](https://github.com/mastra-ai/mastra/commit/465ac0526a91d175542091c675181f1a96c98c46)]:
178
- - @mastra/ai-sdk@1.0.0-beta.1
179
- - @mastra/core@1.0.0-beta.2
180
- - @mastra/client-js@1.0.0-beta.2
181
- - @mastra/react@0.1.0-beta.2
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
182
152
 
183
- ## 7.0.0-beta.1
153
+ ## 6.9.4
184
154
 
185
155
  ### Patch Changes
186
156
 
187
- - Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
188
-
189
- - Removing uneeded files ([#9877](https://github.com/mastra-ai/mastra/pull/9877))
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
190
161
 
191
- - Explicitly set color of line number in CodeMirror ([#9878](https://github.com/mastra-ai/mastra/pull/9878))
162
+ ## 6.9.4-alpha.0
192
163
 
193
- - Add visual styles and labels for more workflow node types ([#9777](https://github.com/mastra-ai/mastra/pull/9777))
164
+ ### Patch Changes
194
165
 
195
- - 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)]:
196
- - @mastra/core@1.0.0-beta.1
197
- - @mastra/client-js@1.0.0-beta.1
198
- - @mastra/react@0.1.0-beta.1
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
199
170
 
200
- ## 7.0.0-beta.0
171
+ ## 6.9.3
201
172
 
202
- ### Major Changes
173
+ ### Patch Changes
203
174
 
204
- - # 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
205
179
 
206
- ## Storage Layer
180
+ ## 6.9.3-alpha.0
207
181
 
208
- ### BREAKING: Removed `storage.getMessages()`
182
+ ### Patch Changes
209
183
 
210
- 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
211
188
 
212
- **Migration:**
189
+ ## 6.9.2
213
190
 
214
- ```typescript
215
- // Before
216
- const messages = await storage.getMessages({ threadId: 'thread-1' });
191
+ ### Patch Changes
217
192
 
218
- // After
219
- const result = await storage.listMessages({
220
- threadId: 'thread-1',
221
- page: 0,
222
- perPage: 50,
223
- });
224
- const messages = result.messages; // Access messages array
225
- console.log(result.total); // Total count
226
- console.log(result.hasMore); // Whether more pages exist
227
- ```
193
+ - Fix scorer filtering for SpanScoring, add error and info message for user ([#10164](https://github.com/mastra-ai/mastra/pull/10164))
228
194
 
229
- ### 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
230
199
 
231
- `listMessages()` defaults to ASC (oldest first) ordering by `createdAt`, matching the previous `getMessages()` behavior.
200
+ ## 6.9.2-alpha.0
232
201
 
233
- **To use DESC ordering (newest first):**
202
+ ### Patch Changes
234
203
 
235
- ```typescript
236
- const result = await storage.listMessages({
237
- threadId: 'thread-1',
238
- orderBy: { field: 'createdAt', direction: 'DESC' },
239
- });
240
- ```
204
+ - Fix scorer filtering for SpanScoring, add error and info message for user ([#10164](https://github.com/mastra-ai/mastra/pull/10164))
241
205
 
242
- ## 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
243
210
 
244
- ### BREAKING: Renamed `client.getThreadMessages()` → `client.listThreadMessages()`
211
+ ## 6.9.1
245
212
 
246
- **Migration:**
213
+ ### Patch Changes
247
214
 
248
- ```typescript
249
- // Before
250
- 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
251
219
 
252
- // After
253
- const response = await client.listThreadMessages(threadId, { agentId });
254
- ```
220
+ ## 6.9.1-alpha.0
255
221
 
256
- The response format remains the same.
222
+ ### Patch Changes
257
223
 
258
- ## 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
259
228
 
260
- ### BREAKING: Removed `StorageGetMessagesArg` type
229
+ ## 6.9.0
261
230
 
262
- Use `StorageListMessagesInput` instead:
231
+ ### Minor Changes
263
232
 
264
- ```typescript
265
- // Before
266
- 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))
267
234
 
268
- // After
269
- import type { StorageListMessagesInput } from '@mastra/core';
270
- ```
235
+ ### Patch Changes
271
236
 
272
- - 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))
273
238
 
274
- - 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))
275
240
 
276
- - 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))
277
242
 
278
- - 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))
279
244
 
280
- - **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
281
249
 
282
- 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
283
251
 
284
- ### What's Changed
285
- - Removed legacy v1 watch event handlers and types
286
- - Renamed `watch-v2` to `watch` throughout the codebase
287
- - Removed `.watch()` method from client-js SDK (`Workflow` and `AgentBuilder` classes)
288
- - Removed `/watch` HTTP endpoints from server and deployer
289
- - Removed `WorkflowWatchResult` and v1 `WatchEvent` types
252
+ ### Minor Changes
290
253
 
291
- - **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))
292
255
 
293
- 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
294
257
 
295
- **Affected APIs:**
296
- - `Memory.listThreadsByResourceId()`
297
- - `Memory.listMessages()`
298
- - `Storage.listWorkflowRuns()`
258
+ - update peerdeps ([`5ca1cca`](https://github.com/mastra-ai/mastra/commit/5ca1ccac61ffa7141e6d9fa8f22d3ad4d03bf5dc))
299
259
 
300
- **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))
301
261
 
302
- ```typescript
303
- // Before
304
- await memory.listThreadsByResourceId({
305
- resourceId: 'user-123',
306
- offset: 20,
307
- limit: 10,
308
- });
262
+ - Remove unused /model-providers API ([#9554](https://github.com/mastra-ai/mastra/pull/9554))
309
263
 
310
- // After
311
- await memory.listThreadsByResourceId({
312
- resourceId: 'user-123',
313
- page: 2, // page = Math.floor(offset / limit)
314
- perPage: 10,
315
- });
264
+ - Fix undefined runtimeContext using memory from playground ([#9548](https://github.com/mastra-ai/mastra/pull/9548))
316
265
 
317
- // Before
318
- await memory.listMessages({
319
- threadId: 'thread-456',
320
- offset: 20,
321
- limit: 10,
322
- });
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
323
270
 
324
- // After
325
- await memory.listMessages({
326
- threadId: 'thread-456',
327
- page: 2,
328
- perPage: 10,
329
- });
271
+ ## 6.8.0
330
272
 
331
- // Before
332
- await storage.listWorkflowRuns({
333
- workflowName: 'my-workflow',
334
- offset: 20,
335
- limit: 10,
336
- });
273
+ ### Minor Changes
337
274
 
338
- // After
339
- await storage.listWorkflowRuns({
340
- workflowName: 'my-workflow',
341
- page: 2,
342
- perPage: 10,
343
- });
344
- ```
275
+ - Toast error from workflow stream and resume stream ([#9460](https://github.com/mastra-ai/mastra/pull/9460))
345
276
 
346
- **Additional improvements:**
347
- - Added validation for negative `page` values in all storage implementations
348
- - Improved `perPage` validation to handle edge cases (negative values, `0`, `false`)
349
- - Added reusable query parser utilities for consistent validation in handlers
277
+ ### Patch Changes
350
278
 
351
- - ```([#9709](https://github.com/mastra-ai/mastra/pull/9709))
352
- import { Mastra } from '@mastra/core';
353
- 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
354
283
 
355
- const mastra = new Mastra({
356
- ...other_config,
357
- observability: new Observability({
358
- default: { enabled: true }
359
- }) // Instance
360
- });
361
- ```
362
-
363
- Instead of:
364
-
365
- ```
366
- import { Mastra } from '@mastra/core';
367
- import '@mastra/observability/init'; // Explicit import
368
-
369
- const mastra = new Mastra({
370
- ...other_config,
371
- observability: {
372
- default: { enabled: true }
373
- }
374
- });
375
- ```
376
-
377
- Also renamed a bunch of:
378
- - `Tracing` things to `Observability` things.
379
- - `AI-` things to just things.
380
-
381
- - Changing getAgents -> listAgents, getTools -> listTools, getWorkflows -> listWorkflows ([#9495](https://github.com/mastra-ai/mastra/pull/9495))
382
-
383
- - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
384
-
385
- - Renamed `MastraMessageV2` to `MastraDBMessage` ([#9255](https://github.com/mastra-ai/mastra/pull/9255))
386
- 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
387
-
388
- - Remove legacy evals from Mastra ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
284
+ ## 6.8.0-alpha.0
389
285
 
390
286
  ### Minor Changes
391
287
 
392
- - Moving scorers under the eval domain, api method consistency, prebuilt evals, scorers require ids. ([#9589](https://github.com/mastra-ai/mastra/pull/9589))
393
-
394
- - Update peer dependencies to match core package version bump (0.22.1) ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
395
-
396
- - Toast error from workflow stream and resume stream ([#9431](https://github.com/mastra-ai/mastra/pull/9431))
397
- Update peer dependencies to match core package version bump (0.22.3)
398
-
399
- - 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))
400
289
 
401
290
  ### Patch Changes
402
291
 
403
- - dependencies updates: ([#9800](https://github.com/mastra-ai/mastra/pull/9800))
404
- - Updated dependency [`@lezer/highlight@^1.2.3` ↗︎](https://www.npmjs.com/package/@lezer/highlight/v/1.2.3) (from `^1.2.1`, in `dependencies`)
405
-
406
- - fetch from the client-js sdk instead of local fetch ([#9376](https://github.com/mastra-ai/mastra/pull/9376))
407
-
408
- - Update MainSidebar component to fit required changes in Cloud CTA link ([#9318](https://github.com/mastra-ai/mastra/pull/9318))
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
409
296
 
410
- - Add enhance instruction capability + instruction tweak for experiment purpose ([#9302](https://github.com/mastra-ai/mastra/pull/9302))
297
+ ## 6.7.2
411
298
 
412
- - Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
299
+ ### Patch Changes
413
300
 
414
- - Use client-js search memory instead of custom fetch one ([#9326](https://github.com/mastra-ai/mastra/pull/9326))
301
+ - Update MainSidebar component to fit required changes in Cloud CTA link ([#9364](https://github.com/mastra-ai/mastra/pull/9364))
415
302
 
416
- - Render zod unions and discriminated unions correctly in dynamic form. ([#9317](https://github.com/mastra-ai/mastra/pull/9317))
303
+ - Render zod unions and discriminated unions correctly in dynamic form. ([#9365](https://github.com/mastra-ai/mastra/pull/9365))
417
304
 
418
- - Add breacrumb action for popovers ([#9378](https://github.com/mastra-ai/mastra/pull/9378))
305
+ - Extract more components to playground-ui for sharing with cloud ([#9416](https://github.com/mastra-ai/mastra/pull/9416))
419
306
 
420
- - 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))
307
+ - Move some components to playground-ui for usage in cloud ([#9358](https://github.com/mastra-ai/mastra/pull/9358))
421
308
 
422
- Example agent code
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
423
313
 
424
- ```@typescript
425
- export const chefModelV2Agent = new Agent({
426
- name: 'Chef Agent V2 Model',
427
- description: 'A chef agent that can help you cook great meals with whatever ingredients you have available.',
428
- instructions: {
429
- content: `
430
- You are Michel, a practical and experienced home chef who helps people cook great meals with whatever
431
- ingredients they have available. Your first priority is understanding what ingredients and equipment the user has access to, then suggesting achievable recipes.
432
- You explain cooking steps clearly and offer substitutions when needed, maintaining a friendly and encouraging tone throughout.
433
- `,
434
- role: 'system',
435
- providerOptions: {
436
- openai: {
437
- reasoning_effort: 'high',
438
- },
439
- },
440
- },
441
- model: openai('gpt-4o-mini'),
442
- tools: {
443
- cookingTool,
444
- },
445
- memory
446
- });
447
- ```
314
+ ## 6.7.2-alpha.1
448
315
 
449
- - Add tool call approval ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
450
-
451
- - 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
452
317
 
453
- - 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))
454
319
 
455
- - 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
456
324
 
457
- - 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
458
326
 
459
- - Avoid fetch retries when fetching model providers ([#9452](https://github.com/mastra-ai/mastra/pull/9452))
327
+ ### Patch Changes
460
328
 
461
- - 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))
462
330
 
463
- - 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))
464
332
 
465
- - Fix playground white screen when Zod discriminatedUnion is intersected using `and()`. ([#9692](https://github.com/mastra-ai/mastra/pull/9692))
466
- 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))
467
334
 
468
- 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
469
339
 
470
- ```
471
- z.discriminatedUnion('type', [
472
- z.object({ type: z.literal('byCity'), city: z.string() }),
473
- z.object({ type: z.literal('byCoords'), lat: z.number(), lon: z.number() }),
474
- ]).and(
475
- z.object({ order: z.number() })
476
- )
477
- ```
340
+ ## 6.7.1
478
341
 
479
- do
342
+ ### Patch Changes
480
343
 
481
- ```
482
- z.discriminatedUnion('type', [
483
- z.object({ type: z.literal('byCity'), city: z.string() }).extend({ order: z.number() }),
484
- z.object({ type: z.literal('byCoords'), lat: z.number(), lon: z.number() }).extend({ order: z.number() }),
485
- ]);
486
- ```
344
+ - Fix peerdependencies ([`eb7c1c8`](https://github.com/mastra-ai/mastra/commit/eb7c1c8c592d8fb16dfd250e337d9cdc73c8d5de))
487
345
 
488
- - 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
489
350
 
490
- - Fix undefined window issue when Sidebar used in Next app ([#9448](https://github.com/mastra-ai/mastra/pull/9448))
351
+ ## 6.7.0
491
352
 
492
- - Move WorkflowInformation to playground-ui ([#9297](https://github.com/mastra-ai/mastra/pull/9297))
353
+ ### Minor Changes
493
354
 
494
- - 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))
495
356
 
496
- - Add combobox in playground for entities and update routes and error handling ([#9743](https://github.com/mastra-ai/mastra/pull/9743))
357
+ ### Patch Changes
497
358
 
498
- - **Breaking Changes:** ([#9045](https://github.com/mastra-ai/mastra/pull/9045))
499
- - Moved `generateTitle` from `threads.generateTitle` to top-level memory option
500
- - Changed default value from `true` to `false`
501
- - Using `threads.generateTitle` now throws an error
359
+ - Add tool call approval ([#8649](https://github.com/mastra-ai/mastra/pull/8649))
502
360
 
503
- **Migration:**
504
- 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
505
365
 
506
- **Playground:**
507
- The playground UI now displays thread IDs instead of "Chat from" when titles aren't generated.
366
+ ## 6.7.0-alpha.0
508
367
 
509
- - Move some components to playground-ui for usage in cloud ([#9177](https://github.com/mastra-ai/mastra/pull/9177))
368
+ ### Minor Changes
510
369
 
511
- - 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))
512
371
 
513
- - Remove unecessary react components + dependencies ([#9295](https://github.com/mastra-ai/mastra/pull/9295))
372
+ ### Patch Changes
514
373
 
515
- - 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))
516
375
 
517
- - 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)]:
518
- - @mastra/core@1.0.0-beta.0
519
- - @mastra/client-js@1.0.0-beta.0
520
- - @mastra/ai-sdk@1.0.0-beta.0
521
- - @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
522
380
 
523
381
  ## 6.6.2
524
382