-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Description:
The plugin fails to load after updating to OpenClaw 2026.1.29. The package was renamed from clawdbot to openclaw, which breaks all imports.
Error:
plugin not found: clawdbot-supermemory
Cannot find module '../shared/text/reasoning-tags.js'
Required changes:
package.json: ChangepeerDependencies.clawdbot→openclawpackage.json: Changeclawdbot.extensions→openclaw.extensions- All
.tsfiles: Changefrom "clawdbot/plugin-sdk"→from "openclaw/plugin-sdk" types/clawdbot.d.ts: Update module declaration
Files to update:
package.jsonindex.tstools/*.ts(search, profile, forget, store)commands/*.ts(cli, slash)types/clawdbot.d.ts
Metadata
Metadata
Assignees
Labels
No labels