@mastra/client-js 0.0.0-scorers-api-v2-20250801171841 → 0.0.0-scorers-ui-refactored-20250916094952

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 (89) hide show
  1. package/CHANGELOG.md +671 -3
  2. package/README.md +5 -3
  3. package/dist/client.d.ts +30 -11
  4. package/dist/client.d.ts.map +1 -1
  5. package/dist/index.cjs +1459 -413
  6. package/dist/index.cjs.map +1 -1
  7. package/dist/index.d.ts +3 -2
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +1459 -415
  10. package/dist/index.js.map +1 -1
  11. package/dist/resources/a2a.d.ts +15 -18
  12. package/dist/resources/a2a.d.ts.map +1 -1
  13. package/dist/resources/agent-builder.d.ts +161 -0
  14. package/dist/resources/agent-builder.d.ts.map +1 -0
  15. package/dist/resources/agent.d.ts +78 -15
  16. package/dist/resources/agent.d.ts.map +1 -1
  17. package/dist/resources/base.d.ts +1 -1
  18. package/dist/resources/base.d.ts.map +1 -1
  19. package/dist/resources/index.d.ts +12 -10
  20. package/dist/resources/index.d.ts.map +1 -1
  21. package/dist/resources/legacy-workflow.d.ts +7 -4
  22. package/dist/resources/legacy-workflow.d.ts.map +1 -1
  23. package/dist/resources/mcp-tool.d.ts +4 -3
  24. package/dist/resources/mcp-tool.d.ts.map +1 -1
  25. package/dist/resources/memory-thread.d.ts +3 -3
  26. package/dist/resources/memory-thread.d.ts.map +1 -1
  27. package/dist/resources/network-memory-thread.d.ts +3 -3
  28. package/dist/resources/network-memory-thread.d.ts.map +1 -1
  29. package/dist/resources/network.d.ts +6 -4
  30. package/dist/resources/network.d.ts.map +1 -1
  31. package/dist/resources/observability.d.ts +19 -0
  32. package/dist/resources/observability.d.ts.map +1 -0
  33. package/dist/resources/tool.d.ts +4 -3
  34. package/dist/resources/tool.d.ts.map +1 -1
  35. package/dist/resources/vNextNetwork.d.ts +5 -4
  36. package/dist/resources/vNextNetwork.d.ts.map +1 -1
  37. package/dist/resources/vector.d.ts +7 -4
  38. package/dist/resources/vector.d.ts.map +1 -1
  39. package/dist/resources/workflow.d.ts +80 -6
  40. package/dist/resources/workflow.d.ts.map +1 -1
  41. package/dist/tools.d.ts +22 -0
  42. package/dist/tools.d.ts.map +1 -0
  43. package/dist/types.d.ts +49 -2
  44. package/dist/types.d.ts.map +1 -1
  45. package/dist/utils/index.d.ts +2 -0
  46. package/dist/utils/index.d.ts.map +1 -1
  47. package/dist/utils/process-client-tools.d.ts.map +1 -1
  48. package/dist/utils/process-mastra-stream.d.ts +11 -0
  49. package/dist/utils/process-mastra-stream.d.ts.map +1 -0
  50. package/dist/utils/zod-to-json-schema.d.ts +2 -104
  51. package/dist/utils/zod-to-json-schema.d.ts.map +1 -1
  52. package/package.json +25 -16
  53. package/dist/adapters/agui.d.ts +0 -23
  54. package/dist/adapters/agui.d.ts.map +0 -1
  55. package/eslint.config.js +0 -6
  56. package/integration-tests/agui-adapter.test.ts +0 -122
  57. package/integration-tests/package.json +0 -18
  58. package/integration-tests/src/mastra/index.ts +0 -35
  59. package/integration-tests/vitest.config.ts +0 -9
  60. package/src/adapters/agui.test.ts +0 -322
  61. package/src/adapters/agui.ts +0 -239
  62. package/src/client.ts +0 -623
  63. package/src/example.ts +0 -95
  64. package/src/index.test.ts +0 -1226
  65. package/src/index.ts +0 -3
  66. package/src/resources/a2a.ts +0 -88
  67. package/src/resources/agent.ts +0 -785
  68. package/src/resources/base.ts +0 -76
  69. package/src/resources/index.ts +0 -10
  70. package/src/resources/legacy-workflow.ts +0 -242
  71. package/src/resources/mcp-tool.ts +0 -48
  72. package/src/resources/memory-thread.test.ts +0 -285
  73. package/src/resources/memory-thread.ts +0 -99
  74. package/src/resources/network-memory-thread.test.ts +0 -269
  75. package/src/resources/network-memory-thread.ts +0 -81
  76. package/src/resources/network.ts +0 -86
  77. package/src/resources/tool.ts +0 -45
  78. package/src/resources/vNextNetwork.ts +0 -194
  79. package/src/resources/vector.ts +0 -83
  80. package/src/resources/workflow.ts +0 -410
  81. package/src/types.ts +0 -502
  82. package/src/utils/index.ts +0 -11
  83. package/src/utils/process-client-tools.ts +0 -32
  84. package/src/utils/zod-to-json-schema.ts +0 -10
  85. package/src/v2-messages.test.ts +0 -180
  86. package/tsconfig.build.json +0 -9
  87. package/tsconfig.json +0 -5
  88. package/tsup.config.ts +0 -22
  89. package/vitest.config.js +0 -8
package/CHANGELOG.md CHANGED
@@ -1,11 +1,679 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-scorers-api-v2-20250801171841
3
+ ## 0.0.0-scorers-ui-refactored-20250916094952
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [c6f12c7]
8
- - @mastra/core@0.0.0-scorers-api-v2-20250801171841
7
+ - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
8
+
9
+ - Improve client-js SDK agent and workflow APIs ([#7592](https://github.com/mastra-ai/mastra/pull/7592))
10
+
11
+ - Dedicated client-js SDK createTool without server dependencies ([#7781](https://github.com/mastra-ai/mastra/pull/7781))
12
+
13
+ - Updated dependencies [[`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
14
+ - @mastra/core@0.0.0-scorers-ui-refactored-20250916094952
15
+
16
+ ## 0.12.4-alpha.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251)]:
21
+ - @mastra/core@0.16.4-alpha.2
22
+
23
+ ## 0.12.4-alpha.1
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
28
+ - @mastra/core@0.16.4-alpha.1
29
+
30
+ ## 0.12.4-alpha.0
31
+
32
+ ### Patch Changes
33
+
34
+ - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
35
+
36
+ - Improve client-js SDK agent and workflow APIs ([#7592](https://github.com/mastra-ai/mastra/pull/7592))
37
+
38
+ - Dedicated client-js SDK createTool without server dependencies ([#7781](https://github.com/mastra-ai/mastra/pull/7781))
39
+
40
+ - Updated dependencies [[`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
41
+ - @mastra/core@0.16.4-alpha.0
42
+
43
+ ## 0.12.3
44
+
45
+ ### Patch Changes
46
+
47
+ - Delayed deprecation notice for streamVNext() replacing stream() until Sept 23rd ([#7739](https://github.com/mastra-ai/mastra/pull/7739))
48
+
49
+ - AN packages ([#7711](https://github.com/mastra-ai/mastra/pull/7711))
50
+
51
+ - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
52
+
53
+ - Change SchemaCompat zodToJsonSchema ref strategy from none to relative, leading to less schema warnings and smaller converted schema sizes ([#7697](https://github.com/mastra-ai/mastra/pull/7697))
54
+
55
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
56
+ - @mastra/core@0.16.3
57
+
58
+ ## 0.12.3-alpha.1
59
+
60
+ ### Patch Changes
61
+
62
+ - Delayed deprecation notice for streamVNext() replacing stream() until Sept 23rd ([#7739](https://github.com/mastra-ai/mastra/pull/7739))
63
+
64
+ - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
65
+
66
+ - Updated dependencies [[`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812)]:
67
+ - @mastra/core@0.16.3-alpha.1
68
+
69
+ ## 0.12.3-alpha.0
70
+
71
+ ### Patch Changes
72
+
73
+ - AN packages ([#7711](https://github.com/mastra-ai/mastra/pull/7711))
74
+
75
+ - Change SchemaCompat zodToJsonSchema ref strategy from none to relative, leading to less schema warnings and smaller converted schema sizes ([#7697](https://github.com/mastra-ai/mastra/pull/7697))
76
+
77
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
78
+ - @mastra/core@0.16.3-alpha.0
79
+
80
+ ## 0.12.2
81
+
82
+ ### Patch Changes
83
+
84
+ - Updated dependencies [[`61926ef`](https://github.com/mastra-ai/mastra/commit/61926ef40d415b805a63527cffe27a50542e15e5)]:
85
+ - @mastra/core@0.16.2
86
+
87
+ ## 0.12.2-alpha.0
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies [[`61926ef`](https://github.com/mastra-ai/mastra/commit/61926ef40d415b805a63527cffe27a50542e15e5)]:
92
+ - @mastra/core@0.16.2-alpha.0
93
+
94
+ ## 0.12.1
95
+
96
+ ### Patch Changes
97
+
98
+ - Allow streamVNext and generateVNext to use structuredOutputs from the MastraClient ([#7597](https://github.com/mastra-ai/mastra/pull/7597))
99
+
100
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
101
+
102
+ - Make agent streamVNext work with clientTools in client js ([#7577](https://github.com/mastra-ai/mastra/pull/7577))
103
+
104
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`6f046b5`](https://github.com/mastra-ai/mastra/commit/6f046b5ccc5c8721302a9a61d5d16c12374cc8d7), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
105
+ - @mastra/core@0.16.1
106
+
107
+ ## 0.12.1-alpha.3
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies [[`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b)]:
112
+ - @mastra/core@0.16.1-alpha.3
113
+
114
+ ## 0.12.1-alpha.2
115
+
116
+ ### Patch Changes
117
+
118
+ - Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
119
+ - @mastra/core@0.16.1-alpha.2
120
+
121
+ ## 0.12.1-alpha.1
122
+
123
+ ### Patch Changes
124
+
125
+ - Allow streamVNext and generateVNext to use structuredOutputs from the MastraClient ([#7597](https://github.com/mastra-ai/mastra/pull/7597))
126
+
127
+ - Use workflow streamVNext in playground ([#7575](https://github.com/mastra-ai/mastra/pull/7575))
128
+
129
+ - Make agent streamVNext work with clientTools in client js ([#7577](https://github.com/mastra-ai/mastra/pull/7577))
130
+
131
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
132
+ - @mastra/core@0.16.1-alpha.1
133
+
134
+ ## 0.12.1-alpha.0
135
+
136
+ ### Patch Changes
137
+
138
+ - Updated dependencies [[`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4)]:
139
+ - @mastra/core@0.16.1-alpha.0
140
+
141
+ ## 0.12.0
142
+
143
+ ### Minor Changes
144
+
145
+ - 6155cfc: Remove AGUI implementation from client-js
146
+
147
+ ### Patch Changes
148
+
149
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
150
+ - 5397eb4: Add public URL support when adding files in Multi Modal
151
+ - Updated dependencies [8fbf79e]
152
+ - Updated dependencies [fd83526]
153
+ - Updated dependencies [d0b90ab]
154
+ - Updated dependencies [6f5eb7a]
155
+ - Updated dependencies [a01cf14]
156
+ - Updated dependencies [a9e50ee]
157
+ - Updated dependencies [5397eb4]
158
+ - Updated dependencies [c9f4e4a]
159
+ - Updated dependencies [0acbc80]
160
+ - @mastra/core@0.16.0
161
+
162
+ ## 0.12.0-alpha.1
163
+
164
+ ### Patch Changes
165
+
166
+ - Updated dependencies [8fbf79e]
167
+ - @mastra/core@0.16.0-alpha.1
168
+
169
+ ## 0.12.0-alpha.0
170
+
171
+ ### Minor Changes
172
+
173
+ - 6155cfc: Remove AGUI implementation from client-js
174
+
175
+ ### Patch Changes
176
+
177
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
178
+ - 5397eb4: Add public URL support when adding files in Multi Modal
179
+ - Updated dependencies [fd83526]
180
+ - Updated dependencies [d0b90ab]
181
+ - Updated dependencies [6f5eb7a]
182
+ - Updated dependencies [a01cf14]
183
+ - Updated dependencies [a9e50ee]
184
+ - Updated dependencies [5397eb4]
185
+ - Updated dependencies [c9f4e4a]
186
+ - Updated dependencies [0acbc80]
187
+ - @mastra/core@0.16.0-alpha.0
188
+
189
+ ## 0.11.3
190
+
191
+ ### Patch Changes
192
+
193
+ - ab48c97: dependencies updates:
194
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
195
+ - ff89505: Add deprecation warnings and add legacy routes
196
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
197
+ - 26b0d7c: Cleanup pkg output
198
+ - 48f0742: add deployer, server and clientjs handlers for agent builder template
199
+ - 5de1555: Fixed tracingContext on tool executions in AI tracing
200
+ - Updated dependencies [ab48c97]
201
+ - Updated dependencies [85ef90b]
202
+ - Updated dependencies [aedbbfa]
203
+ - Updated dependencies [ff89505]
204
+ - Updated dependencies [637f323]
205
+ - Updated dependencies [de3cbc6]
206
+ - Updated dependencies [c19bcf7]
207
+ - Updated dependencies [4474d04]
208
+ - Updated dependencies [183dc95]
209
+ - Updated dependencies [a1111e2]
210
+ - Updated dependencies [b42a961]
211
+ - Updated dependencies [61debef]
212
+ - Updated dependencies [9beaeff]
213
+ - Updated dependencies [29de0e1]
214
+ - Updated dependencies [f643c65]
215
+ - Updated dependencies [00c74e7]
216
+ - Updated dependencies [fef7375]
217
+ - Updated dependencies [e3d8fea]
218
+ - Updated dependencies [45e4d39]
219
+ - Updated dependencies [9eee594]
220
+ - Updated dependencies [7149d8d]
221
+ - Updated dependencies [822c2e8]
222
+ - Updated dependencies [979912c]
223
+ - Updated dependencies [7dcf4c0]
224
+ - Updated dependencies [4106a58]
225
+ - Updated dependencies [ad78bfc]
226
+ - Updated dependencies [0302f50]
227
+ - Updated dependencies [6ac697e]
228
+ - Updated dependencies [74db265]
229
+ - Updated dependencies [0ce418a]
230
+ - Updated dependencies [af90672]
231
+ - Updated dependencies [8387952]
232
+ - Updated dependencies [7f3b8da]
233
+ - Updated dependencies [905352b]
234
+ - Updated dependencies [599d04c]
235
+ - Updated dependencies [56041d0]
236
+ - Updated dependencies [3412597]
237
+ - Updated dependencies [5eca5d2]
238
+ - Updated dependencies [f2cda47]
239
+ - Updated dependencies [5de1555]
240
+ - Updated dependencies [cfd377a]
241
+ - Updated dependencies [1ed5a3e]
242
+ - @mastra/core@0.15.3
243
+
244
+ ## 0.11.3-alpha.9
245
+
246
+ ### Patch Changes
247
+
248
+ - Updated dependencies [[`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e)]:
249
+ - @mastra/core@0.15.3-alpha.9
250
+
251
+ ## 0.11.3-alpha.8
252
+
253
+ ### Patch Changes
254
+
255
+ - Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
256
+ - @mastra/core@0.15.3-alpha.8
257
+
258
+ ## 0.11.3-alpha.7
259
+
260
+ ### Patch Changes
261
+
262
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
263
+ - @mastra/core@0.15.3-alpha.7
264
+
265
+ ## 0.11.3-alpha.6
266
+
267
+ ### Patch Changes
268
+
269
+ - Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
270
+ - @mastra/core@0.15.3-alpha.6
271
+
272
+ ## 0.11.3-alpha.5
273
+
274
+ ### Patch Changes
275
+
276
+ - [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
277
+
278
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
279
+ - @mastra/core@0.15.3-alpha.5
280
+
281
+ ## 0.11.3-alpha.4
282
+
283
+ ### Patch Changes
284
+
285
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
286
+ - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
287
+
288
+ - [#7269](https://github.com/mastra-ai/mastra/pull/7269) [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa) Thanks [@wardpeet](https://github.com/wardpeet)! - Add deprecation warnings and add legacy routes
289
+
290
+ - [#7329](https://github.com/mastra-ai/mastra/pull/7329) [`26b0d7c`](https://github.com/mastra-ai/mastra/commit/26b0d7c7cba46469351d453714e119ac7aae9da2) Thanks [@wardpeet](https://github.com/wardpeet)! - Cleanup pkg output
291
+
292
+ - [#7136](https://github.com/mastra-ai/mastra/pull/7136) [`48f0742`](https://github.com/mastra-ai/mastra/commit/48f0742662414610dc9a7a99d45902d059ee123d) Thanks [@NikAiyer](https://github.com/NikAiyer)! - add deployer, server and clientjs handlers for agent builder template
293
+
294
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
295
+ - @mastra/core@0.15.3-alpha.4
296
+
297
+ ## 0.11.3-alpha.3
298
+
299
+ ### Patch Changes
300
+
301
+ - Updated dependencies [[`aedbbfa`](https://github.com/mastra-ai/mastra/commit/aedbbfa064124ddde039111f12629daebfea7e48), [`f643c65`](https://github.com/mastra-ai/mastra/commit/f643c651bdaf57c2343cf9dbfc499010495701fb), [`fef7375`](https://github.com/mastra-ai/mastra/commit/fef737534574f41b432a7361a285f776c3bac42b), [`e3d8fea`](https://github.com/mastra-ai/mastra/commit/e3d8feaacfb8b5c5c03c13604cc06ea2873d45fe), [`3412597`](https://github.com/mastra-ai/mastra/commit/3412597a6644c0b6bf3236d6e319ed1450c5bae8)]:
302
+ - @mastra/core@0.15.3-alpha.3
303
+
304
+ ## 0.11.3-alpha.2
305
+
306
+ ### Patch Changes
307
+
308
+ - Updated dependencies [[`822c2e8`](https://github.com/mastra-ai/mastra/commit/822c2e88a3ecbffb7c680e6227976006ccefe6a8)]:
309
+ - @mastra/core@0.15.3-alpha.2
310
+
311
+ ## 0.11.3-alpha.1
312
+
313
+ ### Patch Changes
314
+
315
+ - Updated dependencies [[`637f323`](https://github.com/mastra-ai/mastra/commit/637f32371d79a8f78c52c0d53411af0915fcec67), [`29de0e1`](https://github.com/mastra-ai/mastra/commit/29de0e1b0a7173317ae7d1ab0c0993167c659f2b), [`6ac697e`](https://github.com/mastra-ai/mastra/commit/6ac697edcc2435482c247cba615277ec4765dcc4)]:
316
+ - @mastra/core@0.15.3-alpha.1
317
+
318
+ ## 0.11.3-alpha.0
319
+
320
+ ### Patch Changes
321
+
322
+ - [#7109](https://github.com/mastra-ai/mastra/pull/7109) [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9) Thanks [@epinzur](https://github.com/epinzur)! - Fixed tracingContext on tool executions in AI tracing
323
+
324
+ - Updated dependencies [[`00c74e7`](https://github.com/mastra-ai/mastra/commit/00c74e73b1926be0d475693bb886fb67a22ff352), [`af90672`](https://github.com/mastra-ai/mastra/commit/af906722d8da28688882193b1e531026f9e2e81e), [`56041d0`](https://github.com/mastra-ai/mastra/commit/56041d018863a3da6b98c512e47348647c075fb3), [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9), [`1ed5a3e`](https://github.com/mastra-ai/mastra/commit/1ed5a3e19330374c4347a4237cd2f4b9ffb60376)]:
325
+ - @mastra/core@0.15.3-alpha.0
326
+
327
+ ## 0.11.2
328
+
329
+ ### Patch Changes
330
+
331
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
332
+
333
+ - Updated dependencies []:
334
+ - @mastra/core@0.15.2
335
+
336
+ ## 0.11.1
337
+
338
+ ### Patch Changes
339
+
340
+ - Updated dependencies []:
341
+ - @mastra/core@0.15.1
342
+
343
+ ## 0.11.0
344
+
345
+ ### Minor Changes
346
+
347
+ - [#6993](https://github.com/mastra-ai/mastra/pull/6993) [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve types and fix linting issues
348
+
349
+ - [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
350
+
351
+ ### Patch Changes
352
+
353
+ - [#6967](https://github.com/mastra-ai/mastra/pull/6967) [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Implement AI traces for server apis and client sdk
354
+
355
+ - [#6972](https://github.com/mastra-ai/mastra/pull/6972) [`00ef6c1`](https://github.com/mastra-ai/mastra/commit/00ef6c1d3c76708712acd3de7f39c4d6b0f3b427) Thanks [@roaminro](https://github.com/roaminro)! - add credentials option for fetch requests
356
+
357
+ - [#6949](https://github.com/mastra-ai/mastra/pull/6949) [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1) Thanks [@CalebBarnes](https://github.com/CalebBarnes)! - stream/generate vnext: simplify internal output schema handling, improve types and typescript generics, and add jsdoc comments
358
+
359
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
360
+
361
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6), [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
362
+ - @mastra/core@0.15.0
363
+
364
+ ## 0.11.0-alpha.4
365
+
366
+ ### Minor Changes
367
+
368
+ - [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
369
+
370
+ ### Patch Changes
371
+
372
+ - Updated dependencies [[`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c)]:
373
+ - @mastra/core@0.15.0-alpha.4
374
+
375
+ ## 0.11.0-alpha.3
376
+
377
+ ### Patch Changes
378
+
379
+ - Updated dependencies []:
380
+ - @mastra/core@0.15.0-alpha.3
381
+
382
+ ## 0.11.0-alpha.2
383
+
384
+ ### Patch Changes
385
+
386
+ - Updated dependencies [[`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6)]:
387
+ - @mastra/core@0.14.2-alpha.2
388
+
389
+ ## 0.11.0-alpha.1
390
+
391
+ ### Minor Changes
392
+
393
+ - [#6993](https://github.com/mastra-ai/mastra/pull/6993) [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve types and fix linting issues
394
+
395
+ ### Patch Changes
396
+
397
+ - [#6967](https://github.com/mastra-ai/mastra/pull/6967) [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Implement AI traces for server apis and client sdk
398
+
399
+ - [#6972](https://github.com/mastra-ai/mastra/pull/6972) [`00ef6c1`](https://github.com/mastra-ai/mastra/commit/00ef6c1d3c76708712acd3de7f39c4d6b0f3b427) Thanks [@roaminro](https://github.com/roaminro)! - add credentials option for fetch requests
400
+
401
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
402
+
403
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
404
+ - @mastra/core@0.14.2-alpha.1
405
+
406
+ ## 0.10.24-alpha.0
407
+
408
+ ### Patch Changes
409
+
410
+ - [#6949](https://github.com/mastra-ai/mastra/pull/6949) [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1) Thanks [@CalebBarnes](https://github.com/CalebBarnes)! - stream/generate vnext: simplify internal output schema handling, improve types and typescript generics, and add jsdoc comments
411
+
412
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
413
+ - @mastra/core@0.14.2-alpha.0
414
+
415
+ ## 0.10.23
416
+
417
+ ### Patch Changes
418
+
419
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
420
+ - @mastra/core@0.14.1
421
+
422
+ ## 0.10.23-alpha.1
423
+
424
+ ### Patch Changes
425
+
426
+ - Updated dependencies [[`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236)]:
427
+ - @mastra/core@0.14.1-alpha.1
428
+
429
+ ## 0.10.23-alpha.0
430
+
431
+ ### Patch Changes
432
+
433
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
434
+ - @mastra/core@0.14.1-alpha.0
435
+
436
+ ## 0.10.22
437
+
438
+ ### Patch Changes
439
+
440
+ - 0a7f675: Add VNext methods and `processMastraStream`
441
+ - 6313063: Implement model switcher in playground
442
+ - 1d59515: Add options to playground based on modelVersion
443
+ - Updated dependencies [227c7e6]
444
+ - Updated dependencies [12cae67]
445
+ - Updated dependencies [fd3a3eb]
446
+ - Updated dependencies [6faaee5]
447
+ - Updated dependencies [4232b14]
448
+ - Updated dependencies [a89de7e]
449
+ - Updated dependencies [5a37d0c]
450
+ - Updated dependencies [4bde0cb]
451
+ - Updated dependencies [cf4f357]
452
+ - Updated dependencies [ad888a2]
453
+ - Updated dependencies [481751d]
454
+ - Updated dependencies [2454423]
455
+ - Updated dependencies [194e395]
456
+ - Updated dependencies [a722c0b]
457
+ - Updated dependencies [c30bca8]
458
+ - Updated dependencies [3b5fec7]
459
+ - Updated dependencies [a8f129d]
460
+ - @mastra/core@0.14.0
461
+
462
+ ## 0.10.22-alpha.7
463
+
464
+ ### Patch Changes
465
+
466
+ - @mastra/core@0.14.0-alpha.7
467
+
468
+ ## 0.10.22-alpha.6
469
+
470
+ ### Patch Changes
471
+
472
+ - Updated dependencies [ad888a2]
473
+ - Updated dependencies [481751d]
474
+ - Updated dependencies [194e395]
475
+ - @mastra/core@0.14.0-alpha.6
476
+
477
+ ## 0.10.22-alpha.5
478
+
479
+ ### Patch Changes
480
+
481
+ - @mastra/core@0.14.0-alpha.5
482
+
483
+ ## 0.10.22-alpha.4
484
+
485
+ ### Patch Changes
486
+
487
+ - 0a7f675: Client JS vnext methods
488
+ - 1d59515: Add options to playground based on modelVersion
489
+ - 195eabb: Process Mastra Stream
490
+ - Updated dependencies [0a7f675]
491
+ - Updated dependencies [12cae67]
492
+ - Updated dependencies [5a37d0c]
493
+ - Updated dependencies [4bde0cb]
494
+ - Updated dependencies [1a80071]
495
+ - Updated dependencies [36a3be8]
496
+ - Updated dependencies [361757b]
497
+ - Updated dependencies [2bb9955]
498
+ - Updated dependencies [2454423]
499
+ - Updated dependencies [a44d91e]
500
+ - Updated dependencies [dfb91e9]
501
+ - Updated dependencies [a741dde]
502
+ - Updated dependencies [7cb3fc0]
503
+ - Updated dependencies [195eabb]
504
+ - Updated dependencies [b78b95b]
505
+ - @mastra/core@0.14.0-alpha.4
506
+
507
+ ## 0.10.22-alpha.3
508
+
509
+ ### Patch Changes
510
+
511
+ - Updated dependencies [227c7e6]
512
+ - Updated dependencies [fd3a3eb]
513
+ - Updated dependencies [a8f129d]
514
+ - @mastra/core@0.14.0-alpha.3
515
+
516
+ ## 0.10.22-alpha.2
517
+
518
+ ### Patch Changes
519
+
520
+ - @mastra/core@0.14.0-alpha.2
521
+
522
+ ## 0.10.22-alpha.1
523
+
524
+ ### Patch Changes
525
+
526
+ - 6313063: Implement model switcher in playground
527
+ - Updated dependencies [6faaee5]
528
+ - Updated dependencies [4232b14]
529
+ - Updated dependencies [a89de7e]
530
+ - Updated dependencies [cf4f357]
531
+ - Updated dependencies [a722c0b]
532
+ - Updated dependencies [3b5fec7]
533
+ - @mastra/core@0.14.0-alpha.1
534
+
535
+ ## 0.10.22-alpha.0
536
+
537
+ ### Patch Changes
538
+
539
+ - Updated dependencies [c30bca8]
540
+ - @mastra/core@0.13.3-alpha.0
541
+
542
+ ## 0.10.21
543
+
544
+ ### Patch Changes
545
+
546
+ - a239d41: Updated A2A syntax to v0.3.0
547
+ - 96169cc: Create handler that returns providers user has keys for in their env
548
+ - ce04175: Add update agent model handler
549
+ - Updated dependencies [d5330bf]
550
+ - Updated dependencies [2e74797]
551
+ - Updated dependencies [8388649]
552
+ - Updated dependencies [a239d41]
553
+ - Updated dependencies [dd94a26]
554
+ - Updated dependencies [3ba6772]
555
+ - Updated dependencies [b5cf2a3]
556
+ - Updated dependencies [2fff911]
557
+ - Updated dependencies [b32c50d]
558
+ - Updated dependencies [63449d0]
559
+ - Updated dependencies [121a3f8]
560
+ - Updated dependencies [ec510e7]
561
+ - @mastra/core@0.13.2
562
+
563
+ ## 0.10.21-alpha.3
564
+
565
+ ### Patch Changes
566
+
567
+ - Updated dependencies [b5cf2a3]
568
+ - @mastra/core@0.13.2-alpha.3
569
+
570
+ ## 0.10.21-alpha.2
571
+
572
+ ### Patch Changes
573
+
574
+ - a239d41: Updated A2A syntax to v0.3.0
575
+ - 96169cc: Create handler that returns providers user has keys for in their env
576
+ - ce04175: Add update agent model handler
577
+ - Updated dependencies [d5330bf]
578
+ - Updated dependencies [a239d41]
579
+ - Updated dependencies [b32c50d]
580
+ - Updated dependencies [121a3f8]
581
+ - Updated dependencies [ec510e7]
582
+ - @mastra/core@0.13.2-alpha.2
583
+
584
+ ## 0.10.21-alpha.1
585
+
586
+ ### Patch Changes
587
+
588
+ - Updated dependencies [2e74797]
589
+ - Updated dependencies [63449d0]
590
+ - @mastra/core@0.13.2-alpha.1
591
+
592
+ ## 0.10.21-alpha.0
593
+
594
+ ### Patch Changes
595
+
596
+ - Updated dependencies [8388649]
597
+ - Updated dependencies [dd94a26]
598
+ - Updated dependencies [3ba6772]
599
+ - Updated dependencies [2fff911]
600
+ - @mastra/core@0.13.2-alpha.0
601
+
602
+ ## 0.10.20
603
+
604
+ ### Patch Changes
605
+
606
+ - Updated dependencies [cd0042e]
607
+ - @mastra/core@0.13.1
608
+
609
+ ## 0.10.20-alpha.0
610
+
611
+ ### Patch Changes
612
+
613
+ - Updated dependencies [cd0042e]
614
+ - @mastra/core@0.13.1-alpha.0
615
+
616
+ ## 0.10.19
617
+
618
+ ### Patch Changes
619
+
620
+ - 42dfc48: Fix tool messages structure in agui adapter
621
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
622
+ - Updated dependencies [cb36de0]
623
+ - Updated dependencies [d0496e6]
624
+ - Updated dependencies [a82b851]
625
+ - Updated dependencies [ea0c5f2]
626
+ - Updated dependencies [41a0a0e]
627
+ - Updated dependencies [2871020]
628
+ - Updated dependencies [94f4812]
629
+ - Updated dependencies [e202b82]
630
+ - Updated dependencies [e00f6a0]
631
+ - Updated dependencies [4a406ec]
632
+ - Updated dependencies [b0e43c1]
633
+ - Updated dependencies [5d377e5]
634
+ - Updated dependencies [1fb812e]
635
+ - Updated dependencies [35c5798]
636
+ - @mastra/core@0.13.0
637
+
638
+ ## 0.10.19-alpha.3
639
+
640
+ ### Patch Changes
641
+
642
+ - Updated dependencies [d0496e6]
643
+ - @mastra/core@0.13.0-alpha.3
644
+
645
+ ## 0.10.19-alpha.2
646
+
647
+ ### Patch Changes
648
+
649
+ - 42dfc48: Fix tool messages structure in agui adapter
650
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
651
+ - Updated dependencies [cb36de0]
652
+ - Updated dependencies [a82b851]
653
+ - Updated dependencies [41a0a0e]
654
+ - Updated dependencies [2871020]
655
+ - Updated dependencies [4a406ec]
656
+ - Updated dependencies [5d377e5]
657
+ - @mastra/core@0.13.0-alpha.2
658
+
659
+ ## 0.10.19-alpha.1
660
+
661
+ ### Patch Changes
662
+
663
+ - Updated dependencies [ea0c5f2]
664
+ - Updated dependencies [b0e43c1]
665
+ - Updated dependencies [1fb812e]
666
+ - Updated dependencies [35c5798]
667
+ - @mastra/core@0.13.0-alpha.1
668
+
669
+ ## 0.10.19-alpha.0
670
+
671
+ ### Patch Changes
672
+
673
+ - Updated dependencies [94f4812]
674
+ - Updated dependencies [e202b82]
675
+ - Updated dependencies [e00f6a0]
676
+ - @mastra/core@0.12.2-alpha.0
9
677
 
10
678
  ## 0.10.18
11
679