@nomad-e/bluma-cli 0.0.89 → 0.0.91
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 -3
- 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>
|
|
@@ -1809,7 +1808,6 @@ The purpose of this process is to create a robust plan *before* execution. It is
|
|
|
1809
1808
|
This is a non-negotiable rule to ensure you proceed to execution.
|
|
1810
1809
|
|
|
1811
1810
|
- **Iteration Limit:** You are permitted a **maximum of two (2)** internal iteration cycles using your rubric. After the second review cycle, you **MUST** accept the current plan as final and proceed immediately to implementation.
|
|
1812
|
-
- **Primary Objective Overrides Perfection:** Remember, your primary objective is to **complete the user's task and call \`agent_end_turn\`**. The self-reflection process is subordinate to this goal. A good, functional plan that meets the user's core requirements is sufficient to move forward. Do not get stuck seeking a theoretical "perfect" plan.
|
|
1813
1811
|
|
|
1814
1812
|
</self_reflection>
|
|
1815
1813
|
|
|
@@ -2037,7 +2035,7 @@ var BluMaAgent = class {
|
|
|
2037
2035
|
eventBus;
|
|
2038
2036
|
mcpClient;
|
|
2039
2037
|
feedbackSystem;
|
|
2040
|
-
maxContextTurns =
|
|
2038
|
+
maxContextTurns = 50;
|
|
2041
2039
|
// Limite de turns no contexto da API
|
|
2042
2040
|
todoListState = [];
|
|
2043
2041
|
isInterrupted = false;
|