diff --git a/src/hooks/anthropic-context-window-limit-recovery/empty-content-recovery-sdk.ts b/src/hooks/anthropic-context-window-limit-recovery/empty-content-recovery-sdk.ts index c9ba7ed6..a2260a93 100644 --- a/src/hooks/anthropic-context-window-limit-recovery/empty-content-recovery-sdk.ts +++ b/src/hooks/anthropic-context-window-limit-recovery/empty-content-recovery-sdk.ts @@ -32,7 +32,7 @@ function messageHasContentFromSDK(message: SDKMessage): boolean { if (TOOL_TYPES.has(type)) return true - continue + return true } return false