@mastra/mcp-docs-server 0.13.28-alpha.0 → 0.13.28-alpha.2

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 (60) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +9 -9
  2. package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +9 -0
  3. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +19 -19
  4. package/.docs/organized/changelogs/%40mastra%2Fcore.md +41 -41
  5. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +21 -21
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +11 -11
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +11 -11
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +11 -11
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +33 -33
  10. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +11 -11
  11. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +18 -18
  12. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +10 -10
  13. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +10 -10
  14. package/.docs/organized/changelogs/%40mastra%2Fpg.md +10 -10
  15. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +43 -43
  16. package/.docs/organized/changelogs/%40mastra%2Freact.md +22 -0
  17. package/.docs/organized/changelogs/%40mastra%2Fs3vectors.md +9 -0
  18. package/.docs/organized/changelogs/%40mastra%2Fserver.md +17 -17
  19. package/.docs/organized/changelogs/create-mastra.md +21 -21
  20. package/.docs/organized/changelogs/mastra.md +42 -42
  21. package/.docs/organized/code-examples/agent.md +2 -1
  22. package/.docs/organized/code-examples/heads-up-game.md +5 -5
  23. package/.docs/raw/agents/guardrails.mdx +335 -0
  24. package/.docs/raw/{networks-vnext/complex-task-execution.mdx → agents/networks.mdx} +29 -9
  25. package/.docs/raw/agents/overview.mdx +107 -63
  26. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +9 -2
  27. package/.docs/raw/getting-started/mcp-docs-server.mdx +84 -179
  28. package/.docs/raw/reference/agents/network.mdx +1 -1
  29. package/.docs/raw/reference/cli/create-mastra.mdx +61 -5
  30. package/.docs/raw/reference/cli/mastra.mdx +252 -0
  31. package/.docs/raw/reference/client-js/agents.mdx +1 -10
  32. package/.docs/raw/reference/processors/batch-parts-processor.mdx +111 -0
  33. package/.docs/raw/reference/processors/language-detector.mdx +154 -0
  34. package/.docs/raw/reference/processors/moderation-processor.mdx +145 -0
  35. package/.docs/raw/reference/processors/pii-detector.mdx +153 -0
  36. package/.docs/raw/reference/processors/prompt-injection-detector.mdx +130 -0
  37. package/.docs/raw/reference/processors/system-prompt-scrubber.mdx +145 -0
  38. package/.docs/raw/reference/processors/token-limiter-processor.mdx +136 -0
  39. package/.docs/raw/reference/processors/unicode-normalizer.mdx +114 -0
  40. package/.docs/raw/reference/streaming/workflows/resumeStreamVNext.mdx +1 -1
  41. package/.docs/raw/reference/streaming/workflows/stream.mdx +1 -1
  42. package/.docs/raw/reference/streaming/workflows/streamVNext.mdx +1 -1
  43. package/.docs/raw/reference/workflows/run-methods/resume.mdx +17 -1
  44. package/.docs/raw/reference/workflows/run-methods/start.mdx +17 -1
  45. package/.docs/raw/reference/workflows/step.mdx +11 -0
  46. package/.docs/raw/reference/workflows/workflow.mdx +7 -1
  47. package/.docs/raw/server-db/local-dev-playground.mdx +1 -1
  48. package/CHANGELOG.md +17 -0
  49. package/package.json +5 -5
  50. package/.docs/raw/agents/input-processors.mdx +0 -284
  51. package/.docs/raw/agents/output-processors.mdx +0 -328
  52. package/.docs/raw/networks-vnext/overview.mdx +0 -85
  53. package/.docs/raw/networks-vnext/single-task-execution.mdx +0 -135
  54. package/.docs/raw/reference/cli/build.mdx +0 -115
  55. package/.docs/raw/reference/cli/dev.mdx +0 -249
  56. package/.docs/raw/reference/cli/init.mdx +0 -97
  57. package/.docs/raw/reference/cli/lint.mdx +0 -56
  58. package/.docs/raw/reference/cli/mcp-docs-server.mdx +0 -82
  59. package/.docs/raw/reference/cli/scorers.mdx +0 -160
  60. package/.docs/raw/reference/cli/start.mdx +0 -50
@@ -1,5 +1,47 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.3.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
8
+
9
+ - Updated dependencies [[`ee9108f`](https://github.com/mastra-ai/mastra/commit/ee9108fa29bb8368fc23df158c9f0645b2d7b65c)]:
10
+ - @mastra/core@0.20.1-alpha.2
11
+ - @mastra/client-js@0.15.1-alpha.2
12
+ - @mastra/react@0.0.4-alpha.2
13
+
14
+ ## 6.3.1-alpha.1
15
+
16
+ ### Patch Changes
17
+
18
+ - workflow run thread more visible ([#8539](https://github.com/mastra-ai/mastra/pull/8539))
19
+
20
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
21
+
22
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
23
+
24
+ - Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
25
+
26
+ - type fixes and missing changeset ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
27
+
28
+ - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
29
+
30
+ - remove icons in entity lists ([#8520](https://github.com/mastra-ai/mastra/pull/8520))
31
+
32
+ - extract mcp servers into playground + use a table instead of custom stuff ([#8521](https://github.com/mastra-ai/mastra/pull/8521))
33
+
34
+ - add client search to all entities ([#8523](https://github.com/mastra-ai/mastra/pull/8523))
35
+
36
+ - UX for the agents page ([#8517](https://github.com/mastra-ai/mastra/pull/8517))
37
+
38
+ - add icons into playground titles + a link to the entity doc ([#8518](https://github.com/mastra-ai/mastra/pull/8518))
39
+
40
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
41
+ - @mastra/core@0.20.1-alpha.1
42
+ - @mastra/client-js@0.15.1-alpha.1
43
+ - @mastra/react@0.0.4-alpha.1
44
+
3
45
  ## 6.3.1-alpha.0
4
46
 
5
47
  ### Patch Changes
@@ -257,46 +299,4 @@
257
299
 
258
300
  ## 6.2.2-alpha.3
259
301
 
260
- ### Patch Changes
261
-
262
- - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
263
-
264
- - Fix navigating between scores and entity types ([#8129](https://github.com/mastra-ai/mastra/pull/8129))
265
-
266
- - Add UI for scoring traces ([#8089](https://github.com/mastra-ai/mastra/pull/8089))
267
-
268
- - 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)]:
269
- - @mastra/core@0.18.0-alpha.3
270
- - @mastra/client-js@0.13.2-alpha.3
271
-
272
- ## 6.2.2-alpha.2
273
-
274
- ### Patch Changes
275
-
276
- - dependencies updates: ([#8034](https://github.com/mastra-ai/mastra/pull/8034))
277
- - Updated dependency [`zod@^4.1.9` ↗︎](https://www.npmjs.com/package/zod/v/4.1.9) (from `^4.1.8`, in `dependencies`)
278
-
279
- - dependencies updates: ([#8050](https://github.com/mastra-ai/mastra/pull/8050))
280
- - Updated dependency [`@xyflow/react@^12.8.5` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.8.5) (from `^12.8.4`, in `dependencies`)
281
-
282
- - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
283
-
284
- - 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), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55)]:
285
- - @mastra/core@0.18.0-alpha.2
286
- - @mastra/client-js@0.13.2-alpha.2
287
-
288
- ## 6.2.2-alpha.1
289
-
290
- ### Patch Changes
291
-
292
- - dependencies updates: ([#8019](https://github.com/mastra-ai/mastra/pull/8019))
293
- - Updated dependency [`motion@^12.23.13` ↗︎](https://www.npmjs.com/package/motion/v/12.23.13) (from `^12.23.12`, in `dependencies`)
294
-
295
- - show the tool-output stream in the playground for streamVNext ([#7983](https://github.com/mastra-ai/mastra/pull/7983))
296
-
297
- - Updated dependencies [[`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb)]:
298
- - @mastra/core@0.17.2-alpha.1
299
- - @mastra/client-js@0.13.2-alpha.1
300
-
301
-
302
- ... 3420 more lines hidden. See full changelog in package directory.
302
+ ... 3462 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,27 @@
1
1
  # @mastra/react-hooks
2
2
 
3
+ ## 0.0.4-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @mastra/client-js@0.15.1-alpha.2
9
+
10
+ ## 0.0.4-alpha.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
15
+
16
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
17
+
18
+ - type fixes and missing changeset ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
19
+
20
+ - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
21
+
22
+ - Updated dependencies [[`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa)]:
23
+ - @mastra/client-js@0.15.1-alpha.1
24
+
3
25
  ## 0.0.4-alpha.0
4
26
 
5
27
  ### Patch Changes
@@ -1,5 +1,14 @@
1
1
  # @mastra/s3vectors
2
2
 
3
+ ## 0.2.6-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#8436](https://github.com/mastra-ai/mastra/pull/8436))
8
+ - Updated dependency [`@aws-sdk/client-s3vectors@^3.901.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-s3vectors/v/3.901.0) (from `^3.896.0`, in `dependencies`)
9
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
10
+ - @mastra/core@0.20.1-alpha.1
11
+
3
12
  ## 0.2.5
4
13
 
5
14
  ### Patch Changes
@@ -1,5 +1,21 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.20.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ee9108f`](https://github.com/mastra-ai/mastra/commit/ee9108fa29bb8368fc23df158c9f0645b2d7b65c)]:
8
+ - @mastra/core@0.20.1-alpha.2
9
+
10
+ ## 0.20.1-alpha.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
15
+
16
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
17
+ - @mastra/core@0.20.1-alpha.1
18
+
3
19
  ## 0.20.1-alpha.0
4
20
 
5
21
  ### Patch Changes
@@ -282,21 +298,5 @@
282
298
  - Updated dependencies [[`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251)]:
283
299
  - @mastra/core@0.16.4-alpha.2
284
300
 
285
- ## 0.16.4-alpha.1
286
-
287
- ### Patch Changes
288
-
289
- - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
290
- - @mastra/core@0.16.4-alpha.1
291
-
292
- ## 0.16.4-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - Voice errors that are instance of a MastraError should not throw a 500 ([#7749](https://github.com/mastra-ai/mastra/pull/7749))
297
-
298
- - Updated dependencies [[`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
299
- - @mastra/core@0.16.4-alpha.0
300
-
301
301
 
302
- ... 3598 more lines hidden. See full changelog in package directory.
302
+ ... 3614 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,25 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.14.2-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
8
+
9
+ ## 0.14.2-alpha.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
14
+
15
+ - avoid refetching memory threads and messages on window focus ([#8519](https://github.com/mastra-ai/mastra/pull/8519))
16
+
17
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
18
+
19
+ - Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
20
+
21
+ - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
22
+
3
23
  ## 0.14.2-alpha.0
4
24
 
5
25
  ### Patch Changes
@@ -279,24 +299,4 @@
279
299
 
280
300
  ### Patch Changes
281
301
 
282
- - dependencies updates: ([#7544](https://github.com/mastra-ai/mastra/pull/7544))
283
- - Updated dependency [`fs-extra@^11.3.1` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.1) (from `^11.3.0`, in `dependencies`)
284
-
285
- - Update cli dev copy from "Local" - ([#7579](https://github.com/mastra-ai/mastra/pull/7579))
286
-
287
- ## 0.12.0
288
-
289
- ### Minor Changes
290
-
291
- - a01cf14: Add workflow graph in agent (workflow as tool in agent)
292
-
293
- ### Patch Changes
294
-
295
- - 788e612: Fix playground workflow graph is broken when workflow starts with a branch
296
- - 5397eb4: Add public URL support when adding files in Multi Modal
297
-
298
- ## 0.12.0-alpha.1
299
-
300
- ## 0.12.0-alpha.0
301
-
302
- ... 1618 more lines hidden. See full changelog in package directory.
302
+ ... 1638 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,46 @@
1
1
  # mastra
2
2
 
3
+ ## 0.14.2-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai ([#8559](https://github.com/mastra-ai/mastra/pull/8559))
8
+
9
+ - Updated dependencies [[`42ffed3`](https://github.com/mastra-ai/mastra/commit/42ffed311b9d8750652bbc55c773be62c989fcc6), [`ee9108f`](https://github.com/mastra-ai/mastra/commit/ee9108fa29bb8368fc23df158c9f0645b2d7b65c)]:
10
+ - @mastra/deployer@0.20.1-alpha.2
11
+ - @mastra/core@0.20.1-alpha.2
12
+
13
+ ## 0.14.2-alpha.1
14
+
15
+ ### Patch Changes
16
+
17
+ - workflow run thread more visible ([#8539](https://github.com/mastra-ai/mastra/pull/8539))
18
+
19
+ - Mutable shared workflow run state ([#8545](https://github.com/mastra-ai/mastra/pull/8545))
20
+
21
+ - avoid refetching memory threads and messages on window focus ([#8519](https://github.com/mastra-ai/mastra/pull/8519))
22
+
23
+ - add tripwire reason in playground ([#8568](https://github.com/mastra-ai/mastra/pull/8568))
24
+
25
+ - Save waiting step status in snapshot ([#8576](https://github.com/mastra-ai/mastra/pull/8576))
26
+
27
+ - Convert WorkflowWatchResult to WorkflowResult in workflow graph ([#8541](https://github.com/mastra-ai/mastra/pull/8541))
28
+
29
+ - add new deploy to cloud button ([#8549](https://github.com/mastra-ai/mastra/pull/8549))
30
+
31
+ - remove icons in entity lists ([#8520](https://github.com/mastra-ai/mastra/pull/8520))
32
+
33
+ - add client search to all entities ([#8523](https://github.com/mastra-ai/mastra/pull/8523))
34
+
35
+ - UX for the agents page ([#8517](https://github.com/mastra-ai/mastra/pull/8517))
36
+
37
+ - add icons into playground titles + a link to the entity doc ([#8518](https://github.com/mastra-ai/mastra/pull/8518))
38
+
39
+ - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`ee17cec`](https://github.com/mastra-ai/mastra/commit/ee17cec065f4454740c9cc8f8a841027a5990f57), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`a9c4cb7`](https://github.com/mastra-ai/mastra/commit/a9c4cb7d6a35de23ca51066f166a66e0e4cca418), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
40
+ - @mastra/core@0.20.1-alpha.1
41
+ - @mastra/deployer@0.20.1-alpha.1
42
+ - @mastra/mcp@0.13.4-alpha.0
43
+
3
44
  ## 0.14.2-alpha.0
4
45
 
5
46
  ### Patch Changes
@@ -257,46 +298,5 @@
257
298
 
258
299
  ### Patch Changes
259
300
 
260
- - feat: implement trace scoring with batch processing capabilities ([#8033](https://github.com/mastra-ai/mastra/pull/8033))
261
-
262
- - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
263
-
264
- - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
265
-
266
- - Fix navigating between scores and entity types ([#8129](https://github.com/mastra-ai/mastra/pull/8129))
267
-
268
- - 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)]:
269
- - @mastra/core@0.18.0-alpha.3
270
- - @mastra/deployer@0.18.0-alpha.3
271
-
272
- ## 0.13.2-alpha.2
273
-
274
- ### Patch Changes
275
-
276
- - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
277
-
278
- - 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)]:
279
- - @mastra/core@0.18.0-alpha.2
280
- - @mastra/deployer@0.18.0-alpha.2
281
- - @mastra/loggers@0.10.13-alpha.0
282
- - @mastra/mcp@0.13.1-alpha.0
283
-
284
- ## 0.13.2-alpha.1
285
-
286
- ### Patch Changes
287
-
288
- - dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
289
- - Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
290
-
291
- - show the tool-output stream in the playground for streamVNext ([#7983](https://github.com/mastra-ai/mastra/pull/7983))
292
-
293
- - Updated dependencies [[`288745a`](https://github.com/mastra-ai/mastra/commit/288745a19aa9557db3ab3c877d667ff59f14d79c), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb)]:
294
- - @mastra/deployer@0.17.2-alpha.1
295
- - @mastra/core@0.17.2-alpha.1
296
-
297
- ## 0.13.2-alpha.0
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 5967 more lines hidden. See full changelog in package directory.
302
+ ... 6008 more lines hidden. See full changelog in package directory.
@@ -700,12 +700,13 @@ export const evalAgent = new Agent({
700
700
  ### mastra/agents/model-v2-agent.ts
701
701
  ```typescript
702
702
  import { Agent } from '@mastra/core/agent';
703
- import { openai as openai_v5 } from '@ai-sdk/openai-v5';
703
+ import { openai, openai as openai_v5 } from '@ai-sdk/openai-v5';
704
704
  import { createTool } from '@mastra/core/tools';
705
705
  import { z } from 'zod';
706
706
  import { cookingTool } from '../tools';
707
707
  import { myWorkflow } from '../workflows';
708
708
  import { Memory } from '@mastra/memory';
709
+ import { ModerationProcessor } from '@mastra/core/processors';
709
710
 
710
711
  export const weatherInfo = createTool({
711
712
  id: 'weather-info',
@@ -7,15 +7,15 @@
7
7
  },
8
8
  "dependencies": {
9
9
  "@ai-sdk/openai": "^1.3.23",
10
- "@mastra/core": "^0.19.1",
11
- "@mastra/libsql": "^0.15.0",
12
- "@mastra/loggers": "^0.10.14",
13
- "@mastra/memory": "^0.15.4",
10
+ "@mastra/core": "^0.20.0",
11
+ "@mastra/libsql": "^0.15.1",
12
+ "@mastra/loggers": "^0.10.15",
13
+ "@mastra/memory": "^0.15.5",
14
14
  "zod": "^3.25.76"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/node": "^24.3.0",
18
- "mastra": "^0.13.4",
18
+ "mastra": "^0.14.1",
19
19
  "typescript": "^5.9.2"
20
20
  }
21
21
  }