DeepSeek-Reasonix Also Fixes a Gateway Failure Mode That Wastes Three Retries and Blames the Model
GitHub·low signal
The same 2.5.0 release documents a failure shape worth checking in your own agent proxy: a gateway answers HTTP 200, holds the stream open long enough to look healthy, then ends with no content. Reasonix was treating that as the model returning an empty answer, burning three retries and misattributing the fault at the end. It now classifies it as an upstream interruption retried at the request layer. Streams carrying only usage records still count as a model answer.