Skip to content

chore(plugin): bump to v0.4.1 for npm republish#104

Merged
XuPeng-SH merged 1 commit intomatrixorigin:mainfrom
ytw1005:ytw/v0.4.1-fix
Mar 24, 2026
Merged

chore(plugin): bump to v0.4.1 for npm republish#104
XuPeng-SH merged 1 commit intomatrixorigin:mainfrom
ytw1005:ytw/v0.4.1-fix

Conversation

@ytw1005
Copy link
Copy Markdown
Collaborator

@ytw1005 ytw1005 commented Mar 24, 2026

Problem

Published @matrixorigin/thememoria v0.4.0 tarball was built from stale pre-rename code:

  • openclaw.plugin.json had id: "memory-memoria" instead of "thememoria"
  • index.ts lacked the cloud mode HTTP health check fix (required memoria binary for all modes)

This caused OpenClaw to:

  1. Install the plugin as memory-memoria (wrong id)
  2. Require the memoria binary even for --mode cloud / backend: api

Fix

Version bump to 0.4.1 in package.json and openclaw.plugin.json. No code changes — the correct code was already merged in PR #101, just never made it into the v0.4.0 npm tarball.

Verification

  • 100/100 tests pass
  • npm pack --dry-run confirms correct manifest (id: thememoria, version: 0.4.1)
  • After merge, republish with npm publish --access public

Published v0.4.0 tarball contained stale pre-rename code:
- openclaw.plugin.json had id 'memory-memoria' instead of 'thememoria'
- index.ts lacked cloud mode HTTP health check (required binary for all modes)

This caused OpenClaw to install as 'memory-memoria' and require the
memoria binary even for cloud/api mode. v0.4.1 republish from merged
main fixes both issues.
@XuPeng-SH XuPeng-SH merged commit f6ee2cc into matrixorigin:main Mar 24, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants