You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(proxy): handle POST /v1/responses/compact with no-op stub (Codex Desktop 404 fix)
Codex Desktop calls this endpoint in the background to compact long conversation
history. DeepSeek has no equivalent, so return a minimal valid Response object
(200 + empty output) to suppress the repeated 404 errors in the log.
0 commit comments