v0.1.2
Fix: network transport failures now surface properly.
- Network-level transport failures now throw
LlmErrorwith codeTRANSPORTinstead of leaking undici's bareTypeError: fetch failed(whose raw detail, e.g.UNKNOWN, previously surfaced as the whole error). - Both the generate request and a mid-stream read are wrapped, with the original error chained as
causesoerrorChainrenders the full diagnosis. - Caller aborts propagate unchanged (not relabeled).
- Lets dsh's retry policy recognize and retry transient network failures.