mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-20 01:21:41 -06:00
9ad1c0c682
* fix(auth): preserve WHAM classifications and failure recording WHAM 401/403 state now drives accurate re-auth guidance, while inline hook failures are contained after persistence so recorded failures cannot escape or be masked. * docs(plugin-sdk): define auth cooldown classifications document the additive cooldown diagnostic contract and cover its canonical public-SDK projection. * fix(auth): keep WHAM diagnostics source-compatible keep cooldownReason canonical, persist exact WHAM diagnostics in optional cooldownClassification, and preserve operator guidance plus failure-hook containment. * fix(auth): keep failover on canonical cooldown reasons ensure optional WHAM diagnostics never drive scheduling and discard mismatched persisted reason/classification pairs.