mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00: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.