v0.4.7
January 23, 2026QA Complete Release
All 8 bugs fixed across 7 QA rounds for production readiness
v0.4.7 completes 7 QA rounds with all 8 bugs fixed. Cloud infrastructure commands work on all platforms including macOS with Bash 3.2 compatibility. All hardcoded developer paths replaced with proper fallbacks.
Key Features
Full Platform Compatibility
26 cloud providers working on all platforms including macOS with Bash 3.2 compatibility. No more declare -A associative array issues.
Developer Path Fixes
All hardcoded developer paths replaced with proper fallbacks ensuring the CLI works on any system.
Environment Diff Fixes
Environment diff output and exit codes fixed for accurate comparison between environments.
Mock Data Generation
Mock data generation now respects VARCHAR limits preventing database constraint violations.
Bug Fixes
- Fixed Bash 3.2 associative array compatibility on macOS
- Replaced hardcoded developer paths with proper fallbacks
- Fixed environment diff output formatting
- Fixed environment diff exit codes
- Mock data generation respects VARCHAR limits
- Cloud provider commands work on all platforms
- 16 files modified for production readiness
- All 8 bugs from QA rounds addressed