fix(model-error-classifier): retry forbidden provider errors

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Choi Kijin / 최 기진 / チョイ キジン
2026-04-22 18:38:38 +09:00
parent a941774e99
commit 034744cbf2
+2
View File
@@ -72,6 +72,8 @@ const RETRYABLE_MESSAGE_PATTERNS = [
"504",
"429",
"529",
"403",
"forbidden",
]
/**