@defai.digital/automatosx 11.4.0 → 12.1.0
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 +4 -4
- package/dist/index.js +2781 -6610
- package/dist/mcp/index.js +305 -309
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
[](https://npm-stat.com/charts.html?package=%40defai.digital%2Fautomatox)
|
|
9
|
-
[](#)
|
|
10
10
|
[](https://www.apple.com/macos)
|
|
11
11
|
[](https://www.microsoft.com/windows)
|
|
12
12
|
[](https://ubuntu.com)
|
|
13
13
|
[](LICENSE)
|
|
14
14
|
|
|
15
|
-
**Status**: ✅ **Production Ready** |
|
|
15
|
+
**Status**: ✅ **Production Ready** | v12.1.0 | MCP-First Architecture & ax-cli Removal
|
|
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
|
|
|
@@ -628,7 +628,7 @@ Save everything to shared memory."
|
|
|
628
628
|
|
|
629
629
|
```bash
|
|
630
630
|
npm install -g @defai.digital/automatosx
|
|
631
|
-
ax --version #
|
|
631
|
+
ax --version # v12.0.1
|
|
632
632
|
```
|
|
633
633
|
|
|
634
634
|
### Initialize Your Project
|
|
@@ -662,7 +662,7 @@ ax setup
|
|
|
662
662
|
|
|
663
663
|
## 🚦 Production Readiness
|
|
664
664
|
|
|
665
|
-
✅ **
|
|
665
|
+
✅ **v12.0.1 Released** - Bug Fixes & Provider Architecture Improvements
|
|
666
666
|
✅ **2,512+ Tests Passing** - Comprehensive coverage
|
|
667
667
|
✅ **TypeScript Strict Mode** - Type-safe codebase
|
|
668
668
|
✅ **Zero Resource Leaks** - Clean shutdown guaranteed
|