@mastra/playground-ui 16.0.1 → 16.1.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 (80) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/dist/index.cjs.js +4364 -4486
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.es.js +4355 -4479
  5. package/dist/index.es.js.map +1 -1
  6. package/dist/src/domains/agents/components/{agent-table/agent-table.d.ts → agent-list/agent-list.d.ts} +2 -2
  7. package/dist/src/domains/agents/components/agent-list/no-agents-info.d.ts +4 -0
  8. package/dist/src/domains/agents/components/provider-map-icon.d.ts +1 -0
  9. package/dist/src/domains/agents/hooks/use-agents.d.ts +3 -1
  10. package/dist/src/domains/agents/index.d.ts +1 -1
  11. package/dist/src/domains/datasets/components/datasets-list/datasets-list.d.ts +8 -0
  12. package/dist/src/domains/datasets/components/datasets-list/no-datasets-info.d.ts +4 -0
  13. package/dist/src/domains/datasets/index.d.ts +2 -2
  14. package/dist/src/domains/experiments/hooks/use-experiment-trace.d.ts +10 -3
  15. package/dist/src/domains/mcps/components/mcp-server-list/mcp-server-list.d.ts +7 -0
  16. package/dist/src/domains/mcps/components/mcp-server-list/no-mcp-servers-info.d.ts +1 -0
  17. package/dist/src/domains/mcps/index.d.ts +1 -1
  18. package/dist/src/domains/observability/components/traces-list.d.ts +10 -3
  19. package/dist/src/domains/observability/components/traces-tools.d.ts +3 -1
  20. package/dist/src/domains/observability/index.d.ts +1 -0
  21. package/dist/src/domains/observability/utils/__tests__/group-traces-by-thread.test.d.ts +1 -0
  22. package/dist/src/domains/observability/utils/group-traces-by-thread.d.ts +20 -0
  23. package/dist/src/domains/processors/components/index.d.ts +1 -1
  24. package/dist/src/domains/processors/components/processor-list/no-processors-info.d.ts +1 -0
  25. package/dist/src/domains/processors/components/processor-list/processor-list.d.ts +7 -0
  26. package/dist/src/domains/prompt-blocks/components/prompt-block-list/no-prompt-blocks-info.d.ts +1 -0
  27. package/dist/src/domains/prompt-blocks/components/prompt-block-list/prompt-blocks-list.d.ts +6 -0
  28. package/dist/src/domains/prompt-blocks/index.d.ts +1 -1
  29. package/dist/src/domains/scores/components/scorers-list/no-scorers-info.d.ts +1 -0
  30. package/dist/src/domains/scores/components/scorers-list/scorers-list.d.ts +7 -0
  31. package/dist/src/domains/scores/index.d.ts +1 -1
  32. package/dist/src/domains/templates/index.d.ts +0 -1
  33. package/dist/src/domains/templates/templates-list.d.ts +4 -4
  34. package/dist/src/domains/tool-providers/components/index.d.ts +1 -1
  35. package/dist/src/domains/tool-providers/components/{tool-list.d.ts → provider-tool-list.d.ts} +1 -1
  36. package/dist/src/domains/tools/components/tool-list/no-tools-info.d.ts +1 -0
  37. package/dist/src/domains/tools/components/{tool-table/tool-table.d.ts → tool-list/tool-list.d.ts} +2 -2
  38. package/dist/src/domains/tools/index.d.ts +1 -1
  39. package/dist/src/domains/workflows/components/workflow-list/no-workflow-info.d.ts +1 -0
  40. package/dist/src/domains/workflows/components/workflow-list/workflow-list.d.ts +7 -0
  41. package/dist/src/domains/workflows/index.d.ts +1 -1
  42. package/dist/src/ds/components/EmptyState/EmptyState.d.ts +1 -1
  43. package/dist/src/ds/components/ErrorState/ErrorState.d.ts +5 -0
  44. package/dist/src/ds/components/ErrorState/error-state.stories.d.ts +8 -0
  45. package/dist/src/ds/components/ErrorState/index.d.ts +2 -0
  46. package/dist/src/ds/components/FormFieldBlocks/fields/search-field-block.d.ts +2 -1
  47. package/dist/src/ds/components/ItemList/item-list-cell.d.ts +3 -2
  48. package/dist/src/ds/components/ItemList/item-list-row.d.ts +2 -1
  49. package/dist/src/ds/components/ItemList/item-list-text-cell.d.ts +1 -2
  50. package/dist/src/ds/components/ListSearch/index.d.ts +1 -0
  51. package/dist/src/ds/components/ListSearch/list-search.d.ts +7 -0
  52. package/dist/src/ds/components/PageContent/index.d.ts +1 -0
  53. package/dist/src/ds/components/PageContent/page-content-main.d.ts +5 -0
  54. package/dist/src/ds/components/PageContent/page-content-root.d.ts +4 -0
  55. package/dist/src/ds/components/PageContent/page-content-top-bar.d.ts +4 -0
  56. package/dist/src/ds/components/PageContent/page-content.d.ts +7 -0
  57. package/dist/src/index.d.ts +3 -0
  58. package/dist/tailwind.preset.cjs.js.map +1 -1
  59. package/dist/tailwind.preset.es.js.map +1 -1
  60. package/package.json +9 -9
  61. package/dist/src/domains/agents/components/agent-table/columns.d.ts +0 -6
  62. package/dist/src/domains/agents/components/agent-table/types.d.ts +0 -4
  63. package/dist/src/domains/datasets/components/datasets-table/columns.d.ts +0 -6
  64. package/dist/src/domains/datasets/components/datasets-table/datasets-table.d.ts +0 -8
  65. package/dist/src/domains/mcps/components/mcp-table/columns.d.ts +0 -3
  66. package/dist/src/domains/mcps/components/mcp-table/mcp-table.d.ts +0 -7
  67. package/dist/src/domains/mcps/components/mcp-table/types.d.ts +0 -2
  68. package/dist/src/domains/processors/components/processor-table/columns.d.ts +0 -12
  69. package/dist/src/domains/processors/components/processor-table/index.d.ts +0 -2
  70. package/dist/src/domains/processors/components/processor-table/processor-table.d.ts +0 -8
  71. package/dist/src/domains/prompt-blocks/components/prompt-blocks-table/columns.d.ts +0 -3
  72. package/dist/src/domains/prompt-blocks/components/prompt-blocks-table/prompt-blocks-table.d.ts +0 -6
  73. package/dist/src/domains/prompt-blocks/components/prompt-blocks-table/types.d.ts +0 -2
  74. package/dist/src/domains/scores/components/scorers-table/columns.d.ts +0 -3
  75. package/dist/src/domains/scores/components/scorers-table/scorers-table.d.ts +0 -7
  76. package/dist/src/domains/scores/components/scorers-table/types.d.ts +0 -4
  77. package/dist/src/domains/tools/components/tool-table/columns.d.ts +0 -3
  78. package/dist/src/domains/workflows/components/workflow-table/columns.d.ts +0 -3
  79. package/dist/src/domains/workflows/components/workflow-table/types.d.ts +0 -4
  80. package/dist/src/domains/workflows/components/workflow-table/workflow-table.d.ts +0 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 16.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Added group-by-thread utility for the Observability tab. Traces can now be grouped by their conversation thread ID, making it easier to follow multi-turn agent conversations in Studio. See [#14004](https://github.com/mastra-ai/mastra/issues/14004). ([#14112](https://github.com/mastra-ai/mastra/pull/14112))
8
+
9
+ ### Patch Changes
10
+
11
+ - Fixed agent playground panels growing together when content overflows. Left and right columns now scroll independently. ([#14244](https://github.com/mastra-ai/mastra/pull/14244))
12
+
13
+ - Fixed an agent chat editor crash in Playground UI caused by duplicate CodeMirror state instances. ([#14241](https://github.com/mastra-ai/mastra/pull/14241))
14
+
15
+ - Improved studio loading performance by lazy-loading the Prettier code formatter. Prettier and its plugins are now loaded on-demand when formatting is triggered, rather than being bundled in the initial page load. ([#13934](https://github.com/mastra-ai/mastra/pull/13934))
16
+
17
+ - Improved list-style pages across the Playground UI (agents, datasets, MCPs, processors, prompt blocks, scorers, tools, workflows) with a new list layout and updated empty states. ([#14173](https://github.com/mastra-ai/mastra/pull/14173))
18
+
19
+ - Updated dependencies [[`ea86967`](https://github.com/mastra-ai/mastra/commit/ea86967449426e0a3673253bd1c2c052a99d970d), [`db21c21`](https://github.com/mastra-ai/mastra/commit/db21c21a6ae5f33539262cc535342fa8757eb359), [`a1d6b9c`](https://github.com/mastra-ai/mastra/commit/a1d6b9c907c909f259632a7ea26e9e3c221fb691), [`11f5dbe`](https://github.com/mastra-ai/mastra/commit/11f5dbe9a1e7ad8ef3b1ea34fb4a9fa3631d1587), [`c562ec2`](https://github.com/mastra-ai/mastra/commit/c562ec228f1af63693e2984ffa9712aa6db8fea8), [`6751354`](https://github.com/mastra-ai/mastra/commit/67513544d1a64be891d9de7624d40aadc895d56e), [`c958cd3`](https://github.com/mastra-ai/mastra/commit/c958cd36627c1eea122ec241b2b15492977a263a), [`86f2426`](https://github.com/mastra-ai/mastra/commit/86f242631d252a172d2f9f9a2ea0feb8647a76b0), [`950eb07`](https://github.com/mastra-ai/mastra/commit/950eb07b7e7354629630e218d49550fdd299c452)]:
20
+ - @mastra/core@1.13.0
21
+ - @mastra/schema-compat@1.2.2
22
+ - @mastra/client-js@1.8.2
23
+ - @mastra/ai-sdk@1.1.3
24
+ - @mastra/react@0.2.12
25
+
26
+ ## 16.1.0-alpha.0
27
+
28
+ ### Minor Changes
29
+
30
+ - Added group-by-thread utility for the Observability tab. Traces can now be grouped by their conversation thread ID, making it easier to follow multi-turn agent conversations in Studio. See [#14004](https://github.com/mastra-ai/mastra/issues/14004). ([#14112](https://github.com/mastra-ai/mastra/pull/14112))
31
+
32
+ ### Patch Changes
33
+
34
+ - Fixed agent playground panels growing together when content overflows. Left and right columns now scroll independently. ([#14244](https://github.com/mastra-ai/mastra/pull/14244))
35
+
36
+ - Fixed an agent chat editor crash in Playground UI caused by duplicate CodeMirror state instances. ([#14241](https://github.com/mastra-ai/mastra/pull/14241))
37
+
38
+ - Improved studio loading performance by lazy-loading the Prettier code formatter. Prettier and its plugins are now loaded on-demand when formatting is triggered, rather than being bundled in the initial page load. ([#13934](https://github.com/mastra-ai/mastra/pull/13934))
39
+
40
+ - Improved list-style pages across the Playground UI (agents, datasets, MCPs, processors, prompt blocks, scorers, tools, workflows) with a new list layout and updated empty states. ([#14173](https://github.com/mastra-ai/mastra/pull/14173))
41
+
42
+ - Updated dependencies [[`ea86967`](https://github.com/mastra-ai/mastra/commit/ea86967449426e0a3673253bd1c2c052a99d970d), [`db21c21`](https://github.com/mastra-ai/mastra/commit/db21c21a6ae5f33539262cc535342fa8757eb359), [`a1d6b9c`](https://github.com/mastra-ai/mastra/commit/a1d6b9c907c909f259632a7ea26e9e3c221fb691), [`11f5dbe`](https://github.com/mastra-ai/mastra/commit/11f5dbe9a1e7ad8ef3b1ea34fb4a9fa3631d1587), [`c562ec2`](https://github.com/mastra-ai/mastra/commit/c562ec228f1af63693e2984ffa9712aa6db8fea8), [`6751354`](https://github.com/mastra-ai/mastra/commit/67513544d1a64be891d9de7624d40aadc895d56e), [`c958cd3`](https://github.com/mastra-ai/mastra/commit/c958cd36627c1eea122ec241b2b15492977a263a), [`86f2426`](https://github.com/mastra-ai/mastra/commit/86f242631d252a172d2f9f9a2ea0feb8647a76b0), [`950eb07`](https://github.com/mastra-ai/mastra/commit/950eb07b7e7354629630e218d49550fdd299c452)]:
43
+ - @mastra/core@1.13.0-alpha.0
44
+ - @mastra/schema-compat@1.2.2-alpha.0
45
+ - @mastra/client-js@1.8.2-alpha.0
46
+ - @mastra/ai-sdk@1.1.3
47
+ - @mastra/react@0.2.12-alpha.0
48
+
3
49
  ## 16.0.1
4
50
 
5
51
  ### Patch Changes