Tools
claude-mem 13.24.1 fixes a marketplace release that shipped 13.23.1 bytes under a 13.24.0 manifest and put the worker in a kill/respawn loop
claude-mem v13.24.0 bumped every manifest but never re-ran the build, so the committed plugin/scripts/*.cjs artifacts still carried 13.23.1 bytes. Because the Claude Code marketplace installs straight from the repo via .claude-plugin/marketplace.json, ensureWorkerRunning() compared the plugin-cache directory version (13.24.0) against the worker's baked-in __DEFAULT_PACKAGE_VERSION__ (13.23.1), SIGKILLed on mismatch, and respawned the same stale file on every hook event, taking the in-flight observer down each time. v13.24.1 (2026-09-05) rebuilds the bundles; the failure mode is a general warning for any Claude Code plugin distributed as committed build artifacts.
Source
↳ Follow the thread