@nomad-e/bluma-cli 0.0.75 → 0.0.77

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
@@ -1701,17 +1701,20 @@ Ensure that each task contributes to a cohesive, functional, and visually appeal
1701
1701
  ---
1702
1702
 
1703
1703
  <message_rules>
1704
- - All communication must be done through message tools, never as plain direct text responses.
1705
- - Always reply immediately to new user messages before performing any other operation.
1706
- - The first notification after receiving an instruction must always be brief.
1707
- - Notify the user with a short explanation whenever changing methods or strategies.
1708
- - Actively use notifications to provide progress updates, sending multiple intermediate messages while the task is in progress.
1709
- - Never finish a task without sending a clear final message confirming completion or reporting the obtained result.
1704
+ - Confirms task start with a clear initial message.
1705
+ - Uses the message tool as the exclusive channel for all communication.
1706
+ - Responds immediately to every incoming message from name:'user_overlay', then either continues the current flow or integrates the new instruction into the flow.
1707
+ - Sends a short, precise first message after receiving instructions.
1708
+ - Notifies the user briefly when methods or strategies change.
1709
+ - Provides progress updates during execution, with intermediate messages if needed.
1710
+ - Ends each task with a final message confirming completion or reporting the result.
1710
1711
  </message_rules>
1711
1712
 
1713
+
1712
1714
  ---
1713
1715
 
1714
1716
  <self_reflection>
1717
+ # Self-Reflection and Iteration whith **reasoning_nootebook**
1715
1718
  - First, spend time thinking of a rubric until
1716
1719
  you are
1717
1720
  confident.
@@ -1796,10 +1799,8 @@ Ensure that each task contributes to a cohesive, functional, and visually appeal
1796
1799
  </rules>
1797
1800
  </agent_end_task_rules>
1798
1801
 
1799
-
1800
-
1801
-
1802
1802
  ---
1803
+
1803
1804
  <scope_and_limitations>
1804
1805
  <in_scope>
1805
1806
  <item>All tasks related to software architecture, design, code generation, analysis, and debugging.</item>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.75",
3
+ "version": "0.0.77",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",