v0.3.4
Bug Fixes
- Fix
npm/npxbad interpreter error on Termux (#49)npm,npx, andcorepackscripts ship with a#!/usr/bin/env nodeshebang, but/usr/bin/envdoes not exist in Termux. This caused abad interpretererror when OpenClaw spawned these commands directly.- The shebang is now patched to point to the Node.js wrapper during installation.