@defai.digital/ax-cli 4.1.6 → 4.1.7
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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -580,6 +580,13 @@ Email: **security@defai.digital** (private disclosure)
|
|
|
580
580
|
|
|
581
581
|
## Changelog
|
|
582
582
|
|
|
583
|
+
### v4.1.7 - Fix workspace:* dependency resolution
|
|
584
|
+
|
|
585
|
+
- **Fix**: Resolve `workspace:*` protocol to actual versions before npm publish
|
|
586
|
+
- ax-glm and ax-grok now correctly depend on `^4.1.7` instead of `workspace:*`
|
|
587
|
+
- ax-core now correctly depends on `@defai.digital/ax-schemas@^4.1.7`
|
|
588
|
+
- All features from v4.1.6 included
|
|
589
|
+
|
|
583
590
|
### v4.1.6 - Enhanced Setup Wizards
|
|
584
591
|
|
|
585
592
|
- **GLM Setup Rework**: Dual-path setup supporting Z.AI Cloud and Local Server
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defai.digital/ax-cli",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.7",
|
|
4
4
|
"sdkVersion": "1.3.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",
|