Fixed
- Install failure on Node 25+ —
bun installno longer fails when trying to compile the unusedtree-sitterruntime against Node 25's V8 headers (which require C++20). AddedtrustedDependencies: ["tree-sitter-cli"]to the plugin manifest so bun runs only the CLI's prebuilt-binary download script and skips all other lifecycle scripts — including the failing native compile and the unused.nodebindings of all 24+ grammar packages. claude-mem only ever shells out to the prebuilttree-sitter-cliRust binary; the runtime native module was never imported. (#2278)
Internal
- Sync the OpenClaw plugin manifest version (10.4.1 → 12.5.1) so it tracks with the rest of the package going forward; the version-bump skill already lists it but past releases skipped it.