Skip to content
kandown
GitHubnpm
98 releases

Changelog

2026-07-21

v0.33.2Fix CJS Require Shim & Path Resolution

  • Fixed: TUI Require Shim Error (Dynamic require of "module") — added createRequire global banner shim in tsup.config.ts so Ink and React CJS dependencies inside bin/tui.js execute natively under Node ESM without dynamic require errors.
  • Fixed: Package Root Path Resolution (PKG_ROOT) — updated getPackageRoot() to detect whether execution happens inside bin/ or src/cli/, resolving PKG_ROOT to the exact installed package directory in all global installation modes.