From ae5d2fd6d9bfb30f01bae7235d0130d33e0eba43 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 11 Mar 2026 17:53:31 +0900 Subject: [PATCH] Match cooldown retry status messages Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/hooks/runtime-fallback/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/runtime-fallback/constants.ts b/src/hooks/runtime-fallback/constants.ts index 3f011b333..598f27810 100644 --- a/src/hooks/runtime-fallback/constants.ts +++ b/src/hooks/runtime-fallback/constants.ts @@ -29,6 +29,7 @@ export const RETRYABLE_ERROR_PATTERNS = [ /quota\s+will\s+reset\s+after/i, /all\s+credentials\s+for\s+model/i, /cool(?:ing)?\s+down/i, + /cooldown/i, /exhausted\s+your\s+capacity/i, /usage\s+limit\s+has\s+been\s+reached/i, /service.?unavailable/i,