@nomad-e/bluma-cli 0.1.42 → 0.1.43

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
@@ -12838,7 +12838,7 @@ function readCliPackageVersion() {
12838
12838
  }
12839
12839
  }
12840
12840
  function runCliMode(sessionId) {
12841
- const BLUMA_TITLE = process.env.BLUMA_TITLE || "BluMa - NomadEngenuity";
12841
+ const BLUMA_TITLE = "bluma";
12842
12842
  startTitleKeeper(BLUMA_TITLE);
12843
12843
  const eventBus = new EventEmitter3();
12844
12844
  const resolvedSessionId = sessionId || uuidv47();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",