diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index a6cf58f48..97a107ce7 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "03f7e26d540eb9d14bec8a703ad6faa189a63160", - "syncedAt": "2026-05-04T22:54:28.493Z" + "sha": "ab032675ce09740f72fe4b8ef757338a4a65a173", + "syncedAt": "2026-05-04T23:08:34.774Z" } diff --git a/docs/gateway/logging.md b/docs/gateway/logging.md index 276241760..c70a5b725 100644 --- a/docs/gateway/logging.md +++ b/docs/gateway/logging.md @@ -19,12 +19,12 @@ At startup, the Gateway logs the resolved default agent model together with the mode defaults that affect new sessions, for example: ```text -agent model: openai-codex/gpt-5.5 (thinking=medium, reasoning=off, fast=on) +agent model: openai-codex/gpt-5.5 (thinking=medium, fast=on) ``` `thinking` comes from the default agent, model params, or global agent default; -`reasoning` comes from the default agent or global reasoning default; and `fast` -comes from the default agent or model `fastMode` params. +when it is unset, the startup summary shows `medium`. `fast` comes from the +default agent or model `fastMode` params. ## File-based logger