mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-06 04:03:32 +00:00
* fix: skip unavailable skill installers during onboarding * fix(onboard): preflight skill installer readiness in skills lifecycle * fix(skills): gate preflight on-PATH brew and apt Go candidate version * fix(skills): defer absent apt Go candidate to installer refresh * fix(skills): skip unwritable Homebrew installers * fix(skills): keep existing Go independent of Homebrew * fix(skills): verify sudo apt authorization * fix(skills): keep Go installs discoverable * fix(skills): validate apt Go candidate before install * fix(skills): preserve Go toolchain diagnostics * fix(skills): keep sudo apt installs noninteractive * fix(skills): keep installed Go tools discoverable * fix(skills): preserve existing Go install destinations * fix(skills): persist Go tool paths across restarts * fix(skills): keep Go installs restart-stable * fix(skills): verify apt sudo rules are passwordless --------- Co-authored-by: Sedrak Hovhannisyan <264150421+Sedrak-Hovhannisyan@users.noreply.github.com>