@nomad-e/bluma-cli 0.0.89 → 0.0.90

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 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1663,7 +1663,6 @@ Write efficient and well-structured code in [INSERT PROGRAMMING LANGUAGE] to [PE
1663
1663
 
1664
1664
  </identity>
1665
1665
 
1666
-
1667
1666
  ---
1668
1667
 
1669
1668
  <operational_protocol_override>
@@ -2037,7 +2036,7 @@ var BluMaAgent = class {
2037
2036
  eventBus;
2038
2037
  mcpClient;
2039
2038
  feedbackSystem;
2040
- maxContextTurns = 20;
2039
+ maxContextTurns = 50;
2041
2040
  // Limite de turns no contexto da API
2042
2041
  todoListState = [];
2043
2042
  isInterrupted = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",