v0.2.2 - UI Assets Fix
🐛 Bug Fixes
- Fixed UI assets missing in PyPI wheel packages - UI components now properly load when installing from PyPI
- Removed duplicate file inclusion warnings during package build
- Improved packaging configuration for better distribution
📦 Package Changes
- UI dist files are now correctly included in wheel packages
- Cleaner build process without duplicate warnings
- Better PyPI installation experience
🔧 Technical Details
This release fixes a critical issue where the React UI assets were missing from PyPI wheel packages, causing the web interface to fail to load for users installing via pip install any-agent-wrapper.
Full Changelog: v0.2.1...v0.2.2