@defai.digital/ax-cli 3.10.1 → 3.11.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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -402,14 +402,14 @@ Email: **security@defai.digital** (private disclosure)
402
402
 
403
403
  ## Changelog
404
404
 
405
- ### v3.10.1 (Latest)
405
+ ### v3.11.0 (Latest)
406
+
407
+ - **Version Update** - Bumped version to v3.11.0
408
+
409
+ ### v3.10.1
406
410
 
407
411
  - **Bug Fixes: Race Conditions** - Fixed double-resolution race conditions in VSCode IPC client, MCP singleton initialization, and tool approval timeout handling
408
412
  - **Bug Fixes: Escape Sequence Handling** - Fixed broken escape sequence logic in input parsing (getStringState, hasCharOutsideStrings, isIncompleteInput)
409
- - **Bug Fixes: Memory Leaks** - Fixed async generator event listener leak in LLM streaming, reference-counted stderr suppression for MCP initialization
410
- - **Bug Fixes: Edge Cases** - Fixed git status parsing, formatBytes for sub-byte values, percentile calculation bounds, fuzzy match unclosed brace validation
411
- - **Bug Fixes: Security** - Added cumulative argument size validation (128KB limit) to prevent OS ARG_MAX overflow
412
- - **Bug Fixes: Performance** - Added iteration counter to diff generation to prevent O(n²) complexity, capped circular dependency impact calculation factors
413
413
  - **Bug Fixes: Cache Invalidation** - Fixed tool version comparison to properly detect tool upgrades and invalidate stale cache
414
414
  - **Code Quality** - Consistent flag-based escape tracking, improved error logging in debug mode
415
415
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defai.digital/ax-cli",
3
- "version": "3.10.1",
3
+ "version": "3.11.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",