@defai.digital/automatosx 11.3.3 → 11.3.4
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/CHANGELOG.md +16 -0
- package/README.md +1 -1
- package/dist/index.js +718 -403
- package/dist/mcp/index.js +200 -253
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [11.3.4] - 2025-12-05
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Comprehensive iterate mode controller tests with multi-phase orchestration
|
|
9
|
+
- Mock executor and provider helpers for improved test coverage
|
|
10
|
+
- Budget enforcement tests for iteration and token limits
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Enhanced executeWithIterate() with executor injection support
|
|
14
|
+
- Improved test structure with Phase 3 & 4 orchestration tests
|
|
15
|
+
- Better action handling tests for completion and pause scenarios
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- Test alignment for handleResponse() behavior when state not initialized
|
|
19
|
+
- Classification history tracking in multi-iteration execution
|
|
20
|
+
|
|
5
21
|
## [11.3.3] - 2025-12-05
|
|
6
22
|
|
|
7
23
|
### Added
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
[](https://ubuntu.com)
|
|
13
13
|
[](LICENSE)
|
|
14
14
|
|
|
15
|
-
**Status**: ✅ **Production Ready** | v11.3.
|
|
15
|
+
**Status**: ✅ **Production Ready** | v11.3.4 | Iterate Mode Tests & Orchestration Improvements
|
|
16
16
|
|
|
17
17
|
> 🎯 **What AutomatosX Does**: Adds 20+ specialized agents, persistent memory, workflow automation, and 80% cost savings to Claude Code/Codex - **without changing how you work**.
|
|
18
18
|
|