@defai.digital/automatosx 11.3.2 → 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 ADDED
@@ -0,0 +1,58 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
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
+
21
+ ## [11.3.3] - 2025-12-05
22
+
23
+ ### Added
24
+ - New iterate mode auto-responder system with intelligent classification
25
+ - Enhanced iterate mode controller with improved state management
26
+ - Unit tests for iterate classifier and auto-responder components
27
+
28
+ ### Changed
29
+ - Improved iterate classifier patterns for better accuracy
30
+ - Enhanced iterate mode controller with better pause/resume handling
31
+ - Updated setup command with additional configuration options
32
+
33
+ ### Fixed
34
+ - Iterate mode pattern improvements for edge cases
35
+ - Auto-response handling for confirmation prompts
36
+
37
+ ## [11.3.2] - 2025-12-04
38
+
39
+ ### Fixed
40
+ - SDK bug fixes and resource management improvements
41
+
42
+ ## [11.3.1] - 2025-12-03
43
+
44
+ ### Added
45
+ - Mode persistence across sessions
46
+ - CLI shortcuts for common operations
47
+
48
+ ### Fixed
49
+ - Various bug fixes
50
+
51
+ ## [11.3.0] - 2025-12-02
52
+
53
+ ### Added
54
+ - Embedded Instructions System
55
+ - Orchestration Service
56
+ - Token budget management
57
+
58
+ For earlier versions, see the git history.
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  [![Ubuntu](https://img.shields.io/badge/Ubuntu-24.04-blue.svg)](https://ubuntu.com)
13
13
  [![License](https://img.shields.io/badge/license-Apache--2.0-yellow.svg)](LICENSE)
14
14
 
15
- **Status**: ✅ **Production Ready** | v11.3.2 | SDK Bug Fixes & Resource Management
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