You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After sending an image in a Codex CLI conversation, all subsequent requests fail with a JSON deserialization error, leaving the conversation completely stuck. #35331
复现步骤
在对话中发送一张图片
继续发送文字消息
每次请求返回错误:Failed to deserialize the JSON body into the target type:
messages[49]: unknown variant image_url, expected text
at line 1 column 262721
只能放弃当前对话,新建对话
期望
环境
image_url被反序列化器拒绝