mirror of
https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git
synced 2026-07-30 03:23:40 +00:00
Add GitUpdateProvider to detect and apply updates without GitHub API: - scripts/shared/updater.py: check via `git ls-remote`, update via `git pull --ff-only`, restart via os.execv - ui/app.py: replace frontend_update with three new endpoints: GET /api/system/check-update, POST /api/system/update, POST /api/system/restart - ui/app.py: add POST /api/servers/test-connection for testing server connectivity Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>