Skip to content

v0.4.1: Production-Grade Retry/Backoff and 50 Models Schema

Choose a tag to compare

@danielxxomg danielxxomg released this 02 Sep 18:08
· 2 commits to main since this release

Highlights in v0.4.1

  • Retry Engine with Jitter: Fixed backoff schedule [1s, 2.5s, 5s] with ±25% jitter.
  • Error Classification: 18 non-retryable patterns (auth/quota/validation) and 24 retryable patterns.
  • Mid-stream Reconnect Protection: emittedContent tracking to prevent duplicate outputs.
  • SSE Error Propagation: Terminate streams cleanly via controller.error() instead of silent swallowing.
  • Curated 50 Models: Added full OpenCode model schema (capabilities, vision, PDF, reasoning variants) for 50 Command Code models.