Onboarding: keep TUI flow exclusive

This commit is contained in:
Shakker
2026-02-03 06:11:11 +00:00
parent 157d6d2db7
commit 58d5b39c9a
4 changed files with 21 additions and 14 deletions

View File

@@ -16,6 +16,8 @@ Docs: https://docs.openclaw.ai
### Fixes
- Onboarding: keep TUI flow exclusive (skip completion prompt + background Web UI seed).
- TUI: block onboarding output while TUI is active and restore terminal state on exit.
- Agents: repair malformed tool calls and session transcripts. (#7473) Thanks @justinhuangcode.
- fix(agents): validate AbortSignal instances before calling AbortSignal.any() (#7277) (thanks @Elarwei001)
- fix(webchat): respect user scroll position during streaming and refresh (#7226) (thanks @marcomarandiz)