@nomad-e/bluma-cli 0.0.56 → 0.0.57

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
@@ -1937,7 +1937,7 @@ var BluMaAgent = class {
1937
1937
  eventBus;
1938
1938
  mcpClient;
1939
1939
  feedbackSystem;
1940
- maxContextTurns = 30;
1940
+ maxContextTurns = 10;
1941
1941
  isInterrupted = false;
1942
1942
  constructor(sessionId2, eventBus2, llm, deploymentName, mcpClient, feedbackSystem) {
1943
1943
  this.sessionId = sessionId2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",