changelog: add entry for bundled-runtime-deps realpath fix

This commit is contained in:
openperf
2026-05-01 09:38:40 +08:00
parent f0b8cc849b
commit 4e308d5462

View File

@@ -377,6 +377,7 @@ Docs: https://docs.openclaw.ai
- Installer/Linux: warn before switching an unwritable npm global prefix to `~/.npm-global`, then tell users to run future global updates with `npm i -g openclaw@latest` without `sudo` so npm keeps using the redirected user prefix. Fixes #44365; carries forward #50479. Thanks @Sayeem3051.
- Gateway/plugins: enable the native `require()` fast path on Windows for bundled plugin modules so plugin loading uses `require()` instead of Jiti's transform pipeline, reducing startup from ~39s to ~2s on typical 6-plugin setups. Fixes #68656. (#74173) Thanks @galiniliev.
- macOS app: detect stale Gateway TLS certificate pins, automatically repair trusted Tailscale Serve rotations, and surface paired-but-disconnected Mac companion nodes so partial Gateway connections no longer look healthy. Thanks @guti.
- Plugins/bundled runtime: fix bundled channels failing with ENOENT on Windows when npm symlinks, junctions, or PM2 multi-instance deployments expose multiple lexical paths to the same install. Fixes #74963. (#75048) Thanks @vincentkoc, @openperf.
## 2026.4.27