pi-utils-ui: v0.5.0
Release v0.5.0
Release v0.5.0
Minor Changes e8bf742: Migrate package scopes from @mariozechner to @earendil-works All @mariozechner/pi-coding-agent and @mariozechner/pi-tui dependencies, peer dependencies, and imports are now @earendil-works/pi-coding-agent and @earendil-works/pi-tui. Minimum supported versi…
Minor Changes 4fcf693: Rewrite components from scratch
Minor Changes e0ad809: Refactor Frame to extend Container from pi-tui, inheriting addChild, removeChild, and clear. borderColor is now required. Children are no longer accepted via constructor options — use addChild instead. Add Tree component for rendering nested data with box-…