Skip to content

Releases: Able-rip/cc-VisionRouter

v1.0.1

07 Jun 10:03

Choose a tag to compare

fix(proxy): strengthen upstream retry with exponential backoff

  • Retry up to 3 times (was 1) for 429/500/503 responses
  • Exponential backoff: 2s → 4s → 8s (was fixed 1s)
  • Respect retry-after header with 20s cap (was 5s)
  • Add ±20% jitter to avoid thundering herd
  • Log each retry attempt when CC_VR_DEBUG=1

v1.0.0

05 Jun 13:40

Choose a tag to compare

Initial release — image-routing proxy for Claude Code