@mastra/playground-ui 6.9.2 → 6.9.3

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,23 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`91fa2b0`](https://github.com/mastra-ai/mastra/commit/91fa2b0cf077561d835baef8519a1422f1decd55), [`7491cc0`](https://github.com/mastra-ai/mastra/commit/7491cc0350b2ba067f98c4915bf607119bd0150f), [`0d10ac7`](https://github.com/mastra-ai/mastra/commit/0d10ac7b8efa03c2f0c330eb2520148bfa6091e9), [`e3e899c`](https://github.com/mastra-ai/mastra/commit/e3e899c650f4c435445303bd97a66f5840a52a1e)]:
8
+ - @mastra/client-js@0.16.12
9
+ - @mastra/core@0.24.3
10
+ - @mastra/react@0.0.18
11
+
12
+ ## 6.9.3-alpha.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`91fa2b0`](https://github.com/mastra-ai/mastra/commit/91fa2b0cf077561d835baef8519a1422f1decd55), [`7491cc0`](https://github.com/mastra-ai/mastra/commit/7491cc0350b2ba067f98c4915bf607119bd0150f), [`0d10ac7`](https://github.com/mastra-ai/mastra/commit/0d10ac7b8efa03c2f0c330eb2520148bfa6091e9), [`e3e899c`](https://github.com/mastra-ai/mastra/commit/e3e899c650f4c435445303bd97a66f5840a52a1e)]:
17
+ - @mastra/client-js@0.16.12-alpha.0
18
+ - @mastra/core@0.24.3-alpha.0
19
+ - @mastra/react@0.0.18-alpha.0
20
+
3
21
  ## 6.9.2
4
22
 
5
23
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -14860,6 +14860,7 @@ const AgentMetadata = ({
14860
14860
  const agentWorkflows = agent.workflows ?? {};
14861
14861
  const workflows = Object.keys(agentWorkflows).map((key) => ({ id: key, ...agentWorkflows[key] }));
14862
14862
  return /* @__PURE__ */ jsxRuntime.jsxs(AgentMetadataWrapper, { children: [
14863
+ agent?.description && /* @__PURE__ */ jsxRuntime.jsx(AgentMetadataSection, { title: "Description", children: /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-sm text-muted-foreground", children: agent.description }) }),
14863
14864
  agent.modelList ? /* @__PURE__ */ jsxRuntime.jsx(AgentMetadataSection, { title: "Models", children: /* @__PURE__ */ jsxRuntime.jsx(
14864
14865
  AgentMetadataModelList,
14865
14866
  {