@defai.digital/ax-cli 3.15.3 → 3.15.4

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 +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,7 +50,7 @@ ax-cli
50
50
  - [Security](#security)
51
51
  - [Architecture](#architecture)
52
52
  - [Changelog](#changelog)
53
- - [Recent Changes (v3.15.3)](#recent-changes-v3153)
53
+ - [Recent Changes (v3.15.4)](#recent-changes-v3154)
54
54
  - [Documentation](#documentation)
55
55
 
56
56
  ---
@@ -442,7 +442,13 @@ Email: **security@defai.digital** (private disclosure)
442
442
 
443
443
  ---
444
444
 
445
- ## Recent Changes (v3.15.3)
445
+ ## Recent Changes (v3.15.4)
446
+
447
+ ### Maintenance
448
+
449
+ - **Version Bump**: General maintenance release with internal improvements
450
+
451
+ ## Previous Changes (v3.15.3)
446
452
 
447
453
  ### Bug Fixes
448
454
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defai.digital/ax-cli",
3
- "version": "3.15.3",
3
+ "version": "3.15.4",
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",