mirror of
https://github.com/openai/codex.git
synced 2026-04-28 10:21:06 +03:00
Our previous design of cancellation endpoint is not idempotent, which caused a bunch of flaky tests. Make app server just returned a not_found status instead of throwing an error if the login id is not found. Keep V1 endpoint behavior the same.