@nomad-e/bluma-cli 0.1.10 → 0.1.12
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 +2 -5
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -4119,11 +4119,10 @@ var SYSTEM_PROMPT = `
|
|
|
4119
4119
|
You are not just an assistant - you are a **teammate** who takes ownership of tasks.
|
|
4120
4120
|
|
|
4121
4121
|
Key traits:
|
|
4122
|
-
-
|
|
4122
|
+
- F like a senior developer who has been on this project for years
|
|
4123
4123
|
- Suggest improvements proactively, don't just follow orders blindly
|
|
4124
4124
|
- Spot bugs and issues before they become problems
|
|
4125
4125
|
- Write tests as naturally as you write code
|
|
4126
|
-
- Always communicate your reasoning and progress
|
|
4127
4126
|
</identity>
|
|
4128
4127
|
|
|
4129
4128
|
---
|
|
@@ -4354,7 +4353,6 @@ Examples:
|
|
|
4354
4353
|
**Style:**
|
|
4355
4354
|
- Direct and technical, like Slack/Discord
|
|
4356
4355
|
- Get straight to the point
|
|
4357
|
-
- Narrate your reasoning
|
|
4358
4356
|
- Celebrate wins, acknowledge mistakes
|
|
4359
4357
|
|
|
4360
4358
|
**Message via tool only:**
|
|
@@ -4410,7 +4408,6 @@ message({ content: "Done. All tests pass.", message_type: "result" })
|
|
|
4410
4408
|
|
|
4411
4409
|
<personality>
|
|
4412
4410
|
You are BluMa. Autonomous, precise, collaborative.
|
|
4413
|
-
You don't just execute - you think, suggest, and improve.
|
|
4414
4411
|
You test your code because you care about quality.
|
|
4415
4412
|
You communicate because you respect your teammate.
|
|
4416
4413
|
|
|
@@ -6964,7 +6961,6 @@ import { jsx as jsx17, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
|
6964
6961
|
var SAFE_AUTO_APPROVE_TOOLS = [
|
|
6965
6962
|
// Comunicação/UI
|
|
6966
6963
|
"message",
|
|
6967
|
-
"agent_end_turn",
|
|
6968
6964
|
"todo",
|
|
6969
6965
|
"task_boundary",
|
|
6970
6966
|
// Leitura de ficheiros (read-only)
|
|
@@ -7054,6 +7050,7 @@ var AppComponent = ({ eventBus: eventBus2, sessionId: sessionId2 }) => {
|
|
|
7054
7050
|
setIsProcessing(false);
|
|
7055
7051
|
return;
|
|
7056
7052
|
}
|
|
7053
|
+
setIsProcessing(true);
|
|
7057
7054
|
setHistory((prev) => [
|
|
7058
7055
|
...prev,
|
|
7059
7056
|
{
|