Context
The current stable release (1.0.32) imports stringEnum from openclaw/plugin-sdk:
import { stringEnum } from "openclaw/plugin-sdk";
This breaks at runtime with openclaw 2026.4.14 because plugin-sdk/index.js does not re-export stringEnum:
TypeError: (0 , _pluginSdk.stringEnum) is not a function
What's already fixed
The fix is already in master (1.1.0-beta.10) — stringEnum is now defined locally instead of imported from the SDK.
Request
Could you publish a new stable release (1.1.0 or a 1.0.33 patch) so users on the stable channel get the fix without having to install a beta?
Related
Also reported the root cause to the openclaw team: openclaw/openclaw#68279
Context
The current stable release (
1.0.32) importsstringEnumfromopenclaw/plugin-sdk:This breaks at runtime with openclaw
2026.4.14becauseplugin-sdk/index.jsdoes not re-exportstringEnum:What's already fixed
The fix is already in
master(1.1.0-beta.10) —stringEnumis now defined locally instead of imported from the SDK.Request
Could you publish a new stable release (
1.1.0or a1.0.33patch) so users on the stable channel get the fix without having to install a beta?Related
Also reported the root cause to the openclaw team: openclaw/openclaw#68279