summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-05-27codex-proxy 2.0.76-2: patch non-stream output backfillWill Handley
Upstream collectPassthrough only backfills response.output[] from stream events when it's an empty array. Upstream now (2026-05-27) often omits the field entirely from response.completed, causing the openai SDK's output_text property to crash with 'NoneType is not iterable'. Patched against the v2.0.76 tarball via prepare(). Upstream PR: https://github.com/icebear0828/codex-proxy/pull/602
2026-05-08Initial import: codex-proxy 2.0.70 (headless source build)Will Handley