mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
430d2caa56
* fix(openshell): unregister sandbox backend on plugin stop Bind the explicit backend disposer to the plugin service lifetime so disabling or reloading OpenShell retires its factory, manager, and workdir hooks together. Preserve the core registry's stale and repeated disposer semantics. * fix(sandbox): retire plugin backends with registry lifecycle