fix(webfetch): guard redirect loops in built-in flow

This commit is contained in:
YeonGyu-Kim
2026-03-24 23:58:53 +09:00
parent cea8769a7f
commit af301ab29a
10 changed files with 401 additions and 0 deletions
+1
View File
@@ -52,3 +52,4 @@ export { createHashlineReadEnhancerHook } from "./hashline-read-enhancer";
export { createJsonErrorRecoveryHook, JSON_ERROR_TOOL_EXCLUDE_LIST, JSON_ERROR_PATTERNS, JSON_ERROR_REMINDER } from "./json-error-recovery";
export { createReadImageResizerHook } from "./read-image-resizer"
export { createTodoDescriptionOverrideHook } from "./todo-description-override"
export { createWebFetchRedirectGuardHook } from "./webfetch-redirect-guard"