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
|**v1.7.51-overload-retry**|**8123**|**2026-05-13**|**扩充 capacity 重试 marker:原有 `at capacity` / `try a different model` 只能识别 codex CLI 客户端渲染文案,未命中上游真实载荷。10min 实测样本:886 请求 / 149 `response.failed` = **17% 隐藏故障率**,全部漏出到客户端。新增 markers 覆盖 `Our servers are currently overloaded` (90%) / `An error occurred while processing your request` (10%) / `try again later`,透明重试机制现在能实际拦住这些错误**|
182
183
183
-
## 8. 不要再做的事
184
+
## 8. 不要再做的事 / 踩过的坑
184
185
185
186
- ❌ **基于 cooldown 时长推断 plan**:v1.7.29 之前误伤过 plus 被 7d ban 的合法账号
186
187
- ❌ **id_token 解析回滚 plan_type**:用户拒绝,已废弃
187
188
- ❌ **多步骤 bash 命令串成一行**:stdout buffer 误判卡死
188
189
- ❌ **全局改 `/` 的 buffering**:会关掉 new-api UI 静态资源缓冲
189
190
- ❌ **删除跳板 `sub_filter`**:前端暗色主题依赖它
191
+
- ❌ **拿客户端看到的错误文案去定 fix(v1.7.51 教训)**:codex CLI 会把任何 `response.failed` 事件都渲染成 `Selected model is at capacity. Please try a different model.` 这句兜底文案。要验证上游真实错误文案,查 `dialog_logs.response_body → 序列化 type=“response.failed”.response.error.message`(例如 `Our servers are currently overloaded`)
0 commit comments