@nomad-e/bluma-cli 0.6.3 → 0.6.6
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/README.md +23 -2
- package/dist/main.js +2266 -1245
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
**BluMa** is an independent AI agent CLI for automation and advanced software engineering. It combines powerful tool orchestration, multi-agent coordination, and intelligent context management to help you build software faster and with higher quality.
|
|
15
15
|
|
|
16
|
-
**Latest Version:** v0.6.
|
|
16
|
+
**Latest Version:** v0.6.4 (2026-05-10) — Circular dependency resolution, enhanced native tool metadata, improved multi-agent coordination, and professional release engineering.
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -528,6 +528,27 @@ Apache 2.0 — see [LICENSE](LICENSE) for details.
|
|
|
528
528
|
|
|
529
529
|
See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
|
|
530
530
|
|
|
531
|
+
### What's New in v0.6.4 (2026-05-10)
|
|
532
|
+
|
|
533
|
+
**Major Changes:**
|
|
534
|
+
- **Circular Dependency Resolution**: Fixed 'getNativeToolMetadata is not defined' error in tool metadata
|
|
535
|
+
- **Enhanced Native Tool Metadata**: Improved tool descriptions and metadata clarity across all 45+ tools
|
|
536
|
+
- **Improved Multi-Agent Coordination**: Better coordinator-worker communication and task tracking
|
|
537
|
+
- **Permission Mode Enhancement**: Full mode enabled for auto-approve of all tools
|
|
538
|
+
|
|
539
|
+
**Improvements:**
|
|
540
|
+
- Streamlined tool guidance in prompts
|
|
541
|
+
- Better error handling and user-friendly error messages
|
|
542
|
+
- Enhanced session persistence on LLM errors
|
|
543
|
+
- Improved worker registration for UI visibility
|
|
544
|
+
|
|
545
|
+
**Fixes:**
|
|
546
|
+
- Resolved circular dependency in tool metadata (prompt → tools → prompt cycle)
|
|
547
|
+
- Fixed worker registration for UI visibility in task_boundary tracking
|
|
548
|
+
- Improved session persistence on LLM errors
|
|
549
|
+
|
|
550
|
+
---
|
|
551
|
+
|
|
531
552
|
### What's New in v0.6.2 (2026-05-09)
|
|
532
553
|
|
|
533
554
|
**Major Features:**
|
|
@@ -550,4 +571,4 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
|
|
|
550
571
|
|
|
551
572
|
---
|
|
552
573
|
|
|
553
|
-
*BluMa CLI v0.6.
|
|
574
|
+
*BluMa CLI v0.6.4 — Built with TypeScript, React 19, Ink, and ES modules.*
|