@defai.digital/automatosx 11.3.2 → 11.3.3
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 +42 -0
- package/README.md +1 -1
- package/dist/index.js +998 -145
- package/dist/mcp/index.js +273 -46
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## [11.3.3] - 2025-12-05
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- New iterate mode auto-responder system with intelligent classification
|
|
9
|
+
- Enhanced iterate mode controller with improved state management
|
|
10
|
+
- Unit tests for iterate classifier and auto-responder components
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Improved iterate classifier patterns for better accuracy
|
|
14
|
+
- Enhanced iterate mode controller with better pause/resume handling
|
|
15
|
+
- Updated setup command with additional configuration options
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- Iterate mode pattern improvements for edge cases
|
|
19
|
+
- Auto-response handling for confirmation prompts
|
|
20
|
+
|
|
21
|
+
## [11.3.2] - 2025-12-04
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
- SDK bug fixes and resource management improvements
|
|
25
|
+
|
|
26
|
+
## [11.3.1] - 2025-12-03
|
|
27
|
+
|
|
28
|
+
### Added
|
|
29
|
+
- Mode persistence across sessions
|
|
30
|
+
- CLI shortcuts for common operations
|
|
31
|
+
|
|
32
|
+
### Fixed
|
|
33
|
+
- Various bug fixes
|
|
34
|
+
|
|
35
|
+
## [11.3.0] - 2025-12-02
|
|
36
|
+
|
|
37
|
+
### Added
|
|
38
|
+
- Embedded Instructions System
|
|
39
|
+
- Orchestration Service
|
|
40
|
+
- Token budget management
|
|
41
|
+
|
|
42
|
+
For earlier versions, see the git history.
|
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.3 | Iterate Mode Bug Fixes & Pattern 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
|
|