docs: add changelog fragment for per-model cooldown + stepped backoff

This commit is contained in:
kiranvk2011 2026-03-18 20:00:18 +00:00
parent ae9ad3c070
commit 0eefc6d55f

View File

@ -0,0 +1 @@
- Agents/cooldowns: scope rate-limit cooldowns per model so one 429 no longer blocks every model on the same auth profile, replace the exponential 1 min → 1 h escalation with a stepped 30 s / 1 min / 5 min ladder, and surface a user-facing countdown message when all models are rate-limited. (#49834) Thanks @kiranvk-2011.