Releases: heidi-dang/heidi-cli
Releases · heidi-dang/heidi-cli
v0.1.0
Release v0.1.0
Bundled UI Change
UI is now bundled in the Python package; Node is optional. heidi serve --ui works after pipx/curl install.
Changes
- install.sh: UI build is now optional (
--build-uiflag); defaults to bundled UI - install.ps1: Added
-BuildUIswitch; UI bundled by default
Fixed
- Fixed
/ui not founderror after pipx install (Issue: UI sources not packaged)