mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +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.