Skip to content

Releases: heidi-dang/heidi-cli

v0.1.0

15 Feb 10:48

Choose a tag to compare

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-ui flag); defaults to bundled UI
  • install.ps1: Added -BuildUI switch; UI bundled by default

Fixed

  • Fixed /ui not found error after pipx install (Issue: UI sources not packaged)