@defai.digital/ax-cli 4.4.5 → 4.4.6
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 +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -319,6 +319,7 @@ Stay up-to-date with the latest improvements and features.
|
|
|
319
319
|
|
|
320
320
|
### Recent Highlights:
|
|
321
321
|
|
|
322
|
+
* **v4.4.6**: Documentation update - Updated and refreshed documentation across the project.
|
|
322
323
|
* **v4.4.5**: Package metadata update - Updated descriptions and keywords for all packages to better reflect current features: vibe coding, thinking mode, vision, web search, MCP integration, and AutomatosX agent system. Added ax.summary.json for faster prompt context loading.
|
|
323
324
|
* **v4.4.4**: ax-grok setup fix - Fixed xAI model validation during setup. The `/models` endpoint returns only actual model IDs (e.g., `grok-4-0709`) but not aliases (e.g., `grok-4`). Setup now correctly recognizes model aliases and validates them against available versioned models.
|
|
324
325
|
* **v4.4.3**: Context optimization fix - Fixed project context injection that was consuming 65% of context at startup. Reduced from 69,000 tokens to 145 tokens (99.8% reduction). AI can still read full ax.index.json via view_file when needed.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defai.digital/ax-cli",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.6",
|
|
4
4
|
"sdkVersion": "1.4.0",
|
|
5
5
|
"description": "Enterprise-Class AI Coding Assistant CLI - Terminal-based vibe coding with GLM, Grok, and multi-provider AI orchestration. Features thinking mode, vision, web search, MCP integration, and AutomatosX agent system.",
|
|
6
6
|
"type": "module",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"ts-morph": "^27.0.2",
|
|
85
85
|
"ws": "^8.18.3",
|
|
86
86
|
"zod": "^4.1.13",
|
|
87
|
-
"@defai.digital/ax-core": "4.4.
|
|
87
|
+
"@defai.digital/ax-core": "4.4.6"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@types/fs-extra": "^11.0.2",
|