Skip to content

v0.3.4

Choose a tag to compare

@AidanPark AidanPark released this 17 Mar 14:42

Bug Fixes

  • Fix npm/npx bad interpreter error on Termux (#49)
    • npm, npx, and corepack scripts ship with a #!/usr/bin/env node shebang, but /usr/bin/env does not exist in Termux. This caused a bad interpreter error when OpenClaw spawned these commands directly.
    • The shebang is now patched to point to the Node.js wrapper during installation.