core-agent-ide/codex-rs/codex-api/src
Fouad Matin 93a5e0fe1c
fix(codex-api): treat invalid_prompt as non-retryable (#9400)
**Goal**: Prevent response.failed events with `invalid_prompt` from
being treated as retryable errors so the UI shows the actual error
message instead of continually retrying.

**Before**: Codex would continue to retry despite the prompt being
marked as disallowed
**After**: Codex will stop retrying once prompt is marked disallowed
2026-01-16 22:22:08 -08:00
..
endpoint Turn-state sticky routing per turn (#9332) 2026-01-16 09:30:11 -08:00
requests Websocket append support (#9128) 2026-01-13 06:07:13 +00:00
sse fix(codex-api): treat invalid_prompt as non-retryable (#9400) 2026-01-16 22:22:08 -08:00
auth.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00
common.rs Websocket append support (#9128) 2026-01-13 06:07:13 +00:00
error.rs fix(codex-api): treat invalid_prompt as non-retryable (#9400) 2026-01-16 22:22:08 -08:00
lib.rs Websocket append support (#9128) 2026-01-13 06:07:13 +00:00
provider.rs Add feature for optional request compression (#8767) 2026-01-07 13:21:40 -08:00
rate_limits.rs fix: taking plan type from usage endpoint instead of thru auth token (#7610) 2025-12-04 23:34:13 -08:00
telemetry.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00