You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ Docs: https://docs.openclaw.ai
11
11
- Installer: install Node.js through `apk` on Alpine Linux instead of falling through to the NodeSource package-manager path.
12
12
- Installer: detect musl Linux shells such as Alpine as Linux instead of rejecting them before npm install.
13
13
- Control UI: split large build-time runtime dependencies into stable chunks so Linux/Docker install and package builds stay below the app chunk warning threshold.
14
+
- Tests: retry transient loopback HTTP resets in the kitchen-sink RPC walk so native Windows readiness probes do not fail after the gateway is already ready.
15
+
- Tests: run `test:serial` through a Node wrapper so targeted serial Vitest commands work on native Windows.
16
+
- Tests: normalize Vitest config path assertions so the infra config suite runs on native Windows paths.
14
17
- Scripts: run the optional Discord native opus installer through the shared pnpm launcher and Windows CI coverage so native Windows installs avoid shell-mode package-manager shims.
15
18
- Agents/MCP: bound bundled MCP `tools/list` catalog discovery so hung MCP servers do not block session tool materialization. (#85063) Thanks @nxmxbbd.
16
19
- Scripts: run generated-module formatting through the shared pnpm launcher and Windows CI coverage so native Windows generator checks avoid shell-mode package-manager shims.
0 commit comments