@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.
Files changed (2) hide show
  1. package/README.md +3 -2
  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
  [![npm](https://img.shields.io/npm/dt/@defai.digital/ax-cli?style=flat-square&logo=npm&label=downloads)](https://npm-stat.com/charts.html?package=%40defai.digital%2Fax-cli)
4
- [![Tests](https://img.shields.io/badge/tests-3584%20passing-brightgreen?style=flat-square)](https://github.com/defai-digital/ax-cli/actions/workflows/test.yml)
4
+ [![Tests](https://img.shields.io/badge/tests-3725%20passing-brightgreen?style=flat-square)](https://github.com/defai-digital/ax-cli/actions/workflows/test.yml)
5
5
  [![Coverage](https://img.shields.io/badge/coverage-98%2B%25-brightgreen?style=flat-square)](https://github.com/defai-digital/ax-cli)
6
6
  [![Node.js](https://img.shields.io/badge/node-%3E%3D24.0.0-blue?style=flat-square&logo=node.js)](https://nodejs.org/)
7
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](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** | 3584+ tests with strict TypeScript |
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.4",
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",