feat(core): implement Stage 1 improvements for webfetch tool

This commit is contained in:
Aishanee Shah
2026-03-11 13:46:44 +00:00
parent 88638c14f7
commit b245b7e8b9
7 changed files with 409 additions and 168 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ const SETTINGS_SCHEMA = {
label: 'Retry Fetch Errors',
category: 'General',
requiresRestart: false,
default: true,
default: false,
description:
'Retry on "exception TypeError: fetch failed sending request" errors.',
showInDialog: true,