mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 22:17:00 +00:00
* feat(protocol): carry the awaited wizard step on the chat result * fix(system-agent): strip sensitive wizard prefill from chat results * fix(wizard): keep setup secrets server-side * test(wizard): preserve prompt mock typing * fix(ui): add reveal toggle to wizard secrets * refactor(ui): adopt Carapace sensitive input * fix(ui): hide revealed sensitive input mask * test(twitch): cover environment-only setup * feat(custodian): render rich wizard steps * fix(custodian): validate wizard text replies * feat(custodian): submit typed wizard answers * refactor(gateway): isolate custodian chat turns * fix(gateway): accept session engine adapter * fix(ui): narrow wizard control values * refactor: simplify rich wizard answer flow * fix(custodian): recover evicted wizard sessions * docs: note custodian rich setup controls * test(gateway): split wizard answer coverage