@defai.digital/ax-cli 4.3.4 → 4.3.5
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# AX CLI - AI Coding Assistant for GLM & Grok
|
|
2
2
|
|
|
3
3
|
[](https://npm-stat.com/charts.html?package=%40defai.digital%2Fax-cli)
|
|
4
|
-
[](https://github.com/defai-digital/ax-cli/actions/workflows/test.yml)
|
|
5
5
|
[](https://github.com/defai-digital/ax-cli)
|
|
6
6
|
[](https://nodejs.org/)
|
|
7
7
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -48,7 +48,7 @@ That's it! Run `/init` inside the CLI to initialize your project.
|
|
|
48
48
|
| **MCP Integration** | Model Context Protocol with 12+ production-ready templates |
|
|
49
49
|
| **Project Memory** | Intelligent context caching with 50% token savings |
|
|
50
50
|
| **Enterprise Security** | AES-256-GCM encryption, no telemetry, CVSS-rated protections |
|
|
51
|
-
| **98%+ Test Coverage** |
|
|
51
|
+
| **98%+ Test Coverage** | 3725+ tests with strict TypeScript |
|
|
52
52
|
|
|
53
53
|
---
|
|
54
54
|
|
|
@@ -225,6 +225,7 @@ Stay up-to-date with the latest improvements and features.
|
|
|
225
225
|
|
|
226
226
|
### Recent Highlights:
|
|
227
227
|
|
|
228
|
+
* **v4.3.5**: Tool Priority System refactoring - improved code quality, reduced duplication, performance optimizations, and bug fixes.
|
|
228
229
|
* **v4.3.4**: Improved AutomatosX MCP agent output formatting (clean, readable results instead of raw NDJSON).
|
|
229
230
|
* **v4.3.3**: Stability improvements and code cleanup.
|
|
230
231
|
* **v4.3.2**: Fixed Enter key not working in certain terminal environments.
|
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.5",
|
|
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",
|