Changelog: note failover cooldown classification fix

This commit is contained in:
Altay
2026-03-05 22:28:36 +03:00
parent 51c5d99feb
commit 72f433483c

View File

@@ -136,6 +136,8 @@ Docs: https://docs.openclaw.ai
- Mattermost/plugin SDK import policy: replace remaining monolithic `openclaw/plugin-sdk` imports in Mattermost mention-gating paths/tests with scoped subpaths (`openclaw/plugin-sdk/compat` and `openclaw/plugin-sdk/mattermost`) so `pnpm check` passes `lint:plugins:no-monolithic-plugin-sdk-entry-imports` on baseline. (#36480) Thanks @Takhoffman.
- Agents/failover cooldown classification: stop treating generic `cooling down` text as provider `rate_limit` so healthy models no longer show false global cooldown/rate-limit warnings while explicit `model_cooldown` markers still trigger failover. (#32972) thanks @stakeswky.
## 2026.3.2
### Changes