@defai.digital/ax-cli 3.7.1 → 3.7.2
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 +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1104,6 +1104,21 @@ AX CLI implements enterprise-grade architecture with:
|
|
|
1104
1104
|
|
|
1105
1105
|
## 📋 Changelog
|
|
1106
1106
|
|
|
1107
|
+
### v3.7.2 (2025-11-23)
|
|
1108
|
+
|
|
1109
|
+
**🐛 Bug Fixes - Test Stability:**
|
|
1110
|
+
- Fixed flaky process-pool tests failing in CI/CD environments
|
|
1111
|
+
- Added proper async cleanup waiting with `setImmediate()`
|
|
1112
|
+
- Fixed race condition where `activeProcesses` count was checked before cleanup completed
|
|
1113
|
+
- Tests: "should handle errors without leaking resources" and "should remove all event listeners after execution"
|
|
1114
|
+
- Follows Node.js best practices for testing async cleanup operations
|
|
1115
|
+
|
|
1116
|
+
**✅ Test Results:**
|
|
1117
|
+
- All 1,517 tests passing (9 skipped)
|
|
1118
|
+
- 98.29% test coverage maintained
|
|
1119
|
+
- Zero breaking changes
|
|
1120
|
+
- Improved CI/CD reliability
|
|
1121
|
+
|
|
1107
1122
|
### v3.6.1 (2025-11-22)
|
|
1108
1123
|
|
|
1109
1124
|
**🔧 Improvements:**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defai.digital/ax-cli",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.2",
|
|
4
4
|
"description": "Enterprise-Class AI Command Line Interface - Primary support for GLM (General Language Model) with multi-provider AI orchestration powered by AutomatosX.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"workspaces": [
|