@nomad-e/bluma-cli 0.0.76 → 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.
@@ -84,7 +84,7 @@
84
84
  "type": "function",
85
85
  "function": {
86
86
  "name": "message_notify_user",
87
- "description": "Send a message to user without requiring a response. Use for acknowledging receipt of messages, providing progress updates, reporting task completion, or explaining changes in approach.",
87
+ "description": "This tool allows the agent to send structured messages to the user for confirming task start, replying to messages from name:'user_overlay' (continuing or integrating into the flow), giving short initial responses, notifying about method or strategy changes, providing progress updates, and concluding tasks with a final confirmation or result.",
88
88
  "parameters": {
89
89
  "type": "object",
90
90
  "properties": {
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 = 300;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.76",
3
+ "version": "0.0.78",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",