Skip to content

Name Change for OpenClawd 1.29.2026 #4

@dft3

Description

@dft3

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:

  1. package.json: Change peerDependencies.clawdbotopenclaw
  2. package.json: Change clawdbot.extensionsopenclaw.extensions
  3. All .ts files: Change from "clawdbot/plugin-sdk"from "openclaw/plugin-sdk"
  4. types/clawdbot.d.ts: Update module declaration

Files to update:

  • package.json
  • index.ts
  • tools/*.ts (search, profile, forget, store)
  • commands/*.ts (cli, slash)
  • types/clawdbot.d.ts

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions