@nomad-e/bluma-cli 0.1.36 → 0.1.37
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/main.js +0 -7
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -8757,15 +8757,9 @@ import { Box as Box13, Text as Text12 } from "ink";
|
|
|
8757
8757
|
import Spinner from "ink-spinner";
|
|
8758
8758
|
import { jsx as jsx13, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
8759
8759
|
var SessionInfoConnectingMCP = ({
|
|
8760
|
-
sessionId,
|
|
8761
8760
|
workdir,
|
|
8762
8761
|
statusMessage
|
|
8763
8762
|
}) => /* @__PURE__ */ jsx13(ChatBlock, { marginBottom: 1, children: /* @__PURE__ */ jsxs12(Box13, { flexDirection: "column", paddingLeft: 1, children: [
|
|
8764
|
-
/* @__PURE__ */ jsxs12(Text12, { children: [
|
|
8765
|
-
/* @__PURE__ */ jsx13(Text12, { bold: true, color: BLUMA_TERMINAL.brandBlue, children: "session" }),
|
|
8766
|
-
/* @__PURE__ */ jsx13(Text12, { dimColor: true, children: " \xB7 " }),
|
|
8767
|
-
/* @__PURE__ */ jsx13(Text12, { color: BLUMA_TERMINAL.brandMagenta, children: sessionId.slice(0, 12) })
|
|
8768
|
-
] }),
|
|
8769
8763
|
/* @__PURE__ */ jsxs12(Text12, { dimColor: true, children: [
|
|
8770
8764
|
/* @__PURE__ */ jsx13(Text12, { color: BLUMA_TERMINAL.brandMagenta, children: "\u2514 " }),
|
|
8771
8765
|
workdir
|
|
@@ -9721,7 +9715,6 @@ Please use command_status to check the result and report back to the user.`;
|
|
|
9721
9715
|
return /* @__PURE__ */ jsx20(
|
|
9722
9716
|
SessionInfoConnectingMCP_default,
|
|
9723
9717
|
{
|
|
9724
|
-
sessionId,
|
|
9725
9718
|
workdir,
|
|
9726
9719
|
statusMessage
|
|
9727
9720
|
}
|