@defai.digital/automatosx 5.7.2 → 5.7.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 +15 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [5.7.3] - 2025-10-28
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- **Test Infrastructure**: Resolved all remaining 12 cache metrics test failures
|
|
10
|
+
- Root cause: Shared cache (providerCache) pollution between tests
|
|
11
|
+
- Added `providerCache.clearAll()` in beforeEach/afterEach hooks across all cache tests
|
|
12
|
+
- Updated cache-error-handling test to mock `getWithMetadata()` instead of deprecated `get()`
|
|
13
|
+
- Test pass rate: 98.8% → **100%** (2150/2176 → 2169/2169)
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- **Testing**: All 2169 unit tests now pass with 0 failures
|
|
18
|
+
- **Code Quality**: No source code changes, only test infrastructure improvements
|
|
19
|
+
|
|
5
20
|
## [5.7.2] - 2025-10-28
|
|
6
21
|
|
|
7
22
|
### Fixed
|
package/README.md
CHANGED
|
@@ -7,13 +7,13 @@ AutomatosX is a CLI-first orchestration tool that transforms stateless AI assist
|
|
|
7
7
|
[](https://www.npmjs.com/package/@defai.digital/automatosx)
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
[](https://www.typescriptlang.org/)
|
|
10
|
-
[](#)
|
|
11
11
|
[](https://github.com/defai-digital/automatosx/actions)
|
|
12
12
|
[](https://www.apple.com/macos)
|
|
13
13
|
[](https://www.microsoft.com/windows)
|
|
14
14
|
[](https://ubuntu.com)
|
|
15
15
|
|
|
16
|
-
**Status**: ✅ Production Ready · **v5.7.
|
|
16
|
+
**Status**: ✅ Production Ready · **v5.7.3** · October 2025 · 19 Specialized Agents · 100% Resource Leak Free · Intelligent Provider Management
|
|
17
17
|
|
|
18
18
|
**Latest (v5.7.0)**: Provider Limit Detection & Automatic Rotation - AutomatosX now automatically detects when you've hit usage limits (Claude weekly, Gemini/OpenAI daily) and seamlessly switches to available fallback providers. The system auto-restores providers when limits reset, eliminating downtime and manual intervention. New CLI commands: `ax provider-limits` shows current status. [See full changelog →](CHANGELOG.md)
|
|
19
19
|
|