@nomad-e/bluma-cli 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -192,7 +192,7 @@ var InputPrompt = ({ onSubmit, isReadOnly, onInterrupt }) => {
192
192
  );
193
193
  const textAfterCursor = visibleText.slice(visibleCursorPosition + 1);
194
194
  const borderColor = isReadOnly ? "gray" : "gray";
195
- const placeholder = isReadOnly ? "Agente a trabalhar... (Pressione ESC para cancelar)" : "";
195
+ const placeholder = isReadOnly ? " press esc to cancel" : "";
196
196
  const showPlaceholder = text.length === 0 && isReadOnly;
197
197
  return /* @__PURE__ */ jsxs2(Box2, { flexDirection: "column", children: [
198
198
  /* @__PURE__ */ jsx2(Box2, { borderStyle: "round", borderColor, borderDimColor: !isReadOnly, children: /* @__PURE__ */ jsxs2(Box2, { flexDirection: "row", paddingX: 1, flexWrap: "nowrap", children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "MIT",