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
Codex 5.2 errors out with Error: Stream completed without a response.completed event sometimes. This error is not retried and stops execution, which is frustrating for long tasks. In my experience, an easy fix is to add retries for this error instead of surfacing the error immediately. Retries usually fix the issue.
Affected version
0.0.384
Steps to reproduce the behavior
There is no specific way to reproduce it. It usually happens when copilot is running Codex 5.2 xhigh for long running tasks.
Expected behavior
The expected behavior is to not surface this error immediately to the user and stop the execution. I'd expect retries attempts, since they usually fix the issue.