@mcp-b/embedded-agent 1.2.1 → 1.2.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/dist/index.js CHANGED
@@ -4709,7 +4709,7 @@ const ElicitationButtonBar = ({ className }) => {
4709
4709
  })]
4710
4710
  }),
4711
4711
  toolDescription && /* @__PURE__ */ jsx("p", {
4712
- className: "mt-1.5 pl-6 text-xs leading-relaxed text-white/50",
4712
+ className: "mt-1.5 line-clamp-3 pl-6 text-xs leading-relaxed text-white/50",
4713
4713
  children: toolDescription
4714
4714
  }),
4715
4715
  formattedArgs && /* @__PURE__ */ jsx("pre", {
@@ -5724,7 +5724,7 @@ const ApprovalDialog = (t0) => {
5724
5724
  let t9;
5725
5725
  if ($[24] !== toolDescription) {
5726
5726
  t9 = toolDescription && /* @__PURE__ */ jsx("div", {
5727
- className: "mb-2 text-xs text-white/50",
5727
+ className: "mb-2 line-clamp-3 text-xs text-white/50",
5728
5728
  children: toolDescription
5729
5729
  });
5730
5730
  $[24] = toolDescription;