After running openclaw update on macOS (Darwin 24.6.0, node 24.13.0), my install
went 2026.4.25 → 2026.4.26. Discord bot now shows offline because the plugin fails
to load at gateway startup:
[plugins] discord failed to load from ~/.openclaw/extensions/discord/index.ts:
Error: Cannot find module
'/usr/local/lib/node_modules/openclaw/dist/plugin-sdk/root-alias.cjs/discord'
Cause: @openclaw/discord 2026.3.13 (latest published on npm) imports
openclaw/plugin-sdk/discord and openclaw/plugin-sdk/compat, but core
2026.4.26's package.json exports map no longer lists ./plugin-sdk/discord.
A force reinstall (openclaw plugins install @openclaw/discord --force) pulls
the same .tgz and fails identically. Plugin is enabled in config and was working
fine on 2026.4.25 immediately before the update.
Looks like the 2026.4.26 release shipped a breaking SDK change without a matching
@openclaw/discord republish. Rolling back core to 2026.4.25 is my workaround.