@defai.digital/ax-cli 3.9.0 → 3.10.0

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 +9 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,8 @@
1
- # AX CLI - Enterprise-Class CLI for GenAI Coding
1
+ # AX CLI - Enterprise-Class CLI for Vibe Coding
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
4
  [![Tests](https://img.shields.io/badge/tests-2024%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
- [![TypeScript](https://img.shields.io/badge/TypeScript-5.9%2B-blue?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
7
6
  [![Node.js](https://img.shields.io/badge/node-%3E%3D24.0.0-blue?style=flat-square&logo=node.js)](https://nodejs.org/)
8
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)
9
8
 
@@ -403,7 +402,14 @@ Email: **security@defai.digital** (private disclosure)
403
402
 
404
403
  ## Changelog
405
404
 
406
- ### v3.9.0 (Latest)
405
+ ### v3.10.0 (Latest)
406
+
407
+ - **pnpm CI Migration** - Switched CI/CD from npm to pnpm for 2-3x faster installs (users still use `npm install`)
408
+ - **npm Compatibility Test** - Added dedicated CI job to verify npm users can still install and build
409
+ - **Workspace Protocol** - Updated workspace dependency to use `workspace:*` for proper pnpm support
410
+ - **CI Performance** - Follows pattern used by Vite, Vitest, Next.js for optimal CI speed
411
+
412
+ ### v3.9.0
407
413
 
408
414
  - **Semantic Tool Grouping** - Claude Code-style intelligent grouping of tool operations by intent ("Exploring codebase", "Implementing changes", "Running tests")
409
415
  - **Semantic Action Detector** - New module that detects high-level actions (Exploring, Searching, Implementing, Testing, Building, Analyzing, Refactoring, Configuring)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defai.digital/ax-cli",
3
- "version": "3.9.0",
3
+ "version": "3.10.0",
4
4
  "sdkVersion": "1.2.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",
@@ -78,7 +78,7 @@
78
78
  "@ax-cli/schemas"
79
79
  ],
80
80
  "dependencies": {
81
- "@ax-cli/schemas": "*",
81
+ "@ax-cli/schemas": "workspace:*",
82
82
  "@clack/prompts": "^0.11.0",
83
83
  "@modelcontextprotocol/sdk": "^1.22.0",
84
84
  "@types/ws": "^8.18.1",