You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update CLI version manager with latest studio-cli releases
Add support for the three latest CLI versions with verified SHA1 checksums:
* 25.5.0 (latest) - May 2025 release
* 25.1.0 - January 2025 release
* 24.11.2 - November 2024 release
Features:
- Downloaded and verified all platform binaries (Linux, macOS, Windows)
- Computed SHA1 checksums for integrity verification
- Updated version manager with proper checksum validation
- Tested latest version (25.5.0) functionality and PLM command availability
- Maintains backward compatibility with existing 24.3.0 version
Technical details:
- All checksums verified using actual binary downloads
- Proper platform detection and URL construction
- Compatible with existing download and installation workflow
- Latest version confirmed to have all PLM commands and enhanced features
The system now supports automatic updates to the most recent CLI versions
with proper integrity verification and platform compatibility.
0 commit comments