@nomad-e/bluma-cli 0.0.77 → 0.0.78
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 +3 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1716,7 +1716,7 @@ Ensure that each task contributes to a cohesive, functional, and visually appeal
|
|
|
1716
1716
|
<self_reflection>
|
|
1717
1717
|
# Self-Reflection and Iteration whith **reasoning_nootebook**
|
|
1718
1718
|
- First, spend time thinking of a rubric until
|
|
1719
|
-
you are
|
|
1719
|
+
you are
|
|
1720
1720
|
confident.
|
|
1721
1721
|
- Then, think deeply about every aspect of what makes
|
|
1722
1722
|
for a world-class one-shot web
|
|
@@ -1981,7 +1981,8 @@ var BluMaAgent = class {
|
|
|
1981
1981
|
eventBus;
|
|
1982
1982
|
mcpClient;
|
|
1983
1983
|
feedbackSystem;
|
|
1984
|
-
maxContextTurns =
|
|
1984
|
+
maxContextTurns = 45;
|
|
1985
|
+
// Limite de turns no contexto da API
|
|
1985
1986
|
isInterrupted = false;
|
|
1986
1987
|
constructor(sessionId2, eventBus2, llm, deploymentName, mcpClient, feedbackSystem) {
|
|
1987
1988
|
this.sessionId = sessionId2;
|