Changelog
2026-07-21v0.33.2— Fix CJS Require Shim & Path Resolution
- Fixed: TUI Require Shim Error (
Dynamic require of "module") — addedcreateRequireglobal banner shim intsup.config.tsso Ink and React CJS dependencies insidebin/tui.jsexecute natively under Node ESM without dynamic require errors. - Fixed: Package Root Path Resolution (
PKG_ROOT) — updatedgetPackageRoot()to detect whether execution happens insidebin/orsrc/cli/, resolvingPKG_ROOTto the exact installed package directory in all global installation modes.