@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.
- package/README.md +9 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
# AX CLI - Enterprise-Class CLI for
|
|
1
|
+
# AX CLI - Enterprise-Class CLI for Vibe Coding
|
|
2
2
|
|
|
3
3
|
[](https://npm-stat.com/charts.html?package=%40defai.digital%2Fax-cli)
|
|
4
4
|
[](https://github.com/defai-digital/ax-cli/actions/workflows/test.yml)
|
|
5
5
|
[](https://github.com/defai-digital/ax-cli)
|
|
6
|
-
[](https://www.typescriptlang.org/)
|
|
7
6
|
[](https://nodejs.org/)
|
|
8
7
|
[](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.
|
|
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.
|
|
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",
|