@nomad-e/bluma-cli 0.0.87 → 0.0.88

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 (2) hide show
  1. package/dist/main.js +4 -4
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -556,7 +556,7 @@ var InputPrompt = ({ onSubmit, isReadOnly, onInterrupt, disableWhileProcessing =
556
556
  // Modo bloqueado visualmente, mantendo hooks estáveis
557
557
  /* @__PURE__ */ jsx2(Fragment, { children: /* @__PURE__ */ jsx2(Box2, { borderStyle: "round", borderColor: "gray", borderDimColor: true, children: /* @__PURE__ */ jsxs2(Box2, { flexDirection: "row", paddingX: 1, flexWrap: "nowrap", children: [
558
558
  /* @__PURE__ */ jsxs2(Text2, { color: "white", children: [
559
- "\u276F",
559
+ ">",
560
560
  " "
561
561
  ] }),
562
562
  /* @__PURE__ */ jsx2(Text2, { dimColor: true, children: "ctrl+c to exit" })
@@ -564,7 +564,7 @@ var InputPrompt = ({ onSubmit, isReadOnly, onInterrupt, disableWhileProcessing =
564
564
  ) : /* @__PURE__ */ jsxs2(Fragment, { children: [
565
565
  /* @__PURE__ */ jsx2(Box2, { borderStyle: "round", borderColor, borderDimColor: !isReadOnly, children: /* @__PURE__ */ jsxs2(Box2, { flexDirection: "row", paddingX: 1, flexWrap: "nowrap", children: [
566
566
  /* @__PURE__ */ jsxs2(Text2, { color: "white", children: [
567
- "\u276F",
567
+ ">",
568
568
  " "
569
569
  ] }),
570
570
  /* @__PURE__ */ jsx2(Text2, { children: textBeforeCursor }),
@@ -3612,7 +3612,7 @@ var AppComponent = ({ eventBus: eventBus2, sessionId: sessionId2 }) => {
3612
3612
  // Uma única Box para o espaçamento
3613
3613
  /* @__PURE__ */ jsx16(Box16, { marginBottom: 1, children: /* @__PURE__ */ jsxs14(Text15, { color: "white", dimColor: true, children: [
3614
3614
  /* @__PURE__ */ jsxs14(Text15, { color: "white", children: [
3615
- "\u276F",
3615
+ ">",
3616
3616
  " "
3617
3617
  ] }),
3618
3618
  displayText
@@ -3783,7 +3783,7 @@ var AppComponent = ({ eventBus: eventBus2, sessionId: sessionId2 }) => {
3783
3783
  } else if (parsed.type === "user_overlay") {
3784
3784
  newComponent = /* @__PURE__ */ jsx16(Box16, { marginBottom: 1, children: /* @__PURE__ */ jsxs14(Text15, { color: "gray", children: [
3785
3785
  /* @__PURE__ */ jsxs14(Text15, { color: "magenta", children: [
3786
- "\u276F",
3786
+ ">",
3787
3787
  " "
3788
3788
  ] }),
3789
3789
  parsed.payload
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",