@mastra/playground-ui 6.4.1-alpha.1 → 6.5.0-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 (44) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist/index.cjs.js +639 -1074
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.es.js +633 -1071
  5. package/dist/index.es.js.map +1 -1
  6. package/dist/src/components/assistant-ui/messages/assistant-message.d.ts +1 -3
  7. package/dist/src/components/assistant-ui/thread.d.ts +1 -3
  8. package/dist/src/components/assistant-ui/tools/badges/agent-badge.d.ts +5 -8
  9. package/dist/src/components/assistant-ui/tools/badges/tool-badge.d.ts +3 -5
  10. package/dist/src/components/assistant-ui/tools/badges/workflow-badge.d.ts +3 -5
  11. package/dist/src/components/assistant-ui/tools/tool-fallback.d.ts +6 -2
  12. package/dist/src/components/ui/elements/entry-list/entry-list-entries-skeleton.d.ts +6 -0
  13. package/dist/src/components/ui/elements/entry-list/entry-list-entries.d.ts +6 -0
  14. package/dist/src/components/ui/elements/entry-list/entry-list-entry-col.d.ts +7 -0
  15. package/dist/src/components/ui/elements/entry-list/entry-list-entry.d.ts +11 -0
  16. package/dist/src/components/ui/elements/entry-list/entry-list-header.d.ts +6 -0
  17. package/dist/src/components/ui/elements/entry-list/entry-list-message.d.ts +8 -0
  18. package/dist/src/components/ui/elements/entry-list/entry-list-next-page-loading.d.ts +9 -0
  19. package/dist/src/components/ui/elements/entry-list/entry-list-pagination.d.ts +8 -0
  20. package/dist/src/components/ui/elements/entry-list/entry-list-root.d.ts +6 -0
  21. package/dist/src/components/ui/elements/entry-list/entry-list-skeleton.d.ts +2 -0
  22. package/dist/src/components/ui/elements/entry-list/entry-list-trim.d.ts +6 -0
  23. package/dist/src/components/ui/elements/entry-list/entry-list.d.ts +20 -18
  24. package/dist/src/components/ui/elements/entry-list/helpers.d.ts +10 -0
  25. package/dist/src/components/ui/elements/entry-list/index.d.ts +3 -4
  26. package/dist/src/components/ui/elements/entry-list/shared.d.ts +1 -5
  27. package/dist/src/components/ui/elements/entry-list/types.d.ts +5 -0
  28. package/dist/src/components/ui/elements/headers/page-header.d.ts +2 -2
  29. package/dist/src/domains/agents/components/agent-chat.d.ts +1 -1
  30. package/dist/src/domains/agents/index.d.ts +1 -0
  31. package/dist/src/domains/agents/utils/extractPrompt.d.ts +2 -0
  32. package/dist/src/domains/observability/components/index.d.ts +1 -0
  33. package/dist/src/domains/observability/components/traces-list.d.ts +18 -0
  34. package/dist/src/domains/scores/components/scores-list.d.ts +21 -0
  35. package/dist/src/domains/scores/index.d.ts +1 -0
  36. package/dist/src/services/mastra-runtime-provider.d.ts +1 -1
  37. package/dist/src/types.d.ts +3 -1
  38. package/package.json +7 -7
  39. package/dist/src/components/ui/elements/entry-list/entry-list-cell.d.ts +0 -7
  40. package/dist/src/components/ui/elements/entry-list/entry-list-item.d.ts +0 -9
  41. package/dist/src/components/ui/elements/entry-list/entry-list-page-header.d.ts +0 -8
  42. package/dist/src/services/agent-network-message.d.ts +0 -2
  43. package/dist/src/services/stream-chunk-message.d.ts +0 -32
  44. package/dist/src/services/vnext-message-provider.d.ts +0 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.5.0-alpha.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
8
+
9
+ ### Patch Changes
10
+
11
+ - dependencies updates: ([#8685](https://github.com/mastra-ai/mastra/pull/8685))
12
+ - Updated dependency [`zod@^4.1.12` ↗︎](https://www.npmjs.com/package/zod/v/4.1.12) (from `^4.1.9`, in `dependencies`)
13
+
14
+ - Prepares some basic set of homemade components ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
15
+
16
+ - Adds reset button to model picker to reset to original model set on the agent. ([#8633](https://github.com/mastra-ai/mastra/pull/8633))
17
+
18
+ - Fix back the tripwire verification inside the new react system ([#8674](https://github.com/mastra-ai/mastra/pull/8674))
19
+
20
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
21
+
22
+ - handle error case in react sdk ([#8676](https://github.com/mastra-ai/mastra/pull/8676))
23
+
24
+ - Make sure to convert the agent instructions when showing them ([#8702](https://github.com/mastra-ai/mastra/pull/8702))
25
+
26
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
27
+
28
+ - Refactor EntryList component and Scorer and Observability pages ([#8652](https://github.com/mastra-ai/mastra/pull/8652))
29
+
30
+ - fix maxSteps model settings not being passed to generate and stream endpoints ([#8627](https://github.com/mastra-ai/mastra/pull/8627))
31
+
32
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
33
+
34
+ - Updated dependencies [[`f920afd`](https://github.com/mastra-ai/mastra/commit/f920afdf8725d14d73f895f51a24bb7c79bb4fba), [`2ddb851`](https://github.com/mastra-ai/mastra/commit/2ddb8519c4b6f1d31be10ffd33b41d2b649a04ff), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`2a90197`](https://github.com/mastra-ai/mastra/commit/2a90197276e8439a1ee8371c10cde4d6a23bddef), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`c3ef11f`](https://github.com/mastra-ai/mastra/commit/c3ef11f76e1931cf8f041e9eccf3b382260da022), [`78cfb6b`](https://github.com/mastra-ai/mastra/commit/78cfb6b66fe88bc848105fccb6459fd75413ec87), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`5f7c6a9`](https://github.com/mastra-ai/mastra/commit/5f7c6a986cd9469279820961f8da0a0321fbbd71), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb), [`59d036d`](https://github.com/mastra-ai/mastra/commit/59d036d4c2706b430b0e3f1f1e0ee853ce16ca04)]:
35
+ - @mastra/react@0.0.6-alpha.0
36
+ - @mastra/core@0.21.0-alpha.0
37
+ - @mastra/client-js@0.16.0-alpha.0
38
+
39
+ ## 6.4.1
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`0d71771`](https://github.com/mastra-ai/mastra/commit/0d71771f5711164c79f8e80919bc84d6bffeb6bc), [`0d6e55e`](https://github.com/mastra-ai/mastra/commit/0d6e55ecc5a2e689cd4fc9c86525e0eb54d82372), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
44
+ - @mastra/core@0.20.2
45
+ - @mastra/client-js@0.15.2
46
+ - @mastra/react@0.0.5
47
+
3
48
  ## 6.4.1-alpha.1
4
49
 
5
50
  ### Patch Changes