fix(ui): coerce form values to schema types before config.set (#13468)

Co-authored-by: Gustavo Madeira Santana <gumadeiras@users.noreply.github.com>
This commit is contained in:
Marcus Castro
2026-02-11 03:25:07 -03:00
committed by GitHub
parent 78eca155ac
commit 841dbeee0a
5 changed files with 781 additions and 8 deletions

View File

@@ -42,6 +42,7 @@ Docs: https://docs.openclaw.ai
- Agents: strip reasoning tags and downgraded tool markers from messaging tool and streaming output to prevent leakage. (#11053, #13453) Thanks @liebertar, @meaadore1221-afk, @gumadeiras.
- Browser: prevent stuck `act:evaluate` from wedging the browser tool, and make cancellation stop waiting promptly. (#13498) Thanks @onutc.
- Web UI: make chat refresh smoothly scroll to the latest messages and suppress new-messages badge flash during manual refresh.
- Web UI: coerce Form Editor values to schema types before `config.set` and `config.apply`, preventing numeric and boolean fields from being serialized as strings. (#13468) Thanks @mcaxtr.
- Tools/web_search: include provider-specific settings in the web search cache key, and pass `inlineCitations` for Grok. (#12419) Thanks @tmchow.
- Tools/web_search: fix Grok response parsing for xAI Responses API output blocks. (#13049) Thanks @ereid7.
- Tools/web_search: normalize direct Perplexity model IDs while keeping OpenRouter model IDs unchanged. (#12795) Thanks @cdorsey.