@defai.digital/ax-cli 4.3.0 → 4.3.1
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -223,6 +223,10 @@ ax-glm memory status # View token distribution
|
|
|
223
223
|
|
|
224
224
|
## Changelog
|
|
225
225
|
|
|
226
|
+
### v4.3.1 - Patch Release
|
|
227
|
+
|
|
228
|
+
- **Bug Fixes**: Minor stability improvements and fixes
|
|
229
|
+
|
|
226
230
|
### v4.3.0 - MCP Client V2 & Resource Support
|
|
227
231
|
|
|
228
232
|
**Enhanced MCP Integration**: Major upgrade to MCP client with improved resource handling and connection reliability.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defai.digital/ax-cli",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"sdkVersion": "1.4.0",
|
|
5
5
|
"description": "Enterprise-Class AI Command Line Interface - Primary support for GLM (General Language Model) with multi-provider AI orchestration powered by AutomatosX.",
|
|
6
6
|
"type": "module",
|