All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This version marks the official rename of the package from solo-server to solo-cli.
- BREAKING: Package name changed from
solo-servertosolo-clion PyPI - BREAKING: Python package renamed from
solo_servertosolo - BREAKING: Repository moved from
GetSoloTech/solo-servertoGetSoloTech/solo-cli - BREAKING: Configuration directory changed from
~/.solo_serverto~/.solo
- Implemented lazy-loading for CLI commands to improve startup time
- Reduced initial import overhead by deferring heavy imports until command execution
MIGRATION.md- Comprehensive migration guide for upgrading from solo-servermigrate.sh- Automated migration script to help users transition smoothly- Migration notice in README.md to alert users of the package rename
- Deprecation notice in package description
- N/A (This release focuses on the package rename)
See MIGRATION.md for detailed instructions.
- ✅ The CLI command name remains
solo(unchanged) - ✅ All commands work exactly the same way
- ✅ Configuration file format is identical
- ✅ All functionality preserved
⚠️ You must manually migrate or recreate your configuration⚠️ Update any custom scripts that importsolo_serverto importsolo
Stay tuned for more updates! We're continuously improving Solo CLI to make Physical AI deployment easier and more efficient.
For the latest changes, see the GitHub Releases page.