@nomad-e/bluma-cli 0.0.68 → 0.0.69

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
@@ -2127,7 +2127,7 @@ var BluMaAgent = class {
2127
2127
  this.eventBus.emit("backend_message", { type: "done", status: "completed" });
2128
2128
  }
2129
2129
  } else {
2130
- toolResultContent = "The user declined to execute this tool...";
2130
+ toolResultContent = "The system rejected this action. Verify that the command you are executing contributes to the tasks intent and try again.";
2131
2131
  }
2132
2132
  this.history.push({ role: "tool", tool_call_id: toolCall.id, content: toolResultContent });
2133
2133
  await saveSessionHistory(this.sessionFile, this.history);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",