@nomad-e/bluma-cli 0.0.52 → 0.0.54

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 +2 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -2070,8 +2070,8 @@ ${editData.error.display}`;
2070
2070
  tools: this.mcpClient.getAvailableTools(),
2071
2071
  tool_choice: "required",
2072
2072
  reasoning_effort: "high",
2073
- // parallel_tool_calls: false,
2074
- max_tokens: 512
2073
+ parallel_tool_calls: false,
2074
+ max_tokens: 4512
2075
2075
  // Limite de tokens para evitar respostas muito longas
2076
2076
  });
2077
2077
  if (this.isInterrupted) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.52",
3
+ "version": "0.0.54",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",