Anyone noticed that with GPT-5.4 (maybe others) your Claw will send several "update" messages, as well as the final message, all at once? For example:
"Firstly I'll run the repo tests and see if they pass"
"Tests pass, let me check lint"
"I see the problem, there's a lint issue"
I traced this to be because of the new "commentary" feature that codex supports (released on Feb 24th): https://developers.openai.com/api/reference/resources/responses/methods/create#(resource) responses > (model) easy_input_message > (schema) > (property) phase
I made a PR to fix this in whatsapp, so commentary is sent as soon as it's generated while the agent is doing something: https://github.com/openclaw/openclaw/pull/42489
It works pretty well, my Claw (Mr Crow/Crowdex) now keeps me in the loop when doing a long task. Let me know if you think this is useful.

waiting anxiously to see what broke

(hopefully it wasn’t me 🙈)



please, I have been waiting for two weeks.