@nomad-e/bluma-cli 0.1.8 → 0.1.9

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
@@ -5054,9 +5054,9 @@ ${editData.error.display}`;
5054
5054
  let hasEmittedStart = false;
5055
5055
  let reasoningContent = "";
5056
5056
  const stream = llmService.chatCompletionStream({
5057
- model: "x-ai/grok-code-fast-1",
5057
+ model: this.model,
5058
5058
  messages: contextWindow,
5059
- temperature: 0.3,
5059
+ temperature: 0,
5060
5060
  tools: this.mcpClient.getAvailableTools(),
5061
5061
  tool_choice: "required",
5062
5062
  parallel_tool_calls: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",