From 4e308d546241f48e3d86fae3b6e481e7b5542933 Mon Sep 17 00:00:00 2001 From: openperf <16864032@qq.com> Date: Fri, 1 May 2026 09:38:40 +0800 Subject: [PATCH] changelog: add entry for bundled-runtime-deps realpath fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a869a10ef3..cd9be41bbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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