[1.0.3] - 2026-02-12
Added
🐳 Docker Support
Added comprehensive Docker containerization support, enabling users to run CodeRio in isolated, portable environments without local Node.js installation.
What it solves:
- Environment consistency: Eliminates Node.js version conflicts and dependency issues across different development machines
- Zero local setup: No need to install Node.js, pnpm, or manage global packages
- Cross-platform compatibility: Provides consistent experience on Linux, macOS, and Windows (via WSL2)
- Isolated execution: Runs in containerized environment without polluting host system
Key benefits:
- ✅ Quick start with pre-built Docker images
- ✅ Guaranteed environment reproducibility
- ✅ Simplified CI/CD integration
- ✅ Easy distribution and deployment
- ✅ Native support for Windows users through WSL2
What's included:
- Official Docker image with all dependencies pre-installed
- Comprehensive Docker documentation with step-by-step setup guide
- Volume mounting for seamless file access between host and container
- Network host mode for local development server access
- Complete workflow support (code generation, validation, and auto-refinement)
Enhanced
🤖 Code Generation Quality
Improved output format validation for multi-file generation.
Fixed
🔧 Checkpoint System Improvements
Fixed issues in the checkpoint management system and improved workspace cleanup logic.