From 034744cbf2c7c8ba99341e700b6e5820c841147f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Choi=20Kijin=20/=20=EC=B5=9C=20=EA=B8=B0=EC=A7=84=20/=20?= =?UTF-8?q?=E3=83=81=E3=83=A7=E3=82=A4=20=E3=82=AD=E3=82=B8=E3=83=B3?= Date: Wed, 22 Apr 2026 18:38:38 +0900 Subject: [PATCH] fix(model-error-classifier): retry forbidden provider errors Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/shared/model-error-classifier.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/model-error-classifier.ts b/src/shared/model-error-classifier.ts index b20918d18..85b53b500 100644 --- a/src/shared/model-error-classifier.ts +++ b/src/shared/model-error-classifier.ts @@ -72,6 +72,8 @@ const RETRYABLE_MESSAGE_PATTERNS = [ "504", "429", "529", + "403", + "forbidden", ] /**