Fixes OpenClaw installs and updates that failed against a busy Gateway with a config reload superseded error.
Changed
- Changed OpenClaw installation to leave a plugin that you deliberately disabled in
openclaw.jsondisabled instead of silently re-enabling it; the post-install runtime check then reports the not-loaded status.
Fixed
- Fixed
install --openclawandupdatefailing withFailed to run openclaw plugins enable cc-safety-net (exit 1) ... config reload superseded by a newer runtime config sourceagainst a live OpenClaw Gateway. Installation now runs onlyopenclaw plugins install <artifact> --force --accept-capabilities, which already enables the plugin, so the separateenablecall can no longer race the Gateway's follow-up config reload. (#142)