fix: fall back to a startup entry for windows gateway install

This commit is contained in:
Peter Steinberger
2026-03-13 03:18:17 +00:00
parent a60a4b4b5e
commit 433e65711f
5 changed files with 400 additions and 16 deletions

View File

@@ -100,7 +100,7 @@ Non-interactive local gateway health:
- Unless you pass `--skip-health`, onboarding waits for a reachable local gateway before it exits successfully.
- `--install-daemon` starts the managed gateway install path first. Without it, you must already have a local gateway running, for example `openclaw gateway run`.
- If you only want config/workspace/bootstrap writes in automation, use `--skip-health`.
- On native Windows, `--install-daemon` currently uses Scheduled Tasks and may require running PowerShell as Administrator.
- On native Windows, `--install-daemon` tries Scheduled Tasks first and falls back to a per-user Startup-folder login item if task creation is denied.
Interactive onboarding behavior with reference mode: