@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.
- package/dist/main.js +1 -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 =
|
|
2039
|
+
maxContextTurns = 50;
|
|
2041
2040
|
// Limite de turns no contexto da API
|
|
2042
2041
|
todoListState = [];
|
|
2043
2042
|
isInterrupted = false;
|