@defai.digital/ax-cli 4.1.0 → 4.1.2
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 +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -580,6 +580,20 @@ Email: **security@defai.digital** (private disclosure)
|
|
|
580
580
|
|
|
581
581
|
## Changelog
|
|
582
582
|
|
|
583
|
+
### v4.1.2 - Setup Improvements for Provider-Specific CLIs
|
|
584
|
+
|
|
585
|
+
- **ax-glm Setup**: Added server selection (Z.AI Cloud or Local/Custom server support)
|
|
586
|
+
- Supports Ollama, LMStudio, vLLM, or any OpenAI-compatible endpoint
|
|
587
|
+
- 5-step setup wizard for GLM with server selection
|
|
588
|
+
- **ax-grok Setup**: Simplified to 4-step wizard (Grok online only, no server URL needed)
|
|
589
|
+
- **Local Server Support**: ax-glm now works with local GLM models via custom endpoints
|
|
590
|
+
|
|
591
|
+
### v4.1.1 - Bug Fixes for Provider-Specific CLIs
|
|
592
|
+
|
|
593
|
+
- **Status Bar Fix**: CLI name now correctly displays 'ax-glm' or 'ax-grok' instead of hardcoded 'ax-cli'
|
|
594
|
+
- **Thinking Mode Fix**: Synced LLM client with original ax-cli v4.0.2 logic for proper GLM thinking mode handling
|
|
595
|
+
- **CI/CD Improvements**: Fixed publish workflow, Zod v4 compatibility, ES2023 target support
|
|
596
|
+
|
|
583
597
|
### v4.1.0 - Provider-Specific CLIs (Monorepo Architecture)
|
|
584
598
|
|
|
585
599
|
Major release introducing provider-specific CLI packages:
|
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.2",
|
|
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",
|