On Windows 11, openclaw global npm install. .21 works fine. .23 and .24 both wedge channel-init the same way.
.24 hits ready (7 plugins) then logs 8 [channels] failed to load bundled channel <name>: No "exports" main
defined in @mariozechner/pi-coding-agent/package.json (imessage, irc, mattermost, msteams, nextcloud-talk,
signal, tlon, zalouser). After that, silence โ browser port 18791 never binds, Discord never authenticates.
.23 is the same wedge but silent โ no error logs, just hangs at starting channels and sidecars indefinitely.
pi-coding-agent's exports only has . and ./hooks (identical 0.69.xโ0.70.2). .21 ships 0.67.68 which works.
Tried plugins.entries.<x>.enabled: false for all 8 (loader imports before checking the flag) and patching
exports with a "./": "./dist/.js" wildcard โ neither helped.