@mastra/mcp-docs-server 0.0.0-commonjs-20250414101718
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.
- package/.docs/organized/changelogs/%40mastra%2Fastra.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +161 -0
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +110 -0
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +26 -0
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fmem0.md +196 -0
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Frag.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-azure.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-deepgram.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-elevenlabs.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-google.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-ibm.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-murf.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-openai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-playai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-replicate.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fspeech-speechify.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +250 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +250 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +302 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +302 -0
- package/.docs/organized/changelogs/create-mastra.md +302 -0
- package/.docs/organized/changelogs/mastra.md +302 -0
- package/.docs/organized/code-examples/agent-network.md +282 -0
- package/.docs/organized/code-examples/agent.md +388 -0
- package/.docs/organized/code-examples/ai-sdk-useChat.md +378 -0
- package/.docs/organized/code-examples/assistant-ui.md +37 -0
- package/.docs/organized/code-examples/bird-checker-with-express.md +235 -0
- package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +360 -0
- package/.docs/organized/code-examples/bird-checker-with-nextjs.md +250 -0
- package/.docs/organized/code-examples/client-side-tools.md +69 -0
- package/.docs/organized/code-examples/crypto-chatbot.md +96 -0
- package/.docs/organized/code-examples/fireworks-r1.md +159 -0
- package/.docs/organized/code-examples/mcp-registry-registry.md +63 -0
- package/.docs/organized/code-examples/memory-todo-agent.md +164 -0
- package/.docs/organized/code-examples/memory-with-context.md +167 -0
- package/.docs/organized/code-examples/memory-with-libsql.md +204 -0
- package/.docs/organized/code-examples/memory-with-mem0.md +121 -0
- package/.docs/organized/code-examples/memory-with-pg.md +224 -0
- package/.docs/organized/code-examples/memory-with-upstash.md +268 -0
- package/.docs/organized/code-examples/quick-start.md +129 -0
- package/.docs/organized/code-examples/stock-price-tool.md +124 -0
- package/.docs/organized/code-examples/weather-agent.md +353 -0
- package/.docs/organized/code-examples/workflow-ai-recruiter.md +159 -0
- package/.docs/organized/code-examples/workflow-with-inline-steps.md +111 -0
- package/.docs/organized/code-examples/workflow-with-memory.md +393 -0
- package/.docs/organized/code-examples/workflow-with-separate-steps.md +131 -0
- package/.docs/raw/agents/adding-tools.mdx +317 -0
- package/.docs/raw/agents/adding-voice.mdx +175 -0
- package/.docs/raw/agents/agent-memory.mdx +62 -0
- package/.docs/raw/agents/mcp-guide.mdx +215 -0
- package/.docs/raw/agents/overview.mdx +303 -0
- package/.docs/raw/community/discord.mdx +12 -0
- package/.docs/raw/community/licensing.mdx +63 -0
- package/.docs/raw/deployment/client.mdx +120 -0
- package/.docs/raw/deployment/deployment.mdx +127 -0
- package/.docs/raw/deployment/server.mdx +282 -0
- package/.docs/raw/evals/custom-eval.mdx +22 -0
- package/.docs/raw/evals/overview.mdx +95 -0
- package/.docs/raw/evals/running-in-ci.mdx +81 -0
- package/.docs/raw/evals/textual-evals.mdx +54 -0
- package/.docs/raw/faq/index.mdx +63 -0
- package/.docs/raw/frameworks/ai-sdk.mdx +296 -0
- package/.docs/raw/frameworks/next-js.mdx +238 -0
- package/.docs/raw/getting-started/installation.mdx +442 -0
- package/.docs/raw/getting-started/mcp-docs-server.mdx +141 -0
- package/.docs/raw/getting-started/project-structure.mdx +80 -0
- package/.docs/raw/index.mdx +22 -0
- package/.docs/raw/integrations/index.mdx +213 -0
- package/.docs/raw/local-dev/add-to-existing-project.mdx +48 -0
- package/.docs/raw/local-dev/creating-a-new-project.mdx +54 -0
- package/.docs/raw/local-dev/mastra-dev.mdx +108 -0
- package/.docs/raw/memory/memory-processors.mdx +131 -0
- package/.docs/raw/memory/overview.mdx +119 -0
- package/.docs/raw/memory/semantic-recall.mdx +122 -0
- package/.docs/raw/memory/working-memory.mdx +87 -0
- package/.docs/raw/observability/logging.mdx +38 -0
- package/.docs/raw/observability/nextjs-tracing.mdx +108 -0
- package/.docs/raw/observability/tracing.mdx +115 -0
- package/.docs/raw/rag/chunking-and-embedding.mdx +156 -0
- package/.docs/raw/rag/overview.mdx +85 -0
- package/.docs/raw/rag/retrieval.mdx +365 -0
- package/.docs/raw/rag/vector-databases.mdx +340 -0
- package/.docs/raw/reference/agents/createTool.mdx +229 -0
- package/.docs/raw/reference/agents/generate.mdx +334 -0
- package/.docs/raw/reference/agents/getAgent.mdx +54 -0
- package/.docs/raw/reference/agents/stream.mdx +369 -0
- package/.docs/raw/reference/cli/build.mdx +55 -0
- package/.docs/raw/reference/cli/dev.mdx +134 -0
- package/.docs/raw/reference/cli/init.mdx +43 -0
- package/.docs/raw/reference/client-js/agents.mdx +107 -0
- package/.docs/raw/reference/client-js/error-handling.mdx +38 -0
- package/.docs/raw/reference/client-js/logs.mdx +24 -0
- package/.docs/raw/reference/client-js/memory.mdx +97 -0
- package/.docs/raw/reference/client-js/telemetry.mdx +20 -0
- package/.docs/raw/reference/client-js/tools.mdx +44 -0
- package/.docs/raw/reference/client-js/vectors.mdx +79 -0
- package/.docs/raw/reference/client-js/workflows.mdx +136 -0
- package/.docs/raw/reference/core/mastra-class.mdx +232 -0
- package/.docs/raw/reference/deployer/cloudflare.mdx +207 -0
- package/.docs/raw/reference/deployer/deployer.mdx +159 -0
- package/.docs/raw/reference/deployer/netlify.mdx +109 -0
- package/.docs/raw/reference/deployer/vercel.mdx +117 -0
- package/.docs/raw/reference/evals/answer-relevancy.mdx +186 -0
- package/.docs/raw/reference/evals/bias.mdx +186 -0
- package/.docs/raw/reference/evals/completeness.mdx +174 -0
- package/.docs/raw/reference/evals/content-similarity.mdx +183 -0
- package/.docs/raw/reference/evals/context-position.mdx +190 -0
- package/.docs/raw/reference/evals/context-precision.mdx +189 -0
- package/.docs/raw/reference/evals/context-relevancy.mdx +188 -0
- package/.docs/raw/reference/evals/contextual-recall.mdx +191 -0
- package/.docs/raw/reference/evals/faithfulness.mdx +193 -0
- package/.docs/raw/reference/evals/hallucination.mdx +219 -0
- package/.docs/raw/reference/evals/keyword-coverage.mdx +176 -0
- package/.docs/raw/reference/evals/prompt-alignment.mdx +238 -0
- package/.docs/raw/reference/evals/summarization.mdx +205 -0
- package/.docs/raw/reference/evals/textual-difference.mdx +161 -0
- package/.docs/raw/reference/evals/tone-consistency.mdx +181 -0
- package/.docs/raw/reference/evals/toxicity.mdx +165 -0
- package/.docs/raw/reference/index.mdx +12 -0
- package/.docs/raw/reference/memory/Memory.mdx +212 -0
- package/.docs/raw/reference/memory/createThread.mdx +95 -0
- package/.docs/raw/reference/memory/getThreadById.mdx +46 -0
- package/.docs/raw/reference/memory/getThreadsByResourceId.mdx +48 -0
- package/.docs/raw/reference/memory/query.mdx +167 -0
- package/.docs/raw/reference/networks/agent-network.mdx +159 -0
- package/.docs/raw/reference/observability/create-logger.mdx +106 -0
- package/.docs/raw/reference/observability/logger.mdx +55 -0
- package/.docs/raw/reference/observability/otel-config.mdx +120 -0
- package/.docs/raw/reference/observability/providers/braintrust.mdx +40 -0
- package/.docs/raw/reference/observability/providers/dash0.mdx +40 -0
- package/.docs/raw/reference/observability/providers/index.mdx +16 -0
- package/.docs/raw/reference/observability/providers/laminar.mdx +41 -0
- package/.docs/raw/reference/observability/providers/langfuse.mdx +51 -0
- package/.docs/raw/reference/observability/providers/langsmith.mdx +48 -0
- package/.docs/raw/reference/observability/providers/langwatch.mdx +45 -0
- package/.docs/raw/reference/observability/providers/new-relic.mdx +40 -0
- package/.docs/raw/reference/observability/providers/signoz.mdx +40 -0
- package/.docs/raw/reference/observability/providers/traceloop.mdx +40 -0
- package/.docs/raw/reference/rag/astra.mdx +258 -0
- package/.docs/raw/reference/rag/chroma.mdx +281 -0
- package/.docs/raw/reference/rag/chunk.mdx +235 -0
- package/.docs/raw/reference/rag/document.mdx +127 -0
- package/.docs/raw/reference/rag/embeddings.mdx +160 -0
- package/.docs/raw/reference/rag/extract-params.mdx +226 -0
- package/.docs/raw/reference/rag/graph-rag.mdx +182 -0
- package/.docs/raw/reference/rag/libsql.mdx +357 -0
- package/.docs/raw/reference/rag/metadata-filters.mdx +298 -0
- package/.docs/raw/reference/rag/pg.mdx +477 -0
- package/.docs/raw/reference/rag/pinecone.mdx +281 -0
- package/.docs/raw/reference/rag/qdrant.mdx +236 -0
- package/.docs/raw/reference/rag/rerank.mdx +212 -0
- package/.docs/raw/reference/rag/turbopuffer.mdx +249 -0
- package/.docs/raw/reference/rag/upstash.mdx +247 -0
- package/.docs/raw/reference/rag/vectorize.mdx +298 -0
- package/.docs/raw/reference/storage/libsql.mdx +74 -0
- package/.docs/raw/reference/storage/postgresql.mdx +48 -0
- package/.docs/raw/reference/storage/upstash.mdx +86 -0
- package/.docs/raw/reference/tools/client.mdx +207 -0
- package/.docs/raw/reference/tools/document-chunker-tool.mdx +141 -0
- package/.docs/raw/reference/tools/graph-rag-tool.mdx +154 -0
- package/.docs/raw/reference/tools/mcp-configuration.mdx +206 -0
- package/.docs/raw/reference/tools/vector-query-tool.mdx +212 -0
- package/.docs/raw/reference/voice/composite-voice.mdx +140 -0
- package/.docs/raw/reference/voice/deepgram.mdx +164 -0
- package/.docs/raw/reference/voice/elevenlabs.mdx +216 -0
- package/.docs/raw/reference/voice/google.mdx +198 -0
- package/.docs/raw/reference/voice/mastra-voice.mdx +394 -0
- package/.docs/raw/reference/voice/murf.mdx +251 -0
- package/.docs/raw/reference/voice/openai-realtime.mdx +431 -0
- package/.docs/raw/reference/voice/openai.mdx +168 -0
- package/.docs/raw/reference/voice/playai.mdx +159 -0
- package/.docs/raw/reference/voice/sarvam.mdx +260 -0
- package/.docs/raw/reference/voice/speechify.mdx +145 -0
- package/.docs/raw/reference/voice/voice.answer.mdx +122 -0
- package/.docs/raw/reference/voice/voice.connect.mdx +124 -0
- package/.docs/raw/reference/voice/voice.listen.mdx +195 -0
- package/.docs/raw/reference/voice/voice.on.mdx +189 -0
- package/.docs/raw/reference/voice/voice.send.mdx +118 -0
- package/.docs/raw/reference/voice/voice.speak.mdx +203 -0
- package/.docs/raw/reference/workflows/after.mdx +88 -0
- package/.docs/raw/reference/workflows/afterEvent.mdx +76 -0
- package/.docs/raw/reference/workflows/commit.mdx +37 -0
- package/.docs/raw/reference/workflows/createRun.mdx +77 -0
- package/.docs/raw/reference/workflows/else.mdx +72 -0
- package/.docs/raw/reference/workflows/events.mdx +305 -0
- package/.docs/raw/reference/workflows/execute.mdx +110 -0
- package/.docs/raw/reference/workflows/if.mdx +107 -0
- package/.docs/raw/reference/workflows/resume.mdx +155 -0
- package/.docs/raw/reference/workflows/resumeWithEvent.mdx +133 -0
- package/.docs/raw/reference/workflows/snapshots.mdx +207 -0
- package/.docs/raw/reference/workflows/start.mdx +84 -0
- package/.docs/raw/reference/workflows/step-class.mdx +100 -0
- package/.docs/raw/reference/workflows/step-condition.mdx +134 -0
- package/.docs/raw/reference/workflows/step-function.mdx +92 -0
- package/.docs/raw/reference/workflows/step-options.mdx +69 -0
- package/.docs/raw/reference/workflows/step-retries.mdx +203 -0
- package/.docs/raw/reference/workflows/suspend.mdx +70 -0
- package/.docs/raw/reference/workflows/then.mdx +74 -0
- package/.docs/raw/reference/workflows/until.mdx +165 -0
- package/.docs/raw/reference/workflows/watch.mdx +118 -0
- package/.docs/raw/reference/workflows/while.mdx +168 -0
- package/.docs/raw/reference/workflows/workflow.mdx +233 -0
- package/.docs/raw/storage/overview.mdx +378 -0
- package/.docs/raw/voice/overview.mdx +135 -0
- package/.docs/raw/voice/speech-to-text.mdx +45 -0
- package/.docs/raw/voice/text-to-speech.mdx +52 -0
- package/.docs/raw/voice/voice-to-voice.mdx +310 -0
- package/.docs/raw/workflows/control-flow.mdx +778 -0
- package/.docs/raw/workflows/dynamic-workflows.mdx +236 -0
- package/.docs/raw/workflows/error-handling.mdx +183 -0
- package/.docs/raw/workflows/nested-workflows.mdx +352 -0
- package/.docs/raw/workflows/overview.mdx +203 -0
- package/.docs/raw/workflows/steps.mdx +108 -0
- package/.docs/raw/workflows/suspend-and-resume.mdx +404 -0
- package/.docs/raw/workflows/variables.mdx +313 -0
- package/LICENSE.md +46 -0
- package/README.md +129 -0
- package/dist/_tsup-dts-rollup.d.ts +149 -0
- package/dist/chunk-QWYMT5LP.js +194 -0
- package/dist/prepare-docs/prepare.d.ts +1 -0
- package/dist/prepare-docs/prepare.js +1 -0
- package/dist/stdio.d.ts +1 -0
- package/dist/stdio.js +518 -0
- package/package.json +60 -0
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# create-mastra
|
|
2
|
+
|
|
3
|
+
## 0.2.8-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a2318cd: Revamp mastra deply dx, Make mastra build command output deployment ready build
|
|
8
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
9
|
+
- c8fe5f0: change the header of all pages with the one from the DS
|
|
10
|
+
|
|
11
|
+
## 0.2.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- d3c372c: Show status UI of steps on playground workflow when workflow has no triggerSchema
|
|
16
|
+
Show number of steps on workflows table
|
|
17
|
+
- df5989d: Correct playground model setting maxSteps reset value
|
|
18
|
+
|
|
19
|
+
## 0.2.7-alpha.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- df5989d: Correct playground model setting maxSteps reset value
|
|
24
|
+
|
|
25
|
+
## 0.2.7-alpha.0
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- d3c372c: Show status UI of steps on playground workflow when workflow has no triggerSchema
|
|
30
|
+
Show number of steps on workflows table
|
|
31
|
+
|
|
32
|
+
## 0.2.6
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- 99e2998: Set default max steps to 5
|
|
37
|
+
- 8fdb414: Custom mastra server cors config
|
|
38
|
+
|
|
39
|
+
## 0.2.6-alpha.0
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- 99e2998: Set default max steps to 5
|
|
44
|
+
- 8fdb414: Custom mastra server cors config
|
|
45
|
+
|
|
46
|
+
## 0.2.5
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- 87b96d7: set playground agent maxSteps default to 3
|
|
51
|
+
|
|
52
|
+
## 0.2.5-alpha.0
|
|
53
|
+
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- 87b96d7: set playground agent maxSteps default to 3
|
|
57
|
+
|
|
58
|
+
## 0.2.4
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- a4a1151: Fix playground freezing when buffer is passed between steps
|
|
63
|
+
- 9d13790: update playground-ui dynamic form, cleanups
|
|
64
|
+
- 13ade6a: update favicon shape
|
|
65
|
+
- 055c4ea: Fix traces page showing e.reduce error
|
|
66
|
+
- 124ce08: Ability to set maxTokens, temperature, and other common features in playground
|
|
67
|
+
- 789bef3: Make runId optional for workflow startAsync api
|
|
68
|
+
- 40dca45: Fix expanding workflow sidebar not expanding the output section
|
|
69
|
+
- 8393832: Handle nested workflow view on workflow graph
|
|
70
|
+
- 23999d4: Add Design System tokens and components into playground ui
|
|
71
|
+
- 8076ecf: Unify workflow watch/start response
|
|
72
|
+
- 9e7d46a: Fix scroll issue on playground tools page
|
|
73
|
+
- d16ed18: Make playground-ui dynamic forms better
|
|
74
|
+
|
|
75
|
+
## 0.2.4-alpha.4
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- a4a1151: Fix playground freezing when buffer is passed between steps
|
|
80
|
+
- 13ade6a: update favicon shape
|
|
81
|
+
- 124ce08: Ability to set maxTokens, temperature, and other common features in playground
|
|
82
|
+
- 23999d4: Add Design System tokens and components into playground ui
|
|
83
|
+
- 9e7d46a: Fix scroll issue on playground tools page
|
|
84
|
+
|
|
85
|
+
## 0.2.4-alpha.3
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- 055c4ea: Fix traces page showing e.reduce error
|
|
90
|
+
|
|
91
|
+
## 0.2.4-alpha.2
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- 9d13790: update playground-ui dynamic form, cleanups
|
|
96
|
+
- 40dca45: Fix expanding workflow sidebar not expanding the output section
|
|
97
|
+
- d16ed18: Make playground-ui dynamic forms better
|
|
98
|
+
|
|
99
|
+
## 0.2.4-alpha.1
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- 789bef3: Make runId optional for workflow startAsync api
|
|
104
|
+
- 8393832: Handle nested workflow view on workflow graph
|
|
105
|
+
|
|
106
|
+
## 0.2.4-alpha.0
|
|
107
|
+
|
|
108
|
+
### Patch Changes
|
|
109
|
+
|
|
110
|
+
- 8076ecf: Unify workflow watch/start response
|
|
111
|
+
|
|
112
|
+
## 0.2.3
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- 6d5d9c6: Show tool calls in playground chat
|
|
117
|
+
- 2447900: Show No input for steps without input on traces UI
|
|
118
|
+
- c30787b: Stop automatically scrolling to bottom in agent chat if user has scrolled up
|
|
119
|
+
- 214e7ce: Only mark required fields as required on the playground
|
|
120
|
+
- 0b496ff: Load env vars on mastra deploy
|
|
121
|
+
- 2134786: Fix traces navigation not working in playground
|
|
122
|
+
|
|
123
|
+
## 0.2.3-alpha.2
|
|
124
|
+
|
|
125
|
+
### Patch Changes
|
|
126
|
+
|
|
127
|
+
- 6d5d9c6: Show tool calls in playground chat
|
|
128
|
+
|
|
129
|
+
## 0.2.3-alpha.1
|
|
130
|
+
|
|
131
|
+
### Patch Changes
|
|
132
|
+
|
|
133
|
+
- 2134786: Fix traces navigation not working in playground
|
|
134
|
+
|
|
135
|
+
## 0.2.3-alpha.0
|
|
136
|
+
|
|
137
|
+
### Patch Changes
|
|
138
|
+
|
|
139
|
+
- 2447900: Show No input for steps without input on traces UI
|
|
140
|
+
- c30787b: Stop automatically scrolling to bottom in agent chat if user has scrolled up
|
|
141
|
+
- 214e7ce: Only mark required fields as required on the playground
|
|
142
|
+
- 0b496ff: Load env vars on mastra deploy
|
|
143
|
+
|
|
144
|
+
## 0.2.2
|
|
145
|
+
|
|
146
|
+
### Patch Changes
|
|
147
|
+
|
|
148
|
+
- 933ea4d: Fix messages in thread not showing latest when switching between threads
|
|
149
|
+
- 9cba774: Fix new thread title not reflecting until refresh or new message is sent
|
|
150
|
+
- 77e4c35: Pop a dialog showing the functional condition when a functional condition is clicked on workflow graph
|
|
151
|
+
- 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
|
|
152
|
+
Fix sidebar horizontal overflow in playground
|
|
153
|
+
|
|
154
|
+
## 0.2.2-alpha.1
|
|
155
|
+
|
|
156
|
+
### Patch Changes
|
|
157
|
+
|
|
158
|
+
- 77e4c35: Pop a dialog showing the functional condition when a functional condition is clicked on workflow graph
|
|
159
|
+
|
|
160
|
+
## 0.2.2-alpha.0
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- 933ea4d: Fix messages in thread not showing latest when switching between threads
|
|
165
|
+
- 9cba774: Fix new thread title not reflecting until refresh or new message is sent
|
|
166
|
+
- 248cb07: Allow ai-sdk Message type for messages in agent generate and stream
|
|
167
|
+
Fix sidebar horizontal overflow in playground
|
|
168
|
+
|
|
169
|
+
## 0.2.1
|
|
170
|
+
|
|
171
|
+
### Patch Changes
|
|
172
|
+
|
|
173
|
+
- 404640e: AgentNetwork changeset
|
|
174
|
+
|
|
175
|
+
## 0.2.1-alpha.0
|
|
176
|
+
|
|
177
|
+
### Patch Changes
|
|
178
|
+
|
|
179
|
+
- 404640e: AgentNetwork changeset
|
|
180
|
+
|
|
181
|
+
## 0.2.0
|
|
182
|
+
|
|
183
|
+
### Minor Changes
|
|
184
|
+
|
|
185
|
+
- f9b6ab5: add Cerebras as a llm provider to create-mastra@latest
|
|
186
|
+
|
|
187
|
+
### Patch Changes
|
|
188
|
+
|
|
189
|
+
- 0f24546: Add google as a new LLM provider option in project creation
|
|
190
|
+
- 1291e89: Add resizable-panel to playground-ui and use in agent and workflow sidebars
|
|
191
|
+
- 9ba1e97: update playground ui for mastra and create-mastra
|
|
192
|
+
- 5baf1ec: animate new traces
|
|
193
|
+
- 9116d70: Handle the different workflow methods in workflow graph
|
|
194
|
+
- 0709d99: add prop for dynamic empty text
|
|
195
|
+
|
|
196
|
+
## 0.2.0-alpha.2
|
|
197
|
+
|
|
198
|
+
### Patch Changes
|
|
199
|
+
|
|
200
|
+
- 5baf1ec: animate new traces
|
|
201
|
+
- 9116d70: Handle the different workflow methods in workflow graph
|
|
202
|
+
- 0709d99: add prop for dynamic empty text
|
|
203
|
+
|
|
204
|
+
## 0.2.0-alpha.1
|
|
205
|
+
|
|
206
|
+
### Minor Changes
|
|
207
|
+
|
|
208
|
+
- f9b6ab5: add Cerebras as a llm provider to create-mastra@latest
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- 1291e89: Add resizable-panel to playground-ui and use in agent and workflow sidebars
|
|
213
|
+
- 9ba1e97: update playground ui for mastra and create-mastra
|
|
214
|
+
|
|
215
|
+
## 0.1.10-alpha.0
|
|
216
|
+
|
|
217
|
+
### Patch Changes
|
|
218
|
+
|
|
219
|
+
- 0f24546: Add google as a new LLM provider option in project creation
|
|
220
|
+
|
|
221
|
+
## 0.1.9
|
|
222
|
+
|
|
223
|
+
### Patch Changes
|
|
224
|
+
|
|
225
|
+
- c49f798: remove hardcoded localhost url in playground
|
|
226
|
+
- d3d6fae: Deprecate mastra dev --env flag
|
|
227
|
+
|
|
228
|
+
## 0.1.9-alpha.1
|
|
229
|
+
|
|
230
|
+
### Patch Changes
|
|
231
|
+
|
|
232
|
+
- c49f798: remove hardcoded localhost url in playground
|
|
233
|
+
|
|
234
|
+
## 0.1.9-alpha.0
|
|
235
|
+
|
|
236
|
+
### Patch Changes
|
|
237
|
+
|
|
238
|
+
- d3d6fae: Deprecate mastra dev --env flag
|
|
239
|
+
|
|
240
|
+
## 0.1.8
|
|
241
|
+
|
|
242
|
+
### Patch Changes
|
|
243
|
+
|
|
244
|
+
- 5fae49e: Configurable timeout on npm create mastra
|
|
245
|
+
- 91d2e30: Fix init in non npm project
|
|
246
|
+
- 960690d: Improve client-js workflow watch dx
|
|
247
|
+
- dbd9f2d: Handle different condition types on workflow graph
|
|
248
|
+
- 07a7470: Move WorkflowTrigger to playground-ui package and use in dev playground
|
|
249
|
+
- a80bdaf: persist data in run tab in dev
|
|
250
|
+
- e5149bb: Fix playground-ui agent-evals tab-content
|
|
251
|
+
- 8deb34c: Better workflow watch api + watch workflow by runId
|
|
252
|
+
- 36d970e: Make tools discovery work in mastra dev
|
|
253
|
+
- 144b3d5: Update traces table UI, agent Chat UI
|
|
254
|
+
Fix get workflows breaking
|
|
255
|
+
- 62565c1: --no-timeout npm create mastra flag
|
|
256
|
+
- 9035565: Update tools dev playground inputs for different fieldtypes
|
|
257
|
+
- af7466e: fix playground issues
|
|
258
|
+
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
259
|
+
|
|
260
|
+
## 0.1.8-alpha.5
|
|
261
|
+
|
|
262
|
+
### Patch Changes
|
|
263
|
+
|
|
264
|
+
- 07a7470: Move WorkflowTrigger to playground-ui package and use in dev playground
|
|
265
|
+
|
|
266
|
+
## 0.1.8-alpha.4
|
|
267
|
+
|
|
268
|
+
### Patch Changes
|
|
269
|
+
|
|
270
|
+
- dbd9f2d: Handle different condition types on workflow graph
|
|
271
|
+
- 8deb34c: Better workflow watch api + watch workflow by runId
|
|
272
|
+
- 36d970e: Make tools discovery work in mastra dev
|
|
273
|
+
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
274
|
+
|
|
275
|
+
## 0.1.8-alpha.3
|
|
276
|
+
|
|
277
|
+
### Patch Changes
|
|
278
|
+
|
|
279
|
+
- 91d2e30: Fix init in non npm project
|
|
280
|
+
- a80bdaf: persist data in run tab in dev
|
|
281
|
+
- 9035565: Update tools dev playground inputs for different fieldtypes
|
|
282
|
+
- af7466e: fix playground issues
|
|
283
|
+
|
|
284
|
+
## 0.1.8-alpha.2
|
|
285
|
+
|
|
286
|
+
### Patch Changes
|
|
287
|
+
|
|
288
|
+
- 144b3d5: Update traces table UI, agent Chat UI
|
|
289
|
+
Fix get workflows breaking
|
|
290
|
+
|
|
291
|
+
## 0.1.8-alpha.1
|
|
292
|
+
|
|
293
|
+
### Patch Changes
|
|
294
|
+
|
|
295
|
+
- e5149bb: Fix playground-ui agent-evals tab-content
|
|
296
|
+
|
|
297
|
+
## 0.1.8-alpha.0
|
|
298
|
+
|
|
299
|
+
### Patch Changes
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
... 425 more lines hidden. See full changelog in package directory.
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# mastra
|
|
2
|
+
|
|
3
|
+
## 0.4.9-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [10a8caf]
|
|
8
|
+
- @mastra/core@0.8.3-alpha.3
|
|
9
|
+
- @mastra/deployer@0.2.9-alpha.3
|
|
10
|
+
|
|
11
|
+
## 0.4.9-alpha.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [0bcc862]
|
|
16
|
+
- @mastra/core@0.8.3-alpha.2
|
|
17
|
+
- @mastra/deployer@0.2.9-alpha.2
|
|
18
|
+
|
|
19
|
+
## 0.4.9-alpha.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- a2318cd: Revamp mastra deply dx, Make mastra build command output deployment ready build
|
|
24
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
25
|
+
- c8fe5f0: change the header of all pages with the one from the DS
|
|
26
|
+
- Updated dependencies [32e7b71]
|
|
27
|
+
- Updated dependencies [37bb612]
|
|
28
|
+
- @mastra/deployer@0.2.9-alpha.1
|
|
29
|
+
- @mastra/core@0.8.3-alpha.1
|
|
30
|
+
|
|
31
|
+
## 0.4.9-alpha.0
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [359b089]
|
|
36
|
+
- @mastra/core@0.8.3-alpha.0
|
|
37
|
+
- @mastra/deployer@0.2.9-alpha.0
|
|
38
|
+
|
|
39
|
+
## 0.4.8
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- d3c372c: Show status UI of steps on playground workflow when workflow has no triggerSchema
|
|
44
|
+
Show number of steps on workflows table
|
|
45
|
+
- df5989d: Correct playground model setting maxSteps reset value
|
|
46
|
+
- Updated dependencies [a06aadc]
|
|
47
|
+
- Updated dependencies [ae6c5ce]
|
|
48
|
+
- Updated dependencies [94cd5c1]
|
|
49
|
+
- @mastra/core@0.8.2
|
|
50
|
+
- @mastra/deployer@0.2.8
|
|
51
|
+
|
|
52
|
+
## 0.4.8-alpha.1
|
|
53
|
+
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- df5989d: Correct playground model setting maxSteps reset value
|
|
57
|
+
- Updated dependencies [94cd5c1]
|
|
58
|
+
- @mastra/deployer@0.2.8-alpha.1
|
|
59
|
+
|
|
60
|
+
## 0.4.8-alpha.0
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- d3c372c: Show status UI of steps on playground workflow when workflow has no triggerSchema
|
|
65
|
+
Show number of steps on workflows table
|
|
66
|
+
- Updated dependencies [a06aadc]
|
|
67
|
+
- Updated dependencies [ae6c5ce]
|
|
68
|
+
- @mastra/core@0.8.2-alpha.0
|
|
69
|
+
- @mastra/deployer@0.2.8-alpha.0
|
|
70
|
+
|
|
71
|
+
## 0.4.7
|
|
72
|
+
|
|
73
|
+
### Patch Changes
|
|
74
|
+
|
|
75
|
+
- 99e2998: Set default max steps to 5
|
|
76
|
+
- 8fdb414: Custom mastra server cors config
|
|
77
|
+
- Updated dependencies [99e2998]
|
|
78
|
+
- Updated dependencies [8fdb414]
|
|
79
|
+
- @mastra/core@0.8.1
|
|
80
|
+
- @mastra/deployer@0.2.7
|
|
81
|
+
|
|
82
|
+
## 0.4.7-alpha.0
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- 99e2998: Set default max steps to 5
|
|
87
|
+
- 8fdb414: Custom mastra server cors config
|
|
88
|
+
- Updated dependencies [99e2998]
|
|
89
|
+
- Updated dependencies [8fdb414]
|
|
90
|
+
- @mastra/core@0.8.1-alpha.0
|
|
91
|
+
- @mastra/deployer@0.2.7-alpha.0
|
|
92
|
+
|
|
93
|
+
## 0.4.6
|
|
94
|
+
|
|
95
|
+
### Patch Changes
|
|
96
|
+
|
|
97
|
+
- 87b96d7: set playground agent maxSteps default to 3
|
|
98
|
+
|
|
99
|
+
## 0.4.6-alpha.0
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- 87b96d7: set playground agent maxSteps default to 3
|
|
104
|
+
|
|
105
|
+
## 0.4.5
|
|
106
|
+
|
|
107
|
+
### Patch Changes
|
|
108
|
+
|
|
109
|
+
- a4a1151: Fix playground freezing when buffer is passed between steps
|
|
110
|
+
- 9f529a4: enable geoip in system properties for analytics
|
|
111
|
+
- 9d13790: update playground-ui dynamic form, cleanups
|
|
112
|
+
- 13ade6a: update favicon shape
|
|
113
|
+
- b08fc42: Fix workflow in getting started
|
|
114
|
+
- 055c4ea: Fix traces page showing e.reduce error
|
|
115
|
+
- 124ce08: Ability to set maxTokens, temperature, and other common features in playground
|
|
116
|
+
- c0f6c98: fix flag for disabling geoip
|
|
117
|
+
- 789bef3: Make runId optional for workflow startAsync api
|
|
118
|
+
- a3f0e90: Update storage initialization to ensure tables are present
|
|
119
|
+
- 40dca45: Fix expanding workflow sidebar not expanding the output section
|
|
120
|
+
- 6330967: Enable route timeout using server options
|
|
121
|
+
- b311bb7: fix cli build command to use correct Mastra directory
|
|
122
|
+
- 8393832: Handle nested workflow view on workflow graph
|
|
123
|
+
- 6330967: Add support for configuration of server port using Mastra instance
|
|
124
|
+
- 40720d3: Add support for webcontainers like stackblitz
|
|
125
|
+
- 23999d4: Add Design System tokens and components into playground ui
|
|
126
|
+
- 706e6aa: Remove unused dependencies
|
|
127
|
+
- 8076ecf: Unify workflow watch/start response
|
|
128
|
+
- 9e7d46a: Fix scroll issue on playground tools page
|
|
129
|
+
- d16ed18: Make playground-ui dynamic forms better
|
|
130
|
+
- Updated dependencies [56c31b7]
|
|
131
|
+
- Updated dependencies [619c39d]
|
|
132
|
+
- Updated dependencies [2135c81]
|
|
133
|
+
- Updated dependencies [5ae0180]
|
|
134
|
+
- Updated dependencies [05d58cc]
|
|
135
|
+
- Updated dependencies [fe56be0]
|
|
136
|
+
- Updated dependencies [93875ed]
|
|
137
|
+
- Updated dependencies [107bcfe]
|
|
138
|
+
- Updated dependencies [9bfa12b]
|
|
139
|
+
- Updated dependencies [515ebfb]
|
|
140
|
+
- Updated dependencies [5b4e19f]
|
|
141
|
+
- Updated dependencies [4c98129]
|
|
142
|
+
- Updated dependencies [4c65a57]
|
|
143
|
+
- Updated dependencies [dbbbf80]
|
|
144
|
+
- Updated dependencies [a0967a0]
|
|
145
|
+
- Updated dependencies [84fe241]
|
|
146
|
+
- Updated dependencies [fca3b21]
|
|
147
|
+
- Updated dependencies [88fa727]
|
|
148
|
+
- Updated dependencies [dfb0601]
|
|
149
|
+
- Updated dependencies [f37f535]
|
|
150
|
+
- Updated dependencies [789bef3]
|
|
151
|
+
- Updated dependencies [a3f0e90]
|
|
152
|
+
- Updated dependencies [4d67826]
|
|
153
|
+
- Updated dependencies [6330967]
|
|
154
|
+
- Updated dependencies [8393832]
|
|
155
|
+
- Updated dependencies [6330967]
|
|
156
|
+
- Updated dependencies [84fe241]
|
|
157
|
+
- Updated dependencies [99d43b9]
|
|
158
|
+
- Updated dependencies [32ba03c]
|
|
159
|
+
- Updated dependencies [d7e08e8]
|
|
160
|
+
- Updated dependencies [3c6ae54]
|
|
161
|
+
- Updated dependencies [febc8a6]
|
|
162
|
+
- Updated dependencies [0deb356]
|
|
163
|
+
- Updated dependencies [7599d77]
|
|
164
|
+
- Updated dependencies [0118361]
|
|
165
|
+
- Updated dependencies [619c39d]
|
|
166
|
+
- Updated dependencies [cafae83]
|
|
167
|
+
- Updated dependencies [8076ecf]
|
|
168
|
+
- Updated dependencies [8df4a77]
|
|
169
|
+
- Updated dependencies [304397c]
|
|
170
|
+
- @mastra/core@0.8.0
|
|
171
|
+
- @mastra/deployer@0.2.6
|
|
172
|
+
|
|
173
|
+
## 0.4.5-alpha.11
|
|
174
|
+
|
|
175
|
+
### Patch Changes
|
|
176
|
+
|
|
177
|
+
- a4a1151: Fix playground freezing when buffer is passed between steps
|
|
178
|
+
- 13ade6a: update favicon shape
|
|
179
|
+
- 124ce08: Ability to set maxTokens, temperature, and other common features in playground
|
|
180
|
+
- c0f6c98: fix flag for disabling geoip
|
|
181
|
+
- 23999d4: Add Design System tokens and components into playground ui
|
|
182
|
+
- 9e7d46a: Fix scroll issue on playground tools page
|
|
183
|
+
|
|
184
|
+
## 0.4.5-alpha.10
|
|
185
|
+
|
|
186
|
+
### Patch Changes
|
|
187
|
+
|
|
188
|
+
- b08fc42: Fix workflow in getting started
|
|
189
|
+
- 055c4ea: Fix traces page showing e.reduce error
|
|
190
|
+
- Updated dependencies [2135c81]
|
|
191
|
+
- Updated dependencies [8df4a77]
|
|
192
|
+
- @mastra/deployer@0.2.6-alpha.10
|
|
193
|
+
- @mastra/core@0.8.0-alpha.8
|
|
194
|
+
|
|
195
|
+
## 0.4.5-alpha.9
|
|
196
|
+
|
|
197
|
+
### Patch Changes
|
|
198
|
+
|
|
199
|
+
- 40720d3: Add support for webcontainers like stackblitz
|
|
200
|
+
- Updated dependencies [3c6ae54]
|
|
201
|
+
- Updated dependencies [febc8a6]
|
|
202
|
+
- @mastra/deployer@0.2.6-alpha.9
|
|
203
|
+
- @mastra/core@0.8.0-alpha.7
|
|
204
|
+
|
|
205
|
+
## 0.4.5-alpha.8
|
|
206
|
+
|
|
207
|
+
### Patch Changes
|
|
208
|
+
|
|
209
|
+
- 9d13790: update playground-ui dynamic form, cleanups
|
|
210
|
+
- a3f0e90: Update storage initialization to ensure tables are present
|
|
211
|
+
- 40dca45: Fix expanding workflow sidebar not expanding the output section
|
|
212
|
+
- b311bb7: fix cli build command to use correct Mastra directory
|
|
213
|
+
- d16ed18: Make playground-ui dynamic forms better
|
|
214
|
+
- Updated dependencies [4c65a57]
|
|
215
|
+
- Updated dependencies [a3f0e90]
|
|
216
|
+
- @mastra/deployer@0.2.6-alpha.8
|
|
217
|
+
- @mastra/core@0.8.0-alpha.6
|
|
218
|
+
|
|
219
|
+
## 0.4.5-alpha.7
|
|
220
|
+
|
|
221
|
+
### Patch Changes
|
|
222
|
+
|
|
223
|
+
- 9f529a4: enable geoip in system properties for analytics
|
|
224
|
+
- Updated dependencies [93875ed]
|
|
225
|
+
- @mastra/core@0.8.0-alpha.5
|
|
226
|
+
- @mastra/deployer@0.2.6-alpha.7
|
|
227
|
+
|
|
228
|
+
## 0.4.5-alpha.6
|
|
229
|
+
|
|
230
|
+
### Patch Changes
|
|
231
|
+
|
|
232
|
+
- Updated dependencies [d7e08e8]
|
|
233
|
+
- @mastra/core@0.8.0-alpha.4
|
|
234
|
+
- @mastra/deployer@0.2.6-alpha.6
|
|
235
|
+
|
|
236
|
+
## 0.4.5-alpha.5
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- Updated dependencies [32ba03c]
|
|
241
|
+
- @mastra/deployer@0.2.6-alpha.5
|
|
242
|
+
|
|
243
|
+
## 0.4.5-alpha.4
|
|
244
|
+
|
|
245
|
+
### Patch Changes
|
|
246
|
+
|
|
247
|
+
- 789bef3: Make runId optional for workflow startAsync api
|
|
248
|
+
- 6330967: Enable route timeout using server options
|
|
249
|
+
- 8393832: Handle nested workflow view on workflow graph
|
|
250
|
+
- 6330967: Add support for configuration of server port using Mastra instance
|
|
251
|
+
- Updated dependencies [5ae0180]
|
|
252
|
+
- Updated dependencies [9bfa12b]
|
|
253
|
+
- Updated dependencies [515ebfb]
|
|
254
|
+
- Updated dependencies [88fa727]
|
|
255
|
+
- Updated dependencies [dfb0601]
|
|
256
|
+
- Updated dependencies [f37f535]
|
|
257
|
+
- Updated dependencies [789bef3]
|
|
258
|
+
- Updated dependencies [4d67826]
|
|
259
|
+
- Updated dependencies [6330967]
|
|
260
|
+
- Updated dependencies [8393832]
|
|
261
|
+
- Updated dependencies [6330967]
|
|
262
|
+
- @mastra/core@0.8.0-alpha.3
|
|
263
|
+
- @mastra/deployer@0.2.6-alpha.4
|
|
264
|
+
|
|
265
|
+
## 0.4.5-alpha.3
|
|
266
|
+
|
|
267
|
+
### Patch Changes
|
|
268
|
+
|
|
269
|
+
- Updated dependencies [0deb356]
|
|
270
|
+
- @mastra/deployer@0.2.6-alpha.3
|
|
271
|
+
|
|
272
|
+
## 0.4.5-alpha.2
|
|
273
|
+
|
|
274
|
+
### Patch Changes
|
|
275
|
+
|
|
276
|
+
- 706e6aa: Remove unused dependencies
|
|
277
|
+
- Updated dependencies [56c31b7]
|
|
278
|
+
- Updated dependencies [4c98129]
|
|
279
|
+
- Updated dependencies [dbbbf80]
|
|
280
|
+
- Updated dependencies [84fe241]
|
|
281
|
+
- Updated dependencies [84fe241]
|
|
282
|
+
- Updated dependencies [99d43b9]
|
|
283
|
+
- @mastra/core@0.8.0-alpha.2
|
|
284
|
+
- @mastra/deployer@0.2.6-alpha.2
|
|
285
|
+
|
|
286
|
+
## 0.4.5-alpha.1
|
|
287
|
+
|
|
288
|
+
### Patch Changes
|
|
289
|
+
|
|
290
|
+
- Updated dependencies [619c39d]
|
|
291
|
+
- Updated dependencies [fe56be0]
|
|
292
|
+
- Updated dependencies [a0967a0]
|
|
293
|
+
- Updated dependencies [fca3b21]
|
|
294
|
+
- Updated dependencies [0118361]
|
|
295
|
+
- Updated dependencies [619c39d]
|
|
296
|
+
- @mastra/core@0.8.0-alpha.1
|
|
297
|
+
- @mastra/deployer@0.2.6-alpha.1
|
|
298
|
+
|
|
299
|
+
## 0.4.5-alpha.0
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
... 2507 more lines hidden. See full changelog in package directory.
|