@mastra/playground-ui 21.0.0-alpha.1 → 21.0.0-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 21.0.0-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ec5c319`](https://github.com/mastra-ai/mastra/commit/ec5c3197a50d034cb8e9cc494eebfddc684b5d81), [`6517789`](https://github.com/mastra-ai/mastra/commit/65177895b74b5471fe2245c7292f0176d9b3385d), [`9ad6aa6`](https://github.com/mastra-ai/mastra/commit/9ad6aa6dfe858afc6955d1df5f3f78c40bb96b9c), [`2862127`](https://github.com/mastra-ai/mastra/commit/2862127d0a7cbd28523120ad64fea067a95838e6), [`3d16814`](https://github.com/mastra-ai/mastra/commit/3d16814c395931373543728994ff45ac98093074), [`7f498d0`](https://github.com/mastra-ai/mastra/commit/7f498d099eacef64fd43ee412e3bd6f87965a8a6), [`8cf8a67`](https://github.com/mastra-ai/mastra/commit/8cf8a67b061b737cb06d501fb8c1967a98bbf3cb), [`d7827e3`](https://github.com/mastra-ai/mastra/commit/d7827e393937c6cb0c7a744dde4d31538cb542b7)]:
8
+ - @mastra/core@1.21.0-alpha.2
9
+ - @mastra/client-js@1.12.0-alpha.2
10
+ - @mastra/react@0.2.21-alpha.2
11
+
3
12
  ## 21.0.0-alpha.1
4
13
 
5
14
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -39358,6 +39358,9 @@ function useAgentTraceScores({ agentId, scorerId, enabled }) {
39358
39358
  const map = /* @__PURE__ */ new Map();
39359
39359
  if (!allScores) return map;
39360
39360
  for (const score of allScores) {
39361
+ if (!score.traceId) {
39362
+ continue;
39363
+ }
39361
39364
  const existing = map.get(score.traceId);
39362
39365
  if (existing) {
39363
39366
  existing.push(score);
@@ -42889,7 +42892,7 @@ function MetricsFlexGrid({ children, className }) {
42889
42892
  }
42890
42893
 
42891
42894
  const ANALYTICS_OBSERVABILITY_TYPES = /* @__PURE__ */ new Set([
42892
- // 'ObservabilityStorageClickhouse',
42895
+ "ObservabilityStorageClickhouseVNext",
42893
42896
  "ObservabilityStorageDuckDB",
42894
42897
  "ObservabilityInMemory"
42895
42898
  ]);
@@ -42907,7 +42910,7 @@ function MetricsDashboard() {
42907
42910
  {
42908
42911
  iconSlot: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.CircleSlashIcon, {}),
42909
42912
  titleSlot: "Metrics are not available with your current storage",
42910
- descriptionSlot: "Metrics require DuckDB or in-memory storage for observability. ClickHouse support is coming soon. Relational databases (PostgreSQL, LibSQL) do not support metrics collection. To enable metrics on an existing project, switch the observability storage in the Mastra configuration.",
42913
+ descriptionSlot: "Metrics require ClickHouse, DuckDB, or in-memory storage for observability. Relational databases (PostgreSQL, LibSQL) do not support metrics collection. To enable metrics on an existing project, switch the observability storage in the Mastra configuration.",
42911
42914
  actionSlot: /* @__PURE__ */ jsxRuntime.jsxs(
42912
42915
  Button,
42913
42916
  {