mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 17:11:42 -06:00
f5e9622fc9
* fix(providers): report request acceptance consistently * fix(providers): retain response hook compatibility * fix(providers): keep legacy response hook path * fix(providers): distinguish rejected response attempts * fix(providers): keep acceptance evidence truthful * fix(google): preserve provider acceptance errors * test(google): satisfy acceptance callback lint * fix(google): exclude acceptance hooks from retry deadline * fix(openai): report Codex websocket acceptance * fix(openai): commit websocket state before acceptance hook * fix(google): abort pending acceptance callbacks * fix(providers): abort pending acceptance callbacks * fix(mistral): report observed HTTP response * fix(mistral): report rejected HTTP responses * fix(providers): derive acceptance from HTTP status * fix(providers): preserve acceptance lifecycle cleanup * fix(anthropic): report observed HTTP response * fix(anthropic): report rejected HTTP responses * fix(plugin-sdk): expose provider lifecycle * fix(providers): stop after lifecycle abort * fix(mistral): cancel unread acceptance failures