#21444 已修復 P2 comp/agent

openai-codex / gpt-5.5 作為主要模型時,每次呼叫都會靜默卡住直到 stale timeout

回報者指出當主要模型設為 openai-codex / gpt-5.5 時,每次對話都會在約 300 秒的 non-streaming stale timeout 期間完全沒有任何回饋(無 token、無錯誤、無提示),之後才會觸發 fallback。同樣設定改用 gpt-5.4-codex 則能立即正常運作,顯示問題出在 Hermes 對 gpt-5.5 在 Codex 端點的請求建構方式。