OpenCode retry loop hammers rate limits when the provider returns 529
On Anthropic 529 'overloaded' responses, OpenCode ≤0.6.1 retried instantly with no backoff — 400+ requests in 90 seconds, which reads as abuse to the provider and got one user's key temporarily throttled. 0.6.2 ships proper exponential backoff with jitter.