@nomad-e/bluma-cli 0.0.51 → 0.0.53

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 +3 -3
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -2066,12 +2066,12 @@ ${editData.error.display}`;
2066
2066
  const response = await this.llm.chatCompletion({
2067
2067
  model: this.deploymentName,
2068
2068
  messages: contextWindow,
2069
- temperature: 0.2,
2069
+ temperature: 0,
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.51",
3
+ "version": "0.0.53",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",