@defai.digital/automatosx 11.3.1 → 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 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
  [![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.1 | Mode Persistence | CLI Shortcuts | Bug Fixes
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