修复:macOS Gateway 启动失败 Bootstrap failed: 5 (v0.4.8)

根因: plist 二进制路径过期(nvm/fnm 切版本后),launchctl 找不到程序
修复: launchctl bootstrap/kickstart 失败时回退到 CLI 直接 spawn Gateway
覆盖: start_service_impl + restart_service_impl 均有 fallback
This commit is contained in:
晴天
2026-03-06 00:25:01 +08:00
parent fe66fe0e73
commit 7eb78ea186
6 changed files with 72 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "clawpanel"
version = "0.4.7"
version = "0.4.8"
edition = "2021"
description = "ClawPanel - OpenClaw 可视化管理面板"
authors = ["qingchencloud"]