@nomad-e/bluma-cli 0.0.4 → 0.0.5

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.
@@ -10,7 +10,7 @@
10
10
  "@sousaalex1605/bluma-nootebook"
11
11
  ]
12
12
  },
13
- "github": {
13
+ "githubApi": {
14
14
  "type": "stdio",
15
15
  "command": "cmd",
16
16
  "args": [
package/dist/main.js CHANGED
@@ -1833,6 +1833,8 @@ var Agent = class {
1833
1833
  - Follow the stripes o "Tool Naming Policy"
1834
1834
  - Never modify the names of the tools, use their real names without any modification.
1835
1835
  - Never forget to signal the system when the task is completed 'agent_end_task' tool.
1836
+ ## Important: When writing to Notion, you must strictly follow its content structure, including the correct use of headings (heading_1, heading_2, etc.) and other formatting standards. No deviations are allowed.
1837
+
1836
1838
  `;
1837
1839
  this.history.push({ role: "system", content: systemPrompt });
1838
1840
  await saveSessionHistory(this.sessionFile, this.history);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "MIT",