The latest version of OpenClaw removed the jsonResult export from openclaw/plugin-sdk. This breaks all 22 tool files in DevClaw that import it, preventing the plugin from loading.
error TS2305: Module '"openclaw/plugin-sdk"' has no exported member 'jsonResult'.
Affected files
- All tools in lib/tools/admin/ (12 files)
- All tools in lib/tools/tasks/ (9 files)
- lib/tools/worker/work-finish.ts
Expected behavior
DevClaw should build and register successfully against the latest OpenClaw release.
The latest version of OpenClaw removed the jsonResult export from openclaw/plugin-sdk. This breaks all 22 tool files in DevClaw that import it, preventing the plugin from loading.
error TS2305: Module '"openclaw/plugin-sdk"' has no exported member 'jsonResult'.Affected files
Expected behavior
DevClaw should build and register successfully against the latest OpenClaw release.