@mastra/mcp-docs-server 0.13.5-alpha.0 → 0.13.6

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 (93) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +76 -76
  2. package/.docs/organized/changelogs/%40mastra%2Fagui.md +61 -61
  3. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +54 -54
  4. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +211 -211
  5. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +75 -75
  6. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +91 -91
  7. package/.docs/organized/changelogs/%40mastra%2Fcore.md +185 -185
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +237 -237
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +143 -143
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +143 -143
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +235 -235
  12. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +84 -84
  13. package/.docs/organized/changelogs/%40mastra%2Fevals.md +56 -56
  14. package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
  15. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +75 -75
  16. package/.docs/organized/changelogs/%40mastra%2Flance.md +55 -0
  17. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +56 -56
  18. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +25 -25
  19. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +38 -38
  20. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +119 -119
  21. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +58 -58
  22. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +69 -0
  23. package/.docs/organized/changelogs/%40mastra%2Fpg.md +119 -119
  24. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +244 -244
  25. package/.docs/organized/changelogs/%40mastra%2Frag.md +73 -73
  26. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +24 -0
  27. package/.docs/organized/changelogs/%40mastra%2Fserver.md +211 -211
  28. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +76 -76
  29. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +44 -44
  30. package/.docs/organized/changelogs/create-mastra.md +126 -126
  31. package/.docs/organized/changelogs/mastra.md +256 -256
  32. package/.docs/organized/code-examples/agent.md +6 -0
  33. package/.docs/organized/code-examples/agui.md +3 -3
  34. package/.docs/organized/code-examples/ai-sdk-useChat.md +2 -2
  35. package/.docs/organized/code-examples/ai-sdk-v5.md +201 -0
  36. package/.docs/organized/code-examples/assistant-ui.md +2 -2
  37. package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +2 -2
  38. package/.docs/organized/code-examples/bird-checker-with-nextjs.md +2 -2
  39. package/.docs/organized/code-examples/client-side-tools.md +1 -1
  40. package/.docs/organized/code-examples/crypto-chatbot.md +5 -5
  41. package/.docs/organized/code-examples/openapi-spec-writer.md +2 -2
  42. package/.docs/organized/code-examples/workflow-with-suspend-resume.md +181 -0
  43. package/.docs/raw/agents/agent-memory.mdx +126 -0
  44. package/.docs/raw/agents/dynamic-agents.mdx +34 -2
  45. package/.docs/raw/agents/overview.mdx +21 -33
  46. package/.docs/raw/community/licensing.mdx +27 -19
  47. package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +60 -26
  48. package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +1 -1
  49. package/.docs/raw/deployment/cloud-providers/index.mdx +44 -9
  50. package/.docs/raw/deployment/server-deployment.mdx +56 -0
  51. package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +9 -30
  52. package/.docs/raw/deployment/serverless-platforms/index.mdx +13 -13
  53. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +291 -216
  54. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +0 -34
  55. package/.docs/raw/frameworks/agentic-uis/copilotkit.mdx +162 -181
  56. package/.docs/raw/frameworks/servers/express.mdx +1 -1
  57. package/.docs/raw/frameworks/web-frameworks/astro.mdx +2 -2
  58. package/.docs/raw/frameworks/web-frameworks/next-js.mdx +1 -1
  59. package/.docs/raw/frameworks/web-frameworks/sveltekit.mdx +4 -4
  60. package/.docs/raw/frameworks/web-frameworks/vite-react.mdx +1 -1
  61. package/.docs/raw/getting-started/installation.mdx +10 -7
  62. package/.docs/raw/getting-started/model-capability.mdx +1 -1
  63. package/.docs/raw/memory/overview.mdx +8 -0
  64. package/.docs/raw/memory/semantic-recall.mdx +6 -0
  65. package/.docs/raw/observability/tracing.mdx +30 -0
  66. package/.docs/raw/rag/retrieval.mdx +24 -5
  67. package/.docs/raw/reference/agents/agent.mdx +2 -2
  68. package/.docs/raw/reference/cli/create-mastra.mdx +7 -0
  69. package/.docs/raw/reference/cli/dev.mdx +4 -3
  70. package/.docs/raw/reference/client-js/agents.mdx +8 -0
  71. package/.docs/raw/reference/memory/query.mdx +35 -14
  72. package/.docs/raw/reference/observability/providers/keywordsai.mdx +73 -0
  73. package/.docs/raw/reference/rag/rerankWithScorer.mdx +213 -0
  74. package/.docs/raw/reference/storage/mssql.mdx +108 -0
  75. package/.docs/raw/server-db/custom-api-routes.mdx +67 -0
  76. package/.docs/raw/server-db/production-server.mdx +66 -0
  77. package/.docs/raw/tools-mcp/mcp-overview.mdx +28 -7
  78. package/.docs/raw/workflows/control-flow.mdx +91 -93
  79. package/.docs/raw/workflows/input-data-mapping.mdx +31 -43
  80. package/.docs/raw/workflows/overview.mdx +22 -12
  81. package/.docs/raw/workflows/pausing-execution.mdx +49 -4
  82. package/.docs/raw/workflows/suspend-and-resume.mdx +17 -16
  83. package/.docs/raw/workflows/using-with-agents-and-tools.mdx +16 -13
  84. package/.docs/raw/workflows-legacy/overview.mdx +11 -0
  85. package/LICENSE.md +11 -42
  86. package/package.json +7 -9
  87. package/.docs/raw/deployment/custom-api-routes.mdx +0 -55
  88. package/.docs/raw/deployment/server.mdx +0 -116
  89. package/.docs/raw/frameworks/ai-sdk-v5.mdx +0 -91
  90. /package/.docs/raw/{local-dev/mastra-dev.mdx → server-db/local-dev-playground.mdx} +0 -0
  91. /package/.docs/raw/{client-js/overview.mdx → server-db/mastra-client.mdx} +0 -0
  92. /package/.docs/raw/{deployment → server-db}/middleware.mdx +0 -0
  93. /package/.docs/raw/{storage/overview.mdx → server-db/storage.mdx} +0 -0
@@ -1,302 +1,302 @@
1
1
  # mastra
2
2
 
3
- ## 0.10.11-alpha.2
3
+ ## 0.10.14
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - ec77f83: Expose --inspect flag for mastra dev to start debugger
8
- - 565cc0c: fix redirection when clicking on the playground breadcrumbs
9
- - 4219597: add JSON input close to form input
10
- - 2873c7f: dependencies updates:
11
- - Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
12
- - Updated dependencies [2873c7f]
13
- - Updated dependencies [1c1c6a1]
14
- - Updated dependencies [2873c7f]
15
- - Updated dependencies [1c1c6a1]
16
- - Updated dependencies [d9b26b5]
17
- - Updated dependencies [f5ec3a4]
18
- - Updated dependencies [ab3bbff]
19
- - Updated dependencies [565cc0c]
20
- - Updated dependencies [18ca936]
21
- - @mastra/core@0.10.11-alpha.2
22
- - @mastra/deployer@0.10.11-alpha.2
23
- - @mastra/mcp@0.10.6-alpha.0
24
-
25
- ## 0.10.11-alpha.1
26
-
27
- ### Patch Changes
28
-
29
- - a7a836a: Highlight send event button
30
- - Updated dependencies [7f6e403]
31
- - @mastra/core@0.10.11-alpha.1
32
- - @mastra/deployer@0.10.11-alpha.1
33
-
34
- ## 0.10.11-alpha.0
35
-
36
- ### Patch Changes
37
-
38
- - af9e40e: Map log level number to string value
39
- - a9f51e4: Fix plaground get tools not including x-mastra-dev-header"
40
- - 3322d00: Fix tools watcher in dev
41
- - b790fd1: Use SerializedStepFlowEntry in playground
42
- - Updated dependencies [bc40cdd]
43
- - Updated dependencies [f8ce2cc]
44
- - Updated dependencies [8c846b6]
45
- - Updated dependencies [b790fd1]
46
- - Updated dependencies [d7ed04d]
47
- - Updated dependencies [f36e4f1]
48
- - @mastra/deployer@0.10.11-alpha.0
49
- - @mastra/core@0.10.11-alpha.0
50
-
51
- ## 0.10.10
52
-
53
- ### Patch Changes
54
-
55
- - 6997af1: add send event to server, deployer, client-js and playground-ui
56
- - 4d3fbdf: Return tool error message rather than throw when a tool error happens for agent and tool playground page.
57
- - Updated dependencies [6e13b80]
58
- - Updated dependencies [25bf999]
59
- - Updated dependencies [6997af1]
60
- - Updated dependencies [4d3fbdf]
61
- - @mastra/deployer@0.10.10
62
- - @mastra/loggers@0.10.3
63
- - @mastra/core@0.10.10
64
-
65
- ## 0.10.10-alpha.2
7
+ - dd2a4c9: change the way we start the dev process of playground
8
+ - af1f902: share thread list between agent, network and cloud
9
+ - 8f89bcd: fix traces pagination + sharing trace view with cloud
10
+ - 0bf0bc8: fix link in shared components + add e2e tests
11
+ - 2affc57: Fix output type of network loop
12
+ - 51192f8: Spread the loaded env into the main process
13
+ - f6c4d75: fix date picker on change
14
+ - 59f0dcd: Add light background color for step statuses
15
+ - 698518b: Allow external templates from github
16
+ - cf8d497: factorize tabs component between cloud and core
17
+ - 7827943: Handle streaming large data
18
+ - 808b493: wrap runtime context with tooltip provider for usage in cloud
19
+ - 8364fac: Fix displaying scorer input
20
+ - 09464dd: Share AgentMetadata component with cloud
21
+ - 80692d5: refactor: sharing only the UI and not data fetching for traces
22
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
23
+ - Updated dependencies [f248d53]
24
+ - Updated dependencies [82c6860]
25
+ - Updated dependencies [2affc57]
26
+ - Updated dependencies [66e13e3]
27
+ - Updated dependencies [edd9482]
28
+ - Updated dependencies [0938991]
29
+ - Updated dependencies [18344d7]
30
+ - Updated dependencies [7ba91fa]
31
+ - Updated dependencies [a512ede]
32
+ - Updated dependencies [35b1155]
33
+ - Updated dependencies [9d372c2]
34
+ - Updated dependencies [45469c5]
35
+ - Updated dependencies [40c2525]
36
+ - Updated dependencies [e473f27]
37
+ - Updated dependencies [032cb66]
38
+ - Updated dependencies [6f50efd]
39
+ - Updated dependencies [24eb25c]
40
+ - Updated dependencies [bf6903e]
41
+ - Updated dependencies [703ac71]
42
+ - Updated dependencies [a723d69]
43
+ - Updated dependencies [7827943]
44
+ - Updated dependencies [4c06f06]
45
+ - Updated dependencies [5889a31]
46
+ - Updated dependencies [bf1e7e7]
47
+ - Updated dependencies [65e3395]
48
+ - Updated dependencies [9de6f58]
49
+ - Updated dependencies [4933192]
50
+ - Updated dependencies [d1c77a4]
51
+ - Updated dependencies [bea9dd1]
52
+ - Updated dependencies [7983e53]
53
+ - Updated dependencies [dcd4802]
54
+ - Updated dependencies [cbddd18]
55
+ - Updated dependencies [7ba91fa]
56
+ - Updated dependencies [15ce274]
57
+ - @mastra/core@0.11.0
58
+ - @mastra/deployer@0.11.0
59
+
60
+ ## 0.10.14-alpha.3
66
61
 
67
62
  ### Patch Changes
68
63
 
69
- - Updated dependencies [25bf999]
70
- - @mastra/loggers@0.10.3-alpha.0
64
+ - 8364fac: Fix displaying scorer input
71
65
 
72
- ## 0.10.10-alpha.1
66
+ ## 0.10.14-alpha.2
73
67
 
74
68
  ### Patch Changes
75
69
 
76
- - 6997af1: add send event to server, deployer, client-js and playground-ui
77
- - Updated dependencies [6997af1]
78
- - @mastra/deployer@0.10.10-alpha.1
79
- - @mastra/core@0.10.10-alpha.1
80
-
81
- ## 0.10.10-alpha.0
70
+ - dd2a4c9: change the way we start the dev process of playground
71
+ - af1f902: share thread list between agent, network and cloud
72
+ - 2affc57: Fix output type of network loop
73
+ - 51192f8: Spread the loaded env into the main process
74
+ - f6c4d75: fix date picker on change
75
+ - 698518b: Allow external templates from github
76
+ - 09464dd: Share AgentMetadata component with cloud
77
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
78
+ - Updated dependencies [f248d53]
79
+ - Updated dependencies [82c6860]
80
+ - Updated dependencies [2affc57]
81
+ - Updated dependencies [66e13e3]
82
+ - Updated dependencies [edd9482]
83
+ - Updated dependencies [18344d7]
84
+ - Updated dependencies [7ba91fa]
85
+ - Updated dependencies [a512ede]
86
+ - Updated dependencies [35b1155]
87
+ - Updated dependencies [9d372c2]
88
+ - Updated dependencies [45469c5]
89
+ - Updated dependencies [40c2525]
90
+ - Updated dependencies [e473f27]
91
+ - Updated dependencies [032cb66]
92
+ - Updated dependencies [24eb25c]
93
+ - Updated dependencies [703ac71]
94
+ - Updated dependencies [a723d69]
95
+ - Updated dependencies [4c06f06]
96
+ - Updated dependencies [5889a31]
97
+ - Updated dependencies [65e3395]
98
+ - Updated dependencies [9de6f58]
99
+ - Updated dependencies [4933192]
100
+ - Updated dependencies [d1c77a4]
101
+ - Updated dependencies [bea9dd1]
102
+ - Updated dependencies [dcd4802]
103
+ - Updated dependencies [7ba91fa]
104
+ - Updated dependencies [15ce274]
105
+ - @mastra/core@0.11.0-alpha.2
106
+ - @mastra/deployer@0.11.0-alpha.2
107
+
108
+ ## 0.10.14-alpha.1
82
109
 
83
110
  ### Patch Changes
84
111
 
85
- - 4d3fbdf: Return tool error message rather than throw when a tool error happens for agent and tool playground page.
86
- - Updated dependencies [6e13b80]
87
- - Updated dependencies [4d3fbdf]
88
- - @mastra/deployer@0.10.10-alpha.0
89
- - @mastra/core@0.10.10-alpha.0
112
+ - 8f89bcd: fix traces pagination + sharing trace view with cloud
113
+ - 59f0dcd: Add light background color for step statuses
114
+ - cf8d497: factorize tabs component between cloud and core
115
+ - 80692d5: refactor: sharing only the UI and not data fetching for traces
116
+ - Updated dependencies [7983e53]
117
+ - @mastra/deployer@0.11.0-alpha.1
118
+ - @mastra/core@0.11.0-alpha.1
90
119
 
91
- ## 0.10.9
120
+ ## 0.10.14-alpha.0
92
121
 
93
122
  ### Patch Changes
94
123
 
95
- - 4e06e3f: timing not displayed correctly in traces
96
- - 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
97
- - d093c1e: Update example workflow to use existing weather agent
98
- - a606c75: show right suspend schema for nested workflow on playground
99
- - 1cbdfd0: update create-mastra gemini model to 2.5
100
- - 1760a1c: Use workflow stream in playground instead of watch
101
- - 038e5ae: Add cancel workflow run
102
- - ac369c6: Show resume data on workflow graph
103
- - 91c43b4: Use process.execPath for node in dev
104
- - 976a62b: remove persistence capabilities in model settings components
105
- - 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
106
- - f78f399: Make AgentModelSettings shareable between cloud and playground
107
- - 57929df: agent network display
108
- - Updated dependencies [9dda1ac]
109
- - Updated dependencies [9dda1ac]
110
- - Updated dependencies [c984582]
111
- - Updated dependencies [7e801dd]
112
- - Updated dependencies [a606c75]
113
- - Updated dependencies [7aa70a4]
114
- - Updated dependencies [764f86a]
115
- - Updated dependencies [1760a1c]
116
- - Updated dependencies [038e5ae]
117
- - Updated dependencies [7dda16a]
118
- - Updated dependencies [6f87544]
119
- - Updated dependencies [5ebfcdd]
120
- - Updated dependencies [81a1b3b]
121
- - Updated dependencies [b2d0c91]
122
- - Updated dependencies [4e809ad]
123
- - Updated dependencies [57929df]
124
- - Updated dependencies [7e801dd]
125
- - Updated dependencies [b7852ed]
126
- - Updated dependencies [6320a61]
127
- - @mastra/core@0.10.9
128
- - @mastra/deployer@0.10.9
129
-
130
- ## 0.10.9-alpha.0
124
+ - 0bf0bc8: fix link in shared components + add e2e tests
125
+ - 7827943: Handle streaming large data
126
+ - 808b493: wrap runtime context with tooltip provider for usage in cloud
127
+ - Updated dependencies [0938991]
128
+ - Updated dependencies [6f50efd]
129
+ - Updated dependencies [bf6903e]
130
+ - Updated dependencies [7827943]
131
+ - Updated dependencies [bf1e7e7]
132
+ - Updated dependencies [cbddd18]
133
+ - @mastra/deployer@0.11.0-alpha.0
134
+ - @mastra/core@0.11.0-alpha.0
131
135
 
132
- ### Patch Changes
133
-
134
- - 4e06e3f: timing not displayed correctly in traces
135
- - 7e801dd: [MASTRA-4118] fixes issue with agent network loopStream where subsequent messages aren't present in playground on refresh
136
- - d093c1e: Update example workflow to use existing weather agent
137
- - a606c75: show right suspend schema for nested workflow on playground
138
- - 1cbdfd0: update create-mastra gemini model to 2.5
139
- - 1760a1c: Use workflow stream in playground instead of watch
140
- - 038e5ae: Add cancel workflow run
141
- - ac369c6: Show resume data on workflow graph
142
- - 91c43b4: Use process.execPath for node in dev
143
- - 976a62b: remove persistence capabilities in model settings components
144
- - 4e809ad: Visualizations for .sleep()/.sleepUntil()/.waitForEvent()
145
- - f78f399: Make AgentModelSettings shareable between cloud and playground
146
- - 57929df: agent network display
147
- - Updated dependencies [9dda1ac]
148
- - Updated dependencies [9dda1ac]
149
- - Updated dependencies [c984582]
150
- - Updated dependencies [7e801dd]
151
- - Updated dependencies [a606c75]
152
- - Updated dependencies [7aa70a4]
153
- - Updated dependencies [764f86a]
154
- - Updated dependencies [1760a1c]
155
- - Updated dependencies [038e5ae]
156
- - Updated dependencies [7dda16a]
157
- - Updated dependencies [6f87544]
158
- - Updated dependencies [5ebfcdd]
159
- - Updated dependencies [81a1b3b]
160
- - Updated dependencies [b2d0c91]
161
- - Updated dependencies [4e809ad]
162
- - Updated dependencies [57929df]
163
- - Updated dependencies [7e801dd]
164
- - Updated dependencies [b7852ed]
165
- - Updated dependencies [6320a61]
166
- - @mastra/core@0.10.9-alpha.0
167
- - @mastra/deployer@0.10.9-alpha.0
168
-
169
- ## 0.10.8
136
+ ## 0.10.13
170
137
 
171
138
  ### Patch Changes
172
139
 
173
- - a344ac7: Fix tool streaming in agent network
174
- - Updated dependencies [b8f16b2]
175
- - Updated dependencies [3e04487]
176
- - Updated dependencies [a344ac7]
177
- - Updated dependencies [dc4ca0a]
178
- - @mastra/core@0.10.8
179
- - @mastra/deployer@0.10.8
180
-
181
- ## 0.10.8-alpha.1
140
+ - 593631d: allow to pass ref to the link abstraction
141
+ - 5237998: Fix foreach output
142
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
143
+ - d49334d: export tool list for usage in cloud
144
+ - 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
145
+ - 794d9f3: Fix thread creation in playground
146
+ - 5130bcb: dependencies updates:
147
+ - Updated dependency [`swr@^2.3.4` ↗︎](https://www.npmjs.com/package/swr/v/2.3.4) (from `^2.3.3`, in `dependencies`)
148
+ - 984887a: dependencies updates:
149
+ - Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
150
+ - aa9528a: Display reasoning in playground
151
+ - 45174f3: share network list between core and cloud
152
+ - 48f5532: export workflow list for usage in cloud
153
+ - 3e484be: Added CLI template option
154
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
155
+ - e1d0080: abstract Link component between cloud and core
156
+ - f9b1508: add the same agent table as in cloud and export it from the playground
157
+ - dfbeec6: Fix navigation to vnext AgentNetwork agents
158
+ - Updated dependencies [7776324]
159
+ - Updated dependencies [0b56518]
160
+ - Updated dependencies [db5cc15]
161
+ - Updated dependencies [2ba5b76]
162
+ - Updated dependencies [7b57e2c]
163
+ - Updated dependencies [5237998]
164
+ - Updated dependencies [c3a30de]
165
+ - Updated dependencies [37c1acd]
166
+ - Updated dependencies [1aa60b1]
167
+ - Updated dependencies [89ec9d4]
168
+ - Updated dependencies [cf3a184]
169
+ - Updated dependencies [fe4bbd4]
170
+ - Updated dependencies [d6bfd60]
171
+ - Updated dependencies [626b0f4]
172
+ - Updated dependencies [c22a91f]
173
+ - Updated dependencies [f7403ab]
174
+ - Updated dependencies [6c89d7f]
175
+ - @mastra/deployer@0.10.15
176
+ - @mastra/core@0.10.15
177
+
178
+ ## 0.10.13-alpha.2
182
179
 
183
180
  ### Patch Changes
184
181
 
185
- - Updated dependencies [b8f16b2]
186
- - Updated dependencies [3e04487]
187
- - Updated dependencies [dc4ca0a]
188
- - @mastra/core@0.10.8-alpha.1
189
- - @mastra/deployer@0.10.8-alpha.1
182
+ - 794d9f3: Fix thread creation in playground
183
+ - dfbeec6: Fix navigation to vnext AgentNetwork agents
190
184
 
191
- ## 0.10.8-alpha.0
185
+ ## 0.10.13-alpha.1
192
186
 
193
187
  ### Patch Changes
194
188
 
195
- - a344ac7: Fix tool streaming in agent network
196
- - Updated dependencies [a344ac7]
197
- - @mastra/deployer@0.10.8-alpha.0
198
- - @mastra/core@0.10.8-alpha.0
199
-
200
- ## 0.10.7
189
+ - d49334d: export tool list for usage in cloud
190
+ - 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
191
+ - 45174f3: share network list between core and cloud
192
+ - 48f5532: export workflow list for usage in cloud
193
+ - 3e484be: Added CLI template option
194
+ - Updated dependencies [0b56518]
195
+ - Updated dependencies [2ba5b76]
196
+ - Updated dependencies [c3a30de]
197
+ - Updated dependencies [cf3a184]
198
+ - Updated dependencies [fe4bbd4]
199
+ - Updated dependencies [d6bfd60]
200
+ - @mastra/core@0.10.15-alpha.1
201
+ - @mastra/deployer@0.10.15-alpha.1
202
+
203
+ ## 0.10.13-alpha.0
201
204
 
202
205
  ### Patch Changes
203
206
 
204
- - 5d74aab: vNext network in playground
205
- - 9102d89: Fix final output not showing on playground for previously suspended steps
206
- - 17903a3: Remove install step from dev for telemetry
207
- - 8e1b6e9: dependencies updates:
208
- - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
209
- - 21ffb97: Make dynamic form handle schema better
210
- - be3d5a3: Remove recharts and ramada (unused deps)
211
- - f9b4350: fix icons not showing on all agents
212
- - Updated dependencies [8e1b6e9]
213
- - Updated dependencies [36cd0f1]
214
- - Updated dependencies [2eab82b]
215
- - Updated dependencies [ee93d96]
216
- - Updated dependencies [c00039d]
217
- - Updated dependencies [15e9d26]
218
- - Updated dependencies [d1baedb]
219
- - Updated dependencies [d8f2d19]
220
- - Updated dependencies [9bf1d55]
221
- - Updated dependencies [4d21bf2]
222
- - Updated dependencies [914684e]
223
- - Updated dependencies [07d6d88]
224
- - Updated dependencies [9d52b17]
225
- - Updated dependencies [2097952]
226
- - Updated dependencies [792c4c0]
227
- - Updated dependencies [5d74aab]
228
- - Updated dependencies [5d74aab]
229
- - Updated dependencies [17903a3]
230
- - Updated dependencies [a8b194f]
231
- - Updated dependencies [4fb0cc2]
232
- - Updated dependencies [d2a7a31]
233
- - Updated dependencies [502fe05]
234
- - Updated dependencies [144eb0b]
235
- - Updated dependencies [8ba1b51]
236
- - Updated dependencies [10a4f10]
237
- - Updated dependencies [4efcfa0]
238
- - Updated dependencies [0e17048]
239
- - Updated dependencies [dc93062]
240
- - @mastra/deployer@0.10.7
241
- - @mastra/mcp@0.10.5
242
- - @mastra/core@0.10.7
243
-
244
- ## 0.10.7-alpha.5
207
+ - 593631d: allow to pass ref to the link abstraction
208
+ - 5237998: Fix foreach output
209
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
210
+ - 5130bcb: dependencies updates:
211
+ - Updated dependency [`swr@^2.3.4` ↗︎](https://www.npmjs.com/package/swr/v/2.3.4) (from `^2.3.3`, in `dependencies`)
212
+ - 984887a: dependencies updates:
213
+ - Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
214
+ - aa9528a: Display reasoning in playground
215
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
216
+ - e1d0080: abstract Link component between cloud and core
217
+ - f9b1508: add the same agent table as in cloud and export it from the playground
218
+ - Updated dependencies [7776324]
219
+ - Updated dependencies [db5cc15]
220
+ - Updated dependencies [7b57e2c]
221
+ - Updated dependencies [5237998]
222
+ - Updated dependencies [37c1acd]
223
+ - Updated dependencies [1aa60b1]
224
+ - Updated dependencies [89ec9d4]
225
+ - Updated dependencies [626b0f4]
226
+ - Updated dependencies [c22a91f]
227
+ - Updated dependencies [f7403ab]
228
+ - Updated dependencies [6c89d7f]
229
+ - @mastra/deployer@0.10.15-alpha.0
230
+ - @mastra/core@0.10.15-alpha.0
231
+
232
+ ## 0.10.12
245
233
 
246
234
  ### Patch Changes
247
235
 
248
- - f9b4350: fix icons not showing on all agents
249
- - @mastra/core@0.10.7-alpha.5
250
- - @mastra/deployer@0.10.7-alpha.5
236
+ - 640f47e: move agent model settings into agent settings
237
+ - 5d0c163: Scaffold create-mastra projects with zod@^3 to prevent package version conflicts during install
238
+ - 53e3f58: Add support for custom instrumentation files
239
+ - Updated dependencies [b4a9811]
240
+ - Updated dependencies [4d5583d]
241
+ - Updated dependencies [53e3f58]
242
+ - @mastra/core@0.10.12
243
+ - @mastra/deployer@0.10.12
251
244
 
252
- ## 0.10.7-alpha.4
245
+ ## 0.10.12-alpha.0
253
246
 
254
247
  ### Patch Changes
255
248
 
256
- - Updated dependencies [a8b194f]
257
- - Updated dependencies [dc93062]
258
- - @mastra/core@0.10.7-alpha.4
259
- - @mastra/mcp@0.10.5-alpha.2
260
- - @mastra/deployer@0.10.7-alpha.4
249
+ - 640f47e: move agent model settings into agent settings
250
+ - 5d0c163: Scaffold create-mastra projects with zod@^3 to prevent package version conflicts during install
251
+ - 53e3f58: Add support for custom instrumentation files
252
+ - Updated dependencies [b4a9811]
253
+ - Updated dependencies [53e3f58]
254
+ - @mastra/core@0.10.12-alpha.0
255
+ - @mastra/deployer@0.10.12-alpha.0
261
256
 
262
- ## 0.10.7-alpha.3
257
+ ## 0.10.11
263
258
 
264
259
  ### Patch Changes
265
260
 
266
- - Updated dependencies [792c4c0]
267
- - Updated dependencies [502fe05]
268
- - Updated dependencies [10a4f10]
269
- - Updated dependencies [4efcfa0]
270
- - @mastra/core@0.10.7-alpha.3
271
- - @mastra/deployer@0.10.7-alpha.3
272
-
273
- ## 0.10.7-alpha.2
261
+ - ec77f83: Expose --inspect flag for mastra dev to start debugger
262
+ - af9e40e: Map log level number to string value
263
+ - f457d86: reset localstorage when resetting model settings
264
+ - 8722d53: Fix multi modal remaining steps
265
+ - 565cc0c: fix redirection when clicking on the playground breadcrumbs
266
+ - 4219597: add JSON input close to form input
267
+ - 2873c7f: dependencies updates:
268
+ - Updated dependency [`dotenv@^16.6.1` ↗︎](https://www.npmjs.com/package/dotenv/v/16.6.1) (from `^16.5.0`, in `dependencies`)
269
+ - a9f51e4: Fix plaground get tools not including x-mastra-dev-header"
270
+ - 3322d00: Fix tools watcher in dev
271
+ - b790fd1: Use SerializedStepFlowEntry in playground
272
+ - a7a836a: Highlight send event button
273
+ - Updated dependencies [2873c7f]
274
+ - Updated dependencies [1c1c6a1]
275
+ - Updated dependencies [bc40cdd]
276
+ - Updated dependencies [2873c7f]
277
+ - Updated dependencies [1c1c6a1]
278
+ - Updated dependencies [d9b26b5]
279
+ - Updated dependencies [f5ec3a4]
280
+ - Updated dependencies [f8ce2cc]
281
+ - Updated dependencies [ab3bbff]
282
+ - Updated dependencies [8c846b6]
283
+ - Updated dependencies [c7bbf1e]
284
+ - Updated dependencies [8722d53]
285
+ - Updated dependencies [565cc0c]
286
+ - Updated dependencies [b790fd1]
287
+ - Updated dependencies [132027f]
288
+ - Updated dependencies [0c85311]
289
+ - Updated dependencies [d7ed04d]
290
+ - Updated dependencies [c0ba5e2]
291
+ - Updated dependencies [18ca936]
292
+ - Updated dependencies [cb16baf]
293
+ - Updated dependencies [40cd025]
294
+ - Updated dependencies [f36e4f1]
295
+ - Updated dependencies [7f6e403]
296
+ - @mastra/core@0.10.11
297
+ - @mastra/deployer@0.10.11
298
+ - @mastra/mcp@0.10.6
274
299
 
275
- ### Patch Changes
300
+ ## 0.10.11-alpha.3
276
301
 
277
- - 5d74aab: vNext network in playground
278
- - 17903a3: Remove install step from dev for telemetry
279
- - 8e1b6e9: dependencies updates:
280
- - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
281
- - be3d5a3: Remove recharts and ramada (unused deps)
282
- - Updated dependencies [8e1b6e9]
283
- - Updated dependencies [36cd0f1]
284
- - Updated dependencies [2eab82b]
285
- - Updated dependencies [ee93d96]
286
- - Updated dependencies [c00039d]
287
- - Updated dependencies [15e9d26]
288
- - Updated dependencies [9bf1d55]
289
- - Updated dependencies [914684e]
290
- - Updated dependencies [07d6d88]
291
- - Updated dependencies [5d74aab]
292
- - Updated dependencies [5d74aab]
293
- - Updated dependencies [17903a3]
294
- - Updated dependencies [144eb0b]
295
- - @mastra/deployer@0.10.7-alpha.2
296
- - @mastra/mcp@0.10.5-alpha.1
297
- - @mastra/core@0.10.7-alpha.2
298
-
299
- ## 0.10.7-alpha.1
300
-
301
-
302
- ... 4219 more lines hidden. See full changelog in package directory.
302
+ ... 4532 more lines hidden. See full changelog in package directory.
@@ -579,6 +579,9 @@ export const mastra = new Mastra({
579
579
  myMcpServerTwo,
580
580
  },
581
581
  workflows: { myWorkflow },
582
+ bundler: {
583
+ sourcemap: true,
584
+ },
582
585
  serverMiddleware: [
583
586
  {
584
587
  handler: (c, next) => {
@@ -587,6 +590,9 @@ export const mastra = new Mastra({
587
590
  },
588
591
  },
589
592
  ],
593
+ // telemetry: {
594
+ // enabled: false,
595
+ // }
590
596
  });
591
597
 
592
598
  ```
@@ -7,7 +7,7 @@
7
7
  "@copilotkit/react-core": "^1.8.10",
8
8
  "@copilotkit/react-ui": "^1.8.10",
9
9
  "@copilotkit/runtime": "^1.8.10",
10
- "@mastra/agui": "latest",
10
+ "@ag-ui/mastra": "latest",
11
11
  "@mastra/core": "latest",
12
12
  "@mastra/libsql": "latest",
13
13
  "@mastra/loggers": "latest",
@@ -24,7 +24,7 @@
24
24
  "@typescript-eslint/eslint-plugin": "^8.32.0",
25
25
  "@typescript-eslint/parser": "^8.32.0",
26
26
  "@vitejs/plugin-react": "^4.4.1",
27
- "eslint": "^9.29.0",
27
+ "eslint": "^9.30.1",
28
28
  "eslint-plugin-react-hooks": "^5.2.0",
29
29
  "eslint-plugin-react-refresh": "^0.4.20",
30
30
  "globals": "^16.0.0",
@@ -76,7 +76,7 @@ export const weatherAgent = new Agent({
76
76
  import { Mastra } from '@mastra/core/mastra';
77
77
  import { PinoLogger } from '@mastra/loggers';
78
78
  import { LibSQLStore } from '@mastra/libsql';
79
- import { registerCopilotKit } from '@mastra/agui';
79
+ import { registerCopilotKit } from '@ag-ui/mastra';
80
80
  import { RuntimeContext } from '@mastra/core/runtime-context';
81
81
  import { weatherAgent } from './agents';
82
82
  import { myNetwork } from './network';
@@ -16,8 +16,8 @@
16
16
  "@types/node": "^20.17.57",
17
17
  "@types/react": "^19.1.8",
18
18
  "@types/react-dom": "^19.1.6",
19
- "eslint": "^9.29.0",
20
- "eslint-config-next": "15.3.3",
19
+ "eslint": "^9.30.1",
20
+ "eslint-config-next": "15.3.5",
21
21
  "postcss": "^8.5.3",
22
22
  "tailwindcss": "^3.4.17",
23
23
  "typescript": "^5.8.2"