chore(plugin): bump to v0.4.1 for npm republish#104
Merged
XuPeng-SH merged 1 commit intomatrixorigin:mainfrom Mar 24, 2026
Merged
chore(plugin): bump to v0.4.1 for npm republish#104XuPeng-SH merged 1 commit intomatrixorigin:mainfrom
XuPeng-SH merged 1 commit intomatrixorigin:mainfrom
Conversation
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.
randomradio
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Published
@matrixorigin/thememoriav0.4.0 tarball was built from stale pre-rename code:openclaw.plugin.jsonhadid: "memory-memoria"instead of"thememoria"index.tslacked the cloud mode HTTP health check fix (required memoria binary for all modes)This caused OpenClaw to:
memory-memoria(wrong id)--mode cloud/backend: apiFix
Version bump to 0.4.1 in
package.jsonandopenclaw.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
npm pack --dry-runconfirms correct manifest (id: thememoria,version: 0.4.1)npm publish --access public