@mastra/mcp-docs-server 0.13.37-alpha.1 → 0.13.38

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 (403) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fchangeset-cli.md +4 -0
  2. package/.docs/organized/changelogs/%40internal%2Fexternal-types.md +4 -0
  3. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +15 -15
  4. package/.docs/organized/changelogs/%40internal%2Ftypes-builder.md +4 -0
  5. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +9 -9
  6. package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +10 -10
  7. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +30 -30
  8. package/.docs/organized/changelogs/%40mastra%2Fcore.md +116 -116
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +25 -25
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +25 -25
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +27 -27
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +25 -25
  13. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +37 -37
  14. package/.docs/organized/changelogs/%40mastra%2Flance.md +10 -10
  15. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +22 -22
  16. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +9 -9
  17. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +31 -31
  18. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +44 -44
  19. package/.docs/organized/changelogs/%40mastra%2Freact.md +22 -22
  20. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +12 -0
  21. package/.docs/organized/changelogs/%40mastra%2Fserver.md +30 -30
  22. package/.docs/organized/changelogs/create-mastra.md +11 -11
  23. package/.docs/organized/changelogs/mastra.md +33 -33
  24. package/.docs/raw/agents/adding-voice.mdx +20 -9
  25. package/.docs/raw/agents/agent-memory.mdx +55 -39
  26. package/.docs/raw/agents/guardrails.mdx +68 -61
  27. package/.docs/raw/agents/networks.mdx +50 -46
  28. package/.docs/raw/agents/overview.mdx +125 -88
  29. package/.docs/raw/agents/using-tools.mdx +14 -15
  30. package/.docs/raw/auth/auth0.mdx +28 -27
  31. package/.docs/raw/auth/clerk.mdx +22 -20
  32. package/.docs/raw/auth/firebase.mdx +42 -39
  33. package/.docs/raw/auth/index.mdx +1 -1
  34. package/.docs/raw/auth/jwt.mdx +18 -16
  35. package/.docs/raw/auth/supabase.mdx +20 -18
  36. package/.docs/raw/auth/workos.mdx +32 -26
  37. package/.docs/raw/community/contributing-templates.mdx +7 -7
  38. package/.docs/raw/community/discord.mdx +2 -2
  39. package/.docs/raw/community/licensing.mdx +1 -1
  40. package/.docs/raw/course/03-agent-memory/26-updating-mastra-export-comprehensive.md +0 -32
  41. package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +41 -22
  42. package/.docs/raw/deployment/cloud-providers/aws-lambda.mdx +48 -29
  43. package/.docs/raw/deployment/cloud-providers/azure-app-services.mdx +52 -24
  44. package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +86 -55
  45. package/.docs/raw/deployment/cloud-providers/index.mdx +16 -13
  46. package/.docs/raw/deployment/monorepo.mdx +32 -42
  47. package/.docs/raw/deployment/overview.mdx +15 -15
  48. package/.docs/raw/deployment/server-deployment.mdx +18 -23
  49. package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +16 -17
  50. package/.docs/raw/deployment/serverless-platforms/index.mdx +15 -12
  51. package/.docs/raw/deployment/serverless-platforms/netlify-deployer.mdx +14 -23
  52. package/.docs/raw/deployment/serverless-platforms/vercel-deployer.mdx +16 -23
  53. package/.docs/raw/deployment/web-framework.mdx +14 -14
  54. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +138 -145
  55. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +54 -43
  56. package/.docs/raw/frameworks/agentic-uis/cedar-os.mdx +51 -36
  57. package/.docs/raw/frameworks/agentic-uis/copilotkit.mdx +161 -120
  58. package/.docs/raw/frameworks/agentic-uis/openrouter.mdx +59 -48
  59. package/.docs/raw/frameworks/servers/express.mdx +45 -44
  60. package/.docs/raw/frameworks/web-frameworks/astro.mdx +245 -162
  61. package/.docs/raw/frameworks/web-frameworks/next-js.mdx +112 -69
  62. package/.docs/raw/frameworks/web-frameworks/sveltekit.mdx +189 -164
  63. package/.docs/raw/frameworks/web-frameworks/vite-react.mdx +94 -81
  64. package/.docs/raw/getting-started/installation.mdx +164 -133
  65. package/.docs/raw/getting-started/mcp-docs-server.mdx +36 -39
  66. package/.docs/raw/getting-started/project-structure.mdx +34 -42
  67. package/.docs/raw/getting-started/studio.mdx +40 -58
  68. package/.docs/raw/getting-started/templates.mdx +22 -27
  69. package/.docs/raw/index.mdx +9 -9
  70. package/.docs/raw/mastra-cloud/dashboard.mdx +10 -10
  71. package/.docs/raw/mastra-cloud/observability.mdx +7 -8
  72. package/.docs/raw/mastra-cloud/overview.mdx +16 -22
  73. package/.docs/raw/mastra-cloud/setting-up.mdx +33 -20
  74. package/.docs/raw/memory/conversation-history.mdx +2 -2
  75. package/.docs/raw/memory/overview.mdx +21 -23
  76. package/.docs/raw/memory/semantic-recall.mdx +14 -13
  77. package/.docs/raw/memory/storage/memory-with-libsql.mdx +27 -28
  78. package/.docs/raw/memory/storage/memory-with-pg.mdx +26 -26
  79. package/.docs/raw/memory/storage/memory-with-upstash.mdx +26 -27
  80. package/.docs/raw/memory/threads-and-resources.mdx +23 -20
  81. package/.docs/raw/memory/working-memory.mdx +27 -38
  82. package/.docs/raw/observability/ai-tracing/exporters/arize.mdx +30 -29
  83. package/.docs/raw/observability/ai-tracing/exporters/braintrust.mdx +8 -9
  84. package/.docs/raw/observability/ai-tracing/exporters/cloud.mdx +17 -16
  85. package/.docs/raw/observability/ai-tracing/exporters/default.mdx +31 -32
  86. package/.docs/raw/observability/ai-tracing/exporters/langfuse.mdx +18 -17
  87. package/.docs/raw/observability/ai-tracing/exporters/langsmith.mdx +14 -14
  88. package/.docs/raw/observability/ai-tracing/exporters/otel.mdx +56 -46
  89. package/.docs/raw/observability/ai-tracing/overview.mdx +145 -122
  90. package/.docs/raw/observability/ai-tracing/processors/sensitive-data-filter.mdx +57 -36
  91. package/.docs/raw/observability/logging.mdx +14 -17
  92. package/.docs/raw/observability/nextjs-tracing.mdx +5 -5
  93. package/.docs/raw/observability/otel-tracing.mdx +17 -18
  94. package/.docs/raw/observability/overview.mdx +14 -10
  95. package/.docs/raw/rag/chunking-and-embedding.mdx +10 -8
  96. package/.docs/raw/rag/overview.mdx +5 -5
  97. package/.docs/raw/rag/retrieval.mdx +125 -107
  98. package/.docs/raw/rag/vector-databases.mdx +232 -223
  99. package/.docs/raw/reference/agents/agent.mdx +54 -41
  100. package/.docs/raw/reference/agents/generate.mdx +367 -261
  101. package/.docs/raw/reference/agents/generateLegacy.mdx +260 -178
  102. package/.docs/raw/reference/agents/getDefaultGenerateOptions.mdx +7 -5
  103. package/.docs/raw/reference/agents/getDefaultStreamOptions.mdx +7 -5
  104. package/.docs/raw/reference/agents/getDescription.mdx +3 -2
  105. package/.docs/raw/reference/agents/getInstructions.mdx +7 -5
  106. package/.docs/raw/reference/agents/getLLM.mdx +11 -7
  107. package/.docs/raw/reference/agents/getMemory.mdx +7 -5
  108. package/.docs/raw/reference/agents/getModel.mdx +7 -5
  109. package/.docs/raw/reference/agents/getScorers.mdx +7 -5
  110. package/.docs/raw/reference/agents/getTools.mdx +7 -5
  111. package/.docs/raw/reference/agents/getVoice.mdx +7 -5
  112. package/.docs/raw/reference/agents/getWorkflows.mdx +7 -5
  113. package/.docs/raw/reference/agents/listAgents.mdx +6 -4
  114. package/.docs/raw/reference/agents/network.mdx +171 -116
  115. package/.docs/raw/reference/auth/auth0.mdx +18 -14
  116. package/.docs/raw/reference/auth/clerk.mdx +15 -12
  117. package/.docs/raw/reference/auth/firebase.mdx +23 -16
  118. package/.docs/raw/reference/auth/jwt.mdx +7 -6
  119. package/.docs/raw/reference/auth/supabase.mdx +13 -10
  120. package/.docs/raw/reference/auth/workos.mdx +17 -13
  121. package/.docs/raw/reference/cli/create-mastra.mdx +61 -44
  122. package/.docs/raw/reference/cli/mastra.mdx +11 -11
  123. package/.docs/raw/reference/client-js/agents.mdx +40 -43
  124. package/.docs/raw/reference/client-js/error-handling.mdx +1 -1
  125. package/.docs/raw/reference/client-js/logs.mdx +1 -1
  126. package/.docs/raw/reference/client-js/mastra-client.mdx +21 -13
  127. package/.docs/raw/reference/client-js/memory.mdx +6 -2
  128. package/.docs/raw/reference/client-js/observability.mdx +10 -9
  129. package/.docs/raw/reference/client-js/telemetry.mdx +1 -1
  130. package/.docs/raw/reference/client-js/tools.mdx +1 -1
  131. package/.docs/raw/reference/client-js/vectors.mdx +1 -1
  132. package/.docs/raw/reference/client-js/workflows-legacy.mdx +1 -1
  133. package/.docs/raw/reference/client-js/workflows.mdx +7 -7
  134. package/.docs/raw/reference/core/getAgent.mdx +6 -5
  135. package/.docs/raw/reference/core/getAgentById.mdx +5 -4
  136. package/.docs/raw/reference/core/getAgents.mdx +3 -3
  137. package/.docs/raw/reference/core/getDeployer.mdx +4 -3
  138. package/.docs/raw/reference/core/getLogger.mdx +4 -3
  139. package/.docs/raw/reference/core/getLogs.mdx +10 -6
  140. package/.docs/raw/reference/core/getLogsByRunId.mdx +8 -5
  141. package/.docs/raw/reference/core/getMCPServer.mdx +8 -5
  142. package/.docs/raw/reference/core/getMCPServers.mdx +4 -3
  143. package/.docs/raw/reference/core/getMemory.mdx +4 -3
  144. package/.docs/raw/reference/core/getScorer.mdx +15 -12
  145. package/.docs/raw/reference/core/getScorerByName.mdx +12 -9
  146. package/.docs/raw/reference/core/getScorers.mdx +3 -2
  147. package/.docs/raw/reference/core/getServer.mdx +4 -3
  148. package/.docs/raw/reference/core/getStorage.mdx +4 -3
  149. package/.docs/raw/reference/core/getTelemetry.mdx +4 -3
  150. package/.docs/raw/reference/core/getVector.mdx +6 -4
  151. package/.docs/raw/reference/core/getVectors.mdx +4 -3
  152. package/.docs/raw/reference/core/getWorkflow.mdx +7 -4
  153. package/.docs/raw/reference/core/getWorkflows.mdx +5 -3
  154. package/.docs/raw/reference/core/mastra-class.mdx +16 -16
  155. package/.docs/raw/reference/core/setLogger.mdx +6 -4
  156. package/.docs/raw/reference/core/setStorage.mdx +4 -4
  157. package/.docs/raw/reference/core/setTelemetry.mdx +4 -3
  158. package/.docs/raw/reference/deployer/cloudflare.mdx +11 -7
  159. package/.docs/raw/reference/deployer/deployer.mdx +2 -1
  160. package/.docs/raw/reference/deployer/netlify.mdx +4 -4
  161. package/.docs/raw/reference/deployer/vercel.mdx +6 -6
  162. package/.docs/raw/reference/evals/answer-relevancy.mdx +4 -5
  163. package/.docs/raw/reference/evals/bias.mdx +4 -5
  164. package/.docs/raw/reference/evals/completeness.mdx +4 -5
  165. package/.docs/raw/reference/evals/content-similarity.mdx +4 -5
  166. package/.docs/raw/reference/evals/context-position.mdx +4 -5
  167. package/.docs/raw/reference/evals/context-precision.mdx +4 -5
  168. package/.docs/raw/reference/evals/context-relevancy.mdx +4 -5
  169. package/.docs/raw/reference/evals/contextual-recall.mdx +4 -5
  170. package/.docs/raw/reference/evals/faithfulness.mdx +4 -5
  171. package/.docs/raw/reference/evals/hallucination.mdx +4 -6
  172. package/.docs/raw/reference/evals/keyword-coverage.mdx +4 -5
  173. package/.docs/raw/reference/evals/prompt-alignment.mdx +4 -6
  174. package/.docs/raw/reference/evals/summarization.mdx +4 -6
  175. package/.docs/raw/reference/evals/textual-difference.mdx +4 -5
  176. package/.docs/raw/reference/evals/tone-consistency.mdx +4 -7
  177. package/.docs/raw/reference/evals/toxicity.mdx +4 -5
  178. package/.docs/raw/reference/index.mdx +3 -3
  179. package/.docs/raw/reference/legacyWorkflows/after.mdx +5 -5
  180. package/.docs/raw/reference/legacyWorkflows/afterEvent.mdx +5 -5
  181. package/.docs/raw/reference/legacyWorkflows/commit.mdx +5 -5
  182. package/.docs/raw/reference/legacyWorkflows/createRun.mdx +4 -4
  183. package/.docs/raw/reference/legacyWorkflows/else.mdx +5 -5
  184. package/.docs/raw/reference/legacyWorkflows/events.mdx +7 -7
  185. package/.docs/raw/reference/legacyWorkflows/execute.mdx +4 -4
  186. package/.docs/raw/reference/legacyWorkflows/if.mdx +5 -5
  187. package/.docs/raw/reference/legacyWorkflows/resume.mdx +5 -5
  188. package/.docs/raw/reference/legacyWorkflows/resumeWithEvent.mdx +6 -6
  189. package/.docs/raw/reference/legacyWorkflows/snapshots.mdx +6 -6
  190. package/.docs/raw/reference/legacyWorkflows/start.mdx +6 -6
  191. package/.docs/raw/reference/legacyWorkflows/step-class.mdx +4 -4
  192. package/.docs/raw/reference/legacyWorkflows/step-condition.mdx +4 -4
  193. package/.docs/raw/reference/legacyWorkflows/step-function.mdx +5 -5
  194. package/.docs/raw/reference/legacyWorkflows/step-options.mdx +6 -6
  195. package/.docs/raw/reference/legacyWorkflows/step-retries.mdx +4 -4
  196. package/.docs/raw/reference/legacyWorkflows/suspend.mdx +4 -4
  197. package/.docs/raw/reference/legacyWorkflows/then.mdx +5 -5
  198. package/.docs/raw/reference/legacyWorkflows/until.mdx +4 -4
  199. package/.docs/raw/reference/legacyWorkflows/watch.mdx +3 -3
  200. package/.docs/raw/reference/legacyWorkflows/while.mdx +4 -4
  201. package/.docs/raw/reference/legacyWorkflows/workflow.mdx +7 -7
  202. package/.docs/raw/reference/memory/createThread.mdx +10 -10
  203. package/.docs/raw/reference/memory/deleteMessages.mdx +7 -5
  204. package/.docs/raw/reference/memory/getThreadById.mdx +6 -5
  205. package/.docs/raw/reference/memory/getThreadsByResourceId.mdx +11 -10
  206. package/.docs/raw/reference/memory/getThreadsByResourceIdPaginated.mdx +10 -9
  207. package/.docs/raw/reference/memory/{Memory.mdx → memory-class.mdx} +53 -46
  208. package/.docs/raw/reference/memory/query.mdx +39 -25
  209. package/.docs/raw/reference/observability/ai-tracing/ai-tracing.mdx +9 -5
  210. package/.docs/raw/reference/observability/ai-tracing/configuration.mdx +26 -22
  211. package/.docs/raw/reference/observability/ai-tracing/exporters/arize.mdx +16 -12
  212. package/.docs/raw/reference/observability/ai-tracing/exporters/braintrust.mdx +14 -14
  213. package/.docs/raw/reference/observability/ai-tracing/exporters/cloud-exporter.mdx +16 -11
  214. package/.docs/raw/reference/observability/ai-tracing/exporters/console-exporter.mdx +10 -6
  215. package/.docs/raw/reference/observability/ai-tracing/exporters/default-exporter.mdx +23 -15
  216. package/.docs/raw/reference/observability/ai-tracing/exporters/langfuse.mdx +6 -6
  217. package/.docs/raw/reference/observability/ai-tracing/exporters/langsmith.mdx +13 -13
  218. package/.docs/raw/reference/observability/ai-tracing/exporters/otel.mdx +44 -36
  219. package/.docs/raw/reference/observability/ai-tracing/interfaces.mdx +115 -106
  220. package/.docs/raw/reference/observability/ai-tracing/processors/sensitive-data-filter.mdx +37 -32
  221. package/.docs/raw/reference/observability/ai-tracing/span.mdx +29 -26
  222. package/.docs/raw/reference/observability/logging/pino-logger.mdx +13 -15
  223. package/.docs/raw/reference/observability/otel-tracing/otel-config.mdx +2 -2
  224. package/.docs/raw/reference/observability/otel-tracing/providers/arize-ax.mdx +3 -3
  225. package/.docs/raw/reference/observability/otel-tracing/providers/arize-phoenix.mdx +2 -1
  226. package/.docs/raw/reference/observability/otel-tracing/providers/dash0.mdx +1 -1
  227. package/.docs/raw/reference/observability/otel-tracing/providers/index.mdx +12 -14
  228. package/.docs/raw/reference/observability/otel-tracing/providers/keywordsai.mdx +3 -3
  229. package/.docs/raw/reference/observability/otel-tracing/providers/laminar.mdx +1 -1
  230. package/.docs/raw/reference/observability/otel-tracing/providers/langfuse.mdx +4 -4
  231. package/.docs/raw/reference/observability/otel-tracing/providers/langsmith.mdx +1 -1
  232. package/.docs/raw/reference/observability/otel-tracing/providers/langwatch.mdx +2 -2
  233. package/.docs/raw/reference/observability/otel-tracing/providers/new-relic.mdx +1 -1
  234. package/.docs/raw/reference/observability/otel-tracing/providers/signoz.mdx +1 -1
  235. package/.docs/raw/reference/observability/otel-tracing/providers/traceloop.mdx +1 -1
  236. package/.docs/raw/reference/processors/batch-parts-processor.mdx +13 -10
  237. package/.docs/raw/reference/processors/language-detector.mdx +27 -17
  238. package/.docs/raw/reference/processors/moderation-processor.mdx +26 -17
  239. package/.docs/raw/reference/processors/pii-detector.mdx +28 -18
  240. package/.docs/raw/reference/processors/prompt-injection-detector.mdx +25 -17
  241. package/.docs/raw/reference/processors/system-prompt-scrubber.mdx +26 -17
  242. package/.docs/raw/reference/processors/token-limiter-processor.mdx +22 -15
  243. package/.docs/raw/reference/processors/unicode-normalizer.mdx +13 -12
  244. package/.docs/raw/reference/rag/chunk.mdx +41 -23
  245. package/.docs/raw/reference/rag/database-config.mdx +56 -38
  246. package/.docs/raw/reference/rag/document.mdx +1 -1
  247. package/.docs/raw/reference/rag/embeddings.mdx +1 -1
  248. package/.docs/raw/reference/rag/extract-params.mdx +1 -1
  249. package/.docs/raw/reference/rag/graph-rag.mdx +1 -1
  250. package/.docs/raw/reference/rag/metadata-filters.mdx +23 -26
  251. package/.docs/raw/reference/rag/rerank.mdx +1 -1
  252. package/.docs/raw/reference/rag/rerankWithScorer.mdx +2 -2
  253. package/.docs/raw/reference/scorers/answer-relevancy.mdx +35 -17
  254. package/.docs/raw/reference/scorers/answer-similarity.mdx +84 -68
  255. package/.docs/raw/reference/scorers/bias.mdx +22 -19
  256. package/.docs/raw/reference/scorers/completeness.mdx +21 -16
  257. package/.docs/raw/reference/scorers/content-similarity.mdx +12 -10
  258. package/.docs/raw/reference/scorers/context-precision.mdx +73 -64
  259. package/.docs/raw/reference/scorers/context-relevance.mdx +142 -126
  260. package/.docs/raw/reference/scorers/create-scorer.mdx +93 -61
  261. package/.docs/raw/reference/scorers/faithfulness.mdx +21 -13
  262. package/.docs/raw/reference/scorers/hallucination.mdx +17 -12
  263. package/.docs/raw/reference/scorers/keyword-coverage.mdx +32 -27
  264. package/.docs/raw/reference/scorers/mastra-scorer.mdx +39 -33
  265. package/.docs/raw/reference/scorers/noise-sensitivity.mdx +203 -152
  266. package/.docs/raw/reference/scorers/prompt-alignment.mdx +186 -132
  267. package/.docs/raw/reference/scorers/run-experiment.mdx +40 -31
  268. package/.docs/raw/reference/scorers/textual-difference.mdx +25 -26
  269. package/.docs/raw/reference/scorers/tone-consistency.mdx +29 -26
  270. package/.docs/raw/reference/scorers/tool-call-accuracy.mdx +180 -176
  271. package/.docs/raw/reference/scorers/toxicity.mdx +35 -31
  272. package/.docs/raw/reference/storage/cloudflare-d1.mdx +1 -1
  273. package/.docs/raw/reference/storage/cloudflare.mdx +1 -1
  274. package/.docs/raw/reference/storage/dynamodb.mdx +1 -1
  275. package/.docs/raw/reference/storage/lance.mdx +1 -1
  276. package/.docs/raw/reference/storage/libsql.mdx +2 -2
  277. package/.docs/raw/reference/storage/mongodb.mdx +4 -5
  278. package/.docs/raw/reference/storage/mssql.mdx +5 -4
  279. package/.docs/raw/reference/storage/postgresql.mdx +35 -33
  280. package/.docs/raw/reference/storage/upstash.mdx +6 -5
  281. package/.docs/raw/reference/streaming/ChunkType.mdx +788 -314
  282. package/.docs/raw/reference/streaming/agents/MastraModelOutput.mdx +265 -109
  283. package/.docs/raw/reference/streaming/agents/stream.mdx +375 -266
  284. package/.docs/raw/reference/streaming/agents/streamLegacy.mdx +233 -162
  285. package/.docs/raw/reference/streaming/workflows/observeStream.mdx +4 -4
  286. package/.docs/raw/reference/streaming/workflows/observeStreamVNext.mdx +5 -5
  287. package/.docs/raw/reference/streaming/workflows/resumeStreamVNext.mdx +24 -20
  288. package/.docs/raw/reference/streaming/workflows/stream.mdx +35 -26
  289. package/.docs/raw/reference/streaming/workflows/streamVNext.mdx +36 -27
  290. package/.docs/raw/reference/templates/overview.mdx +16 -39
  291. package/.docs/raw/reference/tools/client.mdx +1 -1
  292. package/.docs/raw/reference/tools/create-tool.mdx +45 -35
  293. package/.docs/raw/reference/tools/document-chunker-tool.mdx +2 -2
  294. package/.docs/raw/reference/tools/graph-rag-tool.mdx +12 -12
  295. package/.docs/raw/reference/tools/mcp-client.mdx +70 -64
  296. package/.docs/raw/reference/tools/mcp-server.mdx +91 -78
  297. package/.docs/raw/reference/tools/vector-query-tool.mdx +48 -38
  298. package/.docs/raw/reference/vectors/astra.mdx +1 -1
  299. package/.docs/raw/reference/vectors/chroma.mdx +25 -19
  300. package/.docs/raw/reference/vectors/couchbase.mdx +4 -4
  301. package/.docs/raw/reference/vectors/lance.mdx +5 -6
  302. package/.docs/raw/reference/vectors/libsql.mdx +1 -1
  303. package/.docs/raw/reference/vectors/mongodb.mdx +1 -1
  304. package/.docs/raw/reference/vectors/opensearch.mdx +1 -1
  305. package/.docs/raw/reference/vectors/pg.mdx +8 -4
  306. package/.docs/raw/reference/vectors/pinecone.mdx +1 -1
  307. package/.docs/raw/reference/vectors/qdrant.mdx +1 -1
  308. package/.docs/raw/reference/vectors/s3vectors.mdx +35 -27
  309. package/.docs/raw/reference/vectors/turbopuffer.mdx +1 -1
  310. package/.docs/raw/reference/vectors/upstash.mdx +33 -25
  311. package/.docs/raw/reference/vectors/vectorize.mdx +1 -1
  312. package/.docs/raw/reference/voice/azure.mdx +1 -1
  313. package/.docs/raw/reference/voice/cloudflare.mdx +1 -1
  314. package/.docs/raw/reference/voice/composite-voice.mdx +1 -1
  315. package/.docs/raw/reference/voice/deepgram.mdx +1 -1
  316. package/.docs/raw/reference/voice/elevenlabs.mdx +1 -1
  317. package/.docs/raw/reference/voice/google-gemini-live.mdx +6 -4
  318. package/.docs/raw/reference/voice/google.mdx +1 -1
  319. package/.docs/raw/reference/voice/mastra-voice.mdx +1 -1
  320. package/.docs/raw/reference/voice/murf.mdx +1 -1
  321. package/.docs/raw/reference/voice/openai-realtime.mdx +1 -1
  322. package/.docs/raw/reference/voice/openai.mdx +1 -1
  323. package/.docs/raw/reference/voice/playai.mdx +1 -1
  324. package/.docs/raw/reference/voice/sarvam.mdx +1 -1
  325. package/.docs/raw/reference/voice/speechify.mdx +1 -1
  326. package/.docs/raw/reference/voice/voice.addInstructions.mdx +1 -1
  327. package/.docs/raw/reference/voice/voice.addTools.mdx +1 -1
  328. package/.docs/raw/reference/voice/voice.answer.mdx +1 -1
  329. package/.docs/raw/reference/voice/voice.close.mdx +1 -1
  330. package/.docs/raw/reference/voice/voice.connect.mdx +1 -1
  331. package/.docs/raw/reference/voice/voice.events.mdx +1 -1
  332. package/.docs/raw/reference/voice/voice.getSpeakers.mdx +23 -30
  333. package/.docs/raw/reference/voice/voice.listen.mdx +1 -1
  334. package/.docs/raw/reference/voice/voice.off.mdx +1 -1
  335. package/.docs/raw/reference/voice/voice.on.mdx +1 -1
  336. package/.docs/raw/reference/voice/voice.send.mdx +1 -1
  337. package/.docs/raw/reference/voice/voice.speak.mdx +1 -1
  338. package/.docs/raw/reference/voice/voice.updateConfig.mdx +1 -1
  339. package/.docs/raw/reference/workflows/run-methods/cancel.mdx +4 -3
  340. package/.docs/raw/reference/workflows/run-methods/resume.mdx +49 -34
  341. package/.docs/raw/reference/workflows/run-methods/start.mdx +43 -31
  342. package/.docs/raw/reference/workflows/run-methods/watch.mdx +7 -8
  343. package/.docs/raw/reference/workflows/run.mdx +7 -10
  344. package/.docs/raw/reference/workflows/step.mdx +15 -12
  345. package/.docs/raw/reference/workflows/workflow-methods/branch.mdx +2 -2
  346. package/.docs/raw/reference/workflows/workflow-methods/commit.mdx +1 -1
  347. package/.docs/raw/reference/workflows/workflow-methods/create-run.mdx +7 -7
  348. package/.docs/raw/reference/workflows/workflow-methods/dountil.mdx +2 -2
  349. package/.docs/raw/reference/workflows/workflow-methods/dowhile.mdx +2 -2
  350. package/.docs/raw/reference/workflows/workflow-methods/foreach.mdx +1 -1
  351. package/.docs/raw/reference/workflows/workflow-methods/map.mdx +3 -2
  352. package/.docs/raw/reference/workflows/workflow-methods/parallel.mdx +1 -1
  353. package/.docs/raw/reference/workflows/workflow-methods/sendEvent.mdx +5 -5
  354. package/.docs/raw/reference/workflows/workflow-methods/sleep.mdx +3 -2
  355. package/.docs/raw/reference/workflows/workflow-methods/sleepUntil.mdx +3 -2
  356. package/.docs/raw/reference/workflows/workflow-methods/then.mdx +1 -1
  357. package/.docs/raw/reference/workflows/workflow-methods/waitForEvent.mdx +3 -3
  358. package/.docs/raw/reference/workflows/workflow.mdx +13 -10
  359. package/.docs/raw/scorers/custom-scorers.mdx +58 -48
  360. package/.docs/raw/scorers/evals-old-api/custom-eval.mdx +6 -8
  361. package/.docs/raw/scorers/evals-old-api/overview.mdx +8 -8
  362. package/.docs/raw/scorers/evals-old-api/running-in-ci.mdx +9 -9
  363. package/.docs/raw/scorers/evals-old-api/textual-evals.mdx +5 -5
  364. package/.docs/raw/scorers/off-the-shelf-scorers.mdx +3 -1
  365. package/.docs/raw/scorers/overview.mdx +20 -19
  366. package/.docs/raw/server-db/custom-api-routes.mdx +8 -8
  367. package/.docs/raw/server-db/mastra-client.mdx +56 -54
  368. package/.docs/raw/server-db/middleware.mdx +11 -7
  369. package/.docs/raw/server-db/production-server.mdx +5 -7
  370. package/.docs/raw/server-db/runtime-context.mdx +41 -38
  371. package/.docs/raw/server-db/storage.mdx +82 -87
  372. package/.docs/raw/streaming/events.mdx +24 -16
  373. package/.docs/raw/streaming/overview.mdx +17 -18
  374. package/.docs/raw/streaming/tool-streaming.mdx +9 -10
  375. package/.docs/raw/streaming/workflow-streaming.mdx +14 -12
  376. package/.docs/raw/tools-mcp/advanced-usage.mdx +2 -2
  377. package/.docs/raw/tools-mcp/mcp-overview.mdx +92 -102
  378. package/.docs/raw/tools-mcp/overview.mdx +9 -14
  379. package/.docs/raw/voice/overview.mdx +273 -250
  380. package/.docs/raw/voice/speech-to-speech.mdx +14 -12
  381. package/.docs/raw/voice/speech-to-text.mdx +2 -2
  382. package/.docs/raw/voice/text-to-speech.mdx +2 -2
  383. package/.docs/raw/workflows/agents-and-tools.mdx +29 -28
  384. package/.docs/raw/workflows/control-flow.mdx +24 -24
  385. package/.docs/raw/workflows/error-handling.mdx +15 -17
  386. package/.docs/raw/workflows/human-in-the-loop.mdx +39 -39
  387. package/.docs/raw/workflows/inngest-workflow.mdx +33 -29
  388. package/.docs/raw/workflows/input-data-mapping.mdx +9 -9
  389. package/.docs/raw/workflows/overview.mdx +60 -60
  390. package/.docs/raw/workflows/snapshots.mdx +54 -36
  391. package/.docs/raw/workflows/suspend-and-resume.mdx +52 -57
  392. package/.docs/raw/workflows-legacy/control-flow.mdx +15 -17
  393. package/.docs/raw/workflows-legacy/dynamic-workflows.mdx +3 -1
  394. package/.docs/raw/workflows-legacy/error-handling.mdx +8 -6
  395. package/.docs/raw/workflows-legacy/nested-workflows.mdx +6 -0
  396. package/.docs/raw/workflows-legacy/overview.mdx +28 -26
  397. package/.docs/raw/workflows-legacy/runtime-variables.mdx +4 -2
  398. package/.docs/raw/workflows-legacy/steps.mdx +5 -3
  399. package/.docs/raw/workflows-legacy/suspend-and-resume.mdx +10 -8
  400. package/.docs/raw/workflows-legacy/variables.mdx +10 -8
  401. package/CHANGELOG.md +21 -0
  402. package/package.json +5 -5
  403. package/.docs/raw/memory/storage/memory-with-mongodb.mdx +0 -148
@@ -4,6 +4,10 @@
4
4
 
5
5
  ## 0.0.8
6
6
 
7
+ ## 0.0.9
8
+
9
+ ## 0.0.8
10
+
7
11
  ## 0.0.7
8
12
 
9
13
  ## 0.0.6
@@ -1,5 +1,9 @@
1
1
  # @internal/external-types
2
2
 
3
+ ## 0.0.7
4
+
5
+ ## 0.0.6
6
+
3
7
  ## 0.0.5
4
8
 
5
9
  ## 0.0.4
@@ -1,5 +1,19 @@
1
1
  # @internal/lint
2
2
 
3
+ ## 0.0.53
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`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)]:
8
+ - @mastra/core@0.23.3
9
+
10
+ ## 0.0.52
11
+
12
+ ### Patch Changes
13
+
14
+ - 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)]:
15
+ - @mastra/core@0.23.2
16
+
3
17
  ## 0.0.51
4
18
 
5
19
  ### Patch Changes
@@ -284,19 +298,5 @@
284
298
  - Updated dependencies [b0e43c1]
285
299
  - Updated dependencies [5d377e5]
286
300
  - Updated dependencies [1fb812e]
287
- - Updated dependencies [35c5798]
288
- - @mastra/core@0.13.0
289
-
290
- ## 0.0.22
291
-
292
- ## 0.0.21
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [33dcb07]
297
- - Updated dependencies [d0d9500]
298
- - Updated dependencies [d30b1a0]
299
- - Updated dependencies [bff87f7]
300
- - Updated dependencies [b4a8df0]
301
301
 
302
- ... 433 more lines hidden. See full changelog in package directory.
302
+ ... 447 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,9 @@
1
1
  # @internal/types-builder
2
2
 
3
+ ## 0.0.32
4
+
5
+ ## 0.0.31
6
+
3
7
  ## 0.0.30
4
8
 
5
9
  ## 0.0.29
@@ -1,5 +1,13 @@
1
1
  # @mastra/agent-builder
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 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)]:
8
+ - @mastra/core@0.23.2
9
+ - @mastra/memory@0.15.10
10
+
3
11
  ## 0.2.3-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
 
291
299
  - Move `zod` from `dependencies` to `devDependencies` and add it to `peerDependencies` ([#7585](https://github.com/mastra-ai/mastra/pull/7585))
292
300
 
293
- - 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)]:
294
- - @mastra/core@0.16.1-alpha.2
295
-
296
- ## 0.0.3-alpha.0
297
-
298
- ### Patch Changes
299
-
300
- - 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), [`79b39c1`](https://github.com/mastra-ai/mastra/commit/79b39c1def3bbd5d6ee2d2cc1e89ea378a940477), [`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)]:
301
301
 
302
- ... 167 more lines hidden. See full changelog in package directory.
302
+ ... 175 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/ai-sdk
2
2
 
3
+ ## 0.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix usage tracking with agent network ([#9413](https://github.com/mastra-ai/mastra/pull/9413))
8
+
9
+ - 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)]:
10
+ - @mastra/core@0.23.2
11
+
3
12
  ## 0.2.5-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
290
299
 
291
300
  - Updated dependencies [[`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
292
- - @mastra/core@0.17.0-alpha.3
293
-
294
- ## 0.0.2
295
-
296
- ### Patch Changes
297
-
298
- - 376913a: Update peerdeps
299
- - Updated dependencies [8fbf79e]
300
- - Updated dependencies [fd83526]
301
301
 
302
- ... 85 more lines hidden. See full changelog in package directory.
302
+ ... 94 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,34 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.16.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Make step optional in all resume APIs ([#9462](https://github.com/mastra-ai/mastra/pull/9462))
8
+
9
+ - Make step optional in resumeStreamVNext API ([#9461](https://github.com/mastra-ai/mastra/pull/9461))
10
+
11
+ - Updated dependencies [[`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)]:
12
+ - @mastra/core@0.23.3
13
+
14
+ ## 0.16.8-alpha.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Make step optional in all resume APIs ([#9462](https://github.com/mastra-ai/mastra/pull/9462))
19
+
20
+ - Make step optional in resumeStreamVNext API ([#9461](https://github.com/mastra-ai/mastra/pull/9461))
21
+
22
+ - Updated dependencies [[`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)]:
23
+ - @mastra/core@0.23.3-alpha.0
24
+
25
+ ## 0.16.7
26
+
27
+ ### Patch Changes
28
+
29
+ - 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)]:
30
+ - @mastra/core@0.23.2
31
+
3
32
  ## 0.16.7-alpha.1
4
33
 
5
34
  ### Patch Changes
@@ -270,33 +299,4 @@
270
299
  - Updated dependencies [[`4a70ccc`](https://github.com/mastra-ai/mastra/commit/4a70ccc5cfa12ae9c2b36545a5814cd98e5a0ead), [`0992b8b`](https://github.com/mastra-ai/mastra/commit/0992b8bf0f4f1ba7ad9940883ec4bb8d867d3105), [`283bea0`](https://github.com/mastra-ai/mastra/commit/283bea07adbaf04a27fa3ad2df611095e0825195)]:
271
300
  - @mastra/core@0.19.1
272
301
 
273
- ## 0.14.1-alpha.1
274
-
275
- ### Patch Changes
276
-
277
- - Updated dependencies [[`4a70ccc`](https://github.com/mastra-ai/mastra/commit/4a70ccc5cfa12ae9c2b36545a5814cd98e5a0ead)]:
278
- - @mastra/core@0.19.1-alpha.1
279
-
280
- ## 0.14.1-alpha.0
281
-
282
- ### Patch Changes
283
-
284
- - Updated dependencies [[`0992b8b`](https://github.com/mastra-ai/mastra/commit/0992b8bf0f4f1ba7ad9940883ec4bb8d867d3105), [`283bea0`](https://github.com/mastra-ai/mastra/commit/283bea07adbaf04a27fa3ad2df611095e0825195)]:
285
- - @mastra/core@0.19.1-alpha.0
286
-
287
- ## 0.14.0
288
-
289
- ### Minor Changes
290
-
291
- - Remove legacy helpers ([#8017](https://github.com/mastra-ai/mastra/pull/8017))
292
-
293
- ### Patch Changes
294
-
295
- - Fix duplicate messages being created using clientTools with client-js sdk ([#8187](https://github.com/mastra-ai/mastra/pull/8187))
296
-
297
- - Fix hanging stream for non-self executing client-tools ([#8272](https://github.com/mastra-ai/mastra/pull/8272))
298
-
299
- - Support passing tracing options for start/resume workflows for server APIs and client sdk ([#8277](https://github.com/mastra-ai/mastra/pull/8277))
300
-
301
-
302
- ... 3007 more lines hidden. See full changelog in package directory.
302
+ ... 3036 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,120 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.23.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Allow resuming nested workflow step with chained id ([#9464](https://github.com/mastra-ai/mastra/pull/9464))
8
+
9
+ Example, you have a workflow like this
10
+
11
+ ```
12
+ export const supportWorkflow = mainWorkflow.then(nestedWorkflow).commit();
13
+ ```
14
+
15
+ And a step in `nestedWorkflow` is supsended, you can now also resume it any of these ways:
16
+
17
+ ```
18
+ run.resume({
19
+ step: "nestedWorkflow.suspendedStep", //chained nested workflow step id and suspended step id
20
+ //other resume params
21
+ })
22
+ ```
23
+
24
+ OR
25
+
26
+ ```
27
+ run.resume({
28
+ step: "nestedWorkflow", // just the nested workflow step/step id
29
+ //other resume params
30
+ })
31
+ ```
32
+
33
+ - Fix creating system messages from inside processors using processInput. ([#9476](https://github.com/mastra-ai/mastra/pull/9476))
34
+
35
+ - Prevent changing workflow status to suspended when some parallel steps are still running ([#9460](https://github.com/mastra-ai/mastra/pull/9460))
36
+
37
+ ## 0.23.3-alpha.0
38
+
39
+ ### Patch Changes
40
+
41
+ - Allow resuming nested workflow step with chained id ([#9464](https://github.com/mastra-ai/mastra/pull/9464))
42
+
43
+ Example, you have a workflow like this
44
+
45
+ ```
46
+ export const supportWorkflow = mainWorkflow.then(nestedWorkflow).commit();
47
+ ```
48
+
49
+ And a step in `nestedWorkflow` is supsended, you can now also resume it any of these ways:
50
+
51
+ ```
52
+ run.resume({
53
+ step: "nestedWorkflow.suspendedStep", //chained nested workflow step id and suspended step id
54
+ //other resume params
55
+ })
56
+ ```
57
+
58
+ OR
59
+
60
+ ```
61
+ run.resume({
62
+ step: "nestedWorkflow", // just the nested workflow step/step id
63
+ //other resume params
64
+ })
65
+ ```
66
+
67
+ - Fix creating system messages from inside processors using processInput. ([#9476](https://github.com/mastra-ai/mastra/pull/9476))
68
+
69
+ - Prevent changing workflow status to suspended when some parallel steps are still running ([#9460](https://github.com/mastra-ai/mastra/pull/9460))
70
+
71
+ ## 0.23.2
72
+
73
+ ### Patch Changes
74
+
75
+ - Fix agent onChunk callback receiving wrapped chunk instead of direct chunk ([#9402](https://github.com/mastra-ai/mastra/pull/9402))
76
+
77
+ - Ensure model_generation spans end before agent_run spans. ([#9393](https://github.com/mastra-ai/mastra/pull/9393))
78
+
79
+ - Fix OpenAI schema validation errors in processors ([#9400](https://github.com/mastra-ai/mastra/pull/9400))
80
+
81
+ - Don't call `os.homedir()` at top level (but lazy invoke it) to accommodate sandboxed environments ([#9357](https://github.com/mastra-ai/mastra/pull/9357))
82
+
83
+ - Detect thenable objects returned by AI model providers ([#9414](https://github.com/mastra-ai/mastra/pull/9414))
84
+
85
+ - Bug fix: Use input processors that are passed in generate or stream agent options rather than always defaulting to the processors set on the Agent class. ([#9422](https://github.com/mastra-ai/mastra/pull/9422))
86
+
87
+ - Fix tool input validation to use schema-compat transformed schemas ([#9360](https://github.com/mastra-ai/mastra/pull/9360))
88
+
89
+ Previously, tool input validation used the original Zod schema while the LLM received a schema-compat transformed version. This caused validation failures when LLMs (like OpenAI o3 or Claude 3.5 Haiku) sent arguments matching the transformed schema but not the original.
90
+
91
+ For example:
92
+ - OpenAI o3 reasoning models convert `.optional()` to `.nullable()`, sending `null` values
93
+ - Claude 3.5 Haiku strips `min`/`max` string constraints, sending shorter strings
94
+ - Validation would reject these valid responses because it checked against the original schema
95
+
96
+ The fix ensures validation uses the same schema-compat processed schema that was sent to the LLM, eliminating this mismatch.
97
+
98
+ - Add import for WritableStream in execution-engine and dedupe llm.getModel in agent.ts ([#9341](https://github.com/mastra-ai/mastra/pull/9341))
99
+
100
+ - pass writableStream parameter to workflow execution ([#9339](https://github.com/mastra-ai/mastra/pull/9339))
101
+
102
+ - Save correct status in snapshot for all workflow parallel steps. ([#9398](https://github.com/mastra-ai/mastra/pull/9398))
103
+ This ensures when you poll workflow run result using `getWorkflowRunExecutionResult(runId)`, you get the right status for all parallel steps
104
+
105
+ - Add ability to pass agent options when wrapping an agent with createStep. This allows configuring agent execution settings when using agents as workflow steps. ([#9359](https://github.com/mastra-ai/mastra/pull/9359))
106
+
107
+ - Fix network loop iteration counter and usage promise handling: ([#9415](https://github.com/mastra-ai/mastra/pull/9415))
108
+ - Fixed iteration counter in network loop that was stuck at 0 due to falsy check. Properly handled zero values to ensure maxSteps is correctly enforced.
109
+ - Fixed usage promise resolution in RunOutput stream by properly resolving or rejecting the promise on stream close, preventing hanging promises when streams complete.
110
+
111
+ - Workflow validation zod v4 support ([#9363](https://github.com/mastra-ai/mastra/pull/9363))
112
+
113
+ - Fix usage tracking with agent network ([#9413](https://github.com/mastra-ai/mastra/pull/9413))
114
+
115
+ - Updated dependencies [[`6bb26c4`](https://github.com/mastra-ai/mastra/commit/6bb26c4e82795d70515577a7cbd1e186c07ccf24), [`8d8f674`](https://github.com/mastra-ai/mastra/commit/8d8f67428ad1bcc944e2666179c886bae80120f5)]:
116
+ - @mastra/schema-compat@0.11.6
117
+
3
118
  ## 0.23.2-alpha.1
4
119
 
5
120
  ### Patch Changes
@@ -184,119 +299,4 @@
184
299
 
185
300
  - fix model.loop.test.ts tests to use structuredOutput.schema and add assertions ([#8926](https://github.com/mastra-ai/mastra/pull/8926))
186
301
 
187
- - Add `initialState` as an option to `.streamVNext()` ([#9071](https://github.com/mastra-ai/mastra/pull/9071))
188
-
189
- - added resourceId and runId to workflow_run metadata in ai tracing ([#9031](https://github.com/mastra-ai/mastra/pull/9031))
190
-
191
- - When using OpenAI models with JSON response format, automatically enable strict schema validation. ([#8924](https://github.com/mastra-ai/mastra/pull/8924))
192
-
193
- - Fix custom metadata preservation in UIMessages when loading threads. The `getMessagesHandler` now converts `messagesV2` (V2 format with metadata) instead of `messages` (V1 format without metadata) to AIV5.UI format. Also updates the abstract `MastraMemory.query()` return type to include `messagesV2` for proper type safety. ([#9029](https://github.com/mastra-ai/mastra/pull/9029))
194
-
195
- - Fix TypeScript type errors when using provider-defined tools from external AI SDK packages. ([#8940](https://github.com/mastra-ai/mastra/pull/8940))
196
-
197
- Agents can now accept provider tools like `google.tools.googleSearch()` without type errors. Creates new `@internal/external-types` package to centralize AI SDK type re-exports and adds `ProviderDefinedTool` structural type to handle tools from different package versions/instances due to TypeScript's module path discrimination.
198
-
199
- - feat(ai-tracing): Add automatic metadata extraction from RuntimeContext to spans ([#9072](https://github.com/mastra-ai/mastra/pull/9072))
200
-
201
- Enables automatic extraction of RuntimeContext values as metadata for AI tracing spans across entire traces.
202
-
203
- Key features:
204
- - Configure `runtimeContextKeys` in TracingConfig to extract specific keys from RuntimeContext
205
- - Add per-request keys via `tracingOptions.runtimeContextKeys` for trace-specific additions
206
- - Supports dot notation for nested values (e.g., 'user.id', 'session.data.experimentId')
207
- - TraceState computed once at root span and inherited by all child spans
208
- - Explicit metadata in span options takes precedence over extracted metadata
209
-
210
- Example:
211
-
212
- ```typescript
213
- const mastra = new Mastra({
214
- observability: {
215
- configs: {
216
- default: {
217
- runtimeContextKeys: ['userId', 'environment', 'tenantId'],
218
- },
219
- },
220
- },
221
- });
222
-
223
- await agent.generate({
224
- messages,
225
- runtimeContext,
226
- tracingOptions: {
227
- runtimeContextKeys: ['experimentId'], // Adds to configured keys
228
- },
229
- });
230
- ```
231
-
232
- - Fix provider tools for popular providers and add support for anthropic/claude skills. ([#9038](https://github.com/mastra-ai/mastra/pull/9038))
233
-
234
- - Refactor workflowstream into workflow output with fullStream property ([#9048](https://github.com/mastra-ai/mastra/pull/9048))
235
-
236
- - Added the ability to use model router configs for embedders (eg "openai/text-embedding-ada-002") ([#8992](https://github.com/mastra-ai/mastra/pull/8992))
237
-
238
- - Always set supportsStructuredOutputs true for openai compatible provider. ([#8933](https://github.com/mastra-ai/mastra/pull/8933))
239
-
240
- - Support for custom resume labels mapping to step to be resumed ([#8941](https://github.com/mastra-ai/mastra/pull/8941))
241
-
242
- - added tracing of LLM steps & chunks ([#9058](https://github.com/mastra-ai/mastra/pull/9058))
243
-
244
- - Fixed an issue where a custom URL in model router still validated unknown providers against the known providers list. Custom URL means we don't necessarily know the provider. This allows local providers like Ollama to work properly ([#8989](https://github.com/mastra-ai/mastra/pull/8989))
245
-
246
- - Show agent tool output better in playground ([#9021](https://github.com/mastra-ai/mastra/pull/9021))
247
-
248
- - feat: inject schema context into main agent for processor mode structured output ([#8886](https://github.com/mastra-ai/mastra/pull/8886))
249
-
250
- - Added providerOptions types to generate/stream for main builtin model router providers (openai/anthropic/google/xai) ([#8995](https://github.com/mastra-ai/mastra/pull/8995))
251
-
252
- - Generate a title for Agent.network() threads ([#8853](https://github.com/mastra-ai/mastra/pull/8853))
253
-
254
- ## 0.22.0-alpha.1
255
-
256
- ### Minor Changes
257
-
258
- - Consolidate streamVNext logic into stream, move old stream function into streamLegacy ([#9092](https://github.com/mastra-ai/mastra/pull/9092))
259
-
260
- ### Patch Changes
261
-
262
- - Update provider registry and model documentation with latest models and providers ([`efb5ed9`](https://github.com/mastra-ai/mastra/commit/efb5ed946ae7f410bc68c9430beb4b010afd25ec))
263
-
264
- - Fix incorrect type assertions in Tool class. Created `MastraToolInvocationOptions` type to properly extend AI SDK's `ToolInvocationOptions` with Mastra-specific properties (`suspend`, `resumeData`, `writableStream`). Removed unsafe type assertions from tool execution code. ([#9033](https://github.com/mastra-ai/mastra/pull/9033))
265
-
266
- - Add support for external trace and parent span IDs in TracingOptions. This enables integration with external tracing systems by allowing new AI traces to be started with existing traceId and parentSpanId values. The implementation includes OpenTelemetry-compatible ID validation (32 hex chars for trace IDs, 16 hex chars for span IDs). ([#9053](https://github.com/mastra-ai/mastra/pull/9053))
267
-
268
- - Updated `watch` and `watchAsync` methods to use proper function overloads instead of generic conditional types, ensuring compatibility with the base Run class signatures. ([#9048](https://github.com/mastra-ai/mastra/pull/9048))
269
-
270
- - Fix tracing context propagation to agent steps in workflows ([#9074](https://github.com/mastra-ai/mastra/pull/9074))
271
-
272
- When creating a workflow step from an agent using `createStep(myAgent)`, the tracing context was not being passed to the agent's `stream()` and `streamLegacy()` methods. This caused tracing spans to break in the workflow chain.
273
-
274
- This fix ensures that `tracingContext` is properly propagated to both agent.stream() and agent.streamLegacy() calls, matching the behavior of tool steps which already propagate tracingContext correctly.
275
-
276
- - Fixes how reasoning chunks are stored in memory to prevent data loss and ensure they are consolidated as single message parts rather than split into word-level fragments. ([#9041](https://github.com/mastra-ai/mastra/pull/9041))
277
-
278
- - fixes an issue where input processors couldn't add system or assistant messages. Previously all messages from input processors were forced to be user messages, causing an error when trying to add other role types. ([#8835](https://github.com/mastra-ai/mastra/pull/8835))
279
-
280
- - Add `initialState` as an option to `.streamVNext()` ([#9071](https://github.com/mastra-ai/mastra/pull/9071))
281
-
282
- - added resourceId and runId to workflow_run metadata in ai tracing ([#9031](https://github.com/mastra-ai/mastra/pull/9031))
283
-
284
- - Fix custom metadata preservation in UIMessages when loading threads. The `getMessagesHandler` now converts `messagesV2` (V2 format with metadata) instead of `messages` (V1 format without metadata) to AIV5.UI format. Also updates the abstract `MastraMemory.query()` return type to include `messagesV2` for proper type safety. ([#9029](https://github.com/mastra-ai/mastra/pull/9029))
285
-
286
- - Fix TypeScript type errors when using provider-defined tools from external AI SDK packages. ([#8940](https://github.com/mastra-ai/mastra/pull/8940))
287
-
288
- Agents can now accept provider tools like `google.tools.googleSearch()` without type errors. Creates new `@internal/external-types` package to centralize AI SDK type re-exports and adds `ProviderDefinedTool` structural type to handle tools from different package versions/instances due to TypeScript's module path discrimination.
289
-
290
- - feat(ai-tracing): Add automatic metadata extraction from RuntimeContext to spans ([#9072](https://github.com/mastra-ai/mastra/pull/9072))
291
-
292
- Enables automatic extraction of RuntimeContext values as metadata for AI tracing spans across entire traces.
293
-
294
- Key features:
295
- - Configure `runtimeContextKeys` in TracingConfig to extract specific keys from RuntimeContext
296
- - Add per-request keys via `tracingOptions.runtimeContextKeys` for trace-specific additions
297
- - Supports dot notation for nested values (e.g., 'user.id', 'session.data.experimentId')
298
- - TraceState computed once at root span and inherited by all child spans
299
- - Explicit metadata in span options takes precedence over extracted metadata
300
-
301
-
302
- ... 4630 more lines hidden. See full changelog in package directory.
302
+ ... 4745 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,29 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.23.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 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)]:
8
+ - @mastra/deployer@0.23.3
9
+ - @mastra/core@0.23.3
10
+
11
+ ## 0.23.3-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 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)]:
16
+ - @mastra/deployer@0.23.3-alpha.0
17
+ - @mastra/core@0.23.3-alpha.0
18
+
19
+ ## 0.23.2
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`17e5a4e`](https://github.com/mastra-ai/mastra/commit/17e5a4e828a8ebc6148c76b42a139c0f9bf7e25f), [`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), [`30f92b5`](https://github.com/mastra-ai/mastra/commit/30f92b5b3aa224289f2f0eff56babcfa7a87b772), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
24
+ - @mastra/core@0.23.2
25
+ - @mastra/deployer@0.23.2
26
+
3
27
  ## 0.23.2-alpha.1
4
28
 
5
29
  ### Patch Changes
@@ -275,28 +299,4 @@
275
299
 
276
300
  ## 0.20.0
277
301
 
278
- ### Patch Changes
279
-
280
- - Creates a playground specific auth token ([#8420](https://github.com/mastra-ai/mastra/pull/8420))
281
-
282
- - Breaking change to move the agent.streamVNext/generateVNext implementation to the default stream/generate. The old stream/generate have now been moved to streamLegacy and generateLegacy ([#8097](https://github.com/mastra-ai/mastra/pull/8097))
283
-
284
- - Bump cloud deployer external mastra deps ([#8363](https://github.com/mastra-ai/mastra/pull/8363))
285
-
286
- - Updated dependencies [[`00cb6bd`](https://github.com/mastra-ai/mastra/commit/00cb6bdf78737c0fac14a5a0c7b532a11e38558a), [`869ba22`](https://github.com/mastra-ai/mastra/commit/869ba222e1d6b58fc1b65e7c9fd55ca4e01b8c2f), [`1b73665`](https://github.com/mastra-ai/mastra/commit/1b73665e8e23f5c09d49fcf3e7d709c75259259e), [`989a4db`](https://github.com/mastra-ai/mastra/commit/989a4dbbaf07a2794d0e1863714c6d10f1244d6b), [`f7d7475`](https://github.com/mastra-ai/mastra/commit/f7d747507341aef60ed39e4b49318db1f86034a6), [`084b77b`](https://github.com/mastra-ai/mastra/commit/084b77b2955960e0190af8db3f77138aa83ed65c), [`a93ff84`](https://github.com/mastra-ai/mastra/commit/a93ff84b5e1af07ee236ac8873dac9b49aa5d501), [`bc5aacb`](https://github.com/mastra-ai/mastra/commit/bc5aacb646d468d325327e36117129f28cd13bf6), [`6b5af12`](https://github.com/mastra-ai/mastra/commit/6b5af12ce9e09066e0c32e821c203a6954498bea), [`bf60e4a`](https://github.com/mastra-ai/mastra/commit/bf60e4a89c515afd9570b7b79f33b95e7d07c397), [`d41aee5`](https://github.com/mastra-ai/mastra/commit/d41aee526d124e35f42720a08e64043229193679), [`e8fe13c`](https://github.com/mastra-ai/mastra/commit/e8fe13c4b4c255a42520127797ec394310f7c919), [`3ca833d`](https://github.com/mastra-ai/mastra/commit/3ca833dc994c38e3c9b4f9b4478a61cd8e07b32a), [`1edb8d1`](https://github.com/mastra-ai/mastra/commit/1edb8d1cfb963e72a12412990fb9170936c9904c), [`fbf6e32`](https://github.com/mastra-ai/mastra/commit/fbf6e324946332d0f5ed8930bf9d4d4479cefd7a), [`4753027`](https://github.com/mastra-ai/mastra/commit/4753027ee889288775c6958bdfeda03ff909af67)]:
287
- - @mastra/core@0.20.0
288
- - @mastra/deployer@0.20.0
289
- - @mastra/loggers@0.10.15
290
-
291
- ## 0.20.0-alpha.0
292
-
293
- ### Patch Changes
294
-
295
- - Creates a playground specific auth token ([#8420](https://github.com/mastra-ai/mastra/pull/8420))
296
-
297
- - Breaking change to move the agent.streamVNext/generateVNext implementation to the default stream/generate. The old stream/generate have now been moved to streamLegacy and generateLegacy ([#8097](https://github.com/mastra-ai/mastra/pull/8097))
298
-
299
- - Bump cloud deployer external mastra deps ([#8363](https://github.com/mastra-ai/mastra/pull/8363))
300
-
301
-
302
- ... 603 more lines hidden. See full changelog in package directory.
302
+ ... 627 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,29 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.14.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 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)]:
8
+ - @mastra/deployer@0.23.3
9
+ - @mastra/core@0.23.3
10
+
11
+ ## 0.14.16-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 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)]:
16
+ - @mastra/deployer@0.23.3-alpha.0
17
+ - @mastra/core@0.23.3-alpha.0
18
+
19
+ ## 0.14.15
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`f57a81e`](https://github.com/mastra-ai/mastra/commit/f57a81e6ce644e45bf1c9618778cc54c50a84ad4), [`17e5a4e`](https://github.com/mastra-ai/mastra/commit/17e5a4e828a8ebc6148c76b42a139c0f9bf7e25f), [`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), [`30f92b5`](https://github.com/mastra-ai/mastra/commit/30f92b5b3aa224289f2f0eff56babcfa7a87b772), [`30a2e36`](https://github.com/mastra-ai/mastra/commit/30a2e369485e0e59c4faa1d83c5635c2260b304c)]:
24
+ - @mastra/core@0.23.2
25
+ - @mastra/deployer@0.23.2
26
+
3
27
  ## 0.14.15-alpha.0
4
28
 
5
29
  ### Patch Changes
@@ -274,29 +298,5 @@
274
298
 
275
299
  - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
276
300
 
277
- - Updated dependencies [[`288745a`](https://github.com/mastra-ai/mastra/commit/288745a19aa9557db3ab3c877d667ff59f14d79c), [`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`8f56160`](https://github.com/mastra-ai/mastra/commit/8f56160fd45c740076529148b9c225f6842d43b0), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
278
- - @mastra/deployer@0.18.0
279
- - @mastra/core@0.18.0
280
-
281
- ## 0.14.2-alpha.2
282
-
283
- ### Patch Changes
284
-
285
- - feat: implement trace scoring with batch processing capabilities ([#8033](https://github.com/mastra-ai/mastra/pull/8033))
286
-
287
- - Updated dependencies [[`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`8f56160`](https://github.com/mastra-ai/mastra/commit/8f56160fd45c740076529148b9c225f6842d43b0), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
288
- - @mastra/core@0.18.0-alpha.3
289
- - @mastra/deployer@0.18.0-alpha.3
290
-
291
- ## 0.14.2-alpha.1
292
-
293
- ### Patch Changes
294
-
295
- - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
296
-
297
- - Updated dependencies [[`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
298
- - @mastra/core@0.18.0-alpha.2
299
- - @mastra/deployer@0.18.0-alpha.2
300
-
301
301
 
302
- ... 3950 more lines hidden. See full changelog in package directory.
302
+ ... 3974 more lines hidden. See full changelog in package directory.