Skip to content

0.1.22

Choose a tag to compare

@github-actions github-actions released this 17 Jul 07:18
· 10 commits to main since this release
fix: retry transient model-call failures with backoff

A dropped connection to the provider (TypeError: fetch failed,
ELECTRON-4) aborted the whole walkthrough run. Add modelRetryMiddleware
(3 retries, exponential backoff) gated to transient errors — network
drops, timeouts, 429, 5xx — while auth/config errors still fail fast.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>