Manifest llm-gateway 6.26.0 falls back when a provider drops the connection mid-body
GitHub·low signal
mnfst/llm-gateway (7,541 stars) shipped on 2026-09-23. Before this, a provider that sent headers and then timed out on a non-streaming request produced an M500 with no fallback. Now it routes to the next provider and is recorded as a 503/504. The release also cancels every pending attempt when the caller disconnects and adds per-tier reasoning-effort params through the CLI and MCP.