@mastra/playground-ui 6.2.2-alpha.3 → 6.2.3-alpha.0

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 (25) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/dist/index.cjs.js +1297 -2068
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.es.js +1299 -2065
  5. package/dist/index.es.js.map +1 -1
  6. package/dist/src/domains/agents/components/agent-metadata/agent-metadata-model-list.d.ts +17 -0
  7. package/dist/src/domains/agents/components/agent-metadata/agent-metadata.d.ts +4 -1
  8. package/dist/src/domains/agents/components/agent-table/types.d.ts +2 -1
  9. package/dist/src/domains/agents/components/provider-map-icon.d.ts +1 -0
  10. package/dist/src/domains/workflows/components/workflow-table/types.d.ts +0 -1
  11. package/dist/src/domains/workflows/components/workflow-table/workflow-table.d.ts +2 -3
  12. package/dist/src/domains/workflows/context/workflow-run-context.d.ts +0 -3
  13. package/dist/src/domains/workflows/index.d.ts +0 -2
  14. package/dist/src/domains/workflows/workflow/utils.d.ts +0 -10
  15. package/dist/src/hooks/use-workflows.d.ts +1 -45
  16. package/dist/src/services/stream-chunk-message.d.ts +9 -18
  17. package/dist/src/types.d.ts +7 -1
  18. package/package.json +6 -4
  19. package/dist/src/domains/workflows/context/legacy-workflow-nested-graph-context.d.ts +0 -13
  20. package/dist/src/domains/workflows/workflow/legacy-workflow-graph-inner.d.ts +0 -4
  21. package/dist/src/domains/workflows/workflow/legacy-workflow-graph.d.ts +0 -3
  22. package/dist/src/domains/workflows/workflow/legacy-workflow-nested-graph.d.ts +0 -5
  23. package/dist/src/domains/workflows/workflow/legacy-workflow-nested-node.d.ts +0 -11
  24. package/dist/src/domains/workflows/workflow/legacy-workflow-status.d.ts +0 -6
  25. package/dist/src/domains/workflows/workflow/legacy-workflow-trigger.d.ts +0 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.2.3-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove legacy helpers ([#8017](https://github.com/mastra-ai/mastra/pull/8017))
8
+
9
+ - Add types in the streamVNext codepath, fixes for various issues across multiple packages surfaced from type issues, align return types. ([#8010](https://github.com/mastra-ai/mastra/pull/8010))
10
+
11
+ - Add model fallbacks to playground ([#7427](https://github.com/mastra-ai/mastra/pull/7427))
12
+
13
+ - Updated dependencies [[`dc099b4`](https://github.com/mastra-ai/mastra/commit/dc099b40fb31147ba3f362f98d991892033c4c67), [`b342a68`](https://github.com/mastra-ai/mastra/commit/b342a68e1399cf1ece9ba11bda112db89d21118c), [`303a9c0`](https://github.com/mastra-ai/mastra/commit/303a9c0d7dd58795915979f06a0512359e4532fb), [`370f8a6`](https://github.com/mastra-ai/mastra/commit/370f8a6480faec70fef18d72e5f7538f27004301), [`623ffaf`](https://github.com/mastra-ai/mastra/commit/623ffaf2d969e11e99a0224633cf7b5a0815c857), [`9fc1613`](https://github.com/mastra-ai/mastra/commit/9fc16136400186648880fd990119ac15f7c02ee4), [`61f62aa`](https://github.com/mastra-ai/mastra/commit/61f62aa31bc88fe4ddf8da6240dbcfbeb07358bd), [`3e292ba`](https://github.com/mastra-ai/mastra/commit/3e292ba00837886d5d68a34cbc0d9b703c991883), [`418c136`](https://github.com/mastra-ai/mastra/commit/418c1366843d88e491bca3f87763899ce855ca29), [`c84b7d0`](https://github.com/mastra-ai/mastra/commit/c84b7d093c4657772140cbfd2b15ef72f3315ed5)]:
14
+ - @mastra/client-js@0.14.0-alpha.0
15
+ - @mastra/core@0.18.1-alpha.0
16
+ - @mastra/react-hooks@0.0.1-alpha.1
17
+
18
+ ## 6.2.2
19
+
20
+ ### Patch Changes
21
+
22
+ - dependencies updates: ([#7980](https://github.com/mastra-ai/mastra/pull/7980))
23
+ - Updated dependency [`zod@^4.1.8` ↗︎](https://www.npmjs.com/package/zod/v/4.1.8) (from `^4.1.5`, in `dependencies`)
24
+
25
+ - dependencies updates: ([#8019](https://github.com/mastra-ai/mastra/pull/8019))
26
+ - Updated dependency [`motion@^12.23.13` ↗︎](https://www.npmjs.com/package/motion/v/12.23.13) (from `^12.23.12`, in `dependencies`)
27
+
28
+ - dependencies updates: ([#8034](https://github.com/mastra-ai/mastra/pull/8034))
29
+ - Updated dependency [`zod@^4.1.9` ↗︎](https://www.npmjs.com/package/zod/v/4.1.9) (from `^4.1.8`, in `dependencies`)
30
+
31
+ - dependencies updates: ([#8050](https://github.com/mastra-ai/mastra/pull/8050))
32
+ - Updated dependency [`@xyflow/react@^12.8.5` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.8.5) (from `^12.8.4`, in `dependencies`)
33
+
34
+ - show the tool-output stream in the playground for streamVNext ([#7983](https://github.com/mastra-ai/mastra/pull/7983))
35
+
36
+ - Get rid off swr one for all ([#7931](https://github.com/mastra-ai/mastra/pull/7931))
37
+
38
+ - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
39
+
40
+ - Fix navigating between scores and entity types ([#8129](https://github.com/mastra-ai/mastra/pull/8129))
41
+
42
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
43
+
44
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
45
+
46
+ - Add UI for scoring traces ([#8089](https://github.com/mastra-ai/mastra/pull/8089))
47
+
48
+ - 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), [`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), [`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), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
49
+ - @mastra/core@0.18.0
50
+ - @mastra/client-js@0.13.2
51
+
52
+ ## 6.2.2-alpha.4
53
+
54
+ ### Patch Changes
55
+
56
+ - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
57
+
3
58
  ## 6.2.2-alpha.3
4
59
 
5
60
  ### Patch Changes