fix(onboarding): exit cleanly after web ui hatch

This commit is contained in:
Peter Steinberger
2026-02-13 03:20:25 +01:00
parent 65be9ccf63
commit cd50b5ded2
3 changed files with 55 additions and 7 deletions
+6
View File
@@ -2,6 +2,12 @@
Docs: https://docs.openclaw.ai
## 2026.2.13 (Unreleased)
### Fixes
- Onboarding/CLI: restore terminal state without resuming paused `stdin`, so onboarding exits cleanly after choosing Web UI and the installer returns instead of appearing stuck.
## 2026.2.12
### Changes